@charset "UTF-8";
@import '../fonts/NotoSansKr.css';
@import '../fonts/paperlogy.css';
@font-face {
  font-family: "CBNUJIKJI";
  src: url("https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2202@1.0/CBNUJIKJI.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.btn {
  display: inline-block;
  padding: 8px 16px;
  margin: 0;
  border: 1px solid transparent;
  border-radius: 15px;
  background-color: #32325a;
  color: #fff;
  font-family: "NotoSansKR", -apple-system, BlinkMacSystemFont, "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "맑은 고딕", "돋움", dotum, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}
.btn:hover {
  text-decoration: none;
}
.btn:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 2px rgba(11, 77, 162, 0.25);
          box-shadow: 0 0 0 2px rgba(11, 77, 162, 0.25);
}
.btn:disabled, .btn.disabled {
  opacity: 0.6;
  cursor: not-allowed;
  pointer-events: none;
}

.btn-xs {
  padding: 4px 8px;
  font-size: 12px;
  border-radius: 3px;
}

.btn-sm {
  padding: 6px 12px;
  font-size: 13px;
  border-radius: 3px;
}

.btn-md {
  padding: 8px 16px;
  font-size: 14px;
  border-radius: 3px;
}

.btn-lg {
  padding: 12px 24px;
  font-size: 18px;
  border-radius: 3px;
}

.btn-xl {
  padding: 16px 32px;
  font-size: 20px;
  border-radius: 3px;
}

.btn-primary {
  background-color: #32325a;
  border-color: #32325a;
  color: #fff;
}
.btn-primary:hover {
  background-color: rgb(36.3392857143, 36.3392857143, 65.4107142857);
  border-color: rgb(31.7857142857, 31.7857142857, 57.2142857143);
  color: #fff;
}
.btn-primary:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(50, 50, 90, 0.25);
          box-shadow: 0 0 0 2px rgba(50, 50, 90, 0.25);
}
.btn-primary:active {
  background-color: rgb(31.7857142857, 31.7857142857, 57.2142857143);
  border-color: rgb(27.2321428571, 27.2321428571, 49.0178571429);
}

.btn-main {
  background-color: #0b4da2;
  border-color: #0b4da2;
  color: #fff;
}
.btn-main:hover {
  background-color: rgb(8.5679190751, 59.975433526, 126.1820809249);
  border-color: rgb(7.7572254335, 54.3005780347, 114.2427745665);
  color: #fff;
}
.btn-main:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(11, 77, 162, 0.25);
          box-shadow: 0 0 0 2px rgba(11, 77, 162, 0.25);
}
.btn-main:active {
  background-color: rgb(7.7572254335, 54.3005780347, 114.2427745665);
  border-color: rgb(6.9465317919, 48.6257225434, 102.3034682081);
}

.btn-secondary {
  background-color: #00122f;
  border-color: #00122f;
  color: #fff;
}
.btn-secondary:hover {
  background-color: rgb(0, 3.3510638298, 8.75);
  border-color: black;
  color: #fff;
}
.btn-secondary:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(0, 18, 47, 0.25);
          box-shadow: 0 0 0 2px rgba(0, 18, 47, 0.25);
}
.btn-secondary:active {
  background-color: black;
  border-color: black;
}

.btn-success {
  background-color: #32325a;
  border-color: #32325a;
  color: #fff;
}
.btn-success:hover {
  background-color: rgb(36.3392857143, 36.3392857143, 65.4107142857);
  border-color: rgb(31.7857142857, 31.7857142857, 57.2142857143);
  color: #fff;
}
.btn-success:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(50, 50, 90, 0.25);
          box-shadow: 0 0 0 2px rgba(50, 50, 90, 0.25);
}
.btn-success:active {
  background-color: rgb(31.7857142857, 31.7857142857, 57.2142857143);
  border-color: rgb(27.2321428571, 27.2321428571, 49.0178571429);
}

.btn-danger {
  background-color: #ff5c57;
  border-color: #ff5c57;
  color: #fff;
}
.btn-danger:hover {
  background-color: rgb(255, 54.8883928571, 48.75);
  border-color: rgb(255, 42.5178571429, 36);
  color: #fff;
}
.btn-danger:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(255, 92, 87, 0.25);
          box-shadow: 0 0 0 2px rgba(255, 92, 87, 0.25);
}
.btn-danger:active {
  background-color: rgb(255, 42.5178571429, 36);
  border-color: rgb(255, 30.1473214286, 23.25);
}

.btn-warning {
  background-color: #f49b1b;
  border-color: #f49b1b;
  color: #fff;
}
.btn-warning:hover {
  background-color: rgb(222.0376569038, 135.3650627615, 10.7123430962);
  border-color: rgb(209.8744769874, 127.949790795, 10.1255230126);
  color: #fff;
}
.btn-warning:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(244, 155, 27, 0.25);
          box-shadow: 0 0 0 2px rgba(244, 155, 27, 0.25);
}
.btn-warning:active {
  background-color: rgb(209.8744769874, 127.949790795, 10.1255230126);
  border-color: rgb(197.7112970711, 120.5345188285, 9.5387029289);
}

.btn-info {
  background-color: #ad987e;
  border-color: #ad987e;
  color: #fff;
}
.btn-info:hover {
  background-color: rgb(158.13507109, 133.3281990521, 102.61492891);
  border-color: rgb(151.6208530806, 126.9383886256, 96.3791469194);
  color: #fff;
}
.btn-info:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(173, 152, 126, 0.25);
          box-shadow: 0 0 0 2px rgba(173, 152, 126, 0.25);
}
.btn-info:active {
  background-color: rgb(151.6208530806, 126.9383886256, 96.3791469194);
  border-color: rgb(143.8258293839, 120.4123222749, 91.4241706161);
}

.btn-silver {
  background-color: #b7c2c8;
  border-color: #b7c2c8;
  color: #222;
}
.btn-silver:hover {
  background-color: rgb(161.3149606299, 175.6279527559, 183.4350393701);
  border-color: rgb(154.0866141732, 169.5039370079, 177.9133858268);
  color: #222;
}
.btn-silver:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(183, 194, 200, 0.25);
          box-shadow: 0 0 0 2px rgba(183, 194, 200, 0.25);
}
.btn-silver:active {
  background-color: rgb(154.0866141732, 169.5039370079, 177.9133858268);
  border-color: rgb(146.8582677165, 163.3799212598, 172.3917322835);
}

.btn-black {
  background-color: #2c353c;
  border-color: #2c353c;
  color: #fff;
}
.btn-black:hover {
  background-color: rgb(27.8173076923, 33.5072115385, 37.9326923077);
  border-color: rgb(22.4230769231, 27.0096153846, 30.5769230769);
  color: #fff;
}
.btn-black:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(44, 53, 60, 0.25);
          box-shadow: 0 0 0 2px rgba(44, 53, 60, 0.25);
}
.btn-black:active {
  background-color: rgb(22.4230769231, 27.0096153846, 30.5769230769);
  border-color: rgb(17.0288461538, 20.5120192308, 23.2211538462);
}

.btn-light {
  background-color: #ffffff;
  border-color: #ddd;
  color: #222;
}
.btn-light:hover {
  background-color: rgb(235.875, 235.875, 235.875);
  border-color: rgb(195.5, 195.5, 195.5);
  color: #222;
}
.btn-light:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.25);
          box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.25);
}
.btn-light:active {
  background-color: rgb(229.5, 229.5, 229.5);
  border-color: rgb(189.125, 189.125, 189.125);
}

.btn-dark {
  background-color: #222;
  border-color: #222;
  color: #fff;
}
.btn-dark:hover {
  background-color: rgb(14.875, 14.875, 14.875);
  border-color: rgb(8.5, 8.5, 8.5);
  color: #fff;
}
.btn-dark:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(34, 34, 34, 0.25);
          box-shadow: 0 0 0 2px rgba(34, 34, 34, 0.25);
}
.btn-dark:active {
  background-color: rgb(8.5, 8.5, 8.5);
  border-color: rgb(2.125, 2.125, 2.125);
}

.btn-outline-primary {
  background-color: transparent;
  border-color: #32325a;
  color: #32325a;
}
.btn-outline-primary:hover {
  background-color: #32325a;
  border-color: #32325a;
  color: #fff;
}
.btn-outline-primary:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(50, 50, 90, 0.25);
          box-shadow: 0 0 0 2px rgba(50, 50, 90, 0.25);
}
.btn-outline-primary:active {
  background-color: rgb(31.7857142857, 31.7857142857, 57.2142857143);
  border-color: rgb(31.7857142857, 31.7857142857, 57.2142857143);
  color: #fff;
}

.btn-outline-main {
  background-color: transparent;
  border-color: #0b4da2;
  color: #0b4da2;
}
.btn-outline-main:hover {
  background-color: #0b4da2;
  border-color: #0b4da2;
  color: #fff;
}
.btn-outline-main:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(11, 77, 162, 0.25);
          box-shadow: 0 0 0 2px rgba(11, 77, 162, 0.25);
}
.btn-outline-main:active {
  background-color: rgb(7.7572254335, 54.3005780347, 114.2427745665);
  border-color: rgb(7.7572254335, 54.3005780347, 114.2427745665);
  color: #fff;
}

.btn-outline-secondary {
  background-color: transparent;
  border-color: #00122f;
  color: #00122f;
}
.btn-outline-secondary:hover {
  background-color: #00122f;
  border-color: #00122f;
  color: #fff;
}
.btn-outline-secondary:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(0, 18, 47, 0.25);
          box-shadow: 0 0 0 2px rgba(0, 18, 47, 0.25);
}
.btn-outline-secondary:active {
  background-color: black;
  border-color: black;
  color: #fff;
}

.btn-outline-success {
  background-color: transparent;
  border-color: #32325a;
  color: #32325a;
}
.btn-outline-success:hover {
  background-color: #32325a;
  border-color: #32325a;
  color: #fff;
}
.btn-outline-success:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(50, 50, 90, 0.25);
          box-shadow: 0 0 0 2px rgba(50, 50, 90, 0.25);
}
.btn-outline-success:active {
  background-color: rgb(31.7857142857, 31.7857142857, 57.2142857143);
  border-color: rgb(31.7857142857, 31.7857142857, 57.2142857143);
  color: #fff;
}

.btn-outline-danger {
  background-color: transparent;
  border-color: #ff5c57;
  color: #ff5c57;
}
.btn-outline-danger:hover {
  background-color: #ff5c57;
  border-color: #ff5c57;
  color: #fff;
}
.btn-outline-danger:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(255, 92, 87, 0.25);
          box-shadow: 0 0 0 2px rgba(255, 92, 87, 0.25);
}
.btn-outline-danger:active {
  background-color: rgb(255, 42.5178571429, 36);
  border-color: rgb(255, 42.5178571429, 36);
  color: #fff;
}

.btn-outline-warning {
  background-color: transparent;
  border-color: #f49b1b;
  color: #f49b1b;
}
.btn-outline-warning:hover {
  background-color: #f49b1b;
  border-color: #f49b1b;
  color: #fff;
}
.btn-outline-warning:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(244, 155, 27, 0.25);
          box-shadow: 0 0 0 2px rgba(244, 155, 27, 0.25);
}
.btn-outline-warning:active {
  background-color: rgb(209.8744769874, 127.949790795, 10.1255230126);
  border-color: rgb(209.8744769874, 127.949790795, 10.1255230126);
  color: #fff;
}

.btn-outline-info {
  background-color: transparent;
  border-color: #ad987e;
  color: #ad987e;
}
.btn-outline-info:hover {
  background-color: #ad987e;
  border-color: #ad987e;
  color: #fff;
}
.btn-outline-info:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(173, 152, 126, 0.25);
          box-shadow: 0 0 0 2px rgba(173, 152, 126, 0.25);
}
.btn-outline-info:active {
  background-color: rgb(151.6208530806, 126.9383886256, 96.3791469194);
  border-color: rgb(151.6208530806, 126.9383886256, 96.3791469194);
  color: #fff;
}

.btn-outline-dark {
  background-color: transparent;
  border-color: #222;
  color: #222;
}
.btn-outline-dark:hover {
  background-color: #222;
  border-color: #222;
  color: #fff;
}
.btn-outline-dark:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(34, 34, 34, 0.25);
          box-shadow: 0 0 0 2px rgba(34, 34, 34, 0.25);
}
.btn-outline-dark:active {
  background-color: rgb(8.5, 8.5, 8.5);
  border-color: rgb(8.5, 8.5, 8.5);
  color: #fff;
}

.btn-link {
  background-color: transparent;
  border-color: transparent;
  color: #000;
  text-decoration: underline;
}
.btn-link:hover {
  color: #873237;
  text-decoration: underline;
}
.btn-link:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-link:disabled, .btn-link.disabled {
  color: #999;
  text-decoration: none;
}

.btn-round {
  border-radius: 15px;
}

.btn-circle {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  padding: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn-circle.btn-sm {
  width: 32px;
  height: 32px;
}
.btn-circle.btn-lg {
  width: 48px;
  height: 48px;
}

.btn-square {
  border-radius: 0;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-full-width {
  width: 100%;
}

.btn-group {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group .btn {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.btn-group .btn:not(:first-child) {
  margin-left: -1px;
}
.btn-group .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group .btn:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group .btn:hover, .btn-group .btn:focus, .btn-group .btn:active {
  z-index: 1;
}

.btn-floating {
  position: fixed;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  z-index: 1020;
}
.btn-floating:hover {
  -webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
          box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.btn-gradient {
  background: linear-gradient(45deg, #0b4da2, rgb(15.8641618497, 111.049132948, 233.6358381503));
  border: none;
  color: #fff;
}
.btn-gradient:hover {
  background: linear-gradient(45deg, rgb(9.3786127168, 65.6502890173, 138.1213872832), #0b4da2);
}

.btn-glass {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
}
.btn-glass:hover {
  background: rgba(255, 255, 255, 0.2);
}

.btn-loading {
  position: relative;
  color: transparent !important;
}
.btn-loading::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  margin: -8px 0 0 -8px;
  border: 2px solid transparent;
  border-top: 2px solid currentColor;
  border-radius: 50%;
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@media (max-width: 481px) {
  .btn-responsive {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
  .btn-responsive:last-child {
    margin-bottom: 0;
  }
  .btn-group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .btn-group .btn {
    margin-left: 0;
    margin-top: -1px;
  }
  .btn-group .btn:not(:last-child):not(.dropdown-toggle) {
    border-radius: 3px 3px 0 0;
  }
  .btn-group .btn:not(:first-child) {
    border-radius: 0 0 3px 3px;
  }
  .btn-group .btn:not(:first-child):not(:last-child) {
    border-radius: 0;
  }
}
.btn {
  display: inline-block;
  padding: 8px 16px;
  margin: 0;
  border: 1px solid transparent;
  border-radius: 6px;
  background-color: #00122f;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}
.btn:hover {
  text-decoration: none;
  border: 1px solid transparent;
}
.btn:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 2px rgba(11, 77, 162, 0.25);
  box-shadow: 0 0 0 2px rgba(11, 77, 162, 0.25);
}
.btn:disabled, .btn.disabled {
  opacity: 0.6;
  cursor: not-allowed;
  pointer-events: none;
}
.btn.btn-success {
  background-color: #b62b5c;
}
.btn.btn-xs {
  padding: 4px 8px;
  background-color: #ad987e;
}

/* --- 버튼 영역 --- */
.btn-group .btn {
  margin-right: 5px;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle),
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-radius: 6px;
}

.text-center {
  text-align: center;
}

.pull-right {
  margin-bottom: 20px;
}

/* nav-tabs */
.nav-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 40px 0;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.nav-tabs > li > a {
  display: inline-block;
  padding: 8px 16px;
  margin: 0;
  border: 1px solid transparent;
  border-radius: 15px;
  background-color: #32325a;
  color: #fff;
  font-family: "NotoSansKR", -apple-system, BlinkMacSystemFont, "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "맑은 고딕", "돋움", dotum, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  padding: 10px 24px;
  border: 1px solid #eee;
  border-radius: 25px;
  background: #ffffff;
  color: #222;
  font-size: 16px;
  font-weight: 500;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.nav-tabs > li > a:hover {
  text-decoration: none;
}
.nav-tabs > li > a:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 2px rgba(11, 77, 162, 0.25);
          box-shadow: 0 0 0 2px rgba(11, 77, 162, 0.25);
}
.nav-tabs > li > a:disabled, .nav-tabs > li > a.disabled {
  opacity: 0.6;
  cursor: not-allowed;
  pointer-events: none;
}
.nav-tabs > li > a[data-category=""] {
  background: #00122f;
  color: #fff;
}
.nav-tabs > li > a:hover {
  background: white;
  color: #fff;
}
.nav-tabs > li > a:hover[data-category=""] {
  background: #0b4da2;
}
.nav-tabs > li > a:hover[data-category="1"] {
  background: #0188c8;
}
.nav-tabs > li > a:hover[data-category="2"] {
  background: #7931c3;
}
.nav-tabs > li > a:hover[data-category="3"] {
  background: #a3630c;
}
.nav-tabs > li > a:hover[data-category="4"] {
  background: #008c4f;
}
.nav-tabs > li > a.active {
  background: #00122f;
  color: #fff;
}
.nav-tabs > li > a.active[data-category="1"] {
  background: #0188c8;
}
.nav-tabs > li > a.active[data-category="2"] {
  background: #7931c3;
}
.nav-tabs > li > a.active[data-category="3"] {
  background: #a3630c;
}
.nav-tabs > li > a.active[data-category="4"] {
  background: #008c4f;
}

/**
	board skin css
*/
/* list - custom */
.fb1 .nav-tabs > li > a {
  padding: 10px 20px;
}

.eb3 .board_title .label, .eb4 .board_title .label {
  display: none;
}

.eb1 .board_title .label {
  border-radius: 0;
  background-color: #999;
}

.label {
  padding: 5px 10px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border-radius: 50px;
}

/* category - label_color */
.cateid_1 {
  background-color: #0188c8;
}

.cateid_2 {
  background-color: #7931c3;
}

.cateid_3 {
  background-color: #a3630c;
}

.cateid_4 {
  background-color: #008c4f;
}

.cateid_5 {
  background-color: #a09dd1;
}

.cateid_6 {
  background-color: #eecb0a;
}

.cateid_7 {
  background-color: #abc237;
}

.cateid_8 {
  background-color: #ff9801;
}

.cateid_9 {
  background-color: #5ebc8e;
}

.board .table .label-warning {
  border-radius: 0;
  padding: 2px 5px 3px;
  width: inherit;
  font-size: 11px !important;
}

.board_header {
  border-radius: 30px;
  background: #f9f9f9;
  margin-top: 30px 0;
  padding: 30px 60px;
}

.board .table {
  width: 100%;
  border-top: 2px solid #000;
  border-bottom: 1px solid #ccc;
}

@media (max-width: 481px) {
  .board .table colgroup,
  .board .table thead th,
  .board .board_top {
    display: none;
  }
}
.border_button {
  overflow: hidden;
}

.board .comment-count a {
  color: #348fe2;
  padding-left: 10px;
}

.board .info {
  overflow: hidden;
}

.board .info li {
  float: left;
  padding-right: 20px;
}

.board .contents-view {
  padding: 30px 20px;
  clear: both;
}

.board .contents-view-img img {
  display: block;
  max-width: 100%;
  margin: 0 auto 15px;
  border: 0;
  height: auto;
}

#post-content {
  font-size: 16px;
  color: #555;
  word-wrap: break-word;
  padding: 30px 20px;
}

#post-content img {
  max-width: 100%;
}

.board .fa-user {
  color: #626262;
}

.board .fa-comments {
  color: #626262;
}

.board .fa-eye {
  color: #626262;
}

.board .fa-thumbs-up {
  color: #626262;
}

.board .fa-thumbs-down {
  color: #626262;
}

.board .fa-clock-o {
  color: #626262;
}

.board .fa-reply {
  color: #626262;
}

.board .gallery .thumbnail {
  margin-bottom: 10px;
}

.board .recommand {
  text-align: center;
  margin-bottom: 20px;
}

.board .recommand a:hover {
  background: #348fe2;
  color: #fff;
  text-decoration: none;
}

.board .recommand .good {
  background: #e9e9e9;
  width: 50px;
  height: 50px;
  display: inline-block;
  border-radius: 50px;
  padding: 8px;
  margin: 0 10px;
}

.board .recommand .bad {
  background: #e9e9e9;
  width: 50px;
  height: 50px;
  display: inline-block;
  border-radius: 50px;
  padding: 6px;
  margin: 0 10px;
}

.board .like {
  padding-top: 20px;
}

.board .like a {
  text-decoration: none;
}

.board .time {
  font-size: 12px;
  padding-left: 10px;
}

.board .tags a {
  font-size: 12px;
  padding-left: 5px;
}

.board .reply {
  float: right;
  font-size: 12px;
}

.board .reply a {
  padding-left: 5px;
}

.board .ip {
  font-size: 12px;
  padding-left: 10px;
}

.board .tags li {
  float: left;
  padding-right: 10px;
}

.board .sns_button div {
  float: left;
  padding-right: 5px;
}

.board .btn-point-info {
  padding-top: 8px;
  color: #BBB;
}

.board .view_full_image {
  cursor: pointer;
}

.board .btn-admin-manage-layer {
  display: none;
  border: 1px solid #ddd;
  position: absolute;
  background-color: #fff;
  z-index: 99999;
}

.board .btn-admin-manage-layer div.item {
  height: 23px;
  border-bottom: 1px solid #ddd;
  cursor: pointer;
  padding-left: 2px;
  padding-right: 10px;
}

.board .btn-admin-manage-layer div.item {
  font: normal 11px "dotum";
  line-height: 23px;
}

.board .btn-admin-manage-layer div.item i {
  width: 20px;
  text-align: center;
}

.board .autowrap {
  margin: 0 auto 15px;
}

.board .autosize {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  margin: 0;
}

.board .autosize iframe,
.autosize object,
.autosize embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.board .searchbox {
  display: none;
}

.board .passcord {
  text-align: center;
  margin: 10px auto 0 auto;
}

.board .passcord li {
  display: inline-block;
  margin-right: 20px;
  vertical-align: middle;
}

.board .copy_post_url {
  cursor: pointer;
}

.lucky {
  font-size: 11px;
}

.lucky .luckypoint {
  color: #E71A41;
}

.board.gallery.lbcenter03 .table-image {
  width: 1280px !important;
  margin: 0 auto;
}

/* gallery_list */
.gallery .nav-tabs {
  margin-bottom: 30px;
}

.gallery-box {
  float: left;
}

.gallery-box .label, .display_name {
  display: none;
}

.gallery-box .gallery_title .label {
  display: inline-block;
}

.table-image:after {
  content: "";
  display: block;
  clear: both;
}

.img-thumbnail, .thumbnail {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

/* gallery_box */
.gallery_box {
  margin-bottom: 20px;
}
.gallery_box .gallery_title {
  padding: 5px 15px 10px;
  font-size: 18px;
}
.gallery_box.data a .thumbnail {
  border: 1px solid transparent;
}
.gallery_box.data a.title {
  font-size: 20px;
  text-align: center;
}

.gallery_box .gallery_box a {
  display: block;
  width: 100%;
  height: 100%;
  color: #333;
}

.gallery_box a .thumbnail {
  border: 1px solid #ddd;
}

.gallery_title .title {
  line-height: 20px;
  height: 40px;
  overflow: hidden;
  font-size: 14px;
}

.gallery_title .date {
  font-size: 13px;
  color: #999;
}

@media (max-width: 768px) {
  .gallery-box {
    width: calc(48% - 5px) !important;
  }
  .gallery_box a {
    height: inherit;
  }
  .gallery_box a .thumbnail {
    height: 100% !important;
  }
}
@media (max-width: 500px) {
  .gallery_box {
    margin-bottom: 10px;
  }
  .gallery_title {
    padding: 5%;
  }
  .gallery_title .title {
    font-size: 12px;
    line-height: 16px;
    height: 32px;
  }
}
.chk_comment_all_wrapper {
  padding: 10px;
}

.comment_write_box_inner {
  margin-top: 20px;
  padding: 20px;
  background-image: none;
  background-color: #f9f9f9;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.comment_write_button_area {
  margin-top: 20px;
  overflow: hidden;
}

.board .url-qrcode {
  position: relative;
  cursor: pointer;
}

.board .url-qrcode i {
  margin: 3px 0 0 5px;
}

#qrcode-content {
  display: none;
  position: absolute;
  background-color: #FFF;
  border: 2px solid #DDD;
  padding: 10px;
  width: 240px;
}

#qrcode-content .qrcode_code {
  border: 5px solid #479BE3;
  float: left;
}

#qrcode-content .qrcode_code img {
  width: 100px;
  height: 100px;
}

#qrcode-content .qrcode_info {
  float: left;
  margin: 0 0 0 10px;
  width: 90px;
  font-size: 12px;
  line-height: 18px;
  color: #555;
}

/**************************************************************************************************************************
custom */
/* board */
.board .sub_con_title {
  margin-bottom: 20px;
}

.board .table {
  color: #666;
  margin-top: -1px;
  font-size: 15px;
  border-collapse: collapse;
  border-spacing: 0;
}

.board .table a {
  color: #222 !important;
}

.board .table a:hover {
  color: #0b4da2 !important;
}

.board .table tr.notice td, .board .table tr.notice th {
  background: #f4f6f9;
}

.table > thead > tr > th {
  border-bottom: 1px solid #111;
  padding: 12px 8px;
  color: #333;
  font-weight: 600;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  padding: 15px 12px;
  text-align: center;
  vertical-align: inherit;
}

.board_title {
  text-align: left !important;
}

/* .board_title_box { display:inline-block; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; width:85%; vertical-align:inherit; } */
.searchbox .btn,
.searchbuttonbox .btn {
  height: 40px;
  border-radius: 5px;
  padding: 0 10px;
  margin-bottom: 3px;
  font-size: 18px;
  color: #fff;
  background-color: #00122f;
  border-color: #00122f !important;
}

.searchbox .btn:hover,
.searchbuttonbox .btn:hover {
  color: #fff;
  background-color: #00122f !important;
  border-color: #00122f !important;
}

.searchbox .pull-right {
  margin-bottom: 0;
}

.searchbox .form-control {
  height: 38px;
}

.board .label-primary {
  color: #0b4da2;
  border: 1px #0b4da2 solid;
  background: #fff;
  border-radius: 50px;
}

/* board_view */
.board_view {
  border-top: 2px #111 solid;
  border-bottom: 1px #111 solid;
}

.board_top_title {
  font-size: 18px;
  line-height: 20px;
  padding: 20px;
  border-bottom: 1px #ccc solid;
  color: #333;
  margin: 0;
  font-weight: 600;
}

.board .post_info_name {
  color: #4180d9;
}

.board .info {
  border-bottom: 1px #e6e6e6 solid;
  padding: 20px;
  line-height: 14px;
  margin-bottom: 0;
  font-size: 1rem;
  color: #999;
}

.board .info li:nth-child(4) {
  display: none;
}

.board .list-group {
  padding: 20px;
  background: #fbf9f1;
  border-radius: 0;
  border-bottom: 1px #e6e6e6 solid;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.board .list-group-item-info {
  background: none;
  border: 0;
  font-size: 14px;
  color: #333;
  font-family: inherit;
  padding: 0;
  line-height: 30px;
}

.board .list-group.files {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 12px;
  margin: 20px;
  padding: 10px 20px;
}
.board .list-group.files .list-group-item {
  font-size: 12px;
  border: none;
  line-height: 2;
}
.board .list-group.files .list-group-item.list-group-item-info {
  font-size: 13px;
  font-weight: 600;
  color: #666;
}
.board .list-group.files .list-group-item i {
  color: #fff;
  background-color: #ad987e;
  padding: 4px;
  border-radius: 5px;
}
.board .list-group.files .list-group-item a {
  font-size: 12px;
  line-height: 1.6;
}

/* board_write */
.board_write {
  padding: 15px;
  margin: 0;
  border-top: 2px #333 solid;
}

.agree_info .sub07_05 {
  height: 300px;
  padding: 3%;
  background-color: #fff;
}

.agree_info .sub07_05 .con_bg_box {
  background-color: #f4f6f9;
}

.agree_radio {
  padding-top: 0 !important;
}

.form-control {
  margin-bottom: 3px;
  height: 40px;
}

.form-horizontal .control-label {
  font-size: 16px;
  padding-top: 10px;
  padding-right: 20px;
  font-weight: 500;
}

.form-horizontal .checkbox, .form-horizontal .checkbox-inline, .form-horizontal .radio, .form-horizontal .radio-inline {
  padding-top: 10px;
}

.board_write, .board_view {
  margin-top: 20px;
}

.form-horizontal.box-table {
  width: 80%;
  margin: 0 auto;
}
.form-horizontal .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: "row";
      -ms-flex-pack: "row";
          justify-content: "row";
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 15px;
}
.form-horizontal .form-group .form-control {
  background-color: #fff;
  background-image: none;
  border: 1px solid #e5e5e5;
  border-radius: 0;
  color: inherit;
  display: inline-block;
  padding: 0 6px;
  font-size: 1rem;
  vertical-align: middle;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-bottom: 3px;
  height: 35px;
  width: 100%;
}
.form-horizontal .form-group select.form-control {
  padding: 0 40px 0 12px;
  height: 38px;
  width: auto !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 8px center;
  background-repeat: no-repeat;
  background-size: 16px 12px;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.form-horizontal .form-group select.form-control:focus {
  border-color: #3b82f6;
  -webkit-box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.1);
          box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.1);
}

/* --- col --- */
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
/* pagination */
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  background-color: #017ad7;
  border-color: #017ad7;
  color: #fff;
}

.pagination > li > a,
.pagination > li > span {
  color: #666;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-radius: 0;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  color: #333;
}

/* youtube */
.youtube-embed-wrapper {
  position: relative;
  overflow: hidden;
}

.youtube-embed-wrapper > iframe {
  position: absolute;
  top: 0;
  left: 0;
}

/* vimeo */
#vimeo_upload_box {
  width: 50%;
  margin: 0 auto;
}

.vimeo-embed-wrapper {
  position: relative;
  overflow: hidden;
}

.vimeo-embed-wrapper > iframe {
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 998px) {
  /* main_program
  .gallery-box { width:48% !important; margin:0 1% !important; }
  .img-thumbnail, .thumbnail { width:100% !important; height:auto !important; }
  .gallery_title { font-size:1rem; padding:15px 0; }
  */
  .mb20.gallery {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .board_top > * {
    padding-left: 0;
    padding-right: 0;
  }
  .board_top:after {
    content: "";
    display: block;
    clear: both;
  }
}
@media (max-width: 768px) {
  .board .info, .board .list-group {
    padding: 15px;
  }
  .pagination > li > a,
  .pagination > li > span {
    font-size: 0.857rem;
  }
  .board .searchbuttonbox {
    display: none;
  }
  .board_top:after {
    content: "";
    display: block;
    clear: both;
  }
  .board_top .form-inline {
    width: 100%;
  }
  .board_top .form-inline .form-control {
    float: left;
    margin-right: 1%;
  }
  .board .chk,
  .board .num,
  .board .writer,
  .board .date,
  .board .hits,
  .board .dsp_date {
    display: none;
  }
  .member-photo {
    display: none;
  }
}
@media (max-width: 500px) {
  .board .table {
    font-size: 1rem;
  }
  .board h4 {
    font-size: 1rem;
    padding: 10px 0;
  }
  .board .info, .board .list-group {
    font-size: 1rem;
  }
  .table > thead > tr > th {
    padding: 12px;
  }
  .board_top_title {
    font-size: 1rem;
    padding: 1rem;
  }
  .form-control {
    width: 100% !important;
  }
  .board_write {
    padding: 5% 5% 8%;
  }
}/*# sourceMappingURL=board.css.map */