@charset "utf-8";

html.overflow,
body.overflow {
  overflow: hidden;
}

.skip {
  margin: -1px 0 0 0
}

.skip>a {
  display: block;
  text-align: center;
  line-height: 28px;
  height: 1px;
  overflow: hidden
}

.skip>a:focus {
  height: auto
}

/*utube ad*/
.html5-video-player .ad-overlay {
  display: none;
}

.board form .write_footer {
  font-size: 12px;
  font-size: .75rem
}

.list_footer .pagination {
  display: block !important
}

.x {
  margin: auto;
  padding: 0 .75rem;
  max-width: 1024px;
}

.x .section {
  padding: 0;
}

.x .btn,
.btn-group .btn {
  text-decoration: none !important;
  display: inline-block;
  padding: 0 12px !important;
  margin: 0;
  line-height: 24px !important;
  height: 24px !important;
  font-family: inherit !important;
  font-size: 12px;
  font-size: .75rem !important;
  color: #363636 !important;
  text-align: center !important;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75) !important;
  vertical-align: top !important;
  cursor: pointer !important;
  overflow: visible !important;
  background-color: #f5f5f5 !important;
  background-image: -moz-linear-gradient(top, #fff, #e6e6e6) !important;
  background-image: -webkit-linear-gradient(top, #fff, #e6e6e6) !important;
  background-image: -o-linear-gradient(top, #fff, #e6e6e6) !important;
  background-image: linear-gradient(top, #fff, #e6e6e6) !important;
  background-repeat: repeat-x !important;
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0) !important;
  filter: progid: DXImageTransform.Microsoft.gradient(enabled=false) !important;
  border: 1px solid #bbb !important;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf !important;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25) !important;
  border-bottom-color: #a2a2a2 !important;
  border-radius: 2px !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05) !important
}

.x_controls:after,
.x_controls:before {
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  box-sizing: content-box !important
}

.x_controls input {
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  box-sizing: content-box !important
}

.x_controls select {
  padding: 4px 6px;
}

.x .x_input-append .x_add-on:last-child,
.x .x_input-append .x_btn:last-child,
.x .x_input-append .x_btn-group:last-child>.x_dropdown-toggle {
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  box-sizing: content-box !important
}

button,
input,
select,
table,
textarea {
  font-size: inherit;
  font-family: inherit;
}

.x input,
.xm input {
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  box-sizing: content-box !important
}

body {
  font-size: 1rem;
}

body,
button,
input,
select,
textarea {
  font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "맑�?? 고딕", "Malgun Gothic", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif
}

/* xe.min.css to bulma */
.message {
  background-color: whitesmoke;
  border-radius: 3px;
  font-size: 1rem;
  margin: initial;
  padding: initial;
  border: initial;
  line-height: initial;
  text-shadow: initial;
}

/*custom global css*/

/*border-color*/

.is-bordered-white {
  border-color: white !important;
}

.is-bordered-black {
  border-color: #0a0a0a !important;
}

.is-bordered-light {
  border-color: whitesmoke !important;
}

.is-bordered-dark {
  border-color: #363636 !important;
}

.is-bordered-link {
  border-color: #3273dc !important;
}

.is-bordered-primary {
  border-color: #00d1b2 !important;
}

.is-bordered-info {
  border-color: #209cee !important;
}

.is-bordered-success {
  border-color: #23d160 !important;
}

.is-bordered-warning {
  border-color: #ffdd57 !important;
}

.is-border-danger {
  border-color: #ff3860 !important;
}

/*padding:1.25rem margin-bottom:1.5rem*/

.is-padding-all {
  padding: 1.25rem;
}

.is-padding-row {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.is-padding-column {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.is-padding-left {
  padding-left: 1.25rem;
}

.is-padding-right {
  padding-right: 1.25rem;
}

.is-padding-top {
  padding-top: 1.25rem;
}

.is-padding-bottom {
  padding-bottom: 1.25rem;
}

.is-margin-top {
  margin-top: 1.5rem;
}

.is-margin-bottom {
  margin-bottom: 1.5rem;
}

.is-margin-row {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.is-bordered-all {
  border: 1px solid #dbdbdb;
}

.is-bordered-row {
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
}

.is-bordered-column {
  border-left: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
}

.is-bordered-top {
  border-top: 1px solid #dbdbdb;
}

.is-bordered-bottom {
  border-bottom: 1px solid #dbdbdb;
}

.has-wrap,
.has-wrap-mobile {
  display: block;
  padding: 0.75rem;
  overflow: hidden;
  background-color: white;
}

.has-wrap-narrow {
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
  padding: 0.75rem;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #dbdbdb;
  background-color: white;
}

@media only screen and (min-width: 1024px) {
  .has-wrap {
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
    padding: 1.5rem 3rem;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #dbdbdb;
    background-color: white;
  }
}

.has-wrap.has-wrap-top {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0
}

.has-wrap.has-wrap-bottom {
  margin-top: 0;
  padding-top: 0;
  border-top: 0
}

.has-wrap.has-wrap-middle {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  border-top: 0;
  border-bottom: 0
}

.title-banner {
  position: relative;
}

.title-banner:before,
.title-banner:after {
  -moz-transition: width 0.85s ease;
  -webkit-transition: width 0.85s ease;
  -ms-transition: width 0.85s ease;
  transition: width 0.85s ease;
  -moz-transition-delay: 0.25s;
  -webkit-transition-delay: 0.25s;
  -ms-transition-delay: 0.25s;
  transition-delay: 0.25s;
  background: #fff;
  content: '';
  display: block;
  height: 2px;
  position: absolute;
  width: 100%;
}

.title-banner:before {
  top: 0;
  left: 0;
}

.title-banner:after {
  bottom: 0;
  right: 0;
}

/*layout*/

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
}

.container,
.content {
  width: 100%;
}

#page-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  background-color: white;
}

@media only screen and (min-width: 1024px) {
  #page-wrap {
    background-color: inherit;
  }
}

#content-wide,
#content-box,
#content-twocol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-grow: 1;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #f3f3f3;
}

@media only screen and (min-width: 1024px) {

  #content-wide,
  #content-box,
  #content-twocol {
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /*-ms-flex-direction: row;
        flex-direction: row;*/
  }
}

#content-wide.fixed-padding,
#content-box.fixed-padding,
#content-twocol.fixed-padding {
  padding-top: 3.25rem;
}

.phiz-content {
  word-break: break-all;
}

/*one column box*/

/* _layout_twoclo.html side of two column layout*/

#lnb {
  width: 100%;
}

.lnb {
  padding: 1.5rem 0
}

.lnb.has-wrap {
  padding: 1.5rem 0.75rem;
}

#lnb .menu-list {
  font-size: .875rem;
}

#lnb.menu {
  font-size: inherit;
}

#lnb.menu ul ul {
  display: none
}

#lnb.menu ul li.is-active ul {
  display: block;
}

#lnb .menu-list li.active a {
  background-color: whitesmoke;
}

/*.column.side-bar {flex-basis:250px;flex-grow:0;flex-shrink:0;}*/

@media only screen and (min-width: 1024px) {

  #content-twocol>.container,
  #content-box>.container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-grow: 1;
  }
}

.column-side-bar {
  flex: 0 0 250px;
  flex-grow: 1;
  max-width: 250px;
  padding: 0 0.75rem;
}

.column-side-bar.side-right {
  order: 1
}

.column-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  flex-grow: 1;
}

@media only screen and (min-width: 1024px) {
  .column-main {
    padding: 0 0.75rem;
  }
}

/*member, communation*/

.container-x {
  position: relative;
  margin-top: 0.75rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0.75rem;
  width: 100%;
  max-width: 1024px;
  flex-grow: 1;
  border: 1px solid #dbdbdb;
  background-color: white;
}

#content-box .container-x,
#content-twocol .container-x {
  border: none;
}

/*table-responsive */

@media only screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #e0e0e0;
  }

  .table-responsive>.table {
    margin-bottom: 0;
  }

  .table-responsive>.table>thead>tr>th,
  .table-responsive>.table>tbody>tr>th,
  .table-responsive>.table>tfoot>tr>th,
  .table-responsive>.table>thead>tr>td,
  .table-responsive>.table>tbody>tr>td,
  .table-responsive>.table>tfoot>tr>td {
    white-space: nowrap;
  }
}

/* go top */

#go-top {
  position: fixed;
  margin: 0;
  bottom: 10px;
  right: 20px;
  z-index: 101
}

#go-top a {
  width: 40px;
  display: block;
  color: #bbb;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s
}

#go-top a:hover {
  color: #000
}

#go-top span {
  width: 40px;
  height: 40px;
  display: block;
  margin-bottom: 7px;
  opacity: .5;
  filter: alpha(opacity=50);
  background: #26456e;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s
}

#go-top a:hover span {
  background-color: #4caf50
}

#go-top span:before {
  content: "\f102";
  font-family: fontello;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #fff;
  font-size: 24px;
  line-height: 40px;
  position: absolute;
  top: 0;
  left: 11px
}

/*mobile menu*/

.mlogo {
  position: absolute;
  left: 10px;
  font-family: "Arial black", "Helvetica black", "Tahoma", Gadget, sans-serif;
  font-size: 28px;
  font-weight: 900;
  letter-spacing: -2px;
  line-height: 3.25rem;
}

.mlogo img {
  height: 2rem;
  vertical-align: middle;
}

/*카테고리 tabs*/

.tabs {
  white-space: normal;
}

/* 카테고리 tabs end */

.tabs-mm {
  -webkit-overflow-scrolling: touch;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  overflow: hidden;
  overflow-x: auto;
  white-space: nowrap;
  margin-bottom: 1.5rem;
}

.tabs-mm ul {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom-color: #dbdbdb;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.tabs-mm li {
  display: block;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.tabs-mm a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom-color: #dbdbdb;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  color: #4a4a4a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: -1px;
  padding: 0.5em 0;
  vertical-align: top;
}

/*mmenu*/

.member-view {
  margin-bottom: 1em;
  background-color: whitesmoke;
}

li#viewpc {
  margin-top: 30px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background-color: whitesmoke;
  text-align: center;
}

/*html.overflow, body.overflow { overflow: hidden; }*/

/*  BURGER
========================================== */

.burger {
  width: 3.25rem;
  height: 3.25rem;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 4px;
  z-index: 110;
}

.hidden-desktop .burger {
  height: 3.25rem;
}

.burger.menu-left {
  left: 0;
  right: auto;
}

.burger.menu-right {
  left: auto;
  right: 0
}

.burger span {
  position: relative;
  margin-top: 8px;
  margin-bottom: 8px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -12px;
  margin-top: -1.5px;
}

.burger span,
.burger span::before,
.burger span::after {
  display: block;
  width: 25px;
  height: 3px;
  background-color: #2a2a2a;
  outline: 1px solid transparent;
  -webkit-transition-property: background-color, -webkit-transform;
  -moz-transition-property: background-color, -moz-transform;
  -o-transition-property: background-color, -o-transform;
  transition-property: background-color, transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.burger span::before,
.burger span::after {
  position: absolute;
  content: "";
}

.burger span::before {
  top: -8px;
}

.burger span::after {
  top: 8px;
}

.burger.clicked span {
  background-color: transparent;
}

.burger.clicked span::before {
  -webkit-transform: translateY(8px) rotate(45deg);
  -moz-transform: translateY(8px) rotate(45deg);
  -ms-transform: translateY(8px) rotate(45deg);
  -o-transform: translateY(8px) rotate(45deg);
  transform: translateY(8px) rotate(45deg);
}

.burger.clicked span::after {
  -webkit-transform: translateY(-8px) rotate(-45deg);
  -moz-transform: translateY(-8px) rotate(-45deg);
  -ms-transform: translateY(-8px) rotate(-45deg);
  -o-transform: translateY(-8px) rotate(-45deg);
  transform: translateY(-8px) rotate(-45deg);
}

.burger.clicked {
  transform: translateY(0);
}

/*.burger.clicked span:before, .burger.clicked span:after { background-color: #ffffff; }*/

.burger:hover {
  cursor: pointer;
}

.burger.is-white span,
.burger.is-white span::before,
.burger.is-white span::after {
  background-color: white;
}

.burger.is-white.clicked span::before,
.burger.is-white.clicked span::after {
  background-color: #2a2a2a;
}

/*  .menu-wrap
========================================== */

.menu-wrap {
  background-color: white;
  position: fixed;
  z-index: 99;
  top: 0;
  height: 100%;
  width: 80%;
  min-width: 300px;
  max-width: 640px;
  padding: 50px 24px 24px 24px;
  overflow-y: auto;
  transition-duration: 0.3s;
  transition-timing-function: ease-in;
}

.menu-wrap.menu-left {
  left: -100%;
}

.menu-wrap.menu-right {
  right: -100%;
}

.menu-wrap.menu-left.show {
  left: 0;
}

.menu-wrap.menu-right.show {
  right: 0;
}

/*  OVERLAY
========================================== */

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 31;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: rgba(0, 0, 0, .2);
  opacity: 0;
  visibility: hidden;
}

.overlay.show {
  opacity: 0.8;
  visibility: visible;
}

/*footer*/

.footer.ver1 {
  padding: 0.5rem 1.5rem;
  border-top: 1px solid #dbdbdb;
}

/* _header.html */

.navbar {
  width: 100%;
  font-size: 1rem;
  z-index: 30;
}

.navbar-brand img {
  height: 2rem;
  max-height: 2rem
}

.navbar .navbar-brand>a.navbar-item.logo-text:hover {
  background-color: inherit;
  /*color:inherit!important;*/
}

.navbar.is-transparent {
  position: absolute;
  background-color: transparent;
}

.navbar.is-fixed-top {
  position: fixed !important;
}

.navbar.is-fixed-top+.burger {
  position: fixed !important;
}

a.logo-text {
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: -1px;
}

.submenu-2 {
  top: 0;
  left: 100%;
  border-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

@media screen and (min-width:1024px) {
  .navbar-dropdown {
    min-width: 150px;
    width: 100%;
  }
}

/*scroll up*/

.navbar,
.burger {
  transition-duration: 0.2s;
}

.navbar-scroll-custom {
  transform: translateY(-3.25rem);
  transition-duration: 0.6s;
}

/*breadcrumb*/

/* ?��브상?�� 배경?��미�?? 처리 */

.animation-pulseBgSlow {
  animation-name: pulseBgSlow;
  -webkit-animation-name: pulseBgSlow;
  animation-duration: 30s;
  -webkit-animation-duration: 30s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
}

@keyframes pulseBgSlow {
  0% {
    background-position: 0 0;
  }

  50% {
    background-position: 0 100%;
  }

  100% {
    background-position: 0 0;
  }
}

@-webkit-keyframes pulseBgSlow {
  0% {
    background-position: 0 0;
  }

  50% {
    background-position: 0 100%;
  }

  100% {
    background-position: 0 0;
  }
}

/*xedition board*/

th.title,
td.title {
  font-size: inherit;
  line-height: inherit;
}

/*/member global*/

.input.input-member {
  max-width: 211px
}

/*documemt_list.html*/

.phiz-content table {
  font-size: 14px;
  font-family: inherit;
}

/*login_form.html*/

.signin {
  margin: 0 auto;
  padding: 1rem;
  max-width: 500px;
  border: 1px solid #dbdbdb;
  border-radius: 4px;
  background-color: white;
}

.login-inner {
  margin: 0 auto;
  width: 210px;
}

.signin input {
  max-width: 250px;
  width: 100%;
}

.signin button {
  display: inline-block;
  max-width: 250px;
  width: 100%;
}

.input.input-addon {
  max-width: 267px;
}

.login-footer {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #ddd;
}
#warning {
  display: none;
}

/*signup_form.html*/

#signup {
  margin: 0 auto;
  max-width: 1024px;
  padding: 0.75rem;
}

@media only screen and (min-width:1024px) {
  #signup {
    padding: 1.5rem 3rem;
  }
}

.agreement {
  margin-bottom: 3rem;
}

.agreement .text {
  height: 250px;
  overflow: auto;
  padding: 1rem;
}

/*form tag*/

.form-tag input:not([type='checkbox']),
.form-tag textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1rem;
  height: 2.25em;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  line-height: 1.5;
  padding-bottom: calc(0.375em - 1px);
  padding-left: calc(0.625em - 1px);
  padding-right: calc(0.625em - 1px);
  padding-top: calc(0.375em - 1px);
  position: relative;
  vertical-align: top;
  background-color: white;
  border-color: #dbdbdb;
  color: #363636;
  -webkit-box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  max-width: 100%;
  width: 100%;
}

.form-tag input:not([type='checkbox']) {
  max-width: 211px;
  border-radius: 2px;
  font-size: 0.75rem;
}

.form-tag input:focus,
.form-tag input.is-focused,
.form-tag input:active,
.form-tag input.is-active,
.form-tag textarea:focus,
.form-tag textarea.is-focused,
.form-tag textarea:active,
.form-tag textarea.is-active {
  outline: none;
}

.form-tag input[disabled],
.form-tag textarea[disabled] {
  cursor: not-allowed;
}

.form-tag input::-moz-placeholder,
.form-tag textarea::-moz-placeholder {
  color: rgba(54, 54, 54, 0.3);
}

.form-tag input::-webkit-input-placeholder,
.form-tag textarea::-webkit-input-placeholder {
  color: rgba(54, 54, 54, 0.3);
}

.form-tag input:-moz-placeholder,
.form-tag textarea:-moz-placeholder {
  color: rgba(54, 54, 54, 0.3);
}

.form-tag input:-ms-input-placeholder,
.form-tag textarea:-ms-input-placeholder {
  color: rgba(54, 54, 54, 0.3);
}

.form-tag input:hover,
.form-tag input.is-hovered,
.form-tag textarea:hover,
.form-tag textarea.is-hovered {
  border-color: #b5b5b5;
}

.form-tag input:focus,
.form-tag input.is-focused,
.form-tag input:active,
.form-tag input.is-active,
.form-tag textarea:focus,
.form-tag textarea.is-focused,
.form-tag textarea:active,
.form-tag textarea.is-active {
  border-color: #3273dc;
  -webkit-box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25);
  box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25);
}

input.btn.dateRemover {
  width: initial;
}

.form-tag select {
  height: 27px;
  font-size: 0.75rem;
}

/*board*/

.board a {
  color: inherit;
}

.board-menu .button {
  color: white;
}

.nodoc {
  -webkit-box-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 400px;
}

/* list.list.html */
.board-list-list {
  font-size: .875rem;
}

.board_list table {
  font-size: .875rem;
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
}

.board_list td,
.board_list th {
  white-space: nowrap;
}

.board_list .table th {
  text-align: center;
}

.board_list td.title,
.board_list th.title {
  width: 100%;
  white-space: normal;
  font-size: inherit;
}

.board_list td a,
.board_list th a {
  color: inherit;
}

.board_list td.author img {
  max-width: none;
}

/*list.zine1.html*/
.extra-name,
.extra-value {
  font-size: .875rem;
  letter-spacing: -1px;
}

.board-list-zine1 .media:first-child {
  padding-top: 1rem;
  border-top: 1px solid rgba(219, 219, 219, 0.5);
}

.board-list-zine1 .media:last-child {
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(219, 219, 219, 0.5);
}

.board-list-zine1 .media-content .summary {
  line-height: 1.2;
}

.board-list-zine1 .media-content-title {
  font-size: 1rem;
}

.board-list-zine1 .media-content-summary {
  font-size: .875rem;
  word-break: break-all;
  word-wrap: break-word;
}

.board-list-zine1 .media-content-footer {
  font-size: .875rem;
  letter-spacing: -.5px;
}

.board_list.board-list-card figure:not(:first-child) {
    margin-top: 0;
}

/*list_btn_top.html*/

div#btn-top {
  margin-bottom: 10px;
  padding: 0;
  border: 1px solid #e0e0e0;
  z-index: 100;
}

.fixedsticky {
  top: 0;
}

div#btn-top.stuck,
div#btn-top.stuckfixedsticky-on {
  position: fixed;
  top: 50px;
  padding: 0;
  z-index: 101;
  background-color: rgba(255, 255, 255, .6);
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.btn-top-inner {
  padding: 10px 20px;
}

div#btn-top.btn-top-45 {
  top: 45px;
}

.btn-infinite {
  display: inline-block;
  position: relative;
  margin-right: 10px;
  z-index: 1;
  width: 37px;
  height: 37px;
  text-align: center;
  line-height: 37px;
  padding: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  color: #FFF;
  background-color: #26a69a;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.btn-infinite i {
  width: inherit;
  display: inline-block;
  text-align: center;
  color: #FFF;
  font-size: 1.2rem;
  line-height: 37px;
}

.search-box,
.search-boxB {
  display: none;
}

.search-box.open-box,
.search-boxB.open-box {
  display: block;
}

.btn-inner {
  margin: 0;
  padding: 0.75rem;
  text-align: right;
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

span.search-btn+div.board-search {
  display: none
}

.search-btn.open-sub+.board-search {
  display: block
}

.search-box .board_search {
  float: left;
  position: relative;
  margin: 0 4px 0 0;
}

.search-box .board_search * {
  vertical-align: top;
}

.search-box .board_search .iText {
  height: 25px;
  line-height: 25px;
  padding: 0 60px 0 27px;
  width: 160px;
  border: 1px solid #DBDBDB;
  /*border-radius: 4px;*/
  box-sizing: border-box;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out
}

/*.search-box .board_search .iText.active,
.search-box .board_search .iText:active,
.search-box .board_search .iText:focus {
  width: 180px;
}*/

.search-box .board_search .search_input {
  display: inline-block;
  position: relative;
  margin-left: -4px;
}

.search-box .board_search select {
  height: 25px;
  min-width: 60px;
  padding: 0;
  font-size: 12px;
  border: 1px solid #e0e0e0;
}

.search-box .board_search .btn {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0 2px 2px 0;
}

.search-box .search-box-inner {
  float: left;
  margin-top: 10px;
  padding: 10px;
  border: 1px solid #e0e0e0;
  background-color: #fff;
}

.search-box .search-box-inner:after {
  display: block;
  content: "";
  clear: both;
}

/*include_category.html*/

.board .pagination {
  margin-bottom: 1.5rem;
}

ul.tabs-sub {
  position: absolute;
  display: none;
  background-color: white;
  z-index: 3;
}

.is-toggle ul.tabs-sub li a {
  border-radius: 0 !important;
  margin: 0;
  padding: 0 !important;
  padding: 3px 5px !important
}

.tabs.is-toggle ul.tabs-sub li+li {
  margin-left: 0px;
}

.tabs>ul>li:hover>ul.tabs-sub {
  display: block;
}

.tabs>ul>li:hover>ul.tabs-sub li {
  display: block;
  margin-bottom: 0
}

.tabs.cbox {
  display: block;
}

.tabs.cbox>ul {
  display: block;
}

.tabs.cbox li {
  display: inline-block;
  margin-bottom: .5em;
}

.tabs.cbox li a {
  padding: .5em 1em;
}

.tabs.is-toggle.cbox li+li {
  margin-left: 5px;
}

/*read.html*/

.board_read .read_body a {
  color: #00d1b2;
}

.board_read .read_body img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.board_read .tags .tag {
  margin-bottom: 0;
  line-height: 1.1;
  padding-right: 0;
}

.board_read .tags .tag:not(:last-child) {
  margin: 0;
}

.code-box {
  background-color: #f3f3f3;
  padding: 12px;
  margin-bottom: 1em;
}

.code-box p {
  margin: 0 !important;
}

/*_read_default.html*/

/* .read-title {
-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: baseline;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
} */

.read-title .category {
  padding-right: .5rem;
  font-size: 1rem;
}

.read-title .category:after {
  padding-left: .5rem;
  color: #4a4a4a;
  content: "\0002f";
}

.exOut th {
  white-space: nowrap;
}

.exOut td {
  width: 100%;
}

.prev-next {
  margin: 1.5rem 0;
  font-size: .875rem;
}

.read_footer ul.files {
  display: none;
}

/*_read_image.html*/

.read_header {
  position: relative;
  border-bottom: 1px solid #dbdbdb;
}

.read-title-cover {
  position: absolute;
  width: 100%;
  height: 400px;
  background-color: rgba(0, 0, 0, .4);
}

.read-title.read-title-image .title {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  color: white;
}

@media screen and (min-width:1024px) {
  .read-title.read-title-image .title {
    padding-left: 10%;
    padding-right: 10%;
  }
}

.read-title.read-title-image {
  width: 100%;
  height: 400px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.read-title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  height: 400px;
}

.read-title-inner {
  display: block;
  width: 100%;
}

.read-title-image .category-read {
  color: white;
}

.board-wide .exOut table,
.board-wide .input,
.board-wide .select select {
  background-color: transparent;
}

/*_comment.html*/

/*comment -rp*/

.feedback .fbHeader {
  position: relative;
  height: auto;
  padding: 10px;
  line-height: inherit;
  ;
  border-top: 1px solid #e0e0e0;
}

.rp .fbItem {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.rp .indent {
  background-color: #f3f3f3;
}

.rp .feedback .fbMeta {
  width: 45px;
  padding: 0;
  text-align: center;
}

.rp .feedback .fbMeta.fbMeta_fr {
  float: right
}

.rp .feedback .fbMeta.fbMeta_fl {
  float: left
}

.rp .feedback .indent .fbMeta.fbMeta_fl {
  margin-left: 0
}

.rp .feedback .fbMeta .profile {
  float: left;
  width: 45px;
  height: 45px;
  margin: 0;
  border: 1px solid #e0e0e0;
  border-radius: 50%;
  background: url(./profile.gif) no-repeat
}

.rp .feedback .indent .profile {
  border: 1px solid #fff;
}

.rp .feedback .author {
  margin-bottom: 0;
  border-bottom: 1px dotted #ddd;
  font-size: .875rem;
}

.rp .feedback .author a {
  margin: 0;
  font-size: 1rem;
}

.rp .feedback h3.author {
  margin: 0;
  font-size: 1rem;
}

.rp .feedback .comment-footer {
  font-size: .875rem;
}

.rp-inner.right_reply {
  margin-left: 40px
}

.rp .feedback .indent .rp-inner.right_reply {
  margin-left: 40px;
}

.rp .feedback .indent .rp-inner.left_reply {
  margin-right: 40px;
}

.rp .feedback .xe_content {
  margin: 0;
}

.rp .feedback .action {
  float: none;
  border-top: 1px solid #e0e0e0;
}

.rp-inner:before,
.rp-inner:after {
  content: " ";
  display: block;
}

.rp-inner:after {
  clear: both;
}

.rp-content {
  position: relative;
  top: 0;
  left: 0;
  /* z-index: 1010; */
  padding: 1px;
  text-align: left;
  background-color: transparent;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
  white-space: normal;
}

.rp-content.top {
  margin-top: -10px;
}

.rp-content.right_reply {
  margin-left: 10px;
}

.rp-content.bottom {
  margin-top: 10px;
}

.rp-content.left_reply {
  margin-left: 0;
  margin-right: 10px;
}

.rp-content-content {
  padding: 9px 14px;
}

.rp-content>.arrow,
.rp-content>.arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.rp-content>.arrow {
  border-width: 11px;
}

.rp-content>.arrow:after {
  content: "";
  border-width: 10px;
}

.rp-content.top>.arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, .25);
  border-bottom-width: 0;
}

.rp-content.top>.arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}

.rp-content.right_reply>.arrow {
  top: 20px;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, .25);
  border-left-width: 0;
}

.rp-content.right_reply>.arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}

.rp-content.bottom>.arrow {
  top: -11px;
  left: 10%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, .25);
}

.rp-content.bottom>.arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}

.rp-content.left_reply>.arrow {
  top: 20px;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, .25);
}

.rp-content.left_reply>.arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}

.rp-content>.arrow {
  border-width: 11px;
}

.rp-contentInner {
  padding: 5px;
}

.who-comment {
  color: #777;
  font-size: 0.75em;
}

#level-comment {
  margin: 0;
  padding: .75rem 0;
  border-top: 1px dotted #ddd
}

/*write_form.html comment_popup_form.html*/
.write_author .field.is-grouped>.control {
  flex-shrink: 1;
}

/* Extra Form */

.exForm caption {
  text-align: right;
  /*	font-size: 11px; */
  padding: 0 0 2px 0;
}

.exForm input {
  height: 26px;
}

/*list.list_card1.html*/
.board-list-card .sum-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(to top, rgba(0, 209, 178, 1), rgba(0, 0, 0, 1));
  color: white;
  padding: .75rem;
  font-size: .75rem;
  overflow: hidden;
}

.board-list-card .card-content {
  position: relative;
  padding: .75rem;
  padding-bottom: 0;
}

.board-list-card .card-content-title {
  /*display:flex;
align-items:center;*/
  height: 2.5em;
  line-height: 1.25;
  font-size: 1rem;
  letter-spacing: -1px;
  overflow: hidden;
}

.board-list-card .card-content-title img {
  width: 11px;
  height: 11px;
}

.board-list-card .card-content-summary {
  font-size: .875rem;
  height: 4.1rem;
  overflow: hidden;
}

.board-list-card .card-content-footer {
  font-size: .75rem;
}

.board-list-card .columns-list .card-footer {
  padding: .75rem;
  font-size: .75rem;
  border-top: 0;
}

@media only screen and (min-width: 769px) {
  .board-list-card .columns.columns-list {
    flex-wrap: wrap;
    flex-grow: 1;
  }

  .board-list-card .columns-list .column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: stretch;
  }

  .board-list-card .columns-list .card {
    flex-grow: 1;
    width: 100%;
  }

}

.columns-list .check {
  position: absolute;
  top: .5rem;
  right: 0;
}

.columns-list .is-checkradio[type="checkbox"].is-small+label {
  font-size: 0.75rem;
  padding-left: 0.75rem;
}

/*mobole.layout*/

#content-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-grow: 1;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: white;
}

#content-mobile.fixed-padding {
  padding-top: 3.25rem;
}

.swiper-wrapper {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.button.is-vote {
  height: auto;
}

.pz-quote {
  font-size: 2rem;
}

.pz-quote::before, .pz-quote::after {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
    font-size:3rem;
  color: #dbdbdb;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
}

.pz-quote::before {
  content:"\f10d";
}

.pz-quote::after {
  content:"\f10e";
}

/* minchoo */
.title-board {
  display: inline-block;
position: relative;
padding-bottom: 12px;
font-size: 2rem;
font-weight: 600;
}
.title-board::after {
	content: '';
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 30px;
	height: 3px;
	background: #00d1b2;
}

#content.content, .board {
  display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    flex-grow: 1;
}

/* */
@font-face {
    font-family: 'ChosunGs';
    src: url('webfont/font/ChosunGs.TTF') format('truetype');
    font-weight: normal;
}

body,
button,
input,
select,
textarea {
  font-family: "ChosunGs"
}

