/**************************************************************
 * ¼­ºê »ó´Ü Å¸ÀÌÆ²
**************************************************************/
/* ¼±»ý´Ô °øÁö»çÇ× */
.tit_teacher {
  position: relative;
  margin: 0 0 30px 0;
  padding: 24px 0;
  font-size: 22px;
  color: #333;
  text-align: center;
  letter-spacing: -0.1em;
  background-color: #f9f9f9;
}
.tit_teacher:before {
  display: block;
  position: absolute;
  bottom: -17px;
  left: 50%;
  width: 1px;
  height: 31px;
  content: "";
  background-color: #029840;
}
.tit_teacher strong {
  font-weight: normal;
  color: #029840;
}

/* ¹Ù·Î°¡±â¸µÅ© */
.link_direct {
  float: right;
  margin-top: 30px;
  border-bottom: 1px solid #333;
  font-size: 13px;
  line-height: 15px;
  color: #333;
  letter-spacing: -0.075em;
}
.link_direct:hover {
  text-decoration: none;
}

/* ÀÌ¹ÌÁö¹è³Ê */
.img_banner {
  display: block;
  margin-top: 15px;
}

/**************************************************************
 * common
**************************************************************/
/* table */
.tbl_comm {
  width: 100%;
  border-top: 1px solid #5b5b5b;
  border-collapse: collapse;
  border-spacing: 0;
}
.tbl_comm tr.fix_tit_display_n{background: #efefef;}
.tbl_comm th {
    font-family:'Malgun Gothic', 'Apple SD Gothic Neo', dotum, sans-serif;
  font-weight: bold;
  font-size: 13px;
  color: #5b5b5b;
  letter-spacing: -0.075em;
}
.tbl_comm td {
    font-family:'Malgun Gothic', 'Apple SD Gothic Neo', dotum, sans-serif;
  font-size: 13px;
  color: #666;
  letter-spacing: -0.025em;
}
.tbl_comm .state {
  display: inline-block;
  padding: 0 10px;
  border: 1px solid #999;
  height: 22px;
  box-sizing: border-box;
  font-size: 13px;
  line-height: 20px;
  color: #999;
  letter-spacing: -0.025em;
  background-color: #fff;
}
.tbl_comm .state.complete {
  border-color: #018838;
  color: #018838;
}
.tbl_comm table {
  border-collapse: separate;
} /* ¿¡µðÅÍ¸¦ À§ÇÑ Ã³¸® */

/* icon */
.icon_file {
  display: inline-block;
  width: 10px;
  height: 13px;
  font-size: 0;
  vertical-align: top;
  background: url(/images/bbs/ico_file.png) 0 0 no-repeat;
}
.icon_new {
  display: inline-block;
  width: 13px;
  height: 13px;
  font-size: 0;
  vertical-align: top;
  background: url(/images/bbs/ico_new.png) 0 0 no-repeat;
}
.icon_lock {
  display: inline-block;
  width: 11px;
  height: 13px;
  font-size: 0;
  vertical-align: top;
  background: url(/images/bbs/ico_lock.png) 0 0 no-repeat;
}

/* select */
.select_comm {
  display: inline-block;
  height: 38px;
  padding: 0 38px 0 10px;
  border: 1px solid #ccc;
    font-family:'Malgun Gothic', 'Apple SD Gothic Neo', dotum, sans-serif;
  font-size: 13px;
  color: #666;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0 none;
  background: #fff url(/images/bbs/ico_select.png) 90% 50% no-repeat;
}
.select_comm::-ms-expand {
  display: none;
}
.select_comm_02 {
  display: inline-block;
  height: 30px;
  padding: 0 10px;
  border: 0 none;
  border-bottom: 1px solid #333;
  box-sizing: border-box;
  font-size: 14px;
  color: #999;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0 none;
  background: url(/images/bbs/ico_select_02.png) 90% 50% no-repeat;
}
.select_comm_02::-ms-expand {
  display: none;
}
.select_comm_03 {
  display: inline-block;
  height: 28px;
  padding: 0 35px 0 10px;
  border: 1px solid #dcdcdc;
  box-sizing: border-box;
  font-size: 13px;
  color: #666;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0 none;
  background: #fff url(/images/bbs/ico_select_03.png) 100% 50% no-repeat;
}
.select_comm_03::-ms-expand {
  display: none;
}

/* input */
input[type="text"] {
  display: inline-block;
  height: 38px;
  padding: 0 10px;
  border: 1px solid #ccc;
  box-sizing: border-box;
    font-family:'Malgun Gothic', 'Apple SD Gothic Neo', dotum, sans-serif;
  font-size: 13px;
  color: #666;
  letter-spacing: -0.05em;
  outline: 0 none;
}
input::placeholder {
  color: #999;
}
input::-webkit-input-placeholder {
  color: #999;
}
input:-ms-input-placeholder {
  color: #999;
}
input[type="text"].inp_full {
  width: 100%;
}

form {
  margin: 0 !important;
}

#ssamWrapNew .bodyWrap.boardWrap {
  position: relative;
}

/**************************************************************
 * table list ±âº»(skin01)
**************************************************************/
.tbl_comm.list thead th {
  height: 44px;
  border-bottom: 1px solid #e1e1e1;
}
.tbl_comm.list tbody td {
  padding: 10px 0;
  border-bottom: 1px solid #e1e1e1;
  text-align: center;
  transition: 0.2s;
}
.tbl_comm.list .title {
  float: left;
  padding: 0 15px;
  box-sizing: border-box;
  font-weight: normal;
  font-size: 13px;
  line-height: 18px;
  color: #666;
  text-align: left;
  letter-spacing: -0.025em;
}
.tbl_comm.list .icon_new {
  margin: 3px 0 0 6px;
}
.tbl_comm.list .icon_file {
  margin: 3px 0 0 6px;
}
.tbl_comm.list .icon_lock {
  margin: 3px 0 0 6px;
}
.tbl_comm.list .no_data {
  padding: 40px 0;
}
.tbl_comm.list tr:not(.fix):hover td {
  background-color: #fcfcfc;
}
.tbl_comm.list tr:hover td.no_data {
  background: transparent;
}

/* °øÁö fix */
.tbl_comm.list .fix td {
  color: #333;
  background-color: #f1f7f3;
}
.tbl_comm.list .fix .fix_tit {
  color: #018838;
}
.tbl_comm.list .fix .fix_tit_display_n {
  background-color: #b1b0b0;
}
.tbl_comm.list .fix .title {
  font-weight: bold;
  color: #333;
}

/**************************************************************
 * table list À¥Áø(skin02)
**************************************************************/
.tbl_comm.webzine {
  border: 0 none;
}
.tbl_comm.webzine tbody {
  border-top: 1px solid #5b5b5b;
}
.tbl_comm.webzine tbody td {
  padding: 15px 20px;
  border-bottom: 1px solid #e1e1e1;
  transition: 0.2s;
}
.tbl_comm.webzine tr:hover td {
  background-color: #fbf9fa;
}
.tbl_comm.webzine .date {
  text-align: right;
}
.tbl_comm.webzine .link {
  display: block;
  font-size: 0;
  line-height: 22px;
}
/* .tbl_comm.webzine .tit {display:inline-block;font-weight:bold;font-size:18px;line-height:22px;color:#383838;letter-spacing:-0.075em} */
.tbl_comm.webzine .tit {
  display: inline-block;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #383838;
  letter-spacing: -0.075em;
  word-break: keep-all;
}
.tbl_comm.webzine .txt {
  margin: 0;
  font-size: 13px;
  line-height: 18px;
  color: #797979;
  letter-spacing: -0.025em;
}
.tbl_comm.webzine .source {
  display: inline-block;
  margin-left: 3px;
  font-weight: bold;
  font-size: 12px;
  line-height: 22px;
  color: #1fa153;
}
.tbl_comm.webzine .no_data {
  padding: 40px 0;
  line-height: 25px;
  text-align: center;
}
.tbl_comm.webzine .icon_new {
  margin: 6px 0 0 6px;
}
.tbl_comm.webzine .icon_file {
  margin: 6px 0 0 6px;
}
.tbl_comm.webzine .icon_lock {
  margin: 6px 0 0 6px;
}
.tbl_comm.webzine a:hover {
  text-decoration: none;
}

/**************************************************************
 * accordion list ¾ÆÄÚµð¾ð(skin03)
**************************************************************/
.accordion_comm {
  border-top: 1px solid #5b5b5b;
  border-bottom: 1px solid #e1e1e1;
}
.list_accordion {
  border-top: 1px solid #e1e1e1;
}
.list_accordion:first-child {
  border-top: 0 none;
}
.list_accordion dt {
  position: relative;
  min-height: 68px;
  padding: 23px 70px 23px 64px;
  box-sizing: border-box;
  cursor: pointer;
  transition: 0.2s;
}
.list_accordion dt:after {
  display: block;
  position: absolute;
  top: 28px;
  right: 28px;
  width: 22px;
  height: 11px;
  background: url(/images/bbs/ico_faq.png) 0 0 no-repeat;
  content: "";
  transform: rotate(-180deg);
  transition: 0.2s;
}
.list_accordion dt .question {
  position: absolute;
  top: 0;
  left: 0;
  width: 64px;
  height: 68px;
  font-size: 0;
  background: url(/images/bbs/ico_question.png) 50% 50% no-repeat;
}
.list_accordion dt .question:after {
  position: absolute;
  top: 28px;
  right: 0;
  width: 1px;
  height: 13px;
  background-color: #e2e2e2;
  content: "";
}
.list_accordion dt .title {
  display: block;
  position: relative;
  padding-left: 100px;
  font-weight: bold;
  font-size: 15px;
  line-height: 22px;
  color: #5b5b5b;
  letter-spacing: -0.075em;
  word-break: keep-all;
}
.list_accordion dt .category {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  font-weight: normal;
  font-size: 12px;
  color: #00993f;
  text-align: center;
}
.list_accordion dd {
  display: none;
  padding: 32px 24px;
  border-top: 1px solid #e1e1e1;
  font-size: 13px;
  line-height: 24px;
  color: #666;
  letter-spacing: -0.075em;
  background-color: #f9f9f9;
}
.list_accordion dd * {
  font-family: "Malgun Gothic" !important;
}
.list_accordion dd table {
  letter-spacing: -0.05em;
}
.list_accordion dd table th,
.list_accordion dd table td {
  padding: 3px;
  box-sizing: border-box;
}
.list_accordion.active dt:after {
  transform: rotate(0);
}

/**************************************************************
 * thumbnail list ÀÌº¥Æ®°Ô½ÃÆÇ
**************************************************************/
.list_thumbnail {
  overflow: hidden;
  border-bottom: 1px solid #dadce1;
}
.list_thumbnail li {
  float: left;
  position: relative;
  width: 360px;
  height: 177px;
  margin: 0 35px 40px 0;
}
.list_thumbnail li:nth-child(2n) {
  margin-right: 0;
}
.list_thumbnail .thumbnail {
  display: block;
  overflow: hidden;
  width: 360px;
  height: 130px;
  margin-bottom: 13px;
}
.list_thumbnail .title {
  display: block;
  overflow: hidden;
  max-height: 36px;
  padding: 0 0 0 5px;
  box-sizing: border-box;
  font-weight: bold;
  font-size: 15px;
  line-height: 18px;
  color: #333;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.list_thumbnail .title.winner {
  padding: 0 110px 0 5px;
}
.list_thumbnail .term {
  display: block;
  padding: 0 110px 0 5px;
  box-sizing: border-box;
  font-size: 13px;
  color: #666;
}
.list_thumbnail .link_winner {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 102px;
  height: 35px;
  padding-left: 10px;
  box-sizing: border-box;
  font-size: 13px;
  line-height: 35px;
  color: #fff;
  letter-spacing: -0.075em;
  background: #bababa url(/images/bbs/ico_arrow.png) 90% 45% no-repeat;
  transition: 0.2s;
}
.list_thumbnail .link_winner:hover {
  text-decoration: none;
  background-color: #a6a6a6;
}

/**************************************************************
 * table view (»ó¼¼)
**************************************************************/
.tbl_comm.view thead {
  border-bottom: 1px solid #e1e1e1;
  background-color: #fbf9fa;
}
.tbl_comm.view thead th {
  padding: 13px 0;
  border-bottom: 1px solid #ececec;
}
.tbl_comm.view tbody td {
  overflow: hidden;
}
.tbl_comm.view tbody td * {
  font-family:'Malgun Gothic', 'Apple SD Gothic Neo', dotum, sans-serif;
  color: #000;
}
.tbl_comm.view p {
  margin: 0;
  padding: 0;
}
.tbl_comm.view a:hover {
  text-decoration: none;
}

/* Å¸ÀÌÆ² */
.tbl_comm.view .title {
  float: left;
  padding: 0 25px;
  font-weight: bold;
  font-size: 18px;
  line-height: 26px;
  color: #333;
  text-align: left;
  letter-spacing: -0.05em;
}
.tbl_comm.view .subtitle {
  overflow: hidden;
  margin-bottom: 10px;
  padding: 0 25px;
}
.tbl_comm.view .subtitle li {
  float: left;
  margin-left: 10px;
  font-weight: normal;
  font-size: 13px;
  color: #666;
  letter-spacing: -0.075em;
}
.tbl_comm.view .subtitle li:first-child {
  margin-left: 0;
}
.tbl_comm.view .type {
  display: inline-block;
  position: relative;
  min-height: 26px;
  padding-right: 14px;
  font-weight: bold;
  font-size: 18px;
  line-height: 26px;
  color: #00993f;
}
.tbl_comm.view .type:after {
  display: block;
  position: absolute;
  top: 4px;
  right: 6px;
  width: 1px;
  height: 19px;
  background-color: #d7d7d7;
  content: "";
}

/* ¾ÆÀÌÄÜ */
.tbl_comm.view .icon_new {
  margin: 7px 0 0 5px;
}
.tbl_comm.view .icon_file {
  margin: 7px 0 0 5px;
}
.tbl_comm.view .icon_lock {
  margin: 7px 0 0 5px;
}

/* ¿ä¼Ò */
.tbl_comm.view .info_view {
  padding: 18px 0 18px 25px;
}
.tbl_comm.view .info_view li {
  font-size: 13px;
  line-height: 22px;
  color: #878787;
}
.tbl_comm.view .contents_view {
  padding: 40px 25px 70px 25px;
  border-bottom: 1px solid #e1e1e1;
  font-size: 13px;
  line-height: 22px;
  color: #000;
  letter-spacing: -0.075em;
  word-break: break-all;
}
.tbl_comm.view .webzine_view {
  padding: 40px 25px 70px 25px;
  border-bottom: 0 none;
  font-size: 13px;
  line-height: 22px;
  color: #000;
  letter-spacing: -0.075em;
  word-break: break-all;
}
.tbl_comm.view .source_view {
  overflow: hidden;
  padding: 30px 25px;
}
.tbl_comm.view .txt_source {
  float: left;
  margin-right: 14px;
  font-size: 13px;
  line-height: 35px;
  color: #aaa;
  letter-spacing: -0.075em;
}
.tbl_comm.view .link_source {
  float: left;
  height: 35px;
  padding: 0 13px 0 28px;
  border: 1px solid #b9b9b9;
  font-size: 13px;
  line-height: 35px;
  color: #6a6a6a;
  letter-spacing: -0.075em;
  background: url(/images/bbs/ico_news.png) 14px 50% no-repeat;
  transition: 0.1s;
}
.tbl_comm.view .link_source:hover {
  text-decoration: none;
  background-color: #f5f5f5;
}
.tbl_comm.view a {
  color: #0000ff;
}

/* Ã·ºÎÆÄÀÏ */
.tbl_comm.view .file_view {
  float: right;
  position: relative;
  max-width: 60%;
  padding: 20px 28px 20px 93px;
}
.tbl_comm.view .file_view dt {
  position: absolute;
  top: 20px;
  left: 0;
  padding-left: 23px;
  font-size: 13px;
  color: #222;
  background: url(/images/bbs/ico_down.png) 0 50% no-repeat;
}
.tbl_comm.view .file_view dd {
  margin-bottom: 7px;
}
.tbl_comm.view .file_view dd:last-child {
  margin-bottom: 0;
}
.tbl_comm.view .file_view dd a {
  position: relative;
  border-bottom: 1px solid #00993f;
  font-size: 13px;
  line-height: 18px;
  color: #00993f;
  box-shadow: inset 0 0 0 rgba(255, 255, 255, 0);
  transition: 0.2s;
}
.tbl_comm.view .file_view dd a:hover {
  text-decoration: none;
  box-shadow: inset 0 -5px 1px rgba(0, 153, 63, 0.2);
}

/**************************************************************
 * table reply (´äº¯)
**************************************************************/
.tbl_comm.reply {
  margin-top: -1px;
  border-top: 1px solid #e1e1e1;
}
.tbl_comm.reply thead {
  background-color: #fbf9fa;
}
.tbl_comm.reply thead th {
  padding: 13px 0;
}
.tbl_comm.reply tbody td {
  overflow: hidden;
}
.tbl_comm.reply .title {
  float: left;
  padding: 0 25px 0 46px;
  font-weight: bold;
  font-size: 18px;
  line-height: 26px;
  color: #333;
  text-align: left;
  letter-spacing: -0.05em;
  background: url(/images/bbs/ico_reply.png) 25px 50% no-repeat;
}
.tbl_comm.reply .info_view {
  padding: 18px 0 18px 25px;
}
.tbl_comm.reply .info_view li {
  font-size: 13px;
  line-height: 22px;
  color: #878787;
}
.tbl_comm.reply .contents_view {
  padding: 30px 25px;
  border-bottom: 1px solid #e1e1e1;
  font-size: 13px;
  line-height: 22px;
  color: #333;
  letter-spacing: -0.075em;
}

/**************************************************************
 * table write (¾²±â)
**************************************************************/
.tbl_comm.write {
  border: 0 none;
}
.tbl_comm.write tbody {
  border-top: 1px solid #5b5b5b;
}
.tbl_comm.write tbody th {
  height: 48px;
  border-bottom: 1px solid #e1e1e1;
  background-color: #fbf9fa;
}
.tbl_comm.write tbody td {
  height: 48px;
  padding: 5px;
  border-bottom: 1px solid #e1e1e1;
}
.tbl_comm.write textarea {
  width: 100%;
  height: 300px;
  padding: 10px;
  border: 1px solid #ccc;
  box-sizing: border-box;
    font-family:'Malgun Gothic', 'Apple SD Gothic Neo', dotum, sans-serif;
  font-size: 13px;
  color: #666;
  resize: none;
  outline: 0 none;
}
.tbl_comm.write .select_comm {
  vertical-align: middle;
}
.tbl_comm.write .chk_secret {
  display: inline-block;
  font-size: 0;
  vertical-align: middle;
  cursor: pointer;
}
.tbl_comm.write .chk_secret input[type="checkbox"] {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}
.tbl_comm.write .chk_secret .txt {
  display: inline-block;
  font-size: 13px;
  vertical-align: middle;
}

/**************************************************************
 * ÀÌÀü±Û&´ÙÀ½±Û
**************************************************************/
.list_article {
  margin-top: -1px;
  border-top: 1px solid #e1e1e1;
}
.list_article li {
  position: relative;
  height: 48px;
  padding-left: 130px;
  border-bottom: 1px solid #e1e1e1;
  line-height: 48px;
  transition: 0.1s;
}
.list_article .type {
  position: absolute;
  top: 0;
  left: 0;
  width: 102px;
  height: 48px;
  font-weight: bold;
  font-size: 13px;
  line-height: 48px;
  color: #999;
  text-align: center;
}
.list_article .type:before {
  display: block;
  position: absolute;
  top: 17px;
  left: 102px;
  width: 1px;
  height: 14px;
  background-color: #e1e1e1;
  content: "";
}
.list_article .title {
  display: inline-block;
  overflow: hidden;
  float: left;
  max-width: 552px;
  font-size: 13px;
  color: #666;
  white-space: nowrap;
  text-overflow: ellipsis;
  letter-spacing: -0.025em;
}
.list_article .icon_new {
  float: left;
  margin: 18px 0 0 5px;
}
.list_article .icon_file {
  float: left;
  margin: 18px 0 0 7px;
}
.list_article .icon_lock {
  float: left;
  margin: 18px 0 0 7px;
}

.list_article_02 {
  margin-top: 30px;
}
.list_article_02:after {
  display: block;
  content: "";
  clear: both;
}
.list_article_02 > div {
  float: left;
  width: 320px;
  height: 80px;
  box-sizing: border-box;
}
.list_article_02 .prev {
  margin-right: 55px;
}
.list_article_02 .next {
  float: right;
}
.list_article_02 .list {
  width: 80px;
}
.list_article_02 a {
  display: block;
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
.list_article_02 .prev a {
  padding-left: 95px;
}
.list_article_02 .next a {
  padding-right: 95px;
}
.list_article_02 .list a {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  font-size: 16px;
  line-height: 80px;
  color: #fff;
  text-align: center;
  background-color: #333;
}
.list_article_02 :not(.list) a:before,
.list_article_02 :not(.list) a:after {
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  background-color: #dcdcdc;
  content: "";
  transition: 0.2s;
}
.list_article_02 .prev a:before {
  top: 27px;
  left: 40px;
  transform: rotate(-45deg);
}
.list_article_02 .prev a:after {
  top: 47px;
  left: 40px;
  transform: rotate(45deg);
}
.list_article_02 .next a:before {
  top: 27px;
  right: 40px;
  transform: rotate(45deg);
}
.list_article_02 .next a:after {
  top: 47px;
  right: 40px;
  transform: rotate(-45deg);
}
.list_article_02 a:hover {
  text-decoration: none;
}
.list_article_02 .prev a:hover:before,
.list_article_02 .prev a:hover:after {
  left: 30px;
  background-color: #333;
}
.list_article_02 .next a:hover:before,
.list_article_02 .next a:hover:after {
  right: 30px;
  background-color: #333;
}
.list_article_02 .link em {
  display: block;
  padding-top: 10px;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  color: #333;
  text-align: center;
}
.list_article_02 .link .title {
  display: block;
  overflow: hidden;
  max-width: 100%;
  font-weight: 400;
  font-size: 13px;
  line-height: 28px;
  color: #333;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/**************************************************************
 * tab
**************************************************************/
.tab_comm {
  margin-bottom: 30px;
}

/* 1depth */
.tab_comm .tab_list {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.tab_comm .tab_list > li {
  display: table-cell;
  position: relative;
  background-color: #f9f9f9;
}
.tab_comm .tab_list > li > a {
  display: block;
  height: 70px;
  border: 1px solid #d7d7d7;
  border-right: 0 none;
  box-sizing: border-box;
  font-size: 15px;
  color: #888;
  text-align: center;
  line-height: 70px;
  letter-spacing: -0.075em;
}
.tab_comm .tab_list > li > a.active {
  border-color: #767676;
  border-bottom-color: #fff;
  background-color: #fff;
  font-weight: bold;
  color: #333;
}
.tab_comm .tab_list > li > a.active:after {
  display: block;
  position: absolute;
  top: 0;
  right: -1px;
  z-index: 10;
  width: 1px;
  height: 70px;
  background-color: #767676;
  content: "";
}
.tab_comm .tab_list > li:last-child > a {
  border-right: 1px solid #d7d7d7;
}
.tab_comm .tab_list > li:last-child > a.active:after {
  right: 0;
}

/* 2depth */
.tab_comm .tab_2depth {
  padding-top: 10px;
  font-size: 0;
}
.tab_comm .tab_2depth li {
  display: inline-block;
  position: relative;
  min-width: 14.28571%;
}
.tab_comm .tab_2depth li:before {
  display: block;
  position: absolute;
  top: 11px;
  left: 1px;
  width: 1px;
  height: 12px;
  background-color: #d4d4d4;
  content: "";
}
.tab_comm .tab_2depth li:first-child:before {
  display: none;
}
.tab_comm .tab_2depth li:nth-child(7n + 1):before {
  display: none;
}
.tab_comm .tab_2depth li a {
  display: block;
  font-size: 13px;
  line-height: 32px;
  color: #666;
  text-align: center;
  letter-spacing: -0.05em;
}
.tab_comm .tab_2depth li a.active {
  font-weight: bold;
  color: #009940;
}

/**************************************************************
 * search
**************************************************************/
.search_comm {
  margin-top: 50px;
  padding: 34px;
  font-size: 0;
  text-align: center;
  background-color: #f3f3f3;
}
.search_comm button {
  display: inline-block;
  height: 38px;
  margin-left: 10px;
  padding: 0 34px;
  border: 0 none;
  box-sizing: border-box;
  font-weight: bold;
  font-size: 14px;
  color: #fff;
  letter-spacing: -0.05em;
  background-color: #666;
  vertical-align: top;
  cursor: pointer;
  transition: 0.1s;
}
.search_comm button:hover {
  background-color: #525252;
}
.search_comm .select_comm {
  width: 160px;
  margin-right: 10px;
}
.search_comm .inp_search {
  display: inline-block;
  position: relative;
  width: 380px;
  padding-right: 40px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  text-align: left;
  background-color: #fff;
}
.search_comm .inp_search input[type="text"] {
  width: 100%;
  height: 36px;
  border: 0 none;
}
.search_comm .btn_search {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 36px;
  border: 0 none;
  padding: 0;
  background: #fff url(/images/bbs/ico_search.png) 50% 50% no-repeat;
  cursor: pointer;
}
.search_comm .btn_search:before {
  display: block;
  position: absolute;
  top: 10px;
  right: 39px;
  width: 1px;
  height: 19px;
  background-color: #ddd;
  content: "";
}
.search_comm .btn_search:hover {
  background-color: #fff;
}

.search_comm_02 {
  overflow: hidden;
  margin-top: 42px;
  padding: 47px 75px;
  box-sizing: border-box;
  font-size: 0;
  background-color: #f7f7f7;
}
.search_comm_02 .chk_comm {
  float: left;
  height: 24px;
  margin: 5px 20px 0 0;
  padding: 0 0 0 33px;
}
.search_comm_02 .chk_comm .chk {
  width: 24px;
  height: 24px;
  background: transparent;
}
.search_comm_02 .chk_comm input[type="checkbox"]:checked + .chk:before {
  top: 11px;
  left: 2px;
  width: 8px;
  transform: rotate(50deg);
}
.search_comm_02 .chk_comm input[type="checkbox"]:checked + .chk:after {
  top: 9px;
  left: 5px;
  width: 14px;
  transform: rotate(-52deg);
}
.search_comm_02 .chk_comm .txt {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #333;
}
.search_comm_02 .select_comm_02 {
  float: left;
  width: 103px;
  margin-right: 10px;
}
.search_comm_02 .inp_search {
  float: left;
  width: 273px;
  height: 30px;
  margin-right: 10px;
  padding: 0 10px;
  border: 0 none;
  border-bottom: 1px solid #333;
  box-sizing: border-box;
  font-size: 14px;
  color: #999;
  letter-spacing: 0;
  background: transparent;
}
.search_comm_02 .btn_search {
  display: inline-block;
  width: 70px;
  height: 30px;
  margin-right: 5px;
  border: 0 none;
  border-radius: 0;
  font-size: 14px;
  line-height: 30px;
  color: #fff;
  background-color: #333;
  cursor: pointer;
  transition: 0.2s;
}
.search_comm_02 .btn_all {
  display: inline-block;
  width: 70px;
  height: 30px;
  border: 0 none;
  border-radius: 0;
  font-size: 14px;
  line-height: 30px;
  color: #fff;
  background-color: #646671;
  cursor: pointer;
  transition: 0.2s;
}
.search_comm_02 .btn_search:hover {
  background-color: #1f1f1f;
}
.search_comm_02 .btn_all:hover {
  background-color: #50525d;
}

/**************************************************************
 * search (±âÃâ/ÀûÁß °ú¸ñ °Ë»ö)
**************************************************************/
.search_previous {
  margin-bottom: 40px;
  padding: 32px 0;
  font-size: 0;
  text-align: center;
  background-color: #f5f5f5;
}
.search_previous .btn_previous {
  display: inline-block;
  height: 43px;
  padding: 0 34px;
  font-weight: bold;
  font-size: 15px;
  line-height: 43px;
  color: #fff;
  background-color: #4a4a4a;
  vertical-align: top;
  transition: 0.2s;
}
.search_previous .btn_previous:hover {
  text-decoration: none;
  background-color: #363636;
}
.search_previous form {
  display: inline-block;
}

/* °ú¸ñ&³âµµ ÅÇ */
.tab_previous {
  display: inline-block;
  margin-right: 5px;
  font-size: 0;
}
.tab_previous li {
  display: inline-block;
  margin-right: 14px;
  font-weight: bold;
  font-size: 14px;
  color: #333;
  letter-spacing: -0.075em;
}
.tab_previous li a {
  display: inline-block;
  position: relative;
  padding-left: 27px;
  color: #333;
}
.tab_previous li a:before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 18px;
  height: 18px;
  margin-top: -8px;
  border: 1px solid #d1d1d1;
  border-radius: 50%;
  box-sizing: border-box;
  background-color: #fff;
  content: "";
}
.tab_previous li.active a:after {
  display: block;
  position: absolute;
  top: 50%;
  left: 4px;
  width: 10px;
  height: 10px;
  margin-top: -4px;
  border-radius: 50%;
  background-color: #00983e;
  content: "";
}
.tab_previous li a:hover {
  text-decoration: none;
}

/* Ä«Å×°í¸® select */
.field_previous {
  display: inline-block;
  margin-right: 10px;
  font-size: 0;
}
.field_previous .select_previous {
  display: inline-block;
}
.field_previous .select_comm {
  min-width: 212px;
  height: 43px;
  margin-left: -1px;
  font-size: 14px;
}

/**************************************************************
 * paging
**************************************************************/
.paging_comm {
  overflow: hidden;
  margin-top: 30px;
  font-size: 0;
  text-align: center;
}
.paging_comm li {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  padding: 0 10px;
  font-size: 0;
}
.paging_comm li:before {
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 1px;
  height: 9px;
  background-color: #e0e0e0;
  content: "";
}
.paging_comm li.prev:before,
.paging_comm li.next:before,
.paging_comm li:nth-child(2):before {
  display: none;
}
.paging_comm a {
  display: inline-block;
  overflow: hidden;
  height: 18px;
  box-sizing: border-box;
  font-size: 12px;
  line-height: 18px;
  color: #5b5b5b;
}
.paging_comm .prev a,
.paging_comm .next a {
  width: 25px;
  border: 1px solid #dddce1;
  text-indent: -999px;
}
.paging_comm .prev a {
  background: url(/images/bbs/paging_prev.png) 50% 50% no-repeat;
}
.paging_comm .next a {
  background: url(/images/bbs/paging_next.png) 50% 50% no-repeat;
}
.paging_comm .current a {
  font-weight: bold;
  color: #424242;
}
.paging_comm a:visited {
  color: #5b5b5b;
}

/**************************************************************
 * button
**************************************************************/
.btn_board a,
.btn_center a {
  display: inline-block;
  height: 42px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-weight: bold;
  font-size: 16px;
  line-height: 40px;
  color: #666;
  text-align: center;
  letter-spacing: -0.05em;
  background-color: #f7f7f7;
  transition: 0.1s;
}

/* °¡¿îµ¥Á¤·Ä ¹öÆ° */
.btn_center {
  margin-top: -1px;
  padding-top: 30px;
  border-top: 1px solid #e1e1e1;
  font-size: 0;
  text-align: center;
}
.btn_center a {
  width: 160px;
  margin: 0 4px;
}
.btn_center a.update {
  border-color: #00993f;
  color: #fff;
  background-color: #00993f;
}
.btn_center a:hover {
  color: inherit;
  text-decoration: none;
  background-color: #ededed;
}
.btn_center a.update:hover {
  color: #fff;
  background-color: #008f35;
}
.btn_center a.list {
  border-color: #666;
  color: #fff;
  background-color: #666;
}
.btn_center a.list:hover {
  color: #fff;
  text-decoration: none;
  background-color: #525252;
}

/* ¿ÞÂÊ&¿À¸¥ÂÊ ¹öÆ° */
.btn_board {
  margin-top: 30px;
}
.btn_board:after {
  display: block;
  content: "";
  clear: both;
}
.btn_board a {
  width: 120px;
  margin-right: 4px;
}
.btn_board a.update {
  float: left;
  border-color: #666;
  color: #fff;
  background-color: #666;
}
.btn_board a.delete {
  float: left;
  border-color: #666;
  color: #fff;
  background-color: #666;
}
.btn_board a.cancel {
  float: right;
  margin-right: 0;
}
.btn_board a.write {
  float: right;
  width: 140px;
  margin-top: -60px;
  margin-right: 0;
  border-color: #00993f;
  color: #fff;
  background-color: #00993f;
}
.btn_board a.update:hover {
  color: #fff;
  text-decoration: none;
  background-color: #525252;
}
.btn_board a.delete:hover {
  color: #fff;
  text-decoration: none;
  background-color: #525252;
}
.btn_board a.cancel:hover {
  color: #666;
  text-decoration: none;
  background-color: #ededed;
}
.btn_board a.write:hover {
  color: #fff;
  text-decoration: none;
  background-color: #008f35;
}
.btn_board a.write.mt0 {
  margin-top: 0;
}

/**************************************************************
 * comment
**************************************************************/
/* .comment_wrap {position:relative;margin-top:50px;padding:34px 264px 34px 0;background-color:#f3f3f3} */
.comment_wrap {
  position: relative;
  margin-top: 0px;
  padding: 65px 264px 34px 0;
  background-color: #f3f3f3;
  margin-bottom: 20px;
}
.comment_wrap .title_txt {
  position: absolute;
  top: 10px;
  left: 63px;
  font-size: 14px;
  font-weight: bold;
  color: #009940;
}
.comment_list {
  padding: 0 65px;
  border-right: 1px solid #d7d7d7;
}
.comment_list li {
  font-size: 13px;
  line-height: 20px;
  color: #5f5f5f;
  letter-spacing: -0.05em;
}
/* .comment_link {position:absolute;top:0;right:0;width:264px;height:100%;font-size:0;text-align:center} */
.comment_link {
  position: absolute;
  top: 70px;
  right: 0;
  width: 264px;
  font-size: 0;
  text-align: center;
}
.comment_link:before {
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
  content: "";
}
.comment_link a {
  display: inline-block;
  font-weight: bold;
  font-size: 16px;
  color: #282828;
  letter-spacing: -0.05em;
  vertical-align: middle;
}
.comment_link a:link {
  color: #282828;
}

/**************************************************************
 * ÀÌº¥Æ® ´çÃ·ÀÚ Å×ÀÌºí
**************************************************************/
.winner_title {
  display: block;
  margin-bottom: 10px;
  font-size: 18px;
  color: #319f2e;
  letter-spacing: -0.05em;
}
.winner_wrap {
  padding: 0 25px 40px 25px;
}
.winner_wrap .tbl_comm.list {
  border-top: 1px solid #5bae59;
}
.winner_wrap .tbl_comm.list thead {
  background-color: #eef7ee;
}
.winner_wrap .tbl_comm.list thead th {
  color: #333;
}
.winner_wrap .tbl_comm.list tbody td {
  padding: 10px 0;
}
.winner_wrap + .btn_center {
  border-top-color: #5b5b5b;
}

/**************************************************************
 * Real ¼ö°­ ÈÄ±â (realReviewBoard)
**************************************************************/
/* ¼ö°­ÈÄ±â »ó´Ü ¹è³Ê */
.review_banner {
  display: block;
  position: relative;
  margin-top: 15px;
}
.review_banner a {
  display: block;
  position: absolute;
  top: 0;
  right: 60px;
  width: 102px;
  height: 137px;
  border-radius: 0 0 137px 137px;
  font-size: 0;
  text-align: center;
  background-color: #003c6a;
  transition: 0.2s;
}
.review_banner a img {
  vertical-align: middle;
}
.review_banner a:before {
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
  content: "";
}
.review_banner a:after {
  display: block;
  position: absolute;
  top: 100px;
  right: -23px;
  width: 108px;
  height: 16px;
  background: url(/images/bbs/review_arrow.png) 0 0 no-repeat;
  content: "";
  transition: 0.2s;
}
.review_banner a:hover {
  height: 100%;
  border-radius: 0;
  box-shadow: 3px 0 3px rgba(0, 60, 106, 0.2);
}
.review_banner a:hover:after {
  top: 130px;
}

/* ¼ö°­ÈÄ±â °Ë»ö¿µ¿ª */
.realReviewBoard .search_comm {
  margin: 15px 0 30px 0;
  padding: 15px;
}
.realReviewBoard .select_comm.type1 {
  width: 210px;
}
.realReviewBoard .select_comm.type2 {
  width: 150px;
}
.realReviewBoard .select_comm.type3 {
  width: 226px;
}

/* ¼ö°­ÈÄ±â ¸®½ºÆ® */
.realReviewBoard .tbl_comm.list thead th {
  background-color: #fbfafa;
}
.realReviewBoard .tbl_comm.list tbody td {
  padding: 28px 0;
}
.realReviewBoard .tbl_comm.list .subject {
  display: block;
}
.realReviewBoard .tbl_comm.list .teacher {
  display: block;
}
.realReviewBoard .tbl_comm.list .small {
  overflow: hidden;
  display: block;
  max-width: 270px;
  padding: 0 15px;
  font-size: 11px;
  color: #1fa153;
  text-align: left;
  letter-spacing: -0.075em;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.realReviewBoard .tbl_comm.list .title {
  overflow: hidden;
  max-width: 270px;
  font-size: 14px;
  color: #000;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* ¼ö°­ÈÄ±â »ó¼¼ */
.realReviewBoard .tbl_comm.view thead th {
  overflow: hidden;
  position: relative;
  padding: 0 0 0 5px;
  height: 104px;
  box-sizing: border-box;
  text-align: left;
}
.realReviewBoard .tbl_comm.view thead th:first-child {
  padding-left: 173px;
}
.realReviewBoard .tbl_comm.view .contents_view {
  padding: 0;
}

.realReviewBoard .tbl_comm.view .teacher_thumb {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 173px;
  height: 104px;
  text-align: center;
}
.realReviewBoard .tbl_comm.view .teacher_thumb img {
  width: auto;
  height: 100%;
}
.realReviewBoard .tbl_comm.view .teacher_info {
  display: inline-block;
  vertical-align: middle;
}
.realReviewBoard .tbl_comm.view .teacher_info dt {
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 18px;
  color: #333;
  letter-spacing: -0.05em;
}
.realReviewBoard .tbl_comm.view .teacher_info dd {
  font-weight: normal;
  font-size: 13px;
  color: #8e8e8e;
  letter-spacing: -0.075em;
}
.realReviewBoard .tbl_comm.view .teacher_home {
  position: relative;
  border-bottom: 1px solid #222;
  font-weight: normal;
  font-size: 13px;
  line-height: 16px;
  color: #222;
  letter-spacing: -0.075em;
}
.realReviewBoard .tbl_comm.view .teacher_home .icon {
  display: block;
  position: absolute;
  top: 50%;
  right: -20px;
  width: 13px;
  height: 13px;
  margin-top: -5px;
  border: 1px solid #8e8e8e;
  box-sizing: border-box;
  transition: 0.2s;
}
.realReviewBoard .tbl_comm.view .teacher_home .icon:before,
.realReviewBoard .tbl_comm.view .teacher_home .icon:after {
  display: block;
  position: absolute;
  top: 2px;
  left: 5px;
  width: 1px;
  height: 7px;
  background-color: #8e8e8e;
  content: "";
}
.realReviewBoard .tbl_comm.view .teacher_home .icon:after {
  transform: rotate(90deg);
}
.realReviewBoard .tbl_comm.view .teacher_home:hover .icon {
  border-color: #009940;
  transform: rotate(90deg);
}
.realReviewBoard .tbl_comm.view .teacher_home:hover .icon:before,
.realReviewBoard .tbl_comm.view .teacher_home:hover .icon:after {
  background-color: #009940;
}
.realReviewBoard .tbl_comm.view .teacher_home:hover {
  border-color: #009940;
  color: #009940;
}

.realReviewBoard .tbl_comm.view .real_review {
  padding: 0 30px 45px 30px;
}
.realReviewBoard .tbl_comm.view .real_title {
  position: relative;
  padding: 25px 110px 25px 0;
  border-bottom: 1px solid #f0f0f0;
  box-sizing: border-box;
}
.realReviewBoard .tbl_comm.view .real_title .tit {
  font-size: 16px;
  color: #333;
  letter-spacing: -0.075em;
}
.realReviewBoard .tbl_comm.view .real_title .lnk {
  position: absolute;
  top: 25px;
  right: 15px;
  font-size: 13px;
  color: #a1a1a1;
  letter-spacing: -0.075em;
}
.realReviewBoard .tbl_comm.view .real_title .lnk:hover {
  color: #222;
}
.realReviewBoard .tbl_comm.view .real_contents {
  padding: 30px 0 70px 0;
  font-size: 13px;
  line-height: 22px;
  color: #868686;
  letter-spacing: -0.075em;
}
.realReviewBoard .tbl_comm.view .real_info {
  width: 100%;
  font-size: 0;
  text-align: right;
}
.realReviewBoard .tbl_comm.view .real_info li {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  font-size: 14px;
  color: #8e8e8e;
  letter-spacing: -0.03em;
}
.realReviewBoard .tbl_comm.view .real_info li:before {
  position: absolute;
  top: 6px;
  left: 15px;
  width: 1px;
  height: 13px;
  background-color: #e3e3e3;
  content: "";
}
.realReviewBoard .tbl_comm.view .real_info li:first-child:before {
  display: none;
}

/* ±³¼öÈ¨ ¼ö°­ÈÄ±â */
.cyberReviewBoard tbody {
  border-bottom: 1px solid #333;
}
.cyberReviewBoard .review_view {
  padding: 24px;
  font-size: 14px;
  line-height: 24px;
  color: #666;
  letter-spacing: 0;
}

/**************************************************************
 * ÇÐ½À QnA (qnaBoard)
**************************************************************/
.qnaBoard .tbl_comm.list .type {
  font-size: 14px;
}
.qnaBoard .tbl_comm.list tr.answer td {
  background-color: #f7f7f7;
}
.qnaBoard .tbl_comm.list tr.answer:hover td {
  background-color: #f7f7f7;
}
.qnaBoard .tbl_comm.list tr.answer .title .re {
  position: relative;
  padding-left: 10px;
  font-size: 14px;
  color: #007d4a;
}
.qnaBoard .tbl_comm.list tr.answer .title .re:before {
  display: block;
  position: absolute;
  top: 6px;
  left: 0;
  width: 6px;
  height: 6px;
  background: url(/images/cyberLecture/icon_re.png) 0 50% no-repeat;
  content: "";
}
.qnaBoard .tbl_comm.list tr.answer .teacher {
  color: #007d4a;
}

.qnaBoard .tbl_comm.view .qna_view {
  padding: 24px;
  font-size: 14px;
  line-height: 24px;
  color: #666;
  letter-spacing: 0;
}

.qnaBoard .tbl_comm.write .w180 {
  width: 180px;
}
.qnaBoard .tbl_comm.write .w540 {
  width: 540px;
}
.qnaBoard .tbl_comm.write .inp_title {
  width: 540px;
  height: 28px;
  border-color: #dcdcdc;
}
.qnaBoard .tbl_comm.write .chk_comm {
  float: right;
  margin: 4px 20px 0 0;
}
