@charset "UTF-8";
@import '../fonts/SUIT-Variable-woff2/SUIT-Variable.css';
.btnArea {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.btnArea .btn {
  flex: 1;
}
.btnArea .btn.btn-inverse {
  border-color: #888;
}
.btnArea .etc {
  display: flex;
}
.btnArea .etc select {
  border-color: #ddd;
  border-radius: 0.4rem;
}
.btnArea .etc select + input, .btnArea .etc select + button {
  margin-left: 0.4rem;
}
.btnArea select + input, .btnArea select + button {
  margin-left: 0.4rem;
}
.btnArea form {
  display: flex !important;
}

.btn {
  background: #fff;
  border-radius: 4px;
  box-shadow: none;
  font-size: 1.2rem;
  min-height: 3rem;
  line-height: 3rem !important;
  letter-spacing: -0.05rem;
  box-sizing: border-box;
  border: 1px solid #eee;
  color: #888;
}
.btn:hover {
  background: #f7f7f7;
}

* + .btn-group {
  margin-left: 0.8rem;
}
* + .btn-group:first-of-type {
  margin-left: 0;
}

.btn-group + * {
  margin-left: 0.8rem !important;
}

.btn-group {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.btn-group .btn {
  border-radius: 0;
}
.btn-group .btn:first-child {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.btn-group .btn:last-child {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

.xc .input, .xc .textarea, .xc select, .xc button, .xc table {
  min-height: 3rem;
  vertical-align: middle;
  line-height: 3rem;
  border-radius: 4px;
}

.xc button, .xm button {
  white-space: nowrap;
}

.contents-wrap #loginAccess {
  box-shadow: none;
  border: 0;
  width: inherit;
  display: flex;
  align-content: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  font-family: inherit;
  margin: 8rem auto;
}
.contents-wrap #loginAccess h1 {
  font-size: 3rem;
  font-weight: 700;
  color: #212121;
  white-space: nowrap;
}
.contents-wrap #loginAccess .logOut {
  text-align: inherit;
}
.contents-wrap #loginAccess .logOut .buttonAccount {
  background: none;
  margin-top: 4rem;
}
.contents-wrap #loginAccess .logOut .buttonAccount a {
  text-shadow: none;
  margin: 0 0.8rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 18px;
  width: 18rem;
  height: 6rem !important;
  -webkit-border-radius: 6rem;
  -moz-border-radius: 6rem;
  border-radius: 6rem;
  border: 1px solid #eee;
  background: #101010;
  color: #fff;
}
.contents-wrap #access, .contents-wrap .signin {
  width: 40rem;
  background-color: #fff;
  border: 0 !important;
  margin: 4rem auto !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  display: flex;
  flex-direction: column;
}
.contents-wrap #access .login-header, .contents-wrap .signin .login-header {
  margin: 1rem 0 1.5rem;
  border-bottom: 0 !important;
  padding: 0 !important;
}
.contents-wrap #access .login-header h1 i, .contents-wrap .signin .login-header h1 i {
  display: none;
}
.contents-wrap #access .login-header h1, .contents-wrap #access .login-header h3, .contents-wrap .signin .login-header h1, .contents-wrap .signin .login-header h3 {
  color: #333;
  font-size: 1.6rem;
  font-weight: 500 !important;
  letter-spacing: -0.05rem;
}
.contents-wrap #access .login-header .message, .contents-wrap .signin .login-header .message {
  padding: 1.6rem;
  border-radius: 0.4rem;
  color: #757575;
  font-size: 1.2rem;
  background: #f5f5f5;
}
.contents-wrap #access .login-body, .contents-wrap .signin .login-body {
  margin: 0.8rem 0;
  padding: 0 !important;
}
.contents-wrap #access .login-body .button, .contents-wrap .signin .login-body .button {
  border-radius: 0.4rem;
  border: 1px solid #303996;
  color: #303996;
  background: #fff;
  height: 5rem;
  font-size: 1.7rem;
}
.contents-wrap #access .login-body .button:hover, .contents-wrap .signin .login-body .button:hover {
  background: #c1c4eb;
}
.contents-wrap #access .login-body .control-group, .contents-wrap .signin .login-body .control-group {
  padding: 0;
  margin-bottom: 0.8rem;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.contents-wrap #access .login-body #warning, .contents-wrap .signin .login-body #warning {
  display: none !important;
  margin-right: 0;
}
.contents-wrap #access .login-body #warning p, .contents-wrap .signin .login-body #warning p {
  border-top: 1px solid #eee;
  color: #757575;
  margin: 0 0 0.8rem;
  padding: 0.8rem;
}
.contents-wrap #access .login-body .submit, .contents-wrap .signin .login-body .submit {
  text-shadow: none;
  border-radius: 4px;
  font-size: 1.7rem;
  background: #111;
  color: #fff;
  border: 0;
  width: 100%;
  position: relative;
  height: 5rem !important;
}
.contents-wrap #access .login-body .submit:hover, .contents-wrap .signin .login-body .submit:hover {
  background: #c1c4eb;
}
.contents-wrap #access .login-footer, .contents-wrap .signin .login-footer {
  margin: 0;
  text-align: right;
  background: inherit !important;
  padding: 0 !important;
}
.contents-wrap #access .login-footer a, .contents-wrap .signin .login-footer a {
  color: #999;
}
.contents-wrap #access input[type=text], .contents-wrap #access input[type=email], .contents-wrap #access input[type=password], .contents-wrap .signin input[type=text], .contents-wrap .signin input[type=email], .contents-wrap .signin input[type=password] {
  border-radius: 6px;
  height: 5rem;
  min-height: 5rem;
  background: #F5F5F5;
  font-size: 1.6rem;
  outline: none;
  border: 0;
  padding: 0 1.6rem;
  box-shadow: none;
  box-sizing: border-box;
  outline: 0;
}
.contents-wrap .xm .signin .login-footer {
  border-top: 0px solid #eee;
  margin-top: 0;
}

.xm input.btn, .xm button.btn, .xm a.btn, .xm select, .xm input[type=text], .xc input.btn, .xc button.btn, .xc a.btn, .xc select, .xc input[type=text] {
  height: 4rem !important;
  line-height: 4rem !important;
  display: inline-flex;
  align-items: center;
  margin-bottom: 0 !important;
}
.xm select:focus, .xm select:focus:invalid:focus,
.xm textarea:focus,
.xm textarea:focus:invalid:focus,
.xm input:focus,
.xm input:focus:invalid:focus, .xc select:focus, .xc select:focus:invalid:focus,
.xc textarea:focus,
.xc textarea:focus:invalid:focus,
.xc input:focus,
.xc input:focus:invalid:focus {
  color: #212121;
  border: 1px solid #212121;
  border-color: #212121 !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.xm .control-group input[type=submit]:focus-visible, .xc .control-group input[type=submit]:focus-visible {
  border: inherit;
  outline: 0;
}
.xm .form-horizontal input, .xc .form-horizontal input {
  height: 4rem !important;
  line-height: 4rem !important;
  box-sizing: border-box;
}
.xm input[type=text],
.xm input[type=email],
.xm input[type=password],
.xm input[type=number],
.xm .btn, .xc input[type=text],
.xc input[type=email],
.xc input[type=password],
.xc input[type=number],
.xc .btn {
  border-radius: 0.4rem !important;
}

.x.pop {
  background: red;
}

.xm .table, .xc .table {
  border-top: 1px solid #333 !important;
}
.xm .table > caption, .xc .table > caption {
  margin-bottom: 0.8rem;
}
.xm .table thead th, .xc .table thead th {
  font-weight: 400;
  white-space: nowrap;
  text-align: center;
}
.xm .table tbody td, .xc .table tbody td {
  padding: 0.8rem 0.4rem;
}
.xm .table tbody td.title + td, .xc .table tbody td.title + td {
  white-space: nowrap;
}
.xm .table tbody td select, .xc .table tbody td select {
  width: 100%;
  max-height: 3.8rem;
}

.el_jangsu .xe-widget-wrapper.row {
  height: inherit !important;
}
.el_jangsu .xe-widget-wrapper.row > div {
  width: 100%;
}
.el_jangsu .xe-widget-wrapper.row > div > div {
  display: flex;
  gap: 3.6rem;
  flex-wrap: wrap;
}
.el_jangsu .xe-widget-wrapper.row > div > div .xe-widget-wrapper {
  flex: 1;
}
.el_jangsu .widgetOutput .widgetBorder, .el_jangsu .widgetOutput .widgetBoxBorder {
  width: 100%;
}
.el_jangsu .xe-widget-wrapper + .xe-widget-wrapper {
  margin-top: 3.2rem;
}
.el_jangsu .wdg .content .wdg .content {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.xm > h1 {
  font-size: 25px !important;
  padding-bottom: 0;
  border-bottom: 0px solid #000 !important;
  text-align: center;
}
.xm #fo_insert_member {
  margin: 0 auto 20px;
  max-width: 640px;
}
.xm #fo_insert_member .agreement {
  border: 0px dotted #eee;
  padding: 0;
  background: #fff;
  border-bottom: 1px solid #ddd;
  border-radius: 0;
  margin-bottom: 2rem;
}
.xm #fo_insert_member .agreement .title {
  padding: 0 0 8px 0;
  margin: 0;
  border-bottom: 0px solid #ccc;
  font-size: 15px;
  font-weight: 400;
}
.xm #fo_insert_member .agreement .text {
  color: #777;
  max-height: 200px;
  overflow: auto;
  border: 1px solid #eee;
  font-size: 12px;
  padding: 0.8rem 1.6rem;
  background: #f9f9f9;
  border-radius: 5px;
}
.xm #fo_insert_member .agreement .confirm {
  padding: 5px 0 0 0;
  margin: 0px 0 0 0;
  border-top: 0px dotted #ccc;
}
.xm #fo_insert_member .agreement .confirm label {
  color: #555;
}
.xm #fo_insert_member .control-group {
  display: flex;
  gap: 1.6rem;
}
.xm #fo_insert_member .control-group .control-label {
  float: left;
  width: initial;
  min-width: 8rem;
  padding-top: inherit;
  /* text-align: right; */
  align-items: center;
  display: flex;
  justify-content: flex-end;
  color: #444;
  font-weight: 300;
  font-size: 13px;
  margin-bottom: 0;
  position: relative;
}
.xm #fo_insert_member .control-group .control-label em {
  width: 5px;
  height: 5px;
  background: #ed6701;
  text-indent: -9999999999px;
  color: transparent !important;
  border-radius: 50%;
  display: inline-block;
  right: -7px;
  /* top: 10px; */
  top: 11px;
  position: absolute;
}
.xm #fo_insert_member .control-group .controls {
  flex: auto;
  display: flex;
  gap: 0.8rem;
  position: relative;
  margin-left: inherit;
  flex-direction: column;
}
.xm #fo_insert_member .control-group .controls > div {
  width: 100%;
}
.xm #fo_insert_member .control-group .controls input {
  box-shadow: none;
  flex: auto;
  border: 1px solid #eee;
  border-radius: 0.4rem !important;
}
.xm #fo_insert_member .control-group .controls .help-block {
  margin-top: 0;
}
.xm #fo_insert_member .control-group .controls .help-inline {
  top: 4rem;
  white-space: nowrap;
  font-size: 1.2rem;
  color: #ed6701;
  margin-top: 2px;
  letter-spacing: -0.05rem;
  width: 100%;
  white-space: break-spaces;
}
.xm #fo_insert_member .control-group .controls .rx_ev_radio {
  display: flex;
  flex: auto;
}
.xm #fo_insert_member .control-group .controls label {
  flex: auto;
  margin-bottom: 0;
  white-space: nowrap;
  margin-right: 0.5rem;
}
.xm #fo_insert_member .control-group .controls .krZip {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}
.xm #fo_insert_member .control-group .controls .krZip .krzip-postcode-wrap, .xm #fo_insert_member .control-group .controls .krZip .krzip-address-wrap, .xm #fo_insert_member .control-group .controls .krZip .krzip-extraAddress, .xm #fo_insert_member .control-group .controls .krZip .krzip-detailAddress-wrap {
  display: flex;
  flex-wrap: wrap;
  flex: auto;
  position: relative;
  gap: 0.8rem;
}
.xm #fo_insert_member .control-group .controls .krZip .krzip-postcode-wrap label, .xm #fo_insert_member .control-group .controls .krZip .krzip-address-wrap label, .xm #fo_insert_member .control-group .controls .krZip .krzip-extraAddress label, .xm #fo_insert_member .control-group .controls .krZip .krzip-detailAddress-wrap label {
  position: absolute;
  top: -2px;
  left: 7px;
  font-size: 11px;
  color: #aaa;
}
.xm #fo_insert_member .control-group .controls .krZip .krzip-extraAddress {
  display: none;
}
.xm #fo_insert_member .btnArea {
  border-top: 1px solid #ddd !important;
  padding-top: 20px !important;
}
.xm #fo_insert_member .btnArea a {
  margin-left: -1px;
  z-index: -1;
  display: flex;
  justify-content: center;
}

.xm, .xc {
  max-width: 1000px;
  margin: 0 auto;
}
.xm .nav-tabs, .xc .nav-tabs {
  display: flex;
  flex-wrap: wrap;
}
.xm .nav-tabs li, .xc .nav-tabs li {
  white-space: nowrap;
  flex: 1;
}
.xm .nav-tabs li a, .xc .nav-tabs li a {
  padding: 1rem 0.5rem !important;
  text-align: center;
}
.xm h1, .xc h1 {
  display: none;
}
.xm table.table tbody th, .xm table.table tbody td, .xm table.table thead th, .xm table.table thead td, .xc table.table tbody th, .xc table.table tbody td, .xc table.table thead th, .xc table.table thead td {
  text-align: center;
}
.xm table.table tbody th.title, .xm table.table tbody td.title, .xm table.table thead th.title, .xm table.table thead td.title, .xc table.table tbody th.title, .xc table.table tbody td.title, .xc table.table thead th.title, .xc table.table thead td.title {
  text-align: left;
  width: 100%;
}
.xm table.table tbody td select, .xc table.table tbody td select {
  height: 2.6rem !important;
}
.xm .dl-horizontal, .xc .dl-horizontal {
  border: 1px solid #eee;
  border-radius: 3px;
  padding: 0.8rem 1.6rem;
  max-width: 1000px;
  margin: 0 auto;
  box-sizing: border-box;
}
.xm .dl-horizontal dt, .xc .dl-horizontal dt {
  color: #2a2a2a;
  text-align: left !important;
  padding-left: 10px;
}
.xm .dl-horizontal dt em, .xc .dl-horizontal dt em {
  display: none;
}
.xm .dl-horizontal dd, .xc .dl-horizontal dd {
  text-align: right;
  color: #888;
  margin-left: 0;
  padding-right: 10px;
}
.xm .dl-horizontal dd img, .xc .dl-horizontal dd img {
  max-width: 100%;
}
.xm .dl-horizontal dt, .xm .dl-horizontal dd, .xc .dl-horizontal dt, .xc .dl-horizontal dd {
  border-top: 1px solid #f5f5f5;
  padding-bottom: 5px;
  padding-top: 15px;
}
.xm .dl-horizontal dt:first-of-type, .xm .dl-horizontal dd:first-of-type, .xc .dl-horizontal dt:first-of-type, .xc .dl-horizontal dd:first-of-type {
  border-top: none;
}
.xm .btnArea.btn-group a.btn, .xc .btnArea.btn-group a.btn {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  /* max-width: calc(100% / 4); */
  padding: 0 !important;
  margin: 0;
  align-items: center;
  justify-content: center;
  margin-left: -1px;
  border-radius: 0 !important;
}
.xm .btnArea.btn-group a.btn:first-child, .xc .btnArea.btn-group a.btn:first-child {
  border-radius: 0.4rem 0 0 0.4rem !important;
}
.xm .btnArea.btn-group a.btn:last-child, .xc .btnArea.btn-group a.btn:last-child {
  border-radius: 0 0.4rem 0.4rem 0 !important;
}
.xm form select, .xm form textarea, .xm form input[type=text], .xm form input[type=password], .xm form input[type=datetime], .xm form input[type=datetime-local], .xm form input[type=date], .xm form input[type=month], .xm form input[type=time], .xm form input[type=week], .xm form input[type=number], .xm form input[type=email], .xm form input[type=url], .xm form input[type=search], .xm form input[type=tel], .xm form input[type=color], .xc form select, .xc form textarea, .xc form input[type=text], .xc form input[type=password], .xc form input[type=datetime], .xc form input[type=datetime-local], .xc form input[type=date], .xc form input[type=month], .xc form input[type=time], .xc form input[type=week], .xc form input[type=number], .xc form input[type=email], .xc form input[type=url], .xc form input[type=search], .xc form input[type=tel], .xc form input[type=color] {
  height: 4rem;
  box-sizing: border-box;
  box-shadow: none;
}
.xm #fo_insert_member div > input, .xc #fo_insert_member div > input {
  width: 100%;
}
.xm #fo_insert_member input[type=submit], .xc #fo_insert_member input[type=submit] {
  width: 100%;
}
.xm .pagination ul, .xc .pagination ul {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.xm .pagination form select, .xm .pagination form input, .xm .pagination form button, .xc .pagination form select, .xc .pagination form input, .xc .pagination form button {
  height: 3rem !important;
  box-sizing: border-box;
}

.xm table th, .xm table td, .xc table th, .xc table td {
  white-space: nowrap;
}

.board .editorOption {
  display: none;
}

.boardWrite .tag {
  display: none;
}

.wrt_opt_wrap {
  display: none;
}

#menu .simpleTree li {
  margin-top: 0.5rem;
  padding-top: 0.5rem;
  border-top: 1px dashed #000;
  display: flex;
  align-content: center;
  justify-content: flex-start;
}
#menu .simpleTree li span {
  clear: left;
  white-space: nowrap;
  padding: 0.5rem 1rem;
  min-width: 6rem;
  font-size: 14px;
  cursor: pointer !important;
  border-radius: 4px;
  border: 1px dotted #bbb;
  display: flex;
  align-items: center;
  justify-content: center;
}
#menu .simpleTree li span:hover {
  background: #eee;
}
#menu .simpleTree li a {
  padding: 0.8rem;
  border: 1px dotted #999;
  margin: 0 0.2rem;
  border-radius: 4px;
  display: flex;
  align-items: center;
}
#menu .simpleTree li a:hover {
  background: #eee;
}
#menu .simpleTree li.line-over, #menu .simpleTree li.line-over-last {
  margin-top: 1rem;
  background: #eee;
  height: 0.8rem;
}
.xefu-controll, .xefu-list {
  box-sizing: border-box;
}

html, body {
  margin: 0;
  padding: 0;
}

html {
  font-size: 10px;
  font-size: 62.5%;
} /* =10px */
html.lg {
  font-size: 71.5%;
}

html.sm {
  font-size: 53.6%;
}

html.xl { font-size: 80.5%;}
html.xxl { font-size: 89.5%;}


body, table, input, textarea, select, button {
  font-size: 12px;
  font-size: 1.2rem;
  color: #212121;
  letter-spacing: -0.5px;
} /* =10px */
body, table, input, textarea, select, button {
  font-size: 12px;
  font-size: 1.2rem;
  font-family: -apple-system, BlinkMacSystemFont, "SUIT Variable", "Pretendard", "Pretendard-Regular", "Pretendard Variable", helvetica, "Apple SD Gothic Neo", "Noto Sans KR", sans-serif;
  font-weight: 400;
  letter-spacing: -0.025rem;
  color: #080808;
} /* =10px */
*, .xe_content, .rhymix_content {
  font-family: -apple-system, BlinkMacSystemFont, "SUIT Variable", "Pretendard", "Pretendard-Regular", "Pretendard Variable", helvetica, "Apple SD Gothic Neo", "Noto Sans KR", sans-serif;
  font-size: 1.5rem;
}

.inner {
  width: 1400px;
  margin: 0 auto;
  padding: 0 1.5rem;
  box-sizing: border-box;
  max-width: 100%;
}
.inner.full {
  width: 100%;
}

a {
  text-decoration: none;
  color: #080808;
}

.blind {
  display: none !important;
}

.alert {
  border: 1px solid red;
  background-color: #ffe5d4;
}

#nc_container {
  display: none;
}

i {
  display: inline-block;
  background-repeat: no-repeat;
  width: 3.6rem;
  height: 3.6rem;
  background-position: center;
}
i.grid {
  background-image: url("../img/ico-grid.svg");
}
i.color-mode {
  background-image: url("../img/ico-color-mode.svg");
}
i.alarm {
  background-image: url("../img/ico-alarm.svg");
}
i.user {
  background-image: url("../img/ico-user.svg");
}
i.search {
  background-image: url("../img/ico-search.svg");
}
i.list {
  background-image: url("../img/ico-list.svg");
}
i.message {
  background-image: url("../img/ico-message.svg");
  margin: initial;
  padding: initial;
  border: initial;
  border-radius: initial;
  font-size: initial;
  line-height: initial;
  text-shadow: initial;
  background-color: initial;
  vertical-align: middle;
}
i.thumbup {
  background-image: url("../img/ico-thumbs-up.svg");
}
i.thumbup.fill {
  background-image: url("../img/ico-thumbs-up-fill.svg");
}
i.thumbdown {
  background-image: url("../img/ico-thumbs-down.svg");
}
i.thumbdown.fill {
  background-image: url("../img/ico-thumbs-down-fill.svg");
}
i.more {
  background-image: url("../img/ico-more.svg");
}
i.pen {
  background-image: url("../img/ico-pen.svg");
}
i.vote {
  background-image: url("../img/ico-vote.svg");
}
i.view {
  background-image: url("../img/ico-view.svg");
}
i.prev {
  background-image: url("../img/ico-prev.svg");
}
i.next {
  background-image: url("../img/ico-next.svg");
}
i.back {
  background-image: url("../img/ico-back.svg");
}
i.facebook {
  background-image: url("../img/ico-facebook.svg");
}
i.twitter {
  background-image: url("../img/ico-twitter.svg");
}
i.mov {
  background-image: url("../img/ico-mov.svg");
}
i.img {
  background-image: url("../img/ico-img.svg");
}
i.kakao {
  background-image: url("../img/ico-kakao.svg");
}
i.naver {
  background-image: url("../img/ico-naver.svg");
}
i.user-mail {
  background-image: url("../img/ico-user-mail.svg");
}
i.won-fill {
  background-image: url("../img/ico-won-fill.svg");
}
i.time-fill {
  background-image: url("../img/ico-time-fill.svg");
}
i.expert {
  background-image: url("../img/ico-expert.svg");
}
i.point-fill {
  background-image: url("../img/ico-point-fill.svg");
}
i.star {
  background-image: url("../img/ico-star.svg");
}
i.message-line {
  background-image: url("../img/ico-message-line.svg");
}
i.project {
  background-image: url("../img/ico-book.svg");
}
i.receipt-add-color {
  background-image: url("../img/ico-receipt-add-color.svg");
}
i.expert-color {
  background-image: url("../img/ico-expert-color.svg");
}
i.money-color {
  background-image: url("../img/ico-money-color.svg");
}
i.magnify-color {
  background-image: url("../img/ico-magnify-color.svg");
}
i.receipt-color {
  background-image: url("../img/ico-receipt-color.svg");
}
i.search {
  background-image: url("../img/ico-search.svg");
  width: 3.6rem;
  height: 3.6rem;
}
i.user {
  background-image: url("../img/ico-user.svg");
  width: 3.6rem;
  height: 3.6rem;
}
i.lang {
  background-image: url("../img/ico-lang.svg");
  width: 3.6rem;
  height: 3.6rem;
}
i.top {
  background-image: url("../img/ico-top.svg");
  width: 5rem;
  height: 5rem;
}
i.user-plus {
  background-image: url("../img/ico-user-plus.svg");
}
i.log-in {
  background-image: url("../img/ico-log-in.svg");
}
i.log-out {
  background-image: url("../img/ico-log-out.svg");
}
i.setting {
  background-image: url("../img/ico-setting.svg");
}
i.user-info {
  background-image: url("../img/ico-user-info.svg");
}
i.bookmark {
  background-image: url("../img/ico-bookmark.svg");
}
i.document {
  background-image: url("../img/ico-document.svg");
}
i.comment {
  background-image: url("../img/ico-comment.svg");
}
i.card {
  background-image: url("../img/ico-card.svg");
}
i.charging {
  background-image: url("../img/ico-charging.svg");
}
i.close {
  background-image: url("../img/ico-close.svg");
}
i.question {
  background-image: url("../img/ico-question.svg");
}
i.pen {
  background-image: url("../img/ico-pen.svg");
}
i.post-search {
  background-image: url("../img/ico-post-search.svg");
}
i.prev {
  background-image: url("../img/ico-prev.svg");
}
i.next {
  background-image: url("../img/ico-next.svg");
}
i.edit {
  background-image: url("../img/ico-edit.svg");
}
i.message {
  background-image: url("../img/ico-message.svg");
}
i.trash {
  background-image: url("../img/ico-trash.svg");
}
i.scrap {
  background-image: url("../img/ico-scrap.svg");
}
i.bookmark-full {
  background-image: url("../img/ico-bookmark-full.svg");
}
i.lock {
  background-image: url("../img/ico-lock.svg");
}
i.heart-fill {
  background-image: url("../img/ico-heart-fill.svg");
}
i.thumbs-up {
  background-image: url("../img/ico-thumbs-up.svg");
}
i.thumbs-down {
  background-image: url("../img/ico-thumbs-down.svg");
}
i.cart {
  background-image: url("../img/ico-cart.svg");
}
i.bag {
  background-image: url("../img/ico-bag.svg");
}
i.import {
  background-image: url("../img/ico-import.svg");
}
i.wp {
  background-image: url("../img/ico-wp.svg");
  width: 8rem;
  height: 8rem;
}
i.xe {
  background-image: url("../img/ico-xe.svg");
  width: 8rem;
  height: 8rem;
}
i.gnu {
  background-image: url("../img/ico-gnu.svg");
  width: 30rem;
  height: 7.7rem;
}
i.link {
  background-image: url("../img/ico-arrow-up-right.svg");
  width: 2.4rem;
  height: 2.4rem;
}
i.rotate {
  background-image: url("../img/ico-rotate-ccw.svg");
}
i.heart-line {
  background-image: url("../img/ico-heart-line.svg");
}
i.heart-full {
  background-image: url("../img/ico-heart-full.svg");
}
i.folder-line {
  background-image: url("../img/ico-folder-line.svg");
}
i.folder-full {
  background-image: url("../img/ico-folder-full.svg");
}
i.download {
  background-image: url("../img/ico-download.svg");
}
i.reply {
  background-image: url("../img/ico-reply.svg");
}
i.codesandbox {
  background-image: url("../img/ico-codesandbox.svg");
}
i.server {
  background-image: url("../img/ico-server.svg");
}
i.airplay {
  background-image: url("../img/ico-airplay.svg");
}
i.codepen {
  background-image: url("../img/ico-codepen.svg");
}
i.github {
  background-image: url("../img/ico-github.svg");
}
i.book-open {
  background-image: url("../img/ico-book-open.svg");
}
i.phone {
  background-image: url("../img/ico-phone.svg");
}
i.mail {
  background-image: url("../img/ico-mail.svg");
}

.login-header {
  margin-top: 4rem;
}
.login-header .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 0;
}
.login-header .logo img {
  width: 15rem;
}

.login-footer {
  display: flex;
}
.login-footer a {
  text-align: center;
  flex: auto;
}

.header-wrap {
  padding: 1rem 0;
  border-bottom: 1px solid #e9ecef;
  border-color: #303996;
  position: relative;
}
.header-wrap:after {
  content: "";
  border-right: 1px solid #cbd3da;
  border-bottom: 1px solid #cbd3da;
  border-color: #303996;
  transform: rotate(-45deg);
  display: block;
  position: absolute;
  width: 2.4rem;
  height: 2.4rem;
  right: 0.5rem;
  bottom: -1.3rem;
}
.header-wrap .logo {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.header-wrap .logo a img {
  filter: invert(14%) sepia(57%) saturate(2538%) hue-rotate(223deg) brightness(89%) contrast(95%);
}
.header-wrap .logo .title {
  font-size: 1.6rem;
  font-weight: 300;
  letter-spacing: -0.05rem;
  color: #303996;
}
.header-wrap .logo .title:before {
  content: "↗";
  margin-right: 0.4rem;
}
.header-wrap .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.header-wrap .inner .inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 2rem;
}
.header-wrap i:after {
  content: "";
  transition: all 0.2s ease;
}
.header-wrap i:hover:after, .header-wrap i.on:after {
  content: "";
  position: absolute;
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 50%;
  background: #eee;
  z-index: -1;
}
.header-wrap .gnb-wrap {
  display: flex;
  gap: 8px;
}
.header-wrap .gnb-wrap a {
  padding: 1rem;
  white-space: nowrap;
  display: inline-block;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 600;
  transition: all 0.2s ease;
}
.header-wrap .gnb-wrap a:nth-child(n+11) {
  display: none;
}
.header-wrap .gnb-wrap a:hover, .header-wrap .gnb-wrap a.on {
  background: #eee;
  border-radius: 0.5rem;
}
.header-wrap .sitemapbox, .header-wrap .global-write-layer {
  position: relative;
}
.header-wrap .sitemapbox.on .lnb-wrap, .header-wrap .global-write-layer.on .lnb-wrap {
  display: grid;
}
.header-wrap .lnb-wrap {
  display: none;
  position: absolute;
  background: #000;
  padding: 2.4rem;
  gap: 1rem;
  z-index: 99;
}
.header-wrap .lnb-wrap a {
  color: #fff;
  padding: 0.2rem;
  font-size: 1.4rem;
  font-weight: 500;
  white-space: nowrap;
}
.header-wrap .sign-wrap {
  margin-right: 1.5rem;
  display: flex;
  gap: 0.8rem;
}
.header-wrap .sign-wrap .nickname {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: right;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: -0.05rem;
  white-space: nowrap;
  color: #535353;
  left: 5px;
  position: relative;
}
.header-wrap .sign-wrap .nickname b {
  font-weight: 500;
  margin-right: 0.2rem;
}
.header-wrap .sign-wrap .user-box .userbox {
  display: none;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(0.6, 0.5);
  transform: scale(0.6, 0.5);
  -webkit-transform-origin: top left;
  transform-origin: top left;
  -webkit-transition: opacity 0.2s, visibility 0.2s, -webkit-transform 150ms cubic-bezier(0.43, -0.02, 0.2, 0.79);
  transition: opacity 0.2s, visibility 0.2s, -webkit-transform 150ms cubic-bezier(0.43, -0.02, 0.2, 0.79);
  transition: opacity 0.2s, visibility 0.2s, transform 150ms cubic-bezier(0.43, -0.02, 0.2, 0.79);
  transition: opacity 0.2s, visibility 0.2s, transform 150ms cubic-bezier(0.43, -0.02, 0.2, 0.79), -webkit-transform 150ms cubic-bezier(0.43, -0.02, 0.2, 0.79);
  -o-transition: opacity 0.2s, visibility 0.2s, transform 150ms cubic-bezier(0.43, -0.02, 0.2, 0.79);
  -moz-transition: opacity 0.2s, visibility 0.2s, transform 150ms cubic-bezier(0.43, -0.02, 0.2, 0.79);
  -webkit-transition: opacity 0.2s, visibility 0.2s, transform 150ms cubic-bezier(0.43, -0.02, 0.2, 0.79);
  right: 5rem;
  background: #fff;
  position: absolute;
  width: 15rem;
  font-size: 1.4rem;
  border: 1px solid #e9ecef;
  border-radius: 3px;
  z-index: 10;
  margin-top: 0.5rem;
  -webkit-transform-origin: top right;
  transform-origin: top right;
}
.header-wrap .sign-wrap .user-box .userbox.on {
  display: flex;
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  z-index: 999;
  flex-direction: column;
}
.header-wrap .sign-wrap .user-box .userbox a {
  height: 4rem;
  display: flex;
  height: 100%;
  align-items: center;
  padding: 5px;
}
.header-wrap .sign-wrap .user-box .userbox a:hover {
  background: #f7f7f8;
}
.header-wrap .sign-wrap ul.sign-box i, .header-wrap .sign-wrap ul.lang-box i {
  width: 2rem;
  height: 1.4rem;
  filter: invert(39%) sepia(25%) saturate(4331%) hue-rotate(215deg) brightness(102%) contrast(101%);
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.8;
}
.header-wrap .sign-wrap ul.sign-box i:hover:after, .header-wrap .sign-wrap ul.lang-box i:hover:after {
  content: none;
}
.header-wrap .sign-wrap .search-box .searchbox {
  display: none;
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 6rem;
  background: #fff;
  top: -1rem;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.header-wrap .sign-wrap .search-box .searchbox.on {
  display: flex;
}
.header-wrap .sign-wrap .search-box .searchbox input {
  border: 0;
  height: 100%;
  flex: auto;
  font-size: 1.6rem;
  padding: 0 1rem;
  font-weight: 500;
  text-align: center;
}
.header-wrap .sign-wrap .search-box .searchbox input:focus {
  outline: none;
}
.header-wrap .sign-wrap .search-box .searchbox .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6rem;
  height: 6rem;
  margin-right: 2rem;
}
.header-wrap .sign-wrap .search-box .searchbox .btn-close i {
  width: 3.6rem;
  height: 3.6rem;
  background-size: 100%;
}
.header-wrap .sign-wrap .alarm-box {
  position: relative;
}
.header-wrap .sign-wrap .alarm-box .num {
  background: #000;
  color: #fff;
  border-radius: 50%;
  width: 1.6rem;
  height: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1.1rem;
  font-weight: 800;
}
.header-wrap .sign-wrap .alarm-box .numnotz {
  background: #F4511E;
  color: #fff;
  border-radius: 50%;
  width: 1.6rem;
  height: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1.1rem;
  font-weight: 800;
}

.global-write-layer {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 1;
}
.global-write-layer .grid {
  background-image: url("../img/ico-menu-light.svg");
  width: 3.6rem;
  height: 3.6rem;
}
.global-write-layer .grid:after {
  content: "";
  background: #000;
  border-radius: 50%;
  width: 3.6rem;
  height: 3.6rem;
  display: block;
  z-index: -1;
  position: absolute;
}
.global-write-layer .grid.on .lnb-wrap {
  display: grid;
}
.global-write-layer .lnb-wrap {
  bottom: 5rem;
  width: calc(100vw - 2rem);
  padding: 1.6rem;
  grid-template-columns: 1fr 1fr 1fr;
  box-sizing: border-box;
  gap: 1.6rem;
  grid-template-rows: masonry;
}

.header-wrap .inner.full .sign-wrap .search-box .searchbox {
  top: 0;
}

.contents-wrap {
  padding: 1.6rem 0 3.2rem;
}

.footer-wrap {
  position: relative;
  clear: both;
  border-top: 1px solid #e9ecef;
  border-color: #303996;
  padding: 1.6rem;
}
.footer-wrap:after {
  content: "";
  border-right: 1px solid #cbd3da;
  border-bottom: 1px solid #cbd3da;
  border-color: #303996;
  transform: rotate(-45deg);
  display: block;
  position: absolute;
  width: 2.4rem;
  height: 2.4rem;
  right: 0.5rem;
  top: -1.3rem;
}
.footer-wrap a {
  margin-right: 1rem;
  white-space: nowrap;
}
.footer-wrap .fnb-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 1.6rem;
  flex-wrap: wrap;
}
.footer-wrap .copyright-wrap {
  border-top: 1px solid #e9ecef;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1.6rem 0;
  line-height: 2;
  color: #666;
}
.footer-wrap .copyright-wrap p {
  margin: 0;
}

.join-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2rem 0 4rem;
}
.join-wrap > * {
  width: 100%;
  max-width: 38rem;
}
.join-wrap .join-header h1 {
  text-align: center;
  font-size: 3rem;
  letter-spacing: -1px;
  color: #303996;
}
.join-wrap .join-body .step-wrap {
  /*progressbar*/
  /*progressbar connectors*/
  /*marking active/completed steps green*/
  /*The number of the step and the connector before it = green*/
}
.join-wrap .join-body .step-wrap ul {
  margin: 0;
  padding: 0;
  display: flex;
  gap: 2rem;
  align-items: center;
  justify-content: center;
}
.join-wrap .join-body .step-wrap ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.join-wrap .join-body .step-wrap ul li:after {
  content: "";
  border-bottom: 1px solid #000;
}
.join-wrap .join-body .step-wrap #progressbar {
  margin-bottom: 30px;
  overflow: hidden;
  /*CSS counters to number the steps*/
  counter-reset: step;
}
.join-wrap .join-body .step-wrap #progressbar li {
  list-style-type: none;
  text-transform: uppercase;
  width: 33.33%;
  position: relative;
  text-align: center;
  font-size: 15px;
  color: #888;
}
.join-wrap .join-body .step-wrap #progressbar li:before {
  content: counter(step);
  counter-increment: step;
  width: 32px;
  line-height: 32px;
  color: #333;
  background: white;
  border-radius: 3px;
  margin: 0 auto 5px auto;
  font-size: 1.6rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  border: 1px solid #888;
}
.join-wrap .join-body .step-wrap #progressbar li:after {
  content: "";
  width: 100%;
  height: 2px;
  background: white;
  position: absolute;
  left: -60%;
  top: 14px;
  z-index: -1; /*put it behind the numbers*/
}
.join-wrap .join-body .step-wrap #progressbar li:first-child:after {
  /*connector not needed before the first step*/
  content: none;
}
.join-wrap .join-body .step-wrap #progressbar li.active:before, .join-wrap .join-body .step-wrap #progressbar li.active:after {
  background: #303996;
  color: white;
}
.join-wrap .join-body .step-wrap #progressbar li.active {
  color: #303996;
}
.join-wrap .join-body .step-wrap #progressbar li.active:before {
  border-color: #303996;
}
.join-wrap .join-body .welcome-wrap {
  border-radius: 10px;
  background: #f8f8f8;
  font-size: 1.6rem;
  padding: 2.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1rem;
  text-align: center;
  font-weight: 500;
  color: #333;
}
.join-wrap .join-body .welcome-wrap .title {
  color: #303996;
}
.join-wrap .join-body .welcome-wrap .desc {
  font-size: 1.4rem;
  color: #444;
}
.join-wrap .join-footer {
  margin-top: 3rem;
}
.join-wrap .join-footer .btn-join {
  margin: 0;
  width: 100%;
  height: 4rem;
  font-size: 16px;
  font-weight: 500;
  border: 0;
  background: #303996;
  color: #fff;
  border-radius: 4px;
  letter-spacing: -1px;
  cursor: pointer;
}

.color_scheme_dark {
  background: #19191c;
}
.color_scheme_dark .header-wrap {
  border-bottom-color: #38383d;
}
.color_scheme_dark .header-wrap i {
  filter: invert(1);
}
.color_scheme_dark .header-wrap i:hover:after, .color_scheme_dark .header-wrap i.on:after {
  background-color: rgba(255, 255, 255, 0.5);
}
.color_scheme_dark .header-wrap:after {
  border-color: #38383d;
}
.color_scheme_dark .header-wrap .logo img {
  filter: invert(1);
}
.color_scheme_dark .header-wrap .gnb-wrap a {
  color: #7b7b7b;
}
.color_scheme_dark .header-wrap .gnb-wrap a:hover {
  background: #0c0c0e;
}
.color_scheme_dark .header-wrap .gnb-wrap a.on {
  background-color: #333;
}
.color_scheme_dark .header-wrap .sign-wrap .search-box .searchbox {
  background: #19191c;
}
.color_scheme_dark .header-wrap .sign-wrap .search-box .searchbox input {
  background: #19191c;
  color: #7b7b7b;
}
.color_scheme_dark .header-wrap .sign-wrap .search-box .searchbox input::placeholder {
  color: #7b7b7b;
}
.color_scheme_dark .header-wrap .sign-wrap .userbox {
  background: #0c0c0e;
  border: 0;
}
.color_scheme_dark .header-wrap .sign-wrap .userbox a {
/*  color: #7b7b7b; */
	color:#aaa;
}
.color_scheme_dark .header-wrap .sign-wrap .userbox a:hover {
  background: rgba(255, 255, 255, 0.03);
}
.color_scheme_dark .footer-wrap .copyright-wrap {
  border-color: #38383d;
}
.color_scheme_dark .footer-wrap a {
  color: #bbb;
}
.color_scheme_dark .contents-wrap .login-header .logo img {
  filter: invert(1);
}
.color_scheme_dark .contents-wrap .xm *, .color_scheme_dark .contents-wrap .xc * {
  color: #7b7b7b !important;
}
.color_scheme_dark .contents-wrap .xm hr, .color_scheme_dark .contents-wrap .xc hr {
  color: #38383d;
}
.color_scheme_dark .contents-wrap .xm .signin, .color_scheme_dark .contents-wrap .xc .signin {
  background-color: #19191c;
}
.color_scheme_dark .contents-wrap .xm .signin .login-header h1, .color_scheme_dark .contents-wrap .xc .signin .login-header h1 {
  color: #7b7b7b !important;
}
.color_scheme_dark .contents-wrap .xm .signin .login-body input, .color_scheme_dark .contents-wrap .xc .signin .login-body input {
  background-color: #252529;
}
.color_scheme_dark .contents-wrap .xm .signin .login-footer, .color_scheme_dark .contents-wrap .xc .signin .login-footer {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
.color_scheme_dark .contents-wrap .xm section form input, .color_scheme_dark .contents-wrap .xc section form input {
  background-color: #252529;
  border-color: #38383d;
}
.color_scheme_dark .join-wrap .join-header h1 {
  color: #5b68f4;
}
.color_scheme_dark .join-wrap .join-body .step-wrap #progressbar li.active {
  color: #5b68f4;
}
.color_scheme_dark .join-wrap .join-body .welcome-wrap {
  background-color: #1e1e21;
}
.color_scheme_dark .join-wrap .join-body .welcome-wrap .title {
  color: #5b68f4;
}
.color_scheme_dark .join-wrap .join-body .welcome-wrap .desc {
  color: #7b7b7b;
}
.color_scheme_dark .xm #fo_insert_member .agreement {
  background: transparent;
  border: 0;
}
.color_scheme_dark .xm #fo_insert_member .agreement .text {
  background: inherit;
  border-color: #38383d;
}
.color_scheme_dark .xm #fo_insert_member input[type=text], .color_scheme_dark .xm #fo_insert_member input[type=password], .color_scheme_dark .xm #fo_insert_member input[type=email], .color_scheme_dark .xm #fo_insert_member input[type=tel], .color_scheme_dark .xm #fo_insert_member input[type=url], .color_scheme_dark .xm #fo_insert_member select {
  background-color: #252529;
  border-color: #38383d;
}
.color_scheme_dark .xm #fo_insert_member input[type=text]:focus, .color_scheme_dark .xm #fo_insert_member input[type=password]:focus, .color_scheme_dark .xm #fo_insert_member input[type=email]:focus, .color_scheme_dark .xm #fo_insert_member input[type=tel]:focus, .color_scheme_dark .xm #fo_insert_member input[type=url]:focus, .color_scheme_dark .xm #fo_insert_member select:focus {
  border-color: #5b68f4 !important;
}
.color_scheme_dark .xm #fo_insert_member .control-group .controls input {
  border-color: #38383d;
  color: #text-color-dark;
}
.color_scheme_dark .message.error {
  border-color: #e84e4f;
  color: #e84e4f;
  background-color: #9c2b2e;
}
.color_scheme_dark #access {
  background-color: #19191c;
}
.color_scheme_dark #access .login-header h1 {
  color: #7b7b7b;
}
.color_scheme_dark #access .login-header .message.location {
  background-color: #28282d;
  color: #7b7b7b;
}
.color_scheme_dark #access .login-body .button {
  background-color: #000;
  color: #7b7b7b;
  border: 0;
}
.color_scheme_dark #nc_container {
  background: #000;
  border-bottom: 0;
  padding: 10px;
}
.color_scheme_dark .btn {
  background: #252529 !important;
  /*  color: #7b7b7b !important; */
  color:#bbb !important;
  border-color: #38383d !important;
  text-shadow: none;
}
.color_scheme_dark .btn.btn-inverse {
  background: #000;
  border-color: #38383d;
}
.color_scheme_dark .btnArea {
  display: flex;
  gap: 1rem;
}
.color_scheme_dark .xm #fo_insert_member .btnArea {
  border-color: #38383d !important;
}
.color_scheme_dark .xm .dl-horizontal, .color_scheme_dark .xc .dl-horizontal {
  border-color: #38383d;
}
.color_scheme_dark .xm .dl-horizontal dt, .color_scheme_dark .xm .dl-horizontal dd, .color_scheme_dark .xc .dl-horizontal dt, .color_scheme_dark .xc .dl-horizontal dd {
  border-color: #38383d;
}
.color_scheme_dark .xm .nav-tabs, .color_scheme_dark .xc .nav-tabs {
  border-color: #38383d;
}
.color_scheme_dark .xm .nav-tabs li a:hover, .color_scheme_dark .xm .nav-tabs li a:focus, .color_scheme_dark .xc .nav-tabs li a:hover, .color_scheme_dark .xc .nav-tabs li a:focus {
  background-color: #19191c;
  border-color: #38383d;
}
.color_scheme_dark .xm .nav-tabs li.active a, .color_scheme_dark .xm .nav-tabs li.active a:hover, .color_scheme_dark .xm .nav-tabs li.active a:focus, .color_scheme_dark .xc .nav-tabs li.active a, .color_scheme_dark .xc .nav-tabs li.active a:hover, .color_scheme_dark .xc .nav-tabs li.active a:focus {
  background-color: #19191c;
  border-color: #38383d;
}
.color_scheme_dark .xm textarea, .color_scheme_dark .xm input[type=text], .color_scheme_dark .xm input[type=password], .color_scheme_dark .xm input[type=datetime], .color_scheme_dark .xm input[type=datetime-local], .color_scheme_dark .xm input[type=date], .color_scheme_dark .xm input[type=month], .color_scheme_dark .xm input[type=time], .color_scheme_dark .xm input[type=week], .color_scheme_dark .xm input[type=number], .color_scheme_dark .xm input[type=email], .color_scheme_dark .xm input[type=url], .color_scheme_dark .xm input[type=search], .color_scheme_dark .xm input[type=tel], .color_scheme_dark .xm input[type=color],
.color_scheme_dark .xm input, .color_scheme_dark .xm select, .color_scheme_dark .xc textarea, .color_scheme_dark .xc input[type=text], .color_scheme_dark .xc input[type=password], .color_scheme_dark .xc input[type=datetime], .color_scheme_dark .xc input[type=datetime-local], .color_scheme_dark .xc input[type=date], .color_scheme_dark .xc input[type=month], .color_scheme_dark .xc input[type=time], .color_scheme_dark .xc input[type=week], .color_scheme_dark .xc input[type=number], .color_scheme_dark .xc input[type=email], .color_scheme_dark .xc input[type=url], .color_scheme_dark .xc input[type=search], .color_scheme_dark .xc input[type=tel], .color_scheme_dark .xc input[type=color],
.color_scheme_dark .xc input, .color_scheme_dark .xc select {
  background-color: #19191c;
  border-color: #38383d;
}
.color_scheme_dark .xm table, .color_scheme_dark .xm .table, .color_scheme_dark .xc table, .color_scheme_dark .xc .table {
  border-color: #38383d;
}
.color_scheme_dark .xm table th, .color_scheme_dark .xm table td, .color_scheme_dark .xm .table th, .color_scheme_dark .xm .table td, .color_scheme_dark .xc table th, .color_scheme_dark .xc table td, .color_scheme_dark .xc .table th, .color_scheme_dark .xc .table td {
  border-color: #38383d;
}
.color_scheme_dark .xm table.table-hover tbody tr:hover > td, .color_scheme_dark .xm table.table-hover tbody tr:hover > th, .color_scheme_dark .xm .table.table-hover tbody tr:hover > td, .color_scheme_dark .xm .table.table-hover tbody tr:hover > th, .color_scheme_dark .xc table.table-hover tbody tr:hover > td, .color_scheme_dark .xc table.table-hover tbody tr:hover > th, .color_scheme_dark .xc .table.table-hover tbody tr:hover > td, .color_scheme_dark .xc .table.table-hover tbody tr:hover > th {
  background-color: #252529;
}
.color_scheme_dark .xm .table-striped tbody > tr:nth-child(2n+1) > td,
.color_scheme_dark .xm .table-striped tbody > tr:nth-child(2n+1) > th, .color_scheme_dark .xc .table-striped tbody > tr:nth-child(2n+1) > td,
.color_scheme_dark .xc .table-striped tbody > tr:nth-child(2n+1) > th {
  background-color: #252529;
}
.color_scheme_dark .xm .pagination ul li a, .color_scheme_dark .xm .pagination ul li span, .color_scheme_dark .xc .pagination ul li a, .color_scheme_dark .xc .pagination ul li span {
  background-color: #19191c;
  border-color: #38383d;
}
.color_scheme_dark .xm button, .color_scheme_dark .xc button {
  background-color: #1e1e21;
  border-color: #38383d;
  border-width: 1px;
  border-style: solid;
  white-space: nowrap;
}
.color_scheme_dark .misolSearch {
  background-color: #19191c;
  color: #7b7b7b;
}
.color_scheme_dark .misolSearch section.misolSearchSection {
  background-color: #19191c;
  box-shadow: none;
}
.color_scheme_dark .misolSearch ul.misolSearchTabA > li a:hover,
.color_scheme_dark .misolSearch ul.misolSearchTabA > li.active a,
.color_scheme_dark .misolSearch ol.misolSearchTabA > li a:hover,
.color_scheme_dark .misolSearch ol.misolSearchTabA > li.active a {
  color: #bbb;
}
.color_scheme_dark .misolSearch div.misolTab {
  border-color: #38383d;
}
.color_scheme_dark .misolSearch ul.misolSearchTabA > li a span,
.color_scheme_dark .misolSearch ol.misolSearchTabA > li a span {
  border-color: #38383d;
}
.color_scheme_dark .misolSearch ul.misolSearchTabA > li a,
.color_scheme_dark .misolSearch ol.misolSearchTabA > li a {
  color: #7b7b7b;
}
.color_scheme_dark .misolSearch .misolTop {
  border-color: #38383d;
}
.color_scheme_dark .misolSearch .misolTop h1 {
  color: #7b7b7b;
}
.color_scheme_dark .misolSearch .misolSearch_list .cont_a {
  color: #7b7b7b;
}
.color_scheme_dark .misolSearch .content_basic section.item h1,
.color_scheme_dark .misolSearch .content_basic section.item p,
.color_scheme_dark .misolSearch .content_basic section.item address {
  color: #7b7b7b;
}
.color_scheme_dark .misolSearch .searchBox input.keyword[type=text] {
  background-color: #252529;
  border: 0;
  color: #7b7b7b;
}
.color_scheme_dark .misolSearch .searchBox input.keyword[type=text]:focus, .color_scheme_dark .misolSearch .searchBox input.keyword[type=text]:hover {
  border: 0;
  outline: 0;
}
.color_scheme_dark .misolSearch .searchBox input[type=submit] {
  background-color: #5b68f4;
  border-color: #5b68f4;
  border: 0;
}
.color_scheme_dark .misolSearch .searchBox input[type=submit]:hover {
  background-color: #2b3cf1;
}
.bottom_menu {position:fixed;bottom:0px;left:0px;width:100%;height:49px;z-index:100;border-top:1px solid black;background-color:white;}
.bottom_menu > div{float:left;width:18%;height:41px;text-align:center;padding-top:8px;}
.bottom_menu > div a{color:#888;font-size:12px;line-height: 130%;}
.color_scheme_dark .bottom_menu{border-top: 1px solid #38383d; background-color: #19191c}
.color_scheme_dark .bottom_menu > div a{color:#fff;}
.el-app .contents-wrap .inner{
  padding:0;
}
.el-app .footer-wrap{
  margin-bottom:50px;
}
i.fa, i.fas, i.far{
  width:auto;
  height:auto;
}
#cate_index_mobile{
  float:left;
  padding:0 -1.5rem;
  background:url(../img/app_menu_bg.png) no-repeat center center;
}
.color_scheme_dark #cate_index_mobile{
  padding:0 -1.5rem;
  background:url(../img/app_menu_bg_dark.png) no-repeat center center;
}
#cate_index_mobile blockquote {
  margin: 0;
  padding: 0;
  width: 100%;
  box-sizing: border-box;
  column-break-inside: avoid;
  display: inline-block;
}
#cate_index_mobile blockquote a i {
	width: 16px;
}
#cate_index_mobile blockquote.expanded {
  clear: both;
  display: block;
}
#cate_index_mobile blockquote a.header, #cate_index_mobile blockquote p.header {
  background: #2F568A;
  padding:7px 7px 8px 7px;
  color: #fff;
  font-size: 1.55rem;
  font-family: -apple-system,BlinkMacSystemFont,'SUIT Variable','Pretendard','Pretendard-Regular','Pretendard Variable',helvetica,"Apple SD Gothic Neo","Noto Sans KR", sans-serif;
  border-bottom: none;
  text-align: center;
}
#cate_index_mobile blockquote a, #cate_index_mobile blockquote p {
  margin: 0;
  font-size: 1.55rem;
  font-family: -apple-system,BlinkMacSystemFont,'SUIT Variable','Pretendard','Pretendard-Regular','Pretendard Variable',helvetica,"Apple SD Gothic Neo","Noto Sans KR", sans-serif;
  box-sizing: border-box;
  padding: 7px 11px;
  display: block;
  border-bottom: 1px solid #e1e1e1;
}
#cate_index_mobile blockquote.expanded a {
  width: 50%;
  float: left;
}
.color_scheme_dark #cate_index_mobile blockquote a {
/*  color:#7b7b7b;  */
  color:#bbb;
  border-bottom-color: #38383d;
}
#cate_index_mobile div.column_2 {
	clear: both;
  /* column-count: 2; */
  /* column-gap: 2px; */
/*  max-height:650px; */
}
#cate_index_mobile div.column_2 .column_left {
	float: left;
	width: calc(50% - 1px);
}
#cate_index_mobile div.column_2 .column_right {
	float: right;
	width: calc(50% - 1px);
}

@media all and (max-width: 769px) {
  .header-wrap .sitemapbox .grid, .header-wrap .global-write-layer .grid {
    filter: initial;
  }
}
@media all and (max-width: 769px) {
  .header-wrap {
    padding: 0.5rem 0;
  }
  .header-wrap .inner {
    padding: 0 0.5rem;
  }
  .header-wrap .gnb-wrap {
    display: none;
  }
  .header-wrap i {
    width: 2.4rem;
    height: 2.4rem;
    background-size: 75%;
  }
  .header-wrap i.on:after, .header-wrap i:hover:after {
    width: 2.4rem;
    height: 2.4rem;
  }
  .header-wrap:after {
    width: 0;
    height: 0;
    border-top: 5px solid rgba(0, 0, 0, 0);
    border-bottom: 5px solid rgba(0, 0, 0, 0);
    border-left: 5px solid #303996;
    border-right: 0;
    transform: rotate(0deg);
    bottom: -6px;
    right: 0;
  }
  .header-wrap .sitemapbox, .header-wrap .global-write-layer {
    position: fixed;
    left: 1rem;
    bottom: 1rem;
    z-index: 1;
  }
  .header-wrap .sitemapbox .grid, .header-wrap .global-write-layer .grid {
    background-image: url("../img/ico-menu-light.svg");
    width: 3.6rem;
    height: 3.6rem;
  }
  .header-wrap .sitemapbox .grid:after, .header-wrap .global-write-layer .grid:after {
    content: "";
    background: #000;
    border-radius: 50%;
    width: 3.6rem;
    height: 3.6rem;
    display: block;
    z-index: -1;
    position: absolute;
  }
  .header-wrap .sitemapbox .grid.on .lnb-wrap, .header-wrap .global-write-layer .grid.on .lnb-wrap {
    display: grid;
  }
  .header-wrap .sitemapbox .lnb-wrap, .header-wrap .global-write-layer .lnb-wrap {
    bottom: 5rem;
    width: calc(100vw - 2rem);
    padding: 1.6rem;
    grid-template-columns: 1fr 1fr 1fr;
    box-sizing: border-box;
    gap: 1.6rem;
    grid-template-rows: masonry;
  }
  .header-wrap .sign-wrap {
    margin-right: 0.5rem;
  }
  .header-wrap .sign-wrap .user-box .userbox {
    right: 1rem;
  }
  .header-wrap .sign-wrap .alarm-box .num {
    width: 12px;
    height: 12px;
    font-size: 8px;
  }
  .header-wrap .sign-wrap .alarm-box .numnotz {
    width: 12px;
    height: 12px;
    font-size: 8px;
  }
  .header-wrap .sign-wrap .search-box {
    display: none;
  }
  .header-wrap .sign-wrap .search-box .searchbox {
    height: 4.8rem;
  }
  .header-wrap .sign-wrap .search-box .searchbox .btn-close {
    width: 4.8rem;
    height: 4.8rem;
    margin-right: initial;
  }
  .header-wrap .sign-wrap .search-box .searchbox .btn-close i {
    width: 2.4rem;
    height: 2.4rem;
  }
  .global-write-layer {
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    z-index: 1;
  }
  .global-write-layer .grid {
    background-image: url("../img/ico-menu-light.svg");
    width: 3.6rem;
    height: 3.6rem;
  }
  .global-write-layer .grid:after {
    content: "";
    background: #000;
    border-radius: 50%;
    width: 3.6rem;
    height: 3.6rem;
    display: block;
    z-index: -1;
    position: absolute;
  }
  .global-write-layer .grid.on .lnb-wrap {
    display: grid;
  }
  .global-write-layer .lnb-wrap {
    bottom: 5rem;
    width: calc(100vw - 2rem);
    padding: 1.6rem;
    grid-template-columns: 1fr 1fr 1fr;
    box-sizing: border-box;
    gap: 1.6rem;
    grid-template-rows: masonry;
  }
  .contents-wrap {
    padding: 0;
  }
  .post-wrap .input-wrap {
    padding: 0.8rem !important;
  }
  .post-wrap .input-wrap .label {
    display: none;
  }
  .footer-wrap {
    margin-top: 1.6rem;
  }
  .footer-wrap:after {
    width: 0;
    height: 0;
    border-top: 5px solid rgba(0, 0, 0, 0);
    border-bottom: 5px solid rgba(0, 0, 0, 0);
    border-left: 5px solid #303996;
    border-right: 0;
    transform: rotate(0deg);
    top: -6px;
    right: 0;
  }
}
@media all and (min-width: 1200px) {
  #cate_index_mobile {
    width: 50%;
    margin: 0 auto;
  }
  .block-lg {
    display: block;
  }
  .hide-lg {
    display: none !important;
  }
  .main-side{
    width:25%;
    float:left;
    display: block !important;
  }
}
@media (min-width: 768px) {
  .hide-lg {
    display: none !important;
  }
}
@media all and (max-width: 768px) {
  #cate_index_mobile{
    float:none;
  }
  .main-side{
    display: none !important;
  }
  .hide-sm {
    display: none !important;
  }
  .block-sm {
    display: block;
  }
}

/*# sourceMappingURL=style.min.css.map */





/* 모든글 , 유머게시판 최근게시물 다크 모드 */
.simple_content .simple_content_list .cont_a {
/*	padding:7px !important;  */
	text-shadow:none;
}
.simple_content .simple_content .content_nickname, .simple_content .content_recnt {
	text-shadow:none;
}
.color_scheme_dark section.simple_content {
	background:transparent;
}
.color_scheme_dark .simple_content .simple_content_list .cont_a {
	color:#bbb;
	/* 	color:#7b7b7b;  */
}
.color_scheme_dark .simple_content .simple_content_list .cont_a:hover {
	color:#7b7b7b;
	background:transparent;
}
.color_scheme_dark .simple_content .simple_content .content_nickname, .simple_content .content_recnt {
	color:#7b7b7b;
}
.color_scheme_dark .simple_content .simple_content_list li {
    border-top: 1px solid #38383d;
}
.color_scheme_dark .main-side > div > div { border-bottom:0px !important; }

.color_scheme_dark .alarm-list-wrap { background:#0c0c0e;  border:1px solid #333;  }
.color_scheme_dark .alarm-list-wrap ul li { border-bottom:1px solid #333; color:#aaa; }
.color_scheme_dark .alarm-list-wrap ul li a { color:#aaa; }
.color_scheme_dark .alarm-list-wrap a.more { color:#aaa; }

.color_scheme_dark #rhymix_popup_menu, .color_scheme_dark #popup_menu_area { background:#0c0c0e; border:1px solid #333;  }
.color_scheme_dark #rhymix_popup_menu a:hover, .color_scheme_dark #popup_menu_area a:hover { background:#333; }
.color_scheme_dark #rhymix_popup_menu a, .color_scheme_dark #popup_menu_area a { color:#aaa; }
