@charset "utf-8";
/* XEHub (developers@xpressengine.com) */
/* Board */
.board img {
  border: 0;
}
.board,
.board label,
.board table,
.board input,
.board button,
.board textarea,
.board select {
  font-size: 16px;
  font-family: "Noto Sans Korean", "Noto Sans", -apple-system,
    BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans",
    sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
    "Noto Color Emoji";
}
.board select {
  margin: 0;
}
.board .iCheck {
  width: 13px;
  height: 13px;
  margin: 0;
  vertical-align: middle;
}
.board .iCheck + label {
  vertical-align: middle;
}
.board .iText {
  position: relative;
  padding: 4px 9px;
  height: 3.5rem;
  line-height: 19px;
  border: 1px solid #dbdbdb;
  background: transparent;
}
.board textarea {
  margin: 0;
  padding: 3px 4px;
  border: 1px solid #a6a6a6;
  border-right-color: #d8d8d8;
  border-bottom-color: #d8d8d8;
}
.board label {
  display: inline-block;
  margin: 0;
}

.board {
  width: 1140px;
  margin: 30px auto;
}
/* Category Tab */
.cTab {
  display: flex;
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  zoom: 1;
  border: 0;
}
.cTab:after {
  content: "";
  display: block;
  clear: both;
}
.cTab li {
  flex: 1;
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  border-right: 1px solid #ececec;
  padding: 10px 20px;
}

.cTab li:first-child {
  border-left: 1px solid #ececec;
}
.cTab li.on {
  border-top: 2px solid #bae4ff;
}

.cTab li a {
  display: block;
  text-align: center;
  color: #454545;
}

/* .cTab li:hover a, .cTab li.on a{
	border-top:3px solid red;
} */

.cTab li em {
  color: #767676;
  padding: 0 0 0 2px;
}

.cTab ul {
  display: none;
  position: absolute;
  top: 30px;
  left: 0;
  margin: 0;
  padding: 0;
}
.cTab li.on ul {
  display: block;
  overflow: hidden;
  white-space: nowrap;
}
.cTab li.on ul li {
  position: relative;
  left: 1px;
  float: none;
  display: inline;
  margin: 0;
  padding: 0 15px;
  list-style: none;
  border: 0;
  border-right: 1px solid #d0d0d0;
}
.cTab li.on ul li a {
  border: 0;
  top: 0;
  float: none;
  line-height: none;
  padding: 0;
  font-weight: normal;
}
.cTab li.on ul li.on_ a {
  font-weight: bold;
  color: #3912b3;
}
/* Board List */
/* list.html */
.board_list {
  margin: 30px auto 100px auto;
}

.board_list table {
  border: 0;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  color: #4a4a4a;
}
.board_list a {
  text-decoration: none;
  color: #4a4a4a;
}
.board_list a:hover,
.board_list a:active,
.board_list a:focus {
  text-decoration: underline;
}
.board_list th {
  border: 0;
  border-bottom: double #dbdbdb;
  padding: 14px 0 15px 0;
  height: 14px;
  white-space: nowrap;
}
.board_list th:first-child span {
  border: 0;
}
.board_list th span {
  display: block;
  padding: 0 15px;
  height: 14px;
  font-weight: normal;
}
.board_list tr.notice {
  background: #f6f6f6;
}
.board_list tr.notice td.title a {
  font-weight: bold;
}
.board_list td {
  border: 0;
  border-bottom: 1px solid #e6e6e6;
  padding: 8px 10px;
  white-space: nowrap;
  vertical-align: top;
}
.board_list tr:last-child td {
  border: 0;
}
.board_list td.notice {
  text-align: center;
}
.board_list td.no {
  text-align: center;
}
.board_list td.title {
  white-space: normal;
  line-height: 1.4;
  width: 100%;
}
.board_list td.author img {
  position: relative;
  top: -1px;
}
.board_list td.time,
.board_list td.readNum,
.board_list td.voteNum,
.board_list td.lastReply a {
  text-align: center;
}
.board_list td.lastReply sub {
}
.board_list td.check {
  text-align: center;
}
.board_list tr.no_article {
  height: 150px;
}
.board_list tr.no_article td {
  vertical-align: middle;
}
.list_footer {
  position: relative;
  margin-bottom: 30px;
  /* zoom: 1; */
}
.list_footer:after {
  content: "";
  display: block;
  clear: both;
}
.list_footer .btnArea {
  float: right;
  margin: 0;
}

.search-form-wrap {
  width: 800px;
  float: right;
  margin: 30px 0;
}

.board_search {
  position: relative;
}

.board_search .xi-magnifier {
  /* position:absolute;
	top:7px;
	left: 7px; */
  display: none;
}
.board_search * {
  vertical-align: top;
}
.board_search .iText {
  height: 50px;
  padding: 10px;
  width: 600px;
  border: 1px solid #ddd;
  box-sizing: border-box;
}

.board_search .search_input {
  display: inline-block;
  position: relative;
}

.board_search select {
  height: 50px;
  width: 180px;
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid #ddd;
  background: url(layouts/tobagimaljanchi/images/ico_snb_down.png) 95% center
    no-repeat;
}

.board .btn.search {
  background: #ff8c6c;
  color: #fff;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.board_search .btn {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0;
  width: 120px;
  height: 50px !important;
  font-size: 16px;
}
/* Board Write */

/* write_form.html */
.board_write {
  width: 1140px;
  margin: 0 auto;
}
.write_header {
  padding: 9px 10px 10px 0px;
}
.write_header * {
  vertical-align: middle;
}
.write_header select {
  width: 200px;
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #dbdbdb;
  background: url(layouts/tobagimaljanchi/images/ico_snb_down.png) 95% center
    no-repeat;
}
.write_header .iText {
  width: 100%;
  height: auto;
  padding: 10px 10px;
  background: #fff;
}
.write_editor .xd {
  margin-top: -3px;
}
.write_footer {
  overflow: hidden;
  margin: 1em 0;
  margin-bottom: 100px;
}
.write_footer:after {
  content: "";
  display: block;
  clear: both;
}
.write_footer .btnArea {
  float: right;
  margin: 0;
}
.write_option {
  margin: 0 0 1em 0;
}
.write_option label {
  margin: 0 10px 0 0;
}
/* Extra Form */
.exForm {
  background: #fff;
  padding: 10px 0;
}
.exForm table {
  border: 0;
  width: 100%;
}
.exForm caption {
  text-align: right;
  font-size: 11px;
  padding: 0 0 2px 0;
}
.exForm th,
.exForm td {
  border: 0;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.exForm th {
  color: #333;
  text-align: left;
  padding: 10px 5px 15px 5px;
  white-space: nowrap;
}
.exForm th label {
  cursor: default;
}
.exForm td {
  color: #666;
  padding: 8px 10px;
}
.exForm em {
  font-style: normal;
  color: #f60;
}
.exForm .text,
.exForm .homepage,
.exForm .email_address,
.exForm .tel,
.exForm .address,
.exForm .date {
  padding: 3px 4px;
  margin: 0 4px 0 0;
  height: 25px;
  line-height: 14px;
  vertical-align: top;
  border: 1px solid #a6a6a6;
  border-right-color: #d8d8d8;
  border-bottom-color: #d8d8d8;
}
.exForm .text,
.exForm .email_address,
.exForm .homepage,
.exForm .address {
  width: 300px;
}
.exForm .tel {
  width: 40px;
}
.exForm .date {
  width: 120px;
}
.exForm textarea {
  width: 90%;
  padding: 3px 4px;
  margin: 0 4px 0 0;
  vertical-align: top;
  border: 1px solid #a6a6a6;
  border-right-color: #d8d8d8;
  border-bottom-color: #d8d8d8;
}
.exForm p {
  margin: 5px 0 0 0;
  font-size: 11px;
}
.exForm ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.exForm li {
  display: inline;
}
.exForm li input {
  width: 13px;
  height: 13px;
  margin: 0 4px 0 0;
  vertical-align: middle;
}
.exForm li label {
  margin: 0 15px 0 0;
}
.exOut {
  background: #fff;
  padding: 10px 0;
}
.exOut table {
  border: 0;
  width: 100%;
}
.exOut th,
.exOut td {
  border: 0;
  vertical-align: top;
  border-bottom: 1px solid #ddd;
  padding: 8px 15px;
}
.exOut th {
  color: #333;
  text-align: left;
  white-space: nowrap;
}
.exOut td {
  color: #666;
  width: 100%;
}
/* Board Read */

/* _read.html */

.board-tit h4 {
  font-size: 30px;
}

.board {
  letter-spacing: -0.05em;
}

.cr {
  display: block;
  content: "";
  clear: both;
}

.board_read {
  zoom: 1;
}
.read_header {
  position: relative;
  margin-bottom: 20px;
  border-top: 2px solid #555555;
  padding: 20px 0;
  margin-top: 50px;
}
.read_header h1 {
  width: 100%;
  margin: 0;
  font-size: 22px;
  font-weight: 600;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #555;
  padding: 0;
}
.read_header h1 a {
  text-decoration: none;
  color: #333;
}
.read_header h1 .category {
  font-weight: normal;
  border-right: 1px solid #ddd;
  padding: 0 13px 0 0;
  margin: 0 8px 0 0;
}
.read_header .meta {
  margin: 0;
  padding: 20px 0;
  border-bottom: 1px solid #ddd;
  zoom: 1;
  white-space: nowrap;
  color: #666;
  font-size: 15px;
}
.read_header .meta > span {
  margin-left: 8px;
}
.read_header .meta > span:first-child {
  margin-left: 0;
}
.read_header .meta:after {
  content: "";
  display: block;
  clear: both;
}
.read_header .meta .author {
  text-decoration: none;
  color: #666;
  font-weight: normal;
}
.read_body {
  padding: 15px 10px;
}
.read_body img {
  width: 100%;
  height: auto;
}
.read_body .xe_content {
  color: #333;
}
.read_footer {
  overflow: hidden;
}
.read_footer .fileList {
  margin: 15px 0;
  display: inline;
  float: left;
}
.read_footer .toggleFile {
  border: 0;
  background: none;
  cursor: pointer;
  overflow: visible;
  padding: 0;
  color: #4b4b4b;
}
.read_footer .files {
  display: none;
  list-style: none;
  margin: 15px 0;
  padding: 0;
  line-height: 16px;
}
.read_footer .files li {
  background: url(icoSet.gif) no-repeat 0 -28px;
  padding: 0 0 0 15px;
}
.read_footer .files a {
  color: #4b4b4b;
  position: relative;
  text-decoration: none;
}
.read_footer .files a .fileSize {
  visibility: hidden;
  position: absolute;
  padding: 1px 4px;
  left: 100%;
  top: -4px;
  border: 1px solid #ddd;

  background: #fff;
  white-space: nowrap;
}
.read_footer .files a:hover .fileSize,
.read_footer .files a:active .fileSize,
.read_footer .files a:focus .fileSize {
  visibility: visible;
}

.read_body .xe_content {
  font-family: "Noto Sans Korean";
  font-size: 16px;
}

.fileList {
  margin: 15px 0;
  text-align: left;
  box-sizing: border-box;
  border-spacing: 0;
  border: 1px solid #e3e3e3;
  width: 100%;
}

.fileList th:nth-child(1),
.fileList td:nth-child(1) {
  text-align: left;
}
.fileList th:nth-child(2),
.fileList td:nth-child(2) {
  text-align: center;
}
.fileList th:nth-child(3),
.fileList td:nth-child(3) {
  text-align: center;
}
.fileList th:nth-child(4),
.fileList td:nth-child(4) {
  text-align: center;
}

.fileList th {
  background: #f0f0f0;
  padding: 10px 12px;
}

.fileList td {
  padding: 15px 12px;
}

.fileList th,
.fileList td {
  border: 1px solid #e3e3e3;
  font-size: 13px;
}

.fileList a {
  border: 1px solid #313482;
  background: #313482;
  padding: 2px 8px;
  border-radius: 5px;
  color: #ffffff;
}

.fileList a:hover {
  border: 1px solid #313482;
  background: #ffffff;
  padding: 2px 8px;
  border-radius: 5px;
  color: #313482;
}

.read_footer .tns {
  float: right;
  margin: 15px 0;
  display: none;
}
.read_footer .tns a:hover,
.read_footer .tns a:active,
.read_footer .tns a:focus {
  text-decoration: underline;
}
.read_footer .tags {
  display: inline-block;
  height: 16px;
  font-size: 11px;
  color: #666;
  vertical-align: top;
  padding: 0 15px 0 32px;
  line-height: 16px;
  background: none;
}
.read_footer .tags a {
  text-decoration: none;
  color: #666;
}
.read_footer .tags .xi-tags {
  font-size: 14px;
  margin-right: 3px;
}
.read_footer .action {
  display: inline-block;
  line-height: 16px;
  font-size: 11px;
  margin: 0 15px 0 0;
  color: #555;
}
.read_footer .sns {
  margin-top: 51px;
  text-align: center;
  display: none;
}
.read_footer .sns li {
  display: inline;
  vertical-align: top;
}
.read_footer .sns a {
  display: inline-block;
  width: 32px;
  height: 32px;
  border: 1px solid #e0e0e0;
  background-color: #f4f4f4;
  border-radius: 2px;
}
.read_footer .sns i {
  font-size: 22px;
  line-height: 32px;
  color: #bcbcbc;
}
.read_footer .sns a:hover {
  border-color: #deca79;
  background-color: #f9dc5f;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.read_footer .sns a:hover {
  color: #747474;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}

.read_footer .sign {
  clear: both;
  border: 1px solid #ddd;
  margin: 0 0 -1px 0;
  padding: 10px 15px;
  overflow: hidden;
  zoom: 1;
}
.read_footer .sign .pf {
  float: left;
  margin: 0 15px 0 0;
  width: 80px;
  height: 80px;
}
.read_footer .sign .tx {
  overflow: hidden;
  line-height: 1.3;
  font-size: 11px;
  border-left: 1px dotted #ddd;
  padding: 0 0 0 15px;
  color: #333;
}
.read_footer .sign .tx * {
  margin: 0;
}
.read_footer .btnArea {
  clear: both;
  text-align: right;
  padding: 10px 0;
}
/* Feedback (Trackback+Comment) */
/* _trackback.html | _comment.html */
.feedback {
  position: relative;
  color: #4b4b4b;
  margin: 0 0 20px 0;
}
.feedback .fbHeader {
  position: relative;
  margin-top: 50px;
  margin-bottom: 10px;
}
#comment .fbHeader .wComment {
  position: absolute;
  top: 10px;
  right: 15px;
  padding: 0 0 0 18px;
  text-decoration: none;
  color: #666;
  line-height: 1;
}
.feedback .fbHeader h2 {
  margin: 0;
  font-size: 25px;
  line-height: 40px;
  color: #5a5a5a;
}
.feedback .fbHeader h2 em {
  font-style: normal;
  color: #F15530;
}
.feedback .fbHeader .trackbackURL {
  position: absolute;
  top: 8px;
  right: 10px;
  margin: 0;
  line-height: 1;
  color: #666;
}
.feedback .fbHeader .trackbackURL a {
  text-decoration: none;
  color: #666;
}
.feedback .fbList {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #e9e9e9;
}
.feedback .fbItem {
  padding: 15px 0 15px 0;
  border-top: 1px solid #e9e9e9;
  margin: 0 0 -1px 0;
  zoom: 1;
  list-style: none;
}
.feedback .fbItem:last-child {
  border-bottom: none;
}
.feedback .fbItem:after {
  content: "";
  display: block;
  clear: both;
}
.feedback .indent {
  background: url(icoIndent.gif) no-repeat;
}
.feedback .fbMeta {
  padding: 0 0 0 6px;
}
.feedback .fbMeta .author {
  margin: 0;
  font-size: 12px;
}
.feedback .author a {
  text-decoration: none;
  color: #666;
}
.feedback .author a img {
  margin: 0 6px 0 0 !important;
  vertical-align: top !important;
}
.feedback .time {
  margin: 0;

  color: #8e8e8e;
}
.feedback .xe_content {
  color: #666;
  line-height: 1.5;
}
.feedback .xe_content *:first-child {
  margin-top: 0;
}
#trackback .xe_content {
  color: #888;
}
#trackback .xe_content strong {
  color: #666;
  display: block;
  font-weight: normal;
}
.feedback .fileList {
  margin: 0 0 0 190px;
  padding: 8px 0 0 0;
  display: inline;
  float: left;
  clear: both;
}
.feedback .toggleFile {
  border: 0;
  background: none;
  cursor: pointer;
  overflow: visible;
  padding: 0;
  color: #767676;
}
.feedback .files {
  display: none;
  list-style: none;
  margin: 15px 0;
  padding: 0;
  line-height: 16px;
}
.feedback .files li {
  background: url(icoSet.gif) no-repeat 0 -28px;
  padding: 0 0 0 15px;
}
.feedback .files a {
  color: #767676;
  position: relative;
  text-decoration: none;
}
.feedback .files a .fileSize {
  visibility: hidden;
  position: absolute;
  padding: 1px 4px;
  left: 100%;
  top: -4px;
  border: 1px solid #ddd;

  background: #fff;
  white-space: nowrap;
}
.feedback .files a:hover .fileSize,
.feedback .files a:active .fileSize,
.feedback .files a:focus .fileSize {
  visibility: visible;
}
.feedback .action {
  margin: 0;
  padding: 10px 10px 0 0;
  white-space: nowrap;
  float: right;
}
.feedback .action .vote {
  margin: 0 10px 0 0;
  color: #767676;
}
.feedback .action a {
  padding: 0 0 0 4px;
  color: #767676;
  text-decoration: none;
}
.feedback .action a:hover {
  color: #cda25a;
}
.feedback .action a.this {
  background: none;
  padding: 0;
  margin: 0 0 0 10px;
  text-decoration: underline;
}
.feedback .pagination {
  padding: 10px 0;
}
.feedback .indent1 {
  padding-left: 20px;
  background-position: 6px 15px;
}
.feedback .indent2 {
  padding-left: 40px;
  background-position: 26px 15px;
}
.feedback .indent3 {
  padding-left: 60px;
  background-position: 46px 15px;
}
.feedback .indent4 {
  padding-left: 80px;
  background-position: 66px 15px;
}
.feedback .indent5 {
  padding-left: 100px;
  background-position: 86px 15px;
}
.feedback .indent6 {
  padding-left: 120px;
  background-position: 106px 15px;
}
.feedback .indent7 {
  padding-left: 140px;
  background-position: 126px 15px;
}
.feedback .indent8 {
  padding-left: 160px;
  background-position: 146px 15px;
}
.feedback .indent9 {
  padding-left: 180px;
  background-position: 166px 15px;
}
.feedback .indent10 {
  padding-left: 200px;
  background-position: 186px 15px;
}
.feedback .indent11 {
  padding-left: 220px;
  background-position: 206px 15px;
}
.feedback .indent12 {
  padding-left: 240px;
  background-position: 226px 15px;
}
.feedback .indent12 .action {
  display: none;
}
.fbFooter {
  margin: -10px 0 10px 0;
}
/* Pagination */
/* list.html | _comment.html */
.pagination {
  margin: 0;
  padding: 13px 0;
  text-align: center;
  line-height: normal;
  clear: both;
  margin: 30px auto;
}
.pagination a,
.pagination strong {
  position: relative;
  color: #767676;
  vertical-align: top;
  display: inline-block;
  text-decoration: none;
  padding: 1px 8px;
  background-color: #f6f6f6;
  border-radius: 2px;
  z-index: 2;
  padding: 10px 20px;
  font-size: 14px;
}
.pagination a:hover,
.pagination a:active,
.pagination a:focus {
  background-color: #f8f8f8;
}
.pagination strong {
  color: #d88700;
  font-size: 13px;
}
.pagination .direction {
  font-weight: normal;
  color: #767676;
  text-decoration: none !important;
  border: 0;
  z-index: 1;
  padding: 10px 20px;
  font-size: 14px;
}
.pagination .direction:hover,
.pagination .direction:active,
.pagination .direction:focus {
  color: #333;
  background-color: #fff;
}
.pagination .prev {
  border-left: 0;
}
.pagination .next {
  border-right: 0;
}
.pagination .direction span {
  position: relative;
  display: inline-block;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  vertical-align: top;
  top: 4px;
}
.pagination .prev span {
  border: 3px solid;
  border-top: solid #fff;
  border-bottom: solid #fff;
  border-left: 0;
  margin-right: 1px;
  *left: -4px;
}
.pagination .next span {
  border: 3px solid;
  border-top: solid #fff;
  border-bottom: solid #fff;
  border-right: 0;
  margin-left: 1px;
}
/* Write Author */
/* _read.html | write_form.html | comment_form.html */
.write_author {
  float: left;
  margin: 0 4px 0 0;
}
.write_author .item {
  position: relative;
  display: inline-block;
  zoom: 1;
}
.write_author .iLabel {
  top: 6px;
  left: 12px;
  color: #666;
}
.write_author label {
  margin: 0 10px 0 0;
}
/* Write Comment */
/* _read.html | comment_form.html */
.write_comment {
  position: relative;
  padding: 20px;
  zoom: 1;
  overflow: hidden;
  background-color: #f3f3f3;
  border: 1px solid #dedede;
  margin-bottom: 40px;
}
.write_comment:after {
  content: "";
  display: block;
  clear: both;
}
.write_comment textarea {
  float: left;
  width: 80%;
  height: 60px;
  box-sizing: border-box;
}

.write_comment button.btn_insert {
  float: right;
  width: 19%;
  background-color: #6f6f6f;
  height: 60px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}

.write_comment .write_author {
  padding: 0 0 10px 0;
}
.write_comment .iText.userName,
.write_comment .iText.userPw {
  width: 100px;
}
.write_comment .iText.homePage {
  width: 150px;
}
/* Context Data | Context Message */
/* comment_form.html | delete_form.html | delete_comment_form.html | input_password_form.html | message.html */
.context_data {
  background: #f8f8f8;
  border-top: 2px solid #666;
  padding: 15px 20px;
  color: #666;
}
.context_data h3.author {
  margin: 0 0 10px 0;
  color: #333;
}
.context_data h3.title {
  margin: 0 0 10px 0;
  color: #333;
}
.context_data p.author {
  margin: 0;
}
.context_data p.author strong {
  font-weight: normal;
}
.context_data .xe_content {
  color: #666;
}
.context_message {
  text-align: center;
  border-top: 2px solid #666;
}
.context_message h1 {
  font-size: 16px;
  margin: 20px 0;
}
.context_message .btnArea {
  margin: 20px 0;
}
/* Tag List */
.tagList {
  margin: 0;
  padding: 25px;
  border: 1px solid #cdcdcd;
  line-height: 1.2;
  text-align: justify;
}
.tagList a {
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
  margin: 0 2px;
}
.tagList a.rank1 {
  font-size: 24px;
  background: #000;
}
.tagList a.rank2 {
  font-size: 18px;
  background: #333;
}
.tagList a.rank3 {
  font-size: 14px;
  background: #666;
}
.tagList a.rank4 {
  font-size: 12px;
  background: #999;
}
.tagList a.rank5 {
  font-size: 12px;
  color: #666;
  text-decoration: underline;
}
.tagFooter {
  text-align: center;
  padding: 20px 0;
}
/* Button */
.board .btn {
  text-decoration: none !important;
  display: inline-block;
  *display: inline;
  padding: 0 12px !important;
  margin: 0;
  font-family: inherit;
  font-size: 14px;
  line-height: 50px !important;
  width: 100px;
  height: 50px !important;
  color: #fff;
  text-align: center;
  vertical-align: top;
  cursor: pointer;
  overflow: visible;
  background-color: #ececec;
  background-image: none;
  border: 0;
  text-shadow: none;
  color: #000;
  box-shadow: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.board .btn:hover,
.board .btn:active,
.board .btn[disabled] {
  color: #fff;
  background-color: #ff8c6c;
  *background-color: #ff8c6c;
}
.board .btn i {
  width: 24px;
  height: 25px;
  line-height: 25px;
  display: inline-block;
  margin-left: -12px;
  margin-right: 4px;
  text-align: center;
  padding-left: 2px;
  border-radius: 2px 0 0 2px;
}
.board .btn_insert {
  font-size: 15px;
  border: 0;
  cursor: pointer;
  width: 130px;
  height: 50px;
  border-radius: 2px;
  color: #fff;
  background: #bae4ff;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.board .btn_insert:hover {
  background: #555;
}
/* secret form */
.board .secretForm .iText {
  height: 25px;
  width: 150px;
  box-sizing: border-box;
}
.board .secretForm .btn {
  border-radius: 0 2px 2px 0;
}
.board .secretForm p {
  margin-bottom: 5px;
}

/*=========================*/
.board-list {
  /* margin: 50px auto; */
}

.board-list .list-table {
  display: block;
  width: 100%;
  border-top: 2px solid #bae4ff;
}

.board-list .list-table li {
  position: relative;
  border-bottom: 1px solid #ddd;
  padding: 30px;
}

.board-list .list-table li .date {
  float: left;
  text-align: center;
  font-size: 22px;
  line-height: 1.5em;
}

.board-list .list-table li .date p {
  font-size: 16px;
  color: #c7c7c7;
}

.board-list .list-table li .con {
  float: left;
  margin-left: 100px;
  color: #454545;
  width: 70%;
  height: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.board-list .list-table li .con b {
  display: block;
  font-weight: 800;
  font-size: 18px;
  margin-bottom: 10px;
  width: 100%;
  height: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.board-list .list-table li .con p {
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 0 !important ;
}

.board-list .list-table li .plus-btn {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background-color: #000000;
}

.board-list .list-table li .plus-btn span {
  display: block;
  color: #fff;
  text-align: center;
  line-height: 50px;
  font-weight: bolder;
}

.board-list .list-table li::after {
  display: block;
  content: "";
  clear: both;
}

.board-list .list-table li:hover .con b {
  text-decoration: underline;
  color: #0090d5;
  transition: 0.2s;
}

.board-list .list-table li:hover .plus-btn {
  background-color: #0090d5;
  transition: 0.2s;
}

.board-list .list-table li:hover .plus-btn span {
  color: #fff;
  transition: 0.2s;
}
.container2 {
  width: 1140px;
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  .board {
    width: 100%;
  }

  .board-list {
    margin: 30px auto;
  }

  .search-form-wrap {
    width: 90%;
    margin: 20px auto;
    float: none;
  }

  .board_search select {
    display: none;
  }

  .search_input {
    width: 90%;
  }

  .board_search .iText {
    width: 90%;
  }

  .cTab {
    width: 90%;
    margin: 0 a;
  }
} /*E:1024*/

@media screen and (max-width: 768px) {
  .board .fileList th,
  .board .fileList td {
    padding: 13px;
    vertical-align: middle;
    word-wrap: break-word;
  }

  .board .fileList th:first-child,
  .board .fileList td:first-child {
    width: auto;
  }

  .board .fileList th:last-child,
  .board .fileList td:last-child {
    width: 30%;
  }

  .board .fileList th:nth-child(2),
  .board .fileList th:nth-child(3),
  .board .fileList td:nth-child(2),
  .board .fileList td:nth-child(3) {
    display: none;
  }

  .b1a {
    text-align: center;
    width: 100% !important;
  }

  .b2a {
    text-align: center;
    width: 100% !important;
  }

  .board_write {
    width: 94% !important;
  }

  .container2 {
    width: 90% !important;
    padding: 0px !important;
  }

  .board-list .list-table li .date {
    float: none;
    text-align: left;
  }

  .board-list .list-table li .con {
    float: none;
    margin-left: 0;
    width: 100%;
  }

  .board-list .list-table li .plus-btn {
    position: relative;
    right: 0;
    top: 0;
    transform: initial;
    margin-top: 30px;
    display: none;
  }

  .list_footer .board_search {
    width: 100%;
  }

  .list_footer .board_search .btn {
    position: relative;
  }

  .list_footer .board_search select {
    width: 100%;
  }

  .list_footer .board_search .search_input {
    width: 100%;
    margin-top: 10px;
  }

  .list_footer .board_search .iText {
    width: 100%;
  }

  .list_footer .board_search .btn {
    position: relative;
    width: 100%;
    margin-top: 10px;
  }

  .read_header h1 a {
    font-size: 18px;
  }

  .list_footer .board_search .btn {
    background: #bae4ff;
    color: #fff;
  }

  .board-list .list-table li {
    padding: 20px 10px;
  }

  .board-list .list-table li .date p {
    display: inline-block;
  }

  .board_list {
    margin: 30px auto;
  }

  .list_footer {
    margin: 0;
  }

  .list_footer .btnArea {
    margin: 10px 0;
  }

  .board-list .list-table li .date p {
    display: block;
  }
} /*E:768*/

@media screen and (max-width: 640px) {
  .cTab li.on {
    height: 50px !important;
  }

  .cTab {
    display: block;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    margin-left: 2px;
  }
  .cTab li {
    display: inline-block;
    padding: 10px 20px;
    width: 49%;
    box-sizing: border-box;
    border: 1px solid #ececec;
    float: left;
    margin: 1px;
  }
  .cTab li.on {
    border: 0px solid #bae4ff;
    background: #bae4ff;
    border-top: 0;
  }
  .cTab li a {
    font-size: 1.4rem;
  }

  .board .btn {
    width: 80px;
  }

  .pagination {
    margin: 20px 0;
  }

  .pagination .direction {
    font-size: 14px;
    padding: 10px 0px;
  }

  .pagination a,
  .pagination strong {
    font-size: 14px;
    padding: 10px;
  }
} /*E:640*/

@media screen and (max-width: 360px) {
  .pagination .direction {
    font-size: 12px;
    padding: 10px 5px;
  }

  .pagination a,
  .pagination strong {
    font-size: 12px;
    padding: 10px;
    border: 0;
  }
}

.terms_bx {
  border: 1px solid #ebebeb;
  background-color: #fff;;
  line-height: 23px;
  padding: 22px 30px 22px;
  height: 302px;
  overflow-y: scroll;
}

.terms_bx .article {
  font-size: 15px;
  line-height: 16px;
  margin-top: 15px;
  color: #666;
}

.terms_bx .article:first-child {
  margin-top: 0;
}

.terms_bx .article__title {
  font-weight: 700;
  line-height: 16px;
  padding-bottom: 8px;
  font-size: 16px;
}

.terms_bx .article__text {
  font-size: 14px;
  line-height: 1.6;
}

.terms_bx .list_style_dot {
  margin: 0;
}

.terms_bx .list_style_dot {
  padding: 0;
  margin-left: 30px;
  list-style: none;
  line-height: 24px;
  font-size: 15px;
}

.terms_bx .list_style_dot li {
  position: relative;
  padding-left: 10px;
}

.terms_bx .list_style_dot li:before {
  content: "";
  width: 4px;
  height: 4px;
  background: #222;
  position: absolute;
  top: 10px;
  left: 0;
}

.terms_bx .list_style_dot {
  margin: 0;
}

.terms_bx .list_style_dot li {
  font-size: 13px;
  background-position: 0 8px;
}

.agree {
  position: relative;
  background: #eeeeee;
  margin-top: 15px;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  border-left: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
  padding: 16px 16px 19px;
}

.agree .terms_bx_toggle {
  cursor: pointer;
  position: absolute;
  right: 16px;
  top: 50%;
  padding: 5px 15px;
  border: 1px solid #ddd;
  background-color: #fff;;
  transform: translate(0, -50%);
}

.agree .checkbox {
  margin: 0 auto;
}

.agree input {
  border: none;
  background: none;
}

.agree label {
  font-weight: bold;
  margin: 0;
}
