body,
html {
  width: 100%;
  height: 100%;
}
.hkm-wrap {
  display: table;
  width: 100%;
  height: 100%;
  /*header*/
  /*main*/
  /*footer*/
}
.hkm-wrap .hkm-header {
  position: relative;
  display: block;
  width: 100%;
  height: 78px;
}
.hkm-wrap .hkm-header h1 {
  padding: 10px 0;
  margin-left: 10px;
  width: 207px;
  height: 58px;
  background: url(../img/logo.jpg) center no-repeat;
  font-size: 0;
}
.hkm-wrap .hkm-header h1 a {
  display: block;
  width: 100%;
  height: 100%;
}
.hkm-wrap .hkm-header .hkm-login {
  position: absolute;
  right: 10px;
  top: 14px;
  display: block;
  width: 50px;
  height: 50px;
  font-size: 0;
  background: url(../img/hkm-login.png) no-repeat;
  cursor: pointer;
}
.hkm-wrap .hkm-header .hkm-logout {
  position: absolute;
  right: 10px;
  top: 14px;
  display: block;
  width: 50px;
  height: 50px;
  font-size: 0;
  background: url(../img/hkm-logout.png) no-repeat;
  cursor: pointer;
}
.hkm-wrap nav {
  padding-top: 10px;
}
.hkm-wrap nav ul {
  display: table;
  width: 100%;
  /*
  background: #1c846c;
  border-bottom: 2px solid #04382c;
  */
  background: #3162C7;
  border-bottom: 2px solid #003399;
}
.hkm-wrap nav ul li {
  display: table-cell;
  width: 33.3%;
  text-align: center;
}
.hkm-wrap nav ul li a {
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px 0;
  font-size: 15px;
  border-left: 1px solid #003399;
}
.hkm-wrap nav ul li.active {
  background: #003399;
}
.hkm-wrap .hkm-main {
  padding: 10px;
  padding-bottom: 130px;
  display: block;
  width: 100%;
  height: calc(100% - 118px);
  box-sizing: border-box;
}
.hkm-wrap .hkm-main > ul.main {
  overflow: hidden;
  padding-top: 150px;
  padding: 50px;
  margin-top: 40px;
}
.hkm-wrap .hkm-main > ul.main > li {
  float: left;
  display: inline-block;
  width: 100%;
  height: 70px;
  margin-bottom: 20px;
  border-radius: 5px;
  box-shadow: 1px 1px 5px #999;
  background: #5586EB;
  line-height: 70px;
  vertical-align: top;
  text-align: center;
}
.hkm-wrap .hkm-main > ul.main > li:hover {
  background: #1F50B5;
}
.hkm-wrap .hkm-main > ul.main > li > a > span {
  display: inline-block;
  padding-left: 10px;
  font-size: 17px;
  color: #fff;
  text-align: center;
}
.hkm-wrap .hkm-main > ul.main > li:first-child {
  background: #6B9900;
}
.hkm-wrap .hkm-main > ul.main > li:first-child:hover {
  background: #356300;
}
.hkm-wrap .hkm-main > ul.main > li:last-child {
  background: #747474;
}
.hkm-wrap .hkm-main > ul.main > li:last-child:hover {
  background: #373737;
}
.hkm-wrap .hkm-main.bg-main {
  padding-bottom: 0;
  border-top: 1px solid #ccc;
  background: url(../img/hkm-bg.jpg) center no-repeat;
  background-size: cover;
}
.hkm-wrap .hkm-footer {
  display: block;
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 30px;
  background: #222;
  padding: 5px 10px;
  font-size: 12px;
}
.hkm-wrap .hkm-footer span {
  display: inline-block;
  width: 100%;
  color: #999;
  font-weight: 200;
}
.hkm-wrap .hkm-footer span:last-child {
  padding-top: 5px;
  color: #fff;
}
/*login*/
.hkm-login-wrap h2 {
  font-size: 23px;
  text-align: center;
}
.hkm-login-wrap img {
  padding: 20px 0 0 0;
  display: block;
  margin: 0 auto;
}
.hkm-login-wrap span {
  text-align: center;
  display: block;
  color: #999;
  padding-bottom: 20px;
}
.hkm-login-wrap input.id {
  width: 100%;
  height: 40px;
  margin-bottom: 5px;
}
.hkm-login-wrap input.pw {
  width: 100%;
  height: 40px;
  margin-bottom: 10px;
}
.hkm-login-wrap .login-btn {
  display: block;
  width: 100%;
  height: 50px;
  border-radius: 15px;
  background: #C6C6C6;
  color: #fff;
  text-align: center;
  border: none;
  font-size: 17px;
  margin-top: 10px;
}
.login-input-wrap {
  padding: 0 40px;
}
/* 마이페이지*/
.class-list-tab {
  margin-bottom: 10px;
  width: 100%;
  overflow: hidden;
  /*background: #edeff3; padding: 5px;*/
}
.class-list-tab > li {
  display: inline-block;
  float: left;
  width: 50%;
  text-align: center;
}
.class-list-tab > li h3 {
  color: #222;
  width: 100%;
  float: left;
}
.class-list-tab > li h3 > a {
  display: block;
  color: #454d63;
  padding: 8px 30px;
  background: #fff;
  border-radius: 5px;
  font-weight: normal;
  margin: 5px;
  border: 1px solid #d9dde4;
  box-sizing: border-box;
}
.class-list-tab > li.active {
  color: #fff;
}
.class-list-tab > li.active > h3 {
  color: #fff;
}
.class-list-tab > li.active > h3 > a {
  background: #454d63;
  color: #fff;
  border: 1px solid #454d63;
}
/*마이페이지 차시*/
.mclass-num {
  display: inline-block;
  padding: 0 5px;
  color: #000;
}
.mclass-progress2 {
  display: inline-block;
}
.mypage-play-wrap {
  background: #f5f5f5;
  height: 450px;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
}
.mypage-play-txt {
  padding: 10px 0;
  color: #2175e0;
  text-shadow: 0.5px 0;
}
.tbl03 {
  width: 100%;
  border-top: 2px solid #888;
}
.tbl03 > thead > tr {
  border-bottom: 1px solid #cbcbcb;
}
.tbl03 > thead > tr > th {
  background: #f9f9f9;
  padding: 7px;
  text-align: center;
  color: #333;
  font-weight: normal;
  text-shadow: 0.4px 0;
  border-right: 1px solid #ccc;
  /*테이블정렬*/
}
.tbl03 > thead > tr > th:last-child {
  border-right: 0;
}
.tbl03 > thead > tr > th.center {
  text-align: center;
}
.tbl03 > thead > tr > th.left {
  text-align: left;
}
.tbl03 > thead > tr > th.right {
  text-align: right;
}
.tbl03 > thead > tr > td {
  height: 30px;
  /*테이블정렬*/
}
.tbl03 > thead > tr > td.center {
  text-align: center;
}
.tbl03 > thead > tr > td.left {
  text-align: left;
}
.tbl03 > thead > tr > td.right {
  text-align: right;
}
.tbl03 > tbody > tr {
  border-bottom: 1px solid #cbcbcb;
}
.tbl03 > tbody > tr > th {
  height: 30px;
  text-shadow: 0.3px 0;
  text-align: center;
  font-weight: normal;
  color: #222;
  /*테이블정렬*/
}
.tbl03 > tbody > tr > th.center {
  text-align: center;
}
.tbl03 > tbody > tr > th.left {
  text-align: left;
}
.tbl03 > tbody > tr > th.right {
  text-align: right;
}
.tbl03 > tbody > tr > td {
  height: 30px;
  background: #fff;
  padding: 10px;
  box-sizing: border-box;
  color: #555;
  text-align: center;
  border-right: 1px solid #ccc;
  /*테이블정렬*/
}
.tbl03 > tbody > tr > td:last-child {
  border-right: 0;
}
.tbl03 > tbody > tr > td.center {
  text-align: center;
}
.tbl03 > tbody > tr > td.left {
  text-align: left;
}
.tbl03 > tbody > tr > td.right {
  text-align: right;
}
.tbl03 > tbody > tr > td .class-link {
  color: #444;
  text-shadow: 0.3px 0;
}
.tbl03 > tbody > tr > td .class-link:hover {
  color: #ca9b57;
  text-decoration: underline;
}
.tbl03 > tbody > tr > td .exam-btn {
  display: inline-block;
  background: #3aad69;
  color: #fff;
  padding: 2px 8px;
  border-radius: 3px;
  font-size: 13px;
}
.tbl03 > tbody > tr > td .exam-btn:hover {
  background: #2d8752;
}
.tbl03 > tbody > tr > td .exam-btn i {
  padding-right: 4px;
}
.tbl03 > tbody > tr > td .exam-btn-disabled {
  display: inline-block;
  background: #f5f5f5;
  border: 1px solid #e5e5e5;
  pointer-events: none;
  cursor: text;
  color: #a0a0a0;
  padding: 2px 8px;
  border-radius: 3px;
  font-size: 13px;
}
.tbl03 > tbody > tr > td .exam-btn-disabled:hover {
  background: #f5f5f5;
}
.tbl03 > tbody > tr > td .task-btn {
  display: inline-block;
  background: #72b9c1;
  color: #fff;
  padding: 2px 8px;
  border-radius: 3px;
  font-size: 13px;
}
.tbl03 > tbody > tr > td .task-btn:hover {
  background: #4fa7b1;
}
.tbl03 > tbody > tr > td .task-btn i {
  padding-right: 4px;
}
.tbl03 > tbody > tr > td .task-btn-disabled {
  display: inline-block;
  background: #f5f5f5;
  border: 1px solid #e5e5e5;
  pointer-events: none;
  cursor: text;
  color: #a0a0a0;
  padding: 2px 8px;
  border-radius: 3px;
  font-size: 13px;
}
.tbl03 > tbody > tr > td .task-btn-disabled:hover {
  background: #f5f5f5;
}
.tbl03 > tbody > tr > td .score-wrap i {
  color: #2e75d6;
}
.tbl03 > tbody > tr > td .score {
  display: inline-block;
  padding: 5px;
}
.tbl03 > tbody > tr > td .evaluation-btn {
  display: inline-block;
  border: 1px solid #87addc;
  color: #3877d8;
  padding: 2px 8px;
  border-radius: 3px;
  font-size: 13px;
}
.tbl03 > tbody > tr > td .evaluation-btn:hover {
  background: #fdfdfd;
  color: #1c498e;
  border: 1px solid #3977c4;
}
.tbl03 > tbody > tr > td .evaluation-btn i {
  padding-right: 4px;
}
.tbl03 > tbody > tr > td .evaluation-btn-disabled {
  display: inline-block;
  background: #f5f5f5;
  border: 1px solid #e5e5e5;
  pointer-events: none;
  cursor: text;
  color: #a0a0a0;
  padding: 2px 8px;
  border-radius: 3px;
  font-size: 13px;
}
.tbl03 > tbody > tr > td .evaluation-btn-disabled:hover {
  background: #f5f5f5;
}
.tbl03 > tbody > tr > td .enter-btn {
  display: inline-block;
  background: #3a3b4c;
  color: #fff;
  padding: 2px 8px;
  border-radius: 3px;
  font-size: 13px;
}
.tbl03 > tbody > tr > td .enter-btn:hover {
  background: #24252f;
}
.tbl03 > tbody > tr > td .enter-btn i {
  padding-right: 4px;
}
.tbl03 > tbody > tr > td .enter-btn-disabled {
  display: inline-block;
  background: #f5f5f5;
  border: 1px solid #e5e5e5;
  pointer-events: none;
  cursor: text;
  color: #a0a0a0;
  padding: 2px 8px;
  border-radius: 3px;
  font-size: 13px;
}
.tbl03 > tbody > tr > td .enter-btn-disabled:hover {
  background: #f5f5f5;
}
.tbl03 > tbody > tr > td .enter-btn-disabled i {
  padding-right: 4px;
}
.tbl03 > tbody > tr > td.pd-tb10 {
  padding: 10px 0;
}
.tbl03 > tbody > tr > td.pd0 {
  padding: 0;
}
.tbl03 > tbody > tr > td.tbl-progress {
  color: #607bca;
}
.tbl03 > tbody > tr > td.tbl-class-num {
  color: #a2a2a2;
  font-size: 13px;
}
.tbl03 > tbody > tr > td.tbl-class-day {
  color: #a2a2a2;
  font-size: 13px;
}
.tbl03 > tbody > tr > td span.class-type {
  display: block;
  border-radius: 3px;
  font-size: 13px;
  color: #fff;
}
.tbl03 > tbody > tr > td span.class-type.type01 {
  color: #1b6fc3;
}
.tbl03 > tbody > tr > td span.class-type.type02 {
  color: #ef5d05;
}
.tbl03 > tbody > tr > td span.class-type.type03 {
  color: #555;
}
.tbl03 > tbody > tr > td.class-statue.cancle a {
  background: #e6e6e6;
  color: #9c9c9c;
}
.tbl03 > tbody > tr > td.class-statue.proceed a {
  background: #ca9b57;
  color: #fff;
}
.tbl03 > tbody > tr > td.class-statue.finished a {
  background: #3a3b4c;
  color: #fff;
}
.tbl03 > tbody > tr > td.class-statue a {
  font-size: 12px;
  padding: 2px 8px;
  border-radius: 3px;
  box-sizing: border-box;
}
.tbl03 > tbody > tr > td.class-statue i {
  padding-right: 5px;
}
.tbl03 > tbody > tr > td a.issued {
  display: inline-block;
  background: #ca9b57;
  color: #fff;
  font-size: 12px;
  padding: 2px 8px;
  border-radius: 3px;
  cursor: pointer;
}
.tbl03 > tbody > tr > td a.issued i {
  padding-right: 5px;
}
.tbl03 > tbody > tr > td a.survey {
  display: inline-block;
  background: #fff;
  border: 1px solid #ca9b57;
  color: #ca9b57;
  font-size: 12px;
  padding: 2px 8px;
  border-radius: 3px;
  cursor: pointer;
}
.tbl03 > tbody > tr > td a.survey i {
  padding-right: 5px;
}
.tbl03 > tbody > tr > td .class-title {
  display: block;
}
.tbl03.mt25 {
  margin-top: 25px;
}
.tbl04 {
  margin-bottom: 20px;
  width: 100%;
  /*border-bottom: 1px solid #c2c7d0;*/
  border-top: 2px solid #999;
}
.tbl04 > thead > tr > th {
  font-weight: normal;
  background: #eff3f7;
  height: 30px;
  font-size: 13px;
  border-right: 0;
  color: #5087b5;
  text-shadow: 0.1px 0;
}
.tbl04 > tbody > tr th {
  background: #f5f5f5;
  border-bottom: 1px solid #cbd2dc;
  padding-left: 10px;
}
.tbl04 > tbody > tr th.left {
  text-align: left;
}
.tbl04 > tbody > tr > td {
  border-right: 0;
  height: 30px;
  color: #454d63;
  font-size: 13px;
  background: #fff;
  border-bottom: 1px solid #cbd2dc;
  padding: 0 10px;
  /*테이블정렬*/
}
.tbl04 > tbody > tr > td.center {
  text-align: center;
}
.tbl04 > tbody > tr > td.left {
  text-align: left;
}
.tbl04 > tbody > tr > td.right {
  text-align: right;
}
.tbl04 > tbody > tr > td.tbl-progress2 {
  color: #1e8ef1;
}
.tbl04 > tbody > tr > td.class-num {
  /*color:#5c93c7;*/
}
.tbl04 > tbody > tr > td.class-num span {
  display: inline-block;
  padding: 0 5px;
}
.class-unit-title {
  display: table;
  width: 100%;
}
.class-unit-title .class-title {
  display: inline-block;
  vertical-align: top;
  padding-top: 3px;
  font-size: 18px;
}
.class-unit-title .class-title .mclass-progress1 {
  padding: 0 5px;
  color: #3471d0;
}
.class-unit-title ul {
  display: inline-block;
  vertical-align: top;
  padding-top: 5px;
}
.class-play-btn i {
  display: inline-block;
  margin-right: 5px;
  color: #3471d0;
  font-size: 15px;
}
.class-play-btn a {
  text-shadow: 0.3px 0;
  color: #3471d0;
}
.tbl01 {
  width: 100%;
  font-size: 14px;
  margin-top: 20px;
  border-top: 2px solid #888;
  /*뷰,수정,리스트*/
}
.tbl01 thead tr {
  border-bottom: 1px solid #cbcbcb;
}
.tbl01 thead tr th {
  padding: 10px;
  text-align: center;
  color: #555;
  font-weight: normal;
  text-shadow: 0.5px 0;
  background: #f5f5f5;
  /*테이블정렬*/
}
.tbl01 thead tr th.center {
  text-align: center;
}
.tbl01 thead tr th.left {
  text-align: left;
}
.tbl01 thead tr th.right {
  text-align: right;
}
.tbl01 thead tr th.tit {
  font-size: 16px;
  color: #000;
  background: #fff;
  font-weight: normal;
  text-shadow: 0.5px 0;
}
.tbl01 thead tr th.tit2 {
  background: #f5f5f5;
}
.tbl01 thead tr td {
  height: 30px;
  /*테이블정렬*/
}
.tbl01 thead tr td.center {
  text-align: center;
}
.tbl01 thead tr td.left {
  text-align: left;
}
.tbl01 thead tr td.right {
  text-align: right;
}
.tbl01 thead tr td.pdr20 {
  padding-right: 20px;
  color: #999;
}
.tbl01 thead tr td dl {
  font-size: 13px;
  display: inline-block;
}
.tbl01 thead tr td dl dt {
  display: inline-block;
  width: 50px;
  text-align: center;
  color: #999;
}
.tbl01 thead tr td dl dd {
  display: inline-block;
  text-align: center;
}
.tbl01 thead tr td dl.note {
  font-size: 13px;
  display: inline-block;
  padding-left: 20px;
}
.tbl01 thead tr td dl.note dt {
  display: inline-block;
  width: 50px;
  text-align: center;
  color: #999;
}
.tbl01 thead tr td dl.note dd {
  display: inline-block;
  width: 150px;
  text-align: center;
}
.tbl01 thead tr td.pl10 {
  padding-left: 10px;
}
.tbl01 tbody tr {
  border-bottom: 1px solid #cbcbcb;
}
.tbl01 tbody tr th {
  height: 30px;
  text-shadow: 0.3px 0;
  text-align: center;
  font-weight: normal;
  background: #f5f5f5;
  color: #000;
  /*테이블정렬*/
}
.tbl01 tbody tr th.center {
  text-align: center;
}
.tbl01 tbody tr th.left {
  text-align: left;
}
.tbl01 tbody tr th.right {
  text-align: right;
}
.tbl01 tbody tr th.tbody-th {
  background: #f9f9f9;
  padding: 10px;
  text-align: center;
  color: #555;
  font-weight: normal;
  text-shadow: 0.5px 0;
}
.tbl01 tbody tr td {
  height: 30px;
  background: #fff;
  /*padding:10px;*/
  box-sizing: border-box;
  color: #555;
  text-align: center;
  /*테이블정렬*/
}
.tbl01 tbody tr td.center {
  text-align: center;
}
.tbl01 tbody tr td.left {
  text-align: left;
}
.tbl01 tbody tr td.right {
  text-align: right;
}
.tbl01 tbody tr td.unread {
  color: #000;
  text-shadow: 0.5px 0;
}
.tbl01 tbody tr td.unread a {
  color: #000;
  text-shadow: 0.5px 0;
}
.tbl01 tbody tr td a:hover {
  color: #2199e5;
  text-decoration: underline;
}
.tbl01 tbody tr td.tblcon {
  padding: 10px;
}
.tbl01 tbody tr td .dot-icon {
  display: inline-block;
  padding: 0 3px;
  vertical-align: middle;
  margin-bottom: 3px;
}
.tbl01 tbody tr td.tit {
  padding: 10px 0;
}
.tbl01 tbody tr.not-wrap td {
  color: #4f626f;
  text-shadow: 0.8px 0;
  background: #f4f4f5;
}
.tbl01 tbody tr.not-wrap td a {
  color: #4f626f;
}
.tbl01 tbody tr.not-wrap td a:hover {
  color: #2199e5;
  text-decoration: underline;
}
.tbl01 input,
.tbl01 select {
  height: 30px;
  border: 1px solid #ccc;
  box-sizing: border-box;
}
.tbl01 input[type="checkbox"] {
  height: auto;
}
.tbl01.view > thead > tr {
  border-bottom: 1px solid #d6d6d6;
}
.tbl01.view > thead > th.tit {
  background: #fff;
  padding: 15px 0;
  font-size: 16px;
  text-shadow: .7px 0;
  font-weight: normal;
  color: #000;
}
.tbl01.view > thead > th.day {
  background: #fff;
  font-size: 12px;
  font-weight: normal;
  color: #999;
  padding: 5px 0;
}
.tbl01.view tbody > td {
  padding: 10px 20px;
  background: #f5f5f5;
  font-size: 13px;
}
.tbl01.edit {
  font-size: 13px;
}
.tbl01.edit > tbody > tr > th {
  background: #f5f5f5;
  color: #000;
}
.tbl01.edit > thead > th.tit {
  background: #f5f5f5;
  color: #000;
}
.tbl01.edit > tbody > td {
  background: #fff;
}
.tbl01.edit > tbody > td > input {
  width: 100%;
  border: 1px solid #e5e5e5;
}
.tbl01.board thead > th {
  background: #f5f5f5;
  padding: 10px;
  text-align: center;
  color: #000;
}
.tbl01.dic .dic-tit {
  color: #333;
  text-shadow: 0.5px 0;
}
.tbl01.mt0 {
  margin-top: 0;
}
.paging {
  padding: 30px 0;
}
.paging div {
  text-align: center;
}
.paging div > span {
  display: inline-block;
  padding: 0 20px;
}
.paging div > span.prev {
  font-size: 12px;
  color: #999;
}
.paging div > span.prev:hover a {
  color: #2199e5;
}
.paging div > span.prev:hover i {
  color: #2199e5;
}
.paging div > span.next {
  font-size: 12px;
  color: #999;
}
.paging div > span.next:hover a {
  color: #2199e5;
}
.paging div > span.next:hover i {
  color: #2199e5;
}
.paging div > span i {
  color: #b1b1b1;
  padding: 2px 5px;
}
.paging div > ul {
  display: inline-block;
}
.paging div > ul li {
  display: inline-block;
  margin: 0 3px;
  padding: 3px 7px;
  cursor: pointer;
}
.paging div > ul li a {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.paging div > ul li.active {
  color: #1c846c;
  font-weight: bold;
}
.paging div > ul li.active a {
  font-weight: bold;
  color: #2199e5;
}
.bbs-search {
  border: #e5e5e5 1px solid;
  padding: 15px;
  background: #f8f8f8;
}
.bbs-search > div {
  text-align: center;
}
.bbs-search > div button {
  background: #5d5d5d;
  height: 30px;
  color: #fff;
  font-size: 13px;
  padding: 0 10px;
}
.bbs-search.mt25 {
  margin-top: 25px;
}
/*서브 레이아웃*/
.sub-content-box h4 {
  position: relative;
  text-shadow: 0.2px 0;
  font-size: 16px;
  font-weight: normal;
  margin: 20px 0 10px 0;
  padding-left: 20px;
  letter-spacing: -1px;
}
.sub-content-box h4:before {
  position: absolute;
  top: 6px;
  left: 10px;
  display: block;
  width: 4px;
  height: 16px;
  content: "";
  background: #ca9b57;
}
.summary02 {
  margin: 20px 0;
  font-size: 15px;
  padding: 15px;
  border: 5px solid #eff8f9;
  color: #0b4a3c;
  background: #eff8f9;
}
.note-line {
  width: 100%;
  margin-top: 20px;
  border-top: 1px dotted #ccc;
}
.note-div-wrap {
  margin-top: 10px;
  box-sizing: border-box;
}
.note-btn-wrap {
  overflow: hidden;
  margin-top: 20px;
}
.note-write {
  display: inline-block;
  color: #454d63;
  padding: 8px 30px;
  background: #fff;
  font-weight: normal;
  font-size: 14px;
  border-radius: 5px;
  margin: 5px;
  border: 1px solid #d9dde4;
  box-sizing: border-box;
  vertical-align: top;
}
.note-write span {
  display: inline-block;
  padding: 0 5px;
}
ul.list01 {
  padding: 10px 0;
}
ul.list01 > li {
  position: relative;
  padding-left: 20px;
  font-size: 14px;
  padding-bottom: 3px;
}
ul.list01 > li:before {
  position: absolute;
  top: 9px;
  left: 8px;
  font-size: 12px;
  width: 4px ;
  height: 4px;
  background: #ca9b57;
  display: block;
  content: "";
}
ul.list01 > li .list-memo {
  margin: 10px 0;
  padding: 10px;
  background: #f8f8f8;
  border: 1px solid #e5e5e5;
}
ul.list01 > li ul {
  color: #777;
  font-size: 13px;
  padding: 5px 0;
}
ul.list01 > li ul li {
  position: relative;
  padding-left: 10px;
}
ul.list01 > li ul li:before {
  position: absolute;
  top: 2px;
  left: 0;
  font-size: 12px;
  display: block;
  content: "-";
}
.bbs-btn-wrap {
  padding-top: 20px;
  float: right;
  padding-bottom: 10px;
  overflow: hidden;
}
.bbs-btn-wrap li {
  margin-left: 3px;
  display: inline-block;
  border: 1px solid #dadada;
  padding: 3px 7px;
  border-radius: 5px;
  color: #000;
  background: #fff;
  cursor: pointer;
}
.bbs-btn-wrap li:hover {
  background: #fff;
  border: 1px solid #2199e5;
  color: #2199e5;
}
.bbs-btn-wrap li:hover a {
  color: #2199e5;
}
.mbbs-btn-wrap {
  background: #f5f5f5;
  margin-top: 10px;
  padding: 5px 10px;
  border-radius: 10px;
}
.mbbs-btn-wrap li {
  margin-left: 3px;
  display: inline-block;
  padding: 3px 7px;
  border-radius: 5px;
  color: #000;
  cursor: pointer;
}
.mbbs-btn-wrap li:hover {
  color: #2199e5;
}
.mbbs-btn-wrap li:hover a {
  color: #2199e5;
}
.mbbs-btn-wrap li.right {
  float: right;
}
.mbbs-btn-wrap li.right a {
  color: #2175e0;
  text-shadow: 0.5px 0;
}
.mbbs-btn-wrap li.right i {
  display: inline-block;
  padding-right: 5px;
}
