@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
/***** Normalize.css *****/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/***** Base *****/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  background-color: "#efefef";
  color: "#333333";
  font-family: "Noto Sans KR";
  font-size: 15px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

@media (min-width: 1024px) {
  body > main {
    min-height: 80vh;
    padding-bottom:4rem
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Noto Sans KR";
  margin-top: 0;
}

h1 {
  font-size: 32px;
}

h2 {
  font-size: 22px;
}

h3 {
  font-size: 18px;
  font-weight: 600;
}

h4 {
  font-size: 16px;
}

a {
  color: "";
  text-decoration: none;
}

a:visited {
  color: "";
}

a:hover, a:active, a:focus {
  text-decoration: underline;
}

input,
textarea {
  color: #000;
  font-size: 14px;
}

input {
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: border 0.12s ease-in-out;
  transition: border 0.12s ease-in-out;
}

input:not([type="checkbox"]) {
  outline: none;
}

input:not([type="checkbox"]):focus {
  border: 1px solid "";
}

input[disabled] {
  background-color: #ddd;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath fill='%23CCC' d='M0 0h10L5 6 0 0z'/%3E%3C/svg%3E%0A") no-repeat #fff;
  background-position: right 10px center;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 8px 30px 8px 10px;
  outline: none;
  color: #555;
  width: 100%;
}

select:focus {
  border: 1px solid "";
}

select::-ms-expand {
  display: none;
}

textarea {
  border: 1px solid #ddd;
  border-radius: 2px;
  resize: vertical;
  width: 100%;
  outline: none;
  padding: 10px;
}

textarea:focus {
  border: 1px solid "";
}

.container {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 5%;
}

@media (min-width: 1160px) {
  .container {
    padding: 0;
    width: 90%;
  }
}

.container-divider {
  border-top: 1px solid #ddd;
  margin-bottom: 20px;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.error-page {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 5%;
}

@media (min-width: 1160px) {
  .error-page {
    padding: 0;
    width: 90%;
  }
}

.visibility-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}

/***** Buttons *****/
.button, .split-button button, .section-subscribe button, .article-subscribe button, .community-follow button, .requests-table-toolbar .organization-subscribe button, .subscriptions-subscribe button, .pagination-next-link, .pagination-prev-link, .pagination-first-link, .pagination-last-link {
  background-color: transparent;
  border: 1px solid "";
  border-radius: 4px;
  color: "";
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  line-height: 2.34;
  margin: 0;
  padding: 0 20px;
  text-align: center;
  -webkit-transition: background-color .12s ease-in-out, border-color .12s ease-in-out, color .15s ease-in-out;
  transition: background-color .12s ease-in-out, border-color .12s ease-in-out, color .15s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  width: 100%;
  -webkit-touch-callout: none;
}

@media (min-width: 768px) {
  .button, .split-button button, .section-subscribe button, .article-subscribe button, .community-follow button, .requests-table-toolbar .organization-subscribe button, .subscriptions-subscribe button, .pagination-next-link, .pagination-prev-link, .pagination-first-link, .pagination-last-link {
    width: auto;
  }
}

.button:visited, .split-button button:visited, .section-subscribe button:visited, .article-subscribe button:visited, .community-follow button:visited, .requests-table-toolbar .organization-subscribe button:visited, .subscriptions-subscribe button:visited, .pagination-next-link:visited, .pagination-prev-link:visited, .pagination-first-link:visited, .pagination-last-link:visited, .button:hover, .split-button button:hover, .section-subscribe button:hover, .article-subscribe button:hover, .community-follow button:hover, .requests-table-toolbar .organization-subscribe button:hover, .subscriptions-subscribe button:hover, .pagination-next-link:hover, .pagination-prev-link:hover, .pagination-first-link:hover, .pagination-last-link:hover, .button:active, .split-button button:active, .section-subscribe button:active, .article-subscribe button:active, .community-follow button:active, .requests-table-toolbar .organization-subscribe button:active, .subscriptions-subscribe button:active, .pagination-next-link:active, .pagination-prev-link:active, .pagination-first-link:active, .pagination-last-link:active, .button:focus, .split-button button:focus, .section-subscribe button:focus, .article-subscribe button:focus, .community-follow button:focus, .requests-table-toolbar .organization-subscribe button:focus, .subscriptions-subscribe button:focus, .pagination-next-link:focus, .pagination-prev-link:focus, .pagination-first-link:focus, .pagination-last-link:focus, .button.button-primary, .split-button button.button-primary, .section-subscribe button.button-primary, .section-subscribe button[data-selected="true"], .article-subscribe button.button-primary, .article-subscribe button[data-selected="true"], .community-follow button.button-primary, .requests-table-toolbar .organization-subscribe button.button-primary, .requests-table-toolbar .organization-subscribe button[data-selected="true"], .subscriptions-subscribe button.button-primary, .subscriptions-subscribe button[data-selected="true"], .button-primary.pagination-next-link, .button-primary.pagination-prev-link, .button-primary.pagination-first-link, .button-primary.pagination-last-link {
  background-color: "";
  color: "";
  text-decoration: none;
}

.button.button-primary:hover, .split-button button:hover, .section-subscribe button.button-primary:hover, .section-subscribe button:hover[data-selected="true"], .article-subscribe button.button-primary:hover, .article-subscribe button:hover[data-selected="true"], .community-follow button.button-primary:hover, .requests-table-toolbar .organization-subscribe button.button-primary:hover, .requests-table-toolbar .organization-subscribe button:hover[data-selected="true"], .subscriptions-subscribe button.button-primary:hover, .subscriptions-subscribe button:hover[data-selected="true"], .button-primary.pagination-next-link:hover, .button-primary.pagination-prev-link:hover, .button-primary.pagination-first-link:hover, .button-primary.pagination-last-link:hover, .button.button-primary:focus, .split-button button.button-primary:focus, .section-subscribe button.button-primary:focus, .section-subscribe button:focus[data-selected="true"], .article-subscribe button.button-primary:focus, .article-subscribe button:focus[data-selected="true"], .community-follow button.button-primary:focus, .requests-table-toolbar .organization-subscribe button.button-primary:focus, .requests-table-toolbar .organization-subscribe button:focus[data-selected="true"], .subscriptions-subscribe button.button-primary:focus, .subscriptions-subscribe button:focus[data-selected="true"], .button-primary.pagination-next-link:focus, .button-primary.pagination-prev-link:focus, .button-primary.pagination-first-link:focus, .button-primary.pagination-last-link:focus, .button.button-primary:active, .split-button button.button-primary:active, .section-subscribe button.button-primary:active, .section-subscribe button:active[data-selected="true"], .article-subscribe button.button-primary:active, .article-subscribe button:active[data-selected="true"], .community-follow button.button-primary:active, .requests-table-toolbar .organization-subscribe button.button-primary:active, .requests-table-toolbar .organization-subscribe button:active[data-selected="true"], .subscriptions-subscribe button.button-primary:active, .subscriptions-subscribe button:active[data-selected="true"], .button-primary.pagination-next-link:active, .button-primary.pagination-prev-link:active, .button-primary.pagination-first-link:active, .button-primary.pagination-last-link:active {
  background-color: "";
  border-color: "";
}

.button[data-disabled], .split-button button[data-disabled], .section-subscribe button[data-disabled], .article-subscribe button[data-disabled], .community-follow button[data-disabled], .requests-table-toolbar .organization-subscribe button[data-disabled], .subscriptions-subscribe button[data-disabled], .pagination-next-link[data-disabled], .pagination-prev-link[data-disabled], .pagination-first-link[data-disabled], .pagination-last-link[data-disabled] {
  cursor: default;
}

/*제출버튼 디자인*/

.button-large, input[type="submit"] {
  cursor: pointer;
  background-color: "";
  border: 0;
  border-radius: 4px;
  color: "";
  font-size: 14px;
  line-height: 2.72;
  min-width: 190px;
  padding: 0 1.9286em;
  width: 100%;
}

@media (min-width: 768px) {
  .button-large, input[type="submit"] {
    width: auto;
  }
}
/*제출버튼 디자인*/

.button-large:hover, .button-large:active, .button-large:focus, input[type="submit"]:hover, input[type="submit"]:active, input[type="submit"]:focus {
  background-color: "";
}

.button-large[disabled], input[type="submit"][disabled] {
  background-color: #ddd;
}

.button-secondary {
  color: "";
  border: 1px solid #ddd;
  background-color: transparent;
}

.button-secondary:hover, .button-secondary:focus, .button-secondary:active {
  color: "#333333";
  border: 1px solid #ddd;
  background-color: "";
}

/***** Split button *****/
.split-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.split-button button {
  background-color: "";
  border: 0;
  color: "";
  height: 40px;
  line-height: 20px;
  outline-color: "";
}

[dir="rtl"] .split-button button:not(:only-child):first-child {
  border-left: 1px solid "";
  border-top-left-radius: unset;
  border-bottom-left-radius: unset;
}

[dir="ltr"] .split-button button:not(:only-child):first-child {
  border-right: 1px solid "";
  border-top-right-radius: unset;
  border-bottom-right-radius: unset;
}

.split-button button:not(:only-child):last-child {
  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;
  width: 26px;
  min-width: 26px;
  max-width: 26px;
  padding: 0;
}

[dir="rtl"] .split-button button:not(:only-child):last-child {
  border-top-right-radius: unset;
  border-bottom-right-radius: unset;
}

[dir="ltr"] .split-button button:not(:only-child):last-child {
  border-top-left-radius: unset;
  border-bottom-left-radius: unset;
}

/***** Tables *****/
.table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
}

@media (min-width: 768px) {
  .table {
    table-layout: auto;
  }
}

.table th,
.table th a {
  color: "";
  font-size: 13px;
  text-align: left;
}

[dir="rtl"] .table th, [dir="rtl"]
.table th a {
  text-align: right;
}

.table tr {
  border-bottom: 1px solid #ddd;
  display: block;
  padding: 20px 0;
}

@media (min-width: 768px) {
  .table tr {
    display: table-row;
  }
}

.table td {
  display: block;
}

@media (min-width: 768px) {
  .table td {
    display: table-cell;
  }
}

@media (min-width: 1024px) {
  .table td, .table th {
    padding: 20px 30px;
  }
  .container{padding:0 20px}
}

@media (min-width: 768px) {
  .table td, .table th {
    padding: 10px 20px;
    height: 60px;
  }

}

/***** Forms *****/
.form {
  max-width: 650px;
}

.form-field ~ .form-field {
  margin-top: 25px;
}

.form-field label {
  display: block;
  font-size: 13px;
  margin-bottom: 5px;
}

.form-field input {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 10px;
  width: 100%;
}

.form-field input:focus {
  border: 1px solid "";
}

.form-field input[type="text"] {
  border: 1px solid #ddd;
  border-radius: 4px;
}

.form-field input[type="text"]:focus {
  border: 1px solid "";
}

.form-field input[type="checkbox"] {
  width: auto;
}

.form-field .nesty-input {
  border-radius: 4px;
  height: 40px;
  line-height: 40px;
  outline: none;
  vertical-align: middle;
}

.form-field .nesty-input:focus {
  border: 1px solid "";
  text-decoration: none;
}

.form-field .hc-multiselect-toggle:focus {
  outline: none;
  border: 1px solid "";
  text-decoration: none;
}

.form-field textarea {
  vertical-align: middle;
}

.form-field input[type="checkbox"] + label {
  margin: 0 0 0 10px;
}

.form-field .optional {
  color: "";
  margin-left: 4px;
}

.form-field p {
  color: "";
  font-size: 12px;
  margin: 5px 0;
}

.form footer {
  margin-top: 40px;
  padding-top: 30px;
}

.form footer a {
  color: "";
  cursor: pointer;
  margin-right: 15px;
}

.form .suggestion-list {
  font-size: 13px;
  margin-top: 30px;
  display: none;
}

.form .suggestion-list label {
  border-bottom: 1px solid #ddd;
  /*display: block;*/
  padding-bottom: 5px;
  display: none;
}

.form .suggestion-list li {
  padding: 10px 0;
  display: none;
}

.form .suggestion-list li a:visited {
  color: "";
  display: none;
}

/***** Header *****/
.header {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 5%;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 71px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (min-width: 1160px) {
  .header {
    padding: 0;
    /*width: 90%;*/
  }
}

.logo {
	padding-top: 1rem;
}

.logo img {
  max-height: 37px;
  vertical-align: middle;
}

.logo span {
  margin: 0 10px;
  color: "";
}

.logo a {
  display: inline-block;
}

.logo a:hover, .logo a:focus, .logo a:active {
  text-decoration: none;
}

.user-nav {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
}

@media (min-width: 768px) {
  .user-nav {
    position: relative;
  }
}

.user-nav[aria-expanded="true"] {
  background-color: #fff;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15), 0 4px 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15), 0 4px 10px 0 rgba(0, 0, 0, 0.1);
  border: solid 1px #ddd;
  right: 0;
  left: 0;
  top: 71px;
  z-index: 1;
}

.user-nav[aria-expanded="true"] > a {
  display: block;
  margin: 20px;
}

.user-nav[aria-expanded="true"] > .user-nav-list li {
  display: block;
}

.user-nav[aria-expanded="true"] > .user-nav-list a {
  display: block;
  margin: 20px;
}

.user-nav-list {
  display: block;
  list-style: none;
}

.user-nav-list > li {
  display: inline-block;
}

@media (max-width: 768px) {
  .nav-wrapper-desktop {
    display: none;
  }
}

@media (min-width: 768px) {
  .nav-wrapper-desktop {
    display: none;
  }
}

@media (min-width: 1024px) {
  .nav-wrapper-desktop {
    display: inline-block;
  }
}

.nav-wrapper-desktop a {
  border: 0;
  color: "";
  display: none;
  font-size: 14px;
  padding: 0 20px 0 0;
  width: auto;
}

@media (min-width: 768px) {
  .nav-wrapper-desktop a {
    display: inline-block;
  }
}

[dir="rtl"] .nav-wrapper-desktop a {
  padding: 0 0 0 20px;
}

.nav-wrapper-desktop a:hover, .nav-wrapper-desktop a:focus, .nav-wrapper-desktop a:active {
  background-color: transparent;
  color: "";
  text-decoration: underline;
}

@media (min-width: 1024px) {
  .nav-wrapper-mobile {
    display: none;
  }
}

.nav-wrapper-mobile .menu-button-mobile {
  background: none;
  border: 0;
  width: auto;
  min-width: 71px;
  cursor: pointer;padding:0
}

.nav-wrapper-mobile .menu-button-mobile .icon-menu {
  padding: 7px;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

.nav-wrapper-mobile .menu-button-mobile[aria-expanded="true"] .icon-menu {
  /* background: #f3f3f3; */
}

.nav-wrapper-mobile .menu-list-mobile {
  position: absolute;
  background-color: #fff;
  -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.15);
  border-top: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
  right: 0;
  left: 0;
  top: 71px;
  z-index: 2;
}

.nav-wrapper-mobile .menu-list-mobile[aria-expanded="false"] {
  display: none;
}

.nav-wrapper-mobile .menu-list-mobile[aria-expanded="true"] {
  display: block;
}

.nav-wrapper-mobile .menu-list-mobile-items .item {
  margin: 4px 0;
}

.nav-wrapper-mobile .menu-list-mobile-items li:empty:not(.nav-divider) {
  display: none;
}

.nav-wrapper-mobile .menu-list-mobile-items .nav-divider {
  border-bottom: 0.1px solid #ddd;
  padding: 0;
}

.nav-wrapper-mobile .menu-list-mobile-items .nav-divider:last-child {
  display: none;
}

.nav-wrapper-mobile .menu-list-mobile-items button {
  background: none;
  border: none;
  padding: 8px 24px;
  width: 100%;
  height: 100%;
  color: #333333;
  cursor: pointer;
  text-align: start;
}

.nav-wrapper-mobile .menu-list-mobile-items button:active, .nav-wrapper-mobile .menu-list-mobile-items button:focus, .nav-wrapper-mobile .menu-list-mobile-items button:hover {
  background-color: #f3f3f3;
  text-decoration: underline;
}

.nav-wrapper-mobile .menu-list-mobile-items a {
  display: block;
  padding: 8px 24px;
  width: 100%;
  height: 100%;
  color: "#333333";
}

.nav-wrapper-mobile .menu-list-mobile-items a:active, .nav-wrapper-mobile .menu-list-mobile-items a:focus, .nav-wrapper-mobile .menu-list-mobile-items a:hover {
  background-color: #f3f3f3;
}

.nav-wrapper-mobile .menu-list-mobile-items .my-profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.5;
}

.nav-wrapper-mobile .menu-list-mobile-items .my-profile .my-profile-tooltip {
  font-size: 12px;
  color: #68737D;
}

.nav-wrapper-mobile .menu-list-mobile-items .menu-profile-avatar {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 8px;
  margin-top: 1px;
}

[dir="rtl"] .nav-wrapper-mobile .menu-list-mobile-items .menu-profile-avatar {
  margin-right: 0;
  margin-left: 8px;
}

.skip-navigation {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: black;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: -999px;
  margin: 20px;
  padding: 20px;
  overflow: hidden;
  position: absolute;
  top: auto;
  z-index: -999;
}

[dir="rtl"] .skip-navigation {
  left: initial;
  right: -999px;
}

.skip-navigation:focus, .skip-navigation:active {
  left: auto;
  overflow: auto;
  text-align: center;
  text-decoration: none;
  top: auto;
  z-index: 999;
}

[dir="rtl"] .skip-navigation:focus, [dir="rtl"] .skip-navigation:active {
  left: initial;
  right: auto;
}

/***** User info in header *****/
.user-info {
  display: inline-block;
}

.user-info .dropdown-toggle::after {
  display: none;
}

@media (min-width: 768px) {
  .user-info .dropdown-toggle::after {
    display: inline-block;
  }
}

.user-info > button {
  border: 0;
  color: "";
  min-width: 0;
  padding: 0;
  white-space: nowrap;
}

.user-info > button:hover, .user-info > button:focus {
  color: "";
  background-color: transparent;
}

.user-info > button::after {
  color: "";
  padding-right: 15px;
}

[dir="rtl"] .user-info > button::after {
  padding-left: 15px;
  padding-right: 0;
}

#user #user-name {
  display: none;
  font-size: 14px;
}

@media (min-width: 768px) {
  #user #user-name {
    display: inline-block;
  }
}

#user #user-name:hover {
  text-decoration: underline;
}

/***** User avatar *****/
.user-avatar {
  height: 25px;
  width: 25px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
}

.avatar {
  display: inline-block;
  position: relative;
}

.avatar img {
  height: 40px;
  width: 40px;
}

.avatar .icon-agent {
  color: "";
  border: 2px solid #fff;
  border-radius: 50%;
  bottom: -4px;
  background-color: "";
  font-size: 17px;
  height: 17px;
  line-height: 17px;
  position: absolute;
  right: -2px;
  text-align: center;
  width: 17px;
}

/***** Footer *****/
.footer {
  border-top: 1px solid #ddd;
  margin-top: 60px;
  padding: 30px 0;
}

.footer a {
  color: "";
}

.footer-inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (min-width: 1160px) {
  .footer-inner {
    padding: 0;
    width: 90%;
  }
}

.footer-language-selector button {
  color: "";
  display: inline-block;
}

.powered-by-zendesk a,
.powered-by-zendesk a:visited {
  color: "";
}

/***** Breadcrumbs *****/
.breadcrumbs {
  margin: 0 0 15px 0;
  padding: 0;
}

@media (min-width: 768px) {
  .breadcrumbs {
    margin: 0;
  }
}

.breadcrumbs li {
  color: "";
  display: inline;
  font-size: 13px;
  max-width: 450px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.breadcrumbs li + li::before {
  content: "/";
  color: #4D5276;
  margin: 0 4px;
}

.breadcrumbs li a:visited {
  color: "";
}

/***** Search field *****/
.search-container {
  position: relative;
}

.search {
  /*
  border-color: #ddd;
  border-style: solid;
  border-width: 1px;
  border-radius: 5px;
  */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-transition: border 0.12s ease-in-out;
  transition: border 0.12s ease-in-out;

}

.search:focus-within {
  border-color: "";
}

.search input[type="search"],
.search .clear-button {
  background-color: #fff;
  border: none;
	border-radius: 5px;
}

.search-full input[type="search"],
.search-full .clear-button {
  border-color: #fff;
}

.search input[type="search"] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #666;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  height: 40px;
  width: 100%;

}

.search input[type="search"]:focus {
  color: #555;
}

.search input[type="search"]::-webkit-search-decoration, .search input[type="search"]::-webkit-search-cancel-button, .search input[type="search"]::-webkit-search-results-button, .search input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

.search input[type="search"]:-webkit-autofill, .search input[type="search"]:-webkit-autofill:hover, .search input[type="search"]:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
}

.search .clear-button {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #777;
  cursor: pointer;
  display: none;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 15px;
}

.search .clear-button:hover {
  background-color: "";
  color: #fff;
}

.search .clear-button:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 3px "";
          box-shadow: 0 0 0 3px "";
}

.search-has-value .clear-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* CSS MODFIY 20220621 */
[dir="ltr"] .search input[type="search"] {
  padding: 9px 40px;
  background: url(/hc/theming_assets/01HZM4FMHWT9E6719DV9SC5XWR) #fff no-repeat 1rem center;
}
/* CSS MODFIY 20220621 */
[dir="ltr"] .search input[type="search"]::before {
  background: url(/hc/theming_assets/01HZM4FMHWT9E6719DV9SC5XWR) no-repeat 21px 21px;
  content: " ";
  display: inline-block;
  height: 21px;
  width: 21px;
}

.search-icon {
  display:none;
}

[dir="ltr"] .search-has-value input[type="search"] {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-right-color: transparent;
}

[dir="ltr"] .search-has-value input[type="search"]:focus {
  border-right-color: "";
}

[dir="ltr"] .search .clear-button {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-left-color: transparent;
}

[dir="ltr"] .search .clear-button:focus {
  border-left-color: "";
}

[dir="rtl"] .search input[type="search"] {
  padding-left: 20px;
  padding-right: 40px;
}

[dir="rtl"] .search-has-value input[type="search"] {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-left-color: transparent;
}

[dir="rtl"] .search-has-value input[type="search"]:focus {
  border-left-color: "";
}

[dir="rtl"] .search .clear-button {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-right-color: transparent;
}

[dir="rtl"] .search .clear-button:focus {
  border-right-color: "";
}

.search-icon {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  left: 15px;
  z-index: 1;
  width: 18px;
  height: 18px;
  color: #777;
  pointer-events: none;
}

[dir="rtl"] .search-icon {
  left: auto;
  right: 15px;
}

/***** Hero component *****/
.hero {
  background-image: url("");
  background-position: center;
  background-size: cover;
  height: 300px;
  padding: 0 20px;
  text-align: center;
  width: 100%;
}

.hero-inner {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  max-width: 610px;
  margin: 0 auto;
}

.page-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 10px 0;
}

@media (min-width: 768px) {
  .page-header {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 0;
  }
}

.page-header .section-subscribe {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .page-header .section-subscribe {
    margin-bottom: 0;
  }
}

.page-header h1 {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-bottom: 10px;
}

.page-header-description {
  font-style: italic;
  margin: 0 0 30px 0;
  word-break: break-word;
}

@media (min-width: 1024px) {
  .page-header-description {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.page-header .icon-lock {
  height: 20px;
  width: 20px;
  position: relative;
  left: -5px;
  vertical-align: baseline;
}

.sub-nav {
  -webkit-box-align: flex-end;
      -ms-flex-align: flex-end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 55px;
}


@media (min-width: 768px) {
  .sub-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (max-width: 768px) {
  .sub-nav .breadcrumbs{display:none}
  .sub-nav .search-container {
      width: 100% !important;
      max-width: 100% !important;
  }
}

.sub-nav .breadcrumbs {
  margin: 0;
}

@media (min-width: 768px) {
  .sub-nav .search-container {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 300px;
            flex: 0 1 300px;
  }
}

.sub-nav input[type="search"]::after {
  font-size: 15px;
}

/***** Blocks *****/
/* Used in Homepage#categories and Community#topics */
.blocks-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  list-style: none;
  padding: 0;
}

@media (min-width: 768px) {
  .blocks-list {
    margin: 0 -15px;
  }
}

.blocks-item {
  border: 1px solid "";
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 340px;
          flex: 1 0 340px;
  margin: 0 0 30px;
  max-width: 100%;
  text-align: center;
}

@media (min-width: 768px) {
  .blocks-item {
    margin: 0 15px 30px;
  }
}

.blocks-item:hover, .blocks-item:focus, .blocks-item:active {
  background-color: "";
}

.blocks-item:hover *, .blocks-item:focus *, .blocks-item:active * {
  color: "";
  text-decoration: none;
}

.blocks-item-internal {
  background-color: transparent;
  border: 1px solid #ddd;
}

.blocks-item-internal .icon-lock {
  height: 15px;
  width: 15px;
  bottom: 5px;
  position: relative;
}

.blocks-item-internal a {
  color: "#333333";
}

.blocks-item-link {
  color: "";
  padding: 20px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: inherit;
}

.blocks-item-link:visited, .blocks-item-link:hover, .blocks-item-link:active {
  color: inherit;
  text-decoration: none;
}

.blocks-item-link:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 3px "";
          box-shadow: 0 0 0 3px "";
  text-decoration: none;
}

.blocks-item-title {
  margin-bottom: 0;
  font-size: 16px;
}

.blocks-item-description {
  margin: 0;
}

.blocks-item-description:not(:empty) {
  margin-top: 10px;
}

/***** Homepage *****/
.section {
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .section {
    margin-bottom: 60px;
  }
}

.home-section h2 {
  margin-bottom: 10px;
  text-align: center;
}

/***** Promoted articles *****/
.promoted-articles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (min-width: 1024px) {
  .promoted-articles {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.promoted-articles-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

@media (min-width: 1024px) {
  .promoted-articles-item {
    -ms-flex-item-align: end;
        align-self: flex-end;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding-right: 30px;
    width: 33%;
    /* Three columns on desktop */
  }
  [dir="rtl"] .promoted-articles-item {
    padding: 0 0 0 30px;
  }
}

.promoted-articles-item:nth-child(3n) {
  padding-right: 0;
}

.promoted-articles-item a {
  display: block;
  border-bottom: 1px solid #ddd;
  padding: 15px 0;
}

.promoted-articles-item .icon-lock {
  vertical-align: baseline;
}

.promoted-articles-item:last-child a {
  border: 0;
}

@media (min-width: 1024px) {
  .promoted-articles-item:last-child a {
    border-bottom: 1px solid #ddd;
  }
}

/***** Community section in homepage *****/
.community {
  text-align: center;
}

.community-image {
  min-height: 300px;
  margin-top: 32px;
  background-image: url("");
  background-position: center;
  background-repeat: no-repeat;
  max-width: 100%;
}

.community a {
  color: "";
  text-decoration: underline;
}

.community a:visited {
  color: "";
}

.community a:hover, .community a:active, .community a:focus {
  color: "";
}

.community,
.activity {
  border-top: 1px solid #ddd;
  padding: 30px 0;
}

/***** Recent activity *****/
.recent-activity-header {
  margin-bottom: 10px;
  text-align: center;
}

.recent-activity-list {
  padding: 0;
}

.recent-activity-item {
  border-bottom: 1px solid #ddd;
  overflow: auto;
  padding: 20px 0;
}

.recent-activity-item-parent {
  font-size: 16px;
  font-weight: 600;
}

.recent-activity-item-parent, .recent-activity-item-link {
  margin: 6px 0;
  display: inline-block;
  width: 100%;
}

@media (min-width: 768px) {
  .recent-activity-item-parent, .recent-activity-item-link {
    width: 70%;
    margin: 0;
  }
}

.recent-activity-item-link {
  font-size: 14px;
}

.recent-activity-item-meta {
  color: "#333333";
  margin: 15px 0 0 0;
  float: none;
}

@media (min-width: 768px) {
  .recent-activity-item-meta {
    margin: 0;
    float: right;
  }
  [dir="rtl"] .recent-activity-item-meta {
    float: left;
  }
}

.recent-activity-item-time, .recent-activity-item-comment {
  display: inline-block;
  font-size: 13px;
}

.recent-activity-item-comment {
  padding-left: 5px;
}

[dir="rtl"] .recent-activity-item-comment {
  padding: 0 5px 0 0;
}

.recent-activity-item-comment::before {
  display: inline-block;
}

.recent-activity-controls {
  padding-top: 15px;
}

.recent-activity-controls a {
  color: "";
  text-decoration: underline;
}

.recent-activity-controls a:visited {
  color: "";
}

.recent-activity-controls a:hover, .recent-activity-controls a:active, .recent-activity-controls a:focus {
  color: "";
}

.recent-activity-accessibility-label {
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}

.recent-activity-comment-icon svg {
  vertical-align: middle;
  color: "";
  width: 16px;
  height: 16px;
}

.recent-activity-comment-icon:after {
  content: attr(data-comment-count);
  margin-left: 3px;
}

[dir="rtl"] .recent-activity-comment-icon:after {
  margin-left: 0;
  margin-right: 3px;
}

/***** Category pages *****/
.category-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.category-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media (min-width: 1024px) {
  .category-content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%;
  }
}

.section-tree {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (min-width: 768px) {
  .section-tree {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.section-tree .section {
  -webkit-box-flex: initial;
      -ms-flex: initial;
          flex: initial;
}

@media (min-width: 768px) {
  .section-tree .section {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
            flex: 0 0 45%;
    /* Two columns for tablet and desktop. Leaving 5% separation between columns */
  }
}

.section-tree-title {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
}

.section-tree .see-all-articles {
  display: block;
  padding: 15px 0;
}

.article-list-item {
  font-size: 16px;
  padding: 15px 0;
}

.icon-star {
  color: "";
  font-size: 18px;
}

/***** Section pages *****/
.section-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.section-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media (min-width: 1024px) {
  .section-content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%;
  }
}

.section-list {
  margin: 40px 0;
}

.section-list-item {
  border-bottom: 1px solid #ddd;
  font-size: 16px;
  padding: 15px 0;
}

.section-list-item:first-child {
  border-top: 1px solid #ddd;
}

.section-list-item a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: "#333333";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.see-all-sections-trigger {
  cursor: pointer;
  display: block;
  padding: 15px;
  text-align: center;
}

.see-all-sections-trigger[aria-hidden="true"] {
  display: none;
}

/***** Article *****/
.article {
  /*
  * The article grid is defined this way to optimize readability:
  * Sidebar | Content | Free space
  * 17%     | 66%     | 17%
  */
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

@media (min-width: 1024px) {
  .article {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 66%;
            flex: 1 0 66%;
    max-width: 66%;
    min-width: 640px;
    padding: 0 30px;
  }
}

.article-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 1024px) {
  .article-container {
        justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.article-header {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  /*
  		-ms-flex-direction: column;
          flex-direction: column;*/
  		-ms-flex-direction: row;
    			flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  /*margin-bottom: 40px;*/
  margin-top: 20px;
}

@media (min-width: 768px) {
  .article-header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 0;
  }
}

.article-avatar {
  margin-right: 10px;
}

.article-author {
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .article-title {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    /* Take entire row */
  }
}

.article-title .icon-lock {
  position: relative;
  left: -5px;
  vertical-align: baseline;
}

.article [role="button"] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  /*Avoid collapsing elements in Safari (https://github.com/philipwalton/flexbugs#1-minimum-content-sizing-of-flex-items-not-honored)*/
  width: 100%;
}

@media (min-width: 768px) {
  .article [role="button"] {
    width: auto;
  }
}

.article-info {
  max-width: 100%;
}

.article-meta {
  display: inline-block;
  vertical-align: middle;
}

.article-body a {
  color: "";
  text-decoration: underline;
}

.article-body a:visited {
  color: "";
}

.article-body a:hover, .article-body a:active, .article-body a:focus {
  color: "";
}

.article-body img {
  height: auto;
  max-width: 100%;
}

.article-body ul,
.article-body ol {
  padding-left: 20px;
  list-style-position: outside;
  margin: 20px 0 20px 20px;
}

[dir="rtl"] .article-body ul, [dir="rtl"]
.article-body ol {
  padding-right: 20px;
  padding-left: 0;
  margin-left: 0;
  margin-right: 20px;
}

.article-body ul > ul,
.article-body ol > ol,
.article-body ol > ul,
.article-body ul > ol,
.article-body li > ul,
.article-body li > ol {
  margin: 0;
}

.article-body ul {
  list-style-type: disc;
}

.article-body code {
  background: "";
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 0 5px;
  margin: 0 2px;
}

.article-body pre {
  background: "";
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre;
}

.article-body blockquote {
  border-left: 1px solid #ddd;
  color: "";
  font-style: italic;
  padding: 0 15px;
}

.article-body > p:last-child {
  margin-bottom: 0;
}

.article-content {
  line-height: 1.6;
  margin: 2.8rem 0;
  word-wrap: break-word;
}

.article-footer {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 20px;
}

.article-comment-count {
  color: "";
}

.article-comment-count:hover {
  text-decoration: none;
}

.article-comment-count-icon {
  vertical-align: middle;
  color: "";
  width: 18px;
  height: 18px;
}

.article-sidebar {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  margin-bottom: 20px;
  padding: 0;
}

@media (min-width: 1024px) {
  .article-sidebar {
    border: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 17%;
            flex: 0 0 17%;
    height: auto;
  }
}

.article-relatives {
  border-top: 1px solid #ddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 4.5rem 0;
}

@media (min-width: 768px) {
  .article-relatives {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.article-relatives > * {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
  min-width: 50%;
  overflow-wrap: break-word;
  margin-right: 0;
}

.article-relatives > *:last-child {
  padding: 0;
}

@media (min-width: 768px) {
  .article-relatives > * {
    padding-right: 20px;
  }
}

.article-votes {
  border-top: 1px solid #ddd;
  padding: 30px 0;
  text-align: center;
}

.article-vote {
  margin: 10px 5px;
  min-width: 90px;
  width: auto;
}

.article-more-questions {
  margin: 10px 0 20px;
  text-align: center;
}

.article-more-questions a {
  color: "";
  text-decoration: underline;
}

.article-more-questions a:visited {
  color: "";
}

.article-more-questions a:hover, .article-more-questions a:active, .article-more-questions a:focus {
  color: "";
  background-color: #182063;
}

.article-return-to-top {
  border-top: 1px solid #ddd;
}

@media (min-width: 1024px) {
  .article-return-to-top {
    display: none;
  }
}

.article-return-to-top a {
  color: "#333333";
  display: block;
  padding: 20px 0;
}

.article-return-to-top a:hover, .article-return-to-top a:focus {
  text-decoration: none;
}

.article-return-to-top-icon {
  -webkit-transform: rotate(0.5turn);
          transform: rotate(0.5turn);
}

.sidenav-title {
  font-size: 15px;
  position: relative;
  font-weight: 600;
}

.sidenav-item {
  display: block;
  margin-top: 10px;
  margin-bottom: 16px;
}

.recent-articles li,
.related-articles li {
  margin-bottom: 15px;
}

/***** Attachments *****/
/* Styles attachments inside posts, articles and comments */
.attachments .attachment-item {
  padding-left: 20px;
  position: relative;
  margin-bottom: 10px;
}

.attachments .attachment-item:last-child {
  margin-bottom: 0;
}

.attachments .attachment-item .attachment-icon {
  color: "#333333";
  left: 0;
  position: absolute;
  top: 5px;
}

[dir="rtl"] .attachments .attachment-item {
  padding-left: 0;
  padding-right: 20px;
}

[dir="rtl"] .attachments .attachment-item .attachment-icon {
  left: auto;
  right: 0;
}

.upload-dropzone span {
  color: #333C83;
}
.comment-attachments a{color: #333C83;}

/***** Social share links *****/
.share {
  padding: 0;
  white-space: nowrap;
}

.share li, .share a {
  display: inline-block;
}

.share li {
  height: 25px;
  width: 25px;
}

.share a {
  color: "";
}

.share a:hover {
  text-decoration: none;
  color: "";
}

.share a svg {
  height: 18px;
  width: 18px;
  display: block;
}

/***** Comments *****/
/* Styles comments inside articles, posts and requests */
.comment {
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
}

.comment-heading, .recent-articles-title,
.related-articles-title {
  margin-bottom: 5px;
  margin-top: 0;
  font-size: 18px;
  font-weight: 600;
}

.comment-overview {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  padding: 20px 0;
}

.comment-overview p {
  margin-top: 1.5rem;
}

.comment-callout {
  color: "";
  display: inline-block;
  font-size: 1.4rem;
  margin-bottom: 0;
}

.comment-callout a {
  color: "";
  text-decoration: underline;
}

.comment-callout a:visited {
  color: "";
}

.comment-callout a:hover, .comment-callout a:active, .comment-callout a:focus {
  color: "";
}

.comment-sorter {
  display: inline-block;
  float: right;
}

.comment-sorter .dropdown-toggle {
  color: "";
  font-size: 13px;
}

[dir="rtl"] .comment-sorter {
  float: left;
}

.comment-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.comment-wrapper.comment-official {
  border: 1px solid "";
  padding: 40px 20px 20px;
}

@media (min-width: 768px) {
  .comment-wrapper.comment-official {
    padding-top: 20px;
  }
}

.comment-info {
  min-width: 0;
  padding-right: 20px;
  width: 100%;
}

[dir="rtl"] .comment-info {
  padding-right: 0;
  padding-left: 20px;
}

.comment-author {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .comment-author {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.comment-avatar {
  margin-right: 10px;
}

[dir="rtl"] .comment-avatar {
  margin-left: 10px;
  margin-right: 0;
}

.comment-meta {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.comment-labels {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

@media (min-width: 768px) {
  .comment-labels {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}

.comment .status-label:not(.status-label-official) {
  margin-top: 10px;
}

@media (min-width: 768px) {
  .comment .status-label:not(.status-label-official) {
    margin-top: 0;
  }
}

.comment-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  word-wrap: break-word;
}

.comment-container {
  width: 100%;
}

.comment-form-controls {
  display: none;
  margin-top: 10px;
  text-align: left;
}

@media (min-width: 768px) {
  [dir="ltr"] .comment-form-controls {
    text-align: right;
  }
}

.comment-form-controls input[type="submit"] {
  margin-top: 15px;
}

@media (min-width: 1024px) {
  .comment-form-controls input[type="submit"] {
    margin-left: 15px;
  }
  [dir="rtl"] .comment-form-controls input[type="submit"] {
    margin-left: 0;
    margin-right: 15px;
  }
}

.comment-form-controls input[type="checkbox"] {
  margin-right: 5px;
}

.comment-form-controls input[type="checkbox"] [dir="rtl"] {
  margin-left: 5px;
}

.comment-ccs {
  display: none;
}

.comment-ccs + textarea {
  margin-top: 10px;
}

.comment-attachments {
  margin-top: 10px;
}

.comment-attachments a {
  color: "";
}

.comment-body {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
  font-family: "Noto Sans KR";
  line-height: 1.6;
  overflow-x: auto;
}

.comment-body a {
  color: "";
  text-decoration: underline;
}

.comment-body a:visited {
  color: "";
}

.comment-body a:hover, .comment-body a:active, .comment-body a:focus {
  color: "";
}

.comment-body img {
  height: auto;
  max-width: 100%;
}

.comment-body ul,
.comment-body ol {
  padding-left: 20px;
  list-style-position: outside;
  margin: 20px 0 20px 20px;
}

[dir="rtl"] .comment-body ul, [dir="rtl"]
.comment-body ol {
  padding-right: 20px;
  padding-left: 0;
  margin-left: 0;
  margin-right: 20px;
}

.comment-body ul > ul,
.comment-body ol > ol,
.comment-body ol > ul,
.comment-body ul > ol,
.comment-body li > ul,
.comment-body li > ol {
  margin: 0;
}

.comment-body ul {
  list-style-type: disc;
}

.comment-body code {
  background: "";
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 0 5px;
  margin: 0 2px;
}

.comment-body pre {
  background: "";
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre;
}

.comment-body blockquote {
  border-left: 1px solid #ddd;
  color: "";
  font-style: italic;
  padding: 0 15px;
}

.comment-mark-as-solved {
  display: inline-block;
}

/***** Vote *****/
/* Used in article comments, post comments and post */
.vote {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}

.vote a:active, .vote a:hover, .vote a:focus {
  text-decoration: none;
}

.vote-sum {
  color: "";
  display: block;
  margin: 3px 0;
}

[dir="rtl"] .vote-sum {
  direction: ltr;
  unicode-bidi: bidi-override;
}

.vote-up svg {
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
}

.vote-up:hover,
.vote-down:hover {
  color: "";
}

.vote-up, .vote-down {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  color: "";
  cursor: pointer;
  min-height: 35px;
  min-width: 35px;
  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;
}

.vote-voted {
  color: "";
}

.vote-voted:hover {
  color: "";
}

/***** Actions *****/
/* Styles admin and en user actions(edit, delete, change status) in comments and posts */
.actions {
  text-align: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  /*Avoid collapsing elements in Safari*/
}

.actions button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  min-height: 35px;
  min-width: 35px;
  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;
}

/***** Community *****/
.community-hero {
  background-image: url("");
  margin-bottom: 10px;
}

.community-footer {
  padding-top: 50px;
  text-align: center;
}

.community-footer-title {
  font-size: 16px;
  margin-bottom: 20px;
}

.community-featured-posts .title {
  font-size: 18px;
  font-weight: 600;
}

.community-featured-posts, .community-activity {
  padding-top: 40px;
  width: 100%;
}

.community-header {
  margin-bottom: 30px;
}

.community-header .title {
  margin-bottom: 0;
  font-size: 16px;
}

.post-to-community {
  margin-top: 10px;
}

@media (min-width: 768px) {
  .post-to-community {
    margin: 0;
  }
}

/* Community topics grid */
.topics {
  max-width: none;
  width: 100%;
}

.topics-item .meta-group {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}

/* Community topic page */
.topic-header {
  border-bottom: 1px solid #ddd;
  font-size: 13px;
}

@media (min-width: 768px) {
  .topic-header {
    padding-bottom: 10px;
  }
}

.topic-header .dropdown {
  display: block;
  border-top: 1px solid #ddd;
  padding: 10px 0;
}

@media (min-width: 768px) {
  .topic-header .dropdown {
    border-top: 0;
    display: inline-block;
    margin-right: 20px;
    padding: 0;
  }
}

.no-posts-with-filter {
  margin-top: 20px;
  margin-bottom: 20px;
}

/* Topic, post and user follow button */
.community-follow {
  margin-bottom: 10px;
  width: 100%;
}

@media (min-width: 768px) {
  .community-follow {
    margin-bottom: 0;
    width: auto;
  }
}

.community-follow button {
  line-height: 30px;
  padding: 0 10px 0 15px;
  position: relative;
  width: 100%;
}

@media (min-width: 768px) {
  .community-follow button {
    width: auto;
  }
}

.community-follow button:hover {
  background-color: "";
}

.community-follow button:hover::after, .community-follow button:focus::after {
  border-color: "";
  color: "";
}

.community-follow button[data-selected="true"] {
  background-color: "";
  color: "";
}

.community-follow button[data-selected="true"]::after {
  border-left: 1px solid "";
  color: "";
}

.community-follow button[data-selected="true"]:hover {
  background-color: "";
  border-color: "";
}

.community-follow button::after {
  border-left: 1px solid "";
  content: attr(data-follower-count);
  color: "";
  display: inline-block;
  font-family: "Noto Sans KR";
  margin-left: 15px;
  padding-left: 10px;
  position: absolute;
  right: 10px;
}

@media (min-width: 768px) {
  .community-follow button::after {
    position: static;
  }
}

[dir="rtl"] .community-follow button::after {
  border-left: 0;
  border-right: 1px solid "";
  margin: 0 10px 0 0;
  padding: 0 10px 0 0;
}

/***** Striped list *****/
/* Used in community posts list and requests list */
.striped-list {
  padding: 0;
}

.striped-list-item {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-bottom: 1px solid #ddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 20px 0;
}

@media (min-width: 768px) {
  .striped-list-item {
    -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;
  }
}

.striped-list-info {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}

.striped-list-title {
  color: "";
  margin-bottom: 10px;
  margin-right: 5px;
}

.striped-list-title:hover, .striped-list-title:focus, .striped-list-title:active {
  text-decoration: underline;
}

.striped-list-title:visited {
  color: "";
}

.striped-list .meta-group {
  margin: 5px 0;
}

.striped-list-count {
  color: "";
  font-size: 13px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .striped-list-count {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

.striped-list-count-item::after {
  content: "·";
  display: inline-block;
  padding: 0 5px;
}

@media (min-width: 768px) {
  .striped-list-count-item::after {
    display: none;
  }
}

.striped-list-count-item:last-child::after {
  display: none;
}

.striped-list-number {
  text-align: center;
}

@media (min-width: 768px) {
  .striped-list-number {
    color: "#333333";
    display: block;
  }
}

/***** Status labels *****/
/* Styles labels used in posts, articles and requests */
.status-label {
  background-color: #038153;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  margin-right: 2px;
  padding: 3px 10px;
  vertical-align: middle;
  white-space: nowrap;
  display: inline-block;
}

.status-label:hover, .status-label:active, .status-label:focus {
  text-decoration: none;
}

.status-label-pinned, .status-label-featured, .status-label-official {
  background-color: "";
}

.status-label-official {
  border-radius: 0;
  margin-right: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .status-label-official {
    border-radius: 0 0 4px 4px;
    right: 30px;
    width: auto;
  }
}

[dir="rtl"] .status-label-official {
  left: 30px;
  right: auto;
}

.status-label-not-planned, .status-label-closed {
  background-color: #e9ebed;
  color: "";
}

.status-label-pending, .status-label-pending-moderation {
  background-color: #1f73b7;
  text-align: center;
}

.status-label-open {
  background-color: #c72a1c;
}

.status-label-solved {
  background-color: #68737d;
}

.status-label-new {
  background-color: #ffb648;
  color: #703b15;
}

.status-label-hold {
  background-color: #000;
}

.status-label-request {
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 768px) {
  .status-label-request {
    max-width: 150px;
  }
}

/***** Post *****/
/*
* The post grid is defined this way:
* Content | Sidebar
* 70%     | 30%
*/
.post {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-bottom: 10px;
}

@media (min-width: 1024px) {
  .post {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 70%;
            flex: 1 0 70%;
    max-width: 70%;
  }
}

.post-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 1024px) {
  .post-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.post-header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .post-header {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.post-header .status-label {
  vertical-align: super;
}

.post-title {
  margin-bottom: 20px;
  width: 100%;
}

@media (min-width: 768px) {
  .post-title {
    margin-bottom: 0;
    padding-right: 10px;
  }
}

.post-title h1 {
  display: inline;
  vertical-align: middle;
}

@media (min-width: 768px) {
  .post-title h1 {
    margin-right: 5px;
  }
}

.post-author {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.post-avatar {
  margin-bottom: 30px;
}

.post-content {
  font-family: "Noto Sans KR";
  line-height: 1.6;
  word-break: break-word;
}

.post-info-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}

.post-info {
  min-width: 0;
  padding-right: 20px;
  width: 100%;
}

[dir="rtl"] .post-info {
  padding-right: 0;
  padding-left: 20px;
}

.post-meta {
  display: inline-block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 10px;
  vertical-align: middle;
}

[dir="rtl"] .post-meta {
  margin-left: 0;
  margin-right: 10px;
}

.post-body a {
  color: "";
  text-decoration: underline;
}

.post-body a:visited {
  color: "";
}

.post-body a:hover, .post-body a:active, .post-body a:focus {
  color: "";
}

.post-body img {
  height: auto;
  max-width: 100%;
}

.post-body ul,
.post-body ol {
  padding-left: 20px;
  list-style-position: outside;
  margin: 20px 0 20px 20px;
}

[dir="rtl"] .post-body ul, [dir="rtl"]
.post-body ol {
  padding-right: 20px;
  padding-left: 0;
  margin-left: 0;
  margin-right: 20px;
}

.post-body ul > ul,
.post-body ol > ol,
.post-body ol > ul,
.post-body ul > ol,
.post-body li > ul,
.post-body li > ol {
  margin: 0;
}

.post-body ul {
  list-style-type: disc;
}

.post-body code {
  background: "";
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 0 5px;
  margin: 0 2px;
}

.post-body pre {
  background: "";
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre;
}

.post-body blockquote {
  border-left: 1px solid #ddd;
  color: "";
  font-style: italic;
  padding: 0 15px;
}

.post-footer {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 20px;
}

.post-comment-count {
  color: "";
}

.post-comment-count:hover {
  text-decoration: none;
}

.post-comment-count .icon-comments {
  color: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 5px;
  vertical-align: middle;
}

.post-sidebar {
  border-top: 1px solid #ddd;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 30px 0;
  text-align: center;
}

@media (min-width: 1024px) {
  .post-sidebar {
    border: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 30%;
            flex: 1 0 30%;
    padding: 0 0 0 50px;
    text-align: initial;
  }
  [dir="rtl"] .post-sidebar {
    padding: 0 50px 0 0;
  }
}

.post-sidebar-title {
  font-size: 18px;
  font-weight: 600;
}

.post-comments {
  margin-bottom: 20px;
}

@media (min-width: 1024px) {
  .post-comments {
    margin-bottom: 0;
  }
}

/***** Community Badges *****/
/* Styles labels used next to the authors of article comments, community posts, and community comments */
.community-badge-title {
  background-color: #04444d;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  padding: 0px 8px;
  vertical-align: top;
  white-space: nowrap;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 18px;
  vertical-align: middle;
}

.profile-info .community-badge-title {
  padding: 2px 8px;
  line-height: 20px;
}

.community-badge-container-achievements {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.community-badge-container-achievements > .community-badge-titles {
  margin-left: calc(28px - 0.5em);
}

[dir="rtl"] .community-badge-container-achievements > .community-badge-titles {
  margin-right: calc(28px - 0.5em);
}

.community-name-and-title-badges {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.community-badge {
  margin: 2px;
}

.community-badge-achievements {
  display: block;
  height: 16px;
  white-space: nowrap;
  width: 16px;
}

.profile-info .community-badge-achievements {
  height: 40px;
  width: 40px;
}

.community-title-badges {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  margin-top: 15px;
}

.community-badge-achievements-rest {
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  text-align: center;
  vertical-align: top;
}

.community-badge-achievements img {
  width: 100%;
  height: 100%;
}

.community-badge-titles img {
  width: 20px;
  height: 20px;
}

.profile-info .community-badge-achievements-rest {
  line-height: 40px;
  font-size: 20px;
}

/* Navigation element that collapses on mobile */
.collapsible-nav {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 14px;
  position: relative;
}

@media (min-width: 768px) {
  .collapsible-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.collapsible-nav-border {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}

@media (min-width: 768px) {
  .collapsible-nav-border {
    border-top: 0;
  }
}

.collapsible-nav-toggle {
  top: calc(45px / 2);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  right: 0;
  padding: 0;
  border: 0;
  background: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
}

@media (min-width: 768px) {
  .collapsible-nav-toggle {
    display: none;
  }
}

[dir="rtl"] .collapsible-nav-toggle {
  left: 0;
  right: auto;
}

.collapsible-nav-toggle-icon {
  display: none;
}

.collapsible-nav-toggle[aria-expanded="false"] .chevron-icon {
  display: inline-block;
}

.collapsible-nav-toggle[aria-expanded="true"] .x-icon {
  display: inline-block;
}

.collapsible-nav-toggle:focus {
  outline: none;
  border: 1px solid "";
}

.collapsible-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 768px) {
  .collapsible-nav-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.collapsible-nav-list li {
  color: "#333333";
  line-height: 45px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media (min-width: 768px) {
  .collapsible-nav-list li {
    line-height: normal;
    margin-right: 30px;
  }
  [dir="rtl"] .collapsible-nav-list li {
    margin-left: 30px;
    margin-right: 0;
  }
  .collapsible-nav-list li a {
    text-decoration: none;
    padding: 15px 0;
  }
}

.collapsible-nav-list li a {
  color: "#333333";
  display: block;
}

@media (min-width: 768px) {
  .collapsible-nav-list li:hover {
    border-bottom: 4px solid #ddd;
  }
  .collapsible-nav-list li:hover a:not([aria-current="page"]) {
    padding: 15px 0 11px 0;
    text-decoration: none;
  }
}

.collapsible-nav-list li:not([aria-selected="true"]),
.collapsible-nav-list li:not(.current) {
  display: none;
}

@media (min-width: 768px) {
  .collapsible-nav-list li:not([aria-selected="true"]),
  .collapsible-nav-list li:not(.current) {
    display: block;
  }
}

@media (min-width: 768px) {
  .collapsible-nav-list li[aria-selected="true"] {
    padding: 15px 0 11px 0;
  }
}

.collapsible-nav-list li[aria-selected="true"],
.collapsible-nav-list li.current {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  position: relative;
}

@media (min-width: 768px) {
  .collapsible-nav-list li[aria-selected="true"],
  .collapsible-nav-list li.current {
    border-bottom: 4px solid "";
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.collapsible-nav-list li[aria-selected="true"] a,
.collapsible-nav-list li.current a {
  color: "#333333";
}

.collapsible-nav[aria-expanded="true"] li:not([aria-selected="true"]),
.collapsible-nav[aria-expanded="true"] li:not(.current) {
  display: block;
}

/* Sidebar navigation that collapses on mobile */
.collapsible-sidebar {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-height: 45px;
  overflow: hidden;
  padding: 10px 0;
  position: relative;
}

@media (min-width: 1024px) {
  .collapsible-sidebar {
    max-height: none;
    padding: 0;
  }
}

.collapsible-sidebar-title {
  margin-top: 0;
}

.collapsible-sidebar-toggle {
  position: absolute;
  top: calc(45px / 2);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  padding: 0;
  border: 0;
  background: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
}

@media (min-width: 1024px) {
  .collapsible-sidebar-toggle {
    display: none;
  }
}

[dir="rtl"] .collapsible-sidebar-toggle {
  left: 0;
  right: auto;
}

.collapsible-sidebar-toggle-icon {
  display: none;
}

.collapsible-sidebar-toggle[aria-expanded="false"] .chevron-icon {
  display: inline-block;
}

.collapsible-sidebar-toggle[aria-expanded="true"] .x-icon {
  display: inline-block;
}

.collapsible-sidebar-toggle:focus {
  outline: none;
  border: 1px solid "";
}

.collapsible-sidebar-body {
  display: none;
}

@media (min-width: 1024px) {
  .collapsible-sidebar-body {
    margin-top: 1rem;
    display: block;
  }
}

.collapsible-sidebar[aria-expanded="true"] {
  max-height: none;
}

.collapsible-sidebar[aria-expanded="true"] .collapsible-sidebar-body {
  display: block;
}

/***** My activities *****/
.my-activities-nav {
  background-color: "";
  margin-bottom: 20px;
}

.my-activities-sub-nav {
  margin-bottom: 30px;
}

.my-activities-table .striped-list-title {
  /* My activities tables */
  display: block;
  margin-bottom: 10px;
  max-width: 350px;
  white-space: normal;
}

.my-activities-table .striped-list-service {
  display: inline-block;
  margin-bottom: 0;
  width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (min-width: 1024px) {
  .my-activities-table .striped-list-title {
    margin-bottom: 0;
    max-width: 500px;
    min-width: 350px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

.my-activities-table thead {
  display: none;
}

@media (min-width: 768px) {
  .my-activities-table thead {
    display: table-header-group;
  }
}

.my-activities-table th:first-child,
.my-activities-table td:first-child {
  padding-left: 0;
}

@media (min-width: 1024px) {
  .my-activities-table th:first-child,
  .my-activities-table td:first-child {
/*     width: 500px; */
  }
}

.my-activities-table th:last-child,
.my-activities-table td:last-child {
  padding-right: 0;
}


@media (min-width: 768px) {
  .my-activities-table td:not(:first-child) {
    display: table-cell;
  }
  
}

@media (max-width: 768px) {
  .my-activities-table td:not(:nth-child(3)) {
    display: none;
  }
}


/* Requests table */
.requests-search {
  width: 100%;
  border: 1px solid #ddd !important;
}

.requests-table-toolbar {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 768px) {
  .requests-table-toolbar {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.requests-table-toolbar .search {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
}

.requests-table-toolbar .request-table-filter {
  width: 100%;
}

@media (min-width: 768px) {
  .requests-table-toolbar .request-table-filter {
    width: auto;
  }
}

.requests-table-toolbar .request-filter {
  display: block;
}

@media (min-width: 768px) {
  .requests-table-toolbar .request-filter {
    margin: 0 0 0 30px;
  }
  [dir="rtl"] .requests-table-toolbar .request-filter {
    margin: 0 30px 0 0;
  }
}

.requests-table-toolbar .request-filter-label {
  font-size: 13px;
  margin-top: 30px;
}

@media (min-width: 768px) {
  .requests-table-toolbar .request-filter-label {
    margin-top: 0;
  }
}

.requests-table-toolbar select {
  max-height: 40px;
  margin-bottom: 30px;
  width: 100%;
}

@media (min-width: 768px) {
  .requests-table-toolbar select {
    margin-bottom: 0;
    max-width: 300px;
    width: auto;
  }
}

@media (min-width: 768px) {
  .requests-table-toolbar .organization-subscribe {
    margin-left: 10px;
  }
  [dir="rtl"] .requests-table-toolbar .organization-subscribe {
    margin: 0 10px 0 0;
  }
}

.requests-table-toolbar .organization-subscribe button {
  line-height: 40px;
  max-height: 40px;
  padding: 0 20px;
}

.requests-table-toolbar + .requests-search-info {
  margin-top: 15px;
}

.requests-table-toolbar + .requests-search-info.meta-data::after {
  content: "";
  margin: 0;
}

.requests-table-toolbar + .requests-search-info + .requests {
  margin-top: 20px;
}

.requests-table-toolbar + .requests {
  margin-top: 20px;
}

.requests .requests-table-meta {
  display: block;
}

@media (min-width: 768px) {
  .requests .requests-table-meta {
    display: none;
  }
}

.requests .requests-table thead {
  display: none;
}

@media (min-width: 768px) {
  .requests .requests-table thead {
    display: table-header-group;
  }
}

.requests .requests-table-info {
  display: block;
}

@media (min-width: 768px) {
  .requests .requests-table-info {
    display: table-cell;
    vertical-align: middle;
    width: auto;
  }
}

.requests .requests-table .requests-link {
  position: relative;
}

.requests .requests-table .requests-sort-symbol {
  position: absolute;
  left: calc(100% + 3px);
  bottom: 0;
  font-size: 10px;
}

/* Following table */
@media (min-width: 768px) {
  .subscriptions-subscribe button {
    width: auto;
  }
}

.subscriptions-table td:last-child {
  display: block;
}

@media (min-width: 768px) {
  .subscriptions-table td:last-child {
    display: table-cell;
  }
}

.subscriptions-table td:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.subscriptions-table .user-avatar {
  margin-right: 10px;
}

.subscriptions .striped-list-title {
  display: inline-block;
  vertical-align: middle;
}

/* Contributions table */
.contributions-table td:last-child {
  color: "";
  font-size: 13px;
}

@media (min-width: 768px) {
  .contributions-table td:last-child {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
  }
}

.no-activities {
  color: "";
}

/***** Request *****/
.request-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (min-width: 1024px) {
  .request-container {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.request-container .comment-container {
  min-width: 0;
}

.request-breadcrumbs {
  margin-bottom: 40px;
}

@media (min-width: 1024px) {
  .request-breadcrumbs {
    margin-bottom: 60px;
  }
}

.request-main {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.request-main .comment-fields, .request-main .request-submit-comment {
  display: none;
}

.request-main .comment-fields.shown {
  display: block;
}

.request-main .request-submit-comment.shown {
  display: inline;
}

@media (min-width: 1024px) {
  .request-main {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66%;
            flex: 0 0 66%;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    min-width: 0;
  }
}

.request-main .comment-form-controls {
  display: block;
}

.request-main .comment-ccs {
  display: block;
}

.request-main .comment-show-container {
  border-radius: 2px;
  border: 1px solid #ddd;
  color: "";
  text-align: inherit;
  padding: 8px 25px;
  width: 100%;
}

.request-main .comment-show-container.hidden {
  display: none;
}

.request-main .form-field.comment-ccs > ul {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 0;
}

.request-main .form-field.comment-ccs > ul[data-hc-focus="true"] {
  border: 1px solid "";
}

.request-main .form-field.comment-ccs > input[type="text"] {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 0;
}

.request-main .comment-ccs + textarea {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-top: 0;
}

.request-main .comment-ccs + textarea:focus {
  border-top: 1px solid "";
}

.request-main input#mark_as_solved {
  display: none;
}

.request-title {
  width: 100%;
}

@media (min-width: 1024px) {
  .request-title {
    border-bottom: 1px solid #ddd;
    margin-bottom: 0;
    max-width: 66%;
    padding-bottom: 20px;
  }
}

.request-sidebar {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

@media (min-width: 1024px) {
  .request-sidebar {
    background-color: "";
    border: 0;
    font-size: 13px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding: 0 20px;
    width: 30%;
  }
}

.request-sidebar h2 {
  font-size: 15px;
  font-weight: 600;
  position: relative;
}

@media (min-width: 1024px) {
  .request-sidebar h2 {
    display: none;
  }
}

.request-details {
  border-bottom: 1px solid #ddd;
  font-size: 0;
  margin: 0;
  padding-bottom: 20px;
}

.request-details:last-child {
  border: 0;
}

.request-details dt, .request-details dd {
  word-break: break-all;
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
  margin: 20px 0 0 0;
}

.request-details dd {
  padding: 0 0 0 10px;
  width: 60%;
}

.request-details dd::after {
  content: "\A";
  white-space: pre;
}

.request-details dt {
  color: "";
  width: 40%;
}

.request-details .request-collaborators {
  display: inline-block;
}

.request-attachments dt, .request-attachments dd {
  width: 100%;
}

.request-attachments dd {
  margin: 10px 0 0 0;
}

.request-form textarea {
  min-height: 120px;
}

.request-follow-up {
  padding-top: 20px;
}

/***** Pagination *****/
.pagination {
  margin: 20px 0;
  text-align: center;
}

.pagination-next, .pagination-prev, .pagination-first, .pagination-last {
  display: inline-block;
}

.pagination-first-link, .pagination-last-link {
  padding: 0 10px;
}

.pagination-first-text, .pagination-last-text {
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}

.pagination-next-link {
  padding-right: 10px;
}

.pagination-next-text {
  margin-right: 10px;
}

[dir="rtl"] .pagination-next-link {
  padding-left: 10px;
}

[dir="rtl"] .pagination-next-text {
  margin-left: 10px;
}

.pagination-prev-link {
  padding-left: 10px;
}

.pagination-prev-text {
  margin-left: 10px;
}

[dir="rtl"] .pagination-prev-link {
  padding-right: 10px;
}

[dir="rtl"] .pagination-prev-text {
  margin-right: 10px;
}

/***** Metadata *****/
.meta-group {
  display: block;
}

.meta-group-opposite {
  float: right;
}

[dir="rtl"] .meta-group-opposite {
  float: left;
}

.meta-group * {
  display: inline;
}

.meta-data {
  color: "";
  font-size: 13px;
}

.meta-data:not(:last-child)::after {
  content: "\00B7";
  margin: 0 5px;
}

/* User Profiles */
.profile-header {
  padding: 30px 0;
  background-color: "";
}

.profile-header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (min-width: 768px) {
  .profile-header .container {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.profile-header .profile-info {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  min-width: 0;
}

.profile-avatar {
  position: relative;
  line-height: 0;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin-right: 10px;
}

[dir="rtl"] .profile-avatar {
  margin-left: 10px;
  margin-right: 0;
}

.profile-avatar .user-avatar {
  width: 80px;
  height: 80px;
}

.profile-avatar .icon-agent {
  bottom: 0;
  right: 0;
}

.profile-header .basic-info {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  min-width: 0;
}

.profile-header .basic-info .name {
  margin: 0;
  line-height: 25px;
}
.profile-header .basic-info .name a {
  	font-size: 3.5rem;
    color: #FFFFFF;
    font-weight: 400;
}

.profile-header .options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  margin-top: 12px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (min-width: 768px) {
  .profile-header .options {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    margin-top: 0;
    margin-left: 10px;
  }
  [dir="rtl"] .profile-header .options {
    margin-left: 0;
    margin-right: 10px;
  }
  .profile-header .options > :not(:last-child) {
    margin-bottom: 0;
    margin-right: 10px;
  }
  [dir="rtl"] .profile-header .options > :not(:last-child) {
    margin-left: 10px;
    margin-right: 0;
  }
}

.user-profile-actions {
  width: 100%;
  margin-bottom: 15px;
}

.profile-header .description {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
  /* margin: 15px 0; */
  margin: 0 8.35rem;
  color: rgba(255, 255, 255, 0.5);
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.profile-stats {
  font-size: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.profile-stats .stat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.profile-stats .stat-label {
  color: "";
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
  margin-right: 10px;
}

[dir="rtl"] .profile-stats .stat-label {
  margin-left: 10px;
  margin-right: 0;
}

.profile-stats-activity {
  border-top: solid 1px #ddd;
  margin-top: 15px;
}

@media (min-width: 768px) {
  .profile-stats-activity {
    border-top: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media (min-width: 768px) {
  .profile-stats-activity .stat {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.profile-stats-activity .stat:first-child {
  margin-top: 10px;
}

@media (min-width: 768px) {
  .profile-stats-activity .stat:first-child {
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .profile-stats-activity .stat:not(:last-child) {
    margin-right: 40px;
  }
  [dir="rtl"] .profile-stats-activity .stat:not(:last-child) {
    margin-left: 40px;
    margin-right: 0;
  }
}

@media (min-width: 768px) {
  .profile-stats-activity .stat-label {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
}

.profile-stats-counters {
  border-bottom: solid 1px #ddd;
}

@media (min-width: 768px) {
  .profile-stats-counters {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 200px;
            flex: 0 0 200px;
    border-bottom: 0;
    margin-left: 40px;
  }
  [dir="rtl"] .profile-stats-counters {
    margin-left: 0;
    margin-right: 40px;
  }
}

@media (min-width: 1024px) {
  .profile-stats-counters {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 270px;
            flex: 0 0 270px;
    margin-left: 60px;
  }
  [dir="rtl"] .profile-stats-counters {
    margin-right: 60px;
    margin-left: 0;
  }
}

@media (min-width: 768px) {
  .profile-stats-counters .stat {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (min-width: 1024px) {
  .profile-stats-counters .stat {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media (min-width: 768px) {
  .profile-stats-counters .stat:not(:last-child) {
    margin-bottom: 15px;
  }
}

@media (min-width: 768px) {
  .profile-stats-counters .stat-label {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
}

@media (min-width: 1024px) {
  .profile-stats-counters .stat-label {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
  }
}

.profile-private-badge {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  border: solid 1px "";
  border-radius: 4px;
  color: "";
  padding: 5px 20px;
  font-size: 12px;
  text-align: center;
}

.profile-private-badge .profile-private-icon {
  margin-left: 5px;
  line-height: 15px;
}

@media (min-width: 768px) {
  .profile-private-badge {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}

.profile-nav {
  background-color: "";
  margin-bottom: 37px;
}

.profile-section {
  width: 100%;
}

@media (min-width: 1024px) {
  .profile-section {
    width: calc(100% - 330px);
  }
}

.profile-section-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.profile-section-title {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  margin-bottom: 0;
}

.profile-section-description {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  padding: 10px 0;
  color: "";
  font-size: 13px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (min-width: 768px) {
  .profile-section-description {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
    padding-bottom: 0;
  }
}

.profile-section-sorter {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  border-top: solid 1px #eee;
  font-size: 13px;
}

.profile-section-sorter .dropdown-toggle {
  padding: 10px 0;
  width: 100%;
}

.profile-section-sorter .dropdown-toggle::after {
  position: absolute;
  right: 0;
}

[dir="rtl"] .profile-section-sorter .dropdown-toggle::after {
  left: 0;
  right: initial;
}

@media (min-width: 768px) {
  .profile-section-sorter .dropdown-toggle::after {
    position: relative;
  }
}

@media (min-width: 768px) {
  .profile-section-sorter {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    padding-top: 0;
    border-top: 0;
    margin-left: 20px;
  }
  [dir="rtl"] .profile-section-sorter {
    margin-left: 0;
    margin-right: 20px;
  }
}

.profile-badges-items {
  margin-top: 25px;
}

.profile-badges-item {
  border-top: 1px solid #ddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 27px 12px;
}

.profile-badges-item > div {
  padding-right: 12px;
  padding-left: 12px;
}

.profile-badges-item-image {
  height: 40px;
  width: 40px;
  margin-right: 12px;
}

.profile-badges-item-image img {
  max-height: 40px;
}

[dir="rtl"] .profile-badges-item-image {
  margin-left: 12px;
  margin-right: 0;
}

.profile-badges-item-title, .profile-badges-item-metadata-title {
  font-size: 15px;
  margin-bottom: 10px;
}

.profile-badges-item-title {
  font-weight: 600;
}

.profile-badges-item-description, .profile-badges-item-metadata-description {
  color: "";
  font-size: 13px;
  margin: 0;
}

.profile-badges-item-metadata {
  margin-left: auto;
  text-align: right;
}

[dir="rtl"] .profile-badges-item-metadata {
  margin-left: 0;
  margin-right: auto;
  text-align: left;
}

.profile-contribution {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
  padding: 20px 0;
  position: relative;
}

.profile-contribution-header {
  margin-bottom: 5px;
}

.profile-contribution-title {
  margin: 0 0 5px 0;
  display: inline;
  line-height: 21px;
  font-size: 15px;
  vertical-align: middle;
}

.profile-contribution-body {
  margin: 10px 0;
}

.profile-contribution-list > .profile-contribution {
  border-top: 1px solid #eee;
}

@media (min-width: 768px) {
  .profile-contribution-list > .profile-contribution {
    padding-left: 30px;
  }
  [dir="rtl"] .profile-contribution-list > .profile-contribution {
    padding-right: 30px;
    padding-left: 0;
  }
}

.profile-contribution-list > .profile-contribution:last-child {
  border-bottom: 1px solid #eee;
}

.profile-contribution-icon {
  left: 0;
  position: absolute;
  color: #ccc;
  line-height: 25px;
}

[dir="rtl"] .profile-contribution-icon {
  right: 0;
}

.profile-contribution-icon svg {
  vertical-align: middle;
}

.profile-contribution-list .profile-contribution-header {
  margin-left: 30px;
}

[dir="rtl"] .profile-contribution-list .profile-contribution-header {
  padding-right: 30px;
  padding-left: 0;
}

@media (min-width: 768px) {
  .profile-contribution-list .profile-contribution-header {
    margin-left: 0;
  }
  [dir="rtl"] .profile-contribution-list .profile-contribution-header {
    padding-right: 0;
  }
}

.profile-comments .profile-contribution-breadcrumbs {
  margin-left: 30px;
}

[dir="rtl"] .profile-comments .profile-contribution-breadcrumbs {
  padding-right: 30px;
  padding-left: 0;
}

@media (min-width: 768px) {
  .profile-comments .profile-contribution-breadcrumbs {
    margin-left: 0;
  }
  [dir="rtl"] .profile-comments .profile-contribution-breadcrumbs {
    padding-right: 0;
  }
}

.profile-section .no-activity,
.profile-section .private-activity {
  display: block;
  margin-top: 40px;
  color: #999;
}

.private-activity-icon {
  margin-right: 10px;
}

[dir="rtl"] .private-activity-icon {
  margin-right: 0;
  margin-left: 10px;
}

.profile-activity-list {
  margin-top: 25px;
}

.profile-activity {
  position: relative;
  padding-bottom: 30px;
}

@media (min-width: 768px) {
  .profile-activity {
    padding-left: 20px;
  }
  [dir="rtl"] .profile-activity {
    padding-right: 20px;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .profile-activity:not(:last-child) {
    border-left: 1px solid #ddd;
  }
  [dir="rtl"] .profile-activity:not(:last-child) {
    border-left: 0;
    border-right: 1px solid #ddd;
  }
}

.profile-activity-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 35px;
}

[dir="rtl"] .profile-activity-header {
  margin-left: 0;
  margin-right: 35px;
}

@media (min-width: 768px) {
  .profile-activity-header {
    margin-left: 0;
  }
  [dir="rtl"] .profile-activity-header {
    margin-right: 0;
  }
}

.profile-activity-header .user-avatar {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  min-width: 40px;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

[dir="rtl"] .profile-activity-header .user-avatar {
  margin-left: 10px;
  margin-right: 0;
}

.profile-activity-description {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
  margin: 0;
  min-width: 0;
  width: 100%;
}

.profile-activity-description span:first-child {
  font-weight: 600;
  display: inline;
}

.profile-activity-contribution {
  padding: 20px;
  margin-top: 10px;
  border-radius: 8px;
  background-color: "";
}

@media (min-width: 768px) {
  .profile-activity-contribution {
    margin-top: 0;
    margin-left: 50px;
  }
  [dir="rtl"] .profile-activity-contribution {
    margin-left: 0;
    margin-right: 50px;
  }
}

.profile-activity-icon {
  position: absolute;
  left: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-color: "#efefef";
  background-position: 50% 50%;
  text-align: center;
  color: #ccc;
}

[dir="rtl"] .profile-activity-icon {
  right: 0;
}

@media (min-width: 768px) {
  .profile-activity-icon {
    left: -14px;
  }
  [dir="rtl"] .profile-activity-icon {
    right: -14px;
  }
}

.profile-activity-icon svg {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1em;
  height: 1em;
  margin: auto;
}

/***** Search results *****/
.search-results {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (min-width: 1024px) {
  .search-results {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.search-results-column {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media (min-width: 1024px) {
  .search-results-column {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
  }
}

.search-results-sidebar {
  border-top: 1px solid #ddd;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  margin-bottom: 20px;
  padding: 0;
}

@media (min-width: 1024px) {
  .search-results-sidebar {
    border: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    height: auto;
  }
}

.search-results-sidebar .sidenav-item {
  border-radius: 4px;
  padding: 10px 36px;
  margin-bottom: 4px;
  color: "#333333";
}

.search-results-sidebar .sidenav-item:hover, .search-results-sidebar .sidenav-item.current {
  background-color: #e9ebed;
  text-decoration: none;
}

.search-results-sidebar .sidenav-subitem {
  unicode-bidi: embed;
}

.search-results-sidebar .collapsible-sidebar {
  margin-bottom: 30px;
}

.search-results-sidebar .collapsible-sidebar[aria-expanded="false"] .multibrand-filter-list {
  display: none;
}

@media (min-width: 1024px) {
  .search-results-sidebar .collapsible-sidebar[aria-expanded="false"] .multibrand-filter-list {
    display: block;
  }
}

.search-results-sidebar .multibrand-filter-list--collapsed li:nth-child(1n + 6) {
  display: none;
}

.search-results-sidebar .multibrand-filter-list .doc-count {
  color: #666;
}

.search-results-sidebar .see-all-filters {
  background: none;
  border: none;
  cursor: pointer;
  display: block;
  padding: 10px;
  color: "";
}

.search-results-sidebar .see-all-filters[aria-hidden="true"] {
  display: none;
}

.search-results-sidebar .see-all-filters:hover {
  text-decoration: underline;
}

.search-results-sidebar .see-all-filters::after {
  content: ' \2304';
  font-weight: bold;
}

.search-results-subheading {
  font-size: 18px;
  font-weight: 600;
}

.search-results-list {
  margin-bottom: 25px;
}

.search-results-list > li {
  padding: 20px 0;
}

.search-results-list > li:first-child {
  /*   border-top: 1px solid #ddd; */
}

.search-results-list > li h2 {
  margin-bottom: 0;
}

.search-results .meta-group {
  display: block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  clear: both;
  color: #666;
}

@media (min-width: 1024px) {
  .search-results .meta-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.search-results .meta-group > li {
  display: block;
}

@media (min-width: 1024px) {
  .search-results .meta-group > li {
    display: inline;
  }
}

@media (min-width: 1024px) {
  .search-results .meta-group li:first-child {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.search-results .meta-group .meta-data {
  color: inherit;
}

[dir="ltr"] .search-results .meta-group .meta-data:not(:last-child) {
  margin-right: 20px;
}

[dir="rtl"] .search-results .meta-group .meta-data:not(:last-child) {
  margin-left: 20px;
}

.search-results .meta-group .meta-data::after {
  content: none;
}

.search-results-description {
  margin-top: 10px;
  word-break: break-word;
}

.search-result-title {
  font-size: 16px;
  display: inline-block;
}

[dir="ltr"] .search-result-icons {
  float: right;
}

[dir="rtl"] .search-result-icons {
  float: left;
}

.search-result-votes, .search-result-meta-count {
  color: "";
  display: inline-block;
  font-size: 13px;
  padding: 4px 5px;
  position: relative;
}

.search-result-votes-icon, .search-result-meta-count-icon {
  color: "";
  vertical-align: middle;
  width: 13px;
  height: 13px;
}

[dir="ltr"] .search-result-votes, [dir="ltr"] .search-result-meta-count {
  margin-left: 5px;
}

[dir="ltr"] .search-result-votes::before, [dir="ltr"] .search-result-meta-count::before {
  margin-right: 3px;
}

[dir="rtl"] .search-result-votes, [dir="rtl"] .search-result-meta-count {
  margin-right: 5px;
}

[dir="rtl"] .search-result-votes::before, [dir="rtl"] .search-result-meta-count::before {
  margin-left: 3px;
}

.search-result .meta-group {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.search-result-breadcrumbs {
  margin: 0;
}

@media (min-width: 1024px) {
  .search-result-breadcrumbs {
    display: table-row;
  }
}

@media (min-width: 1024px) {
  .search-result-breadcrumbs li {
    display: table-cell;
  }
}

/* By default use bold instead of italic to highlight */
.search-results-description em {
  font-style: normal;
  font-weight: bold;
}

/* Add a yellow background for Chinese */
html[lang|="zh"] .search-results-description em {
  font-style: normal;
  background: yellow;
}

/***** Notifications *****/
.notification {
  border: 1px solid;
  display: table;
  font-family: sans-serif;
  font-size: 12px;
  padding: 13px 15px;
  -webkit-transition: height .2s;
  transition: height .2s;
  width: 100%;
  color: #555;
}

.notification a {
  color: #158ec2;
}

.notification-inner {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 980px;
}

.notification-icon, .notification-text, .notification-dismiss {
  display: table-cell;
  vertical-align: middle;
}

.notification-text {
  padding: 0 15px;
  width: 100%;
}

.notification + .notification {
  margin-bottom: -1px;
  position: relative;
  top: -1px;
}

/* Error */
.notification-error {
  background: #ffeded;
  border-color: #f7cbcb;
}

.notification-error .notification-icon::before, .notification-error .notification-inline.notification-error::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' focusable='false' viewBox='0 0 12 12'%3E%3Cg fill='none' stroke='%23555555'%3E%3Ccircle cx='5.5' cy='6.5' r='5'/%3E%3Cpath stroke-linecap='round' d='M5.5 3.5v3'/%3E%3C/g%3E%3Ccircle cx='5.5' cy='9' r='1' fill='%23555555'/%3E%3C/svg%3E");
}

/* Notice */
.notification-notice {
  background: #dbf3ff;
  border-color: #b5e0f5;
}

.notification-notice .notification-icon::before, .notification-notice .notification-inline.notification-error::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' focusable='false' viewBox='0 0 12 12'%3E%3Cg fill='none' stroke='%23555555'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M3.5 6l2 2L9 4.5'/%3E%3Ccircle cx='6' cy='6' r='5.5'/%3E%3C/g%3E%3C/svg%3E");
}

/* Alert / Lock */
.notification-alert {
  color: #ad5e18;
  background: #fff8ed;
  border-color: #fcdba9;
}

.notification-alert .notification-icon::before, .notification-alert .notification-inline.notification-error::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' focusable='false' viewBox='0 0 12 12'%3E%3Cpath fill='none' stroke='%23ad5e18' stroke-linecap='round' d='M5.06 1.27l-4.5 8.5c-.18.33.06.73.44.73h9c.38 0 .62-.4.44-.73l-4.5-8.5a.494.494 0 00-.88 0zM5.5 4v2'/%3E%3Ccircle cx='5.5' cy='8' r='.8' fill='%23ad5e18'/%3E%3C/svg%3E");
}

.notification-icon::before, .notification-inline.notification-error::before {
  background-size: cover;
  content: "";
  display: inline-block;
  height: 14px;
  width: 14px;
  vertical-align: middle;
}

/* Dismiss button */
.notification-dismiss, a.notification-dismiss {
  color: #555;
  cursor: pointer;
  opacity: .6;
  -webkit-transition: opacity 100ms ease;
  transition: opacity 100ms ease;
  text-decoration: none !important;
}

.notification-dismiss:hover {
  opacity: 1;
}

/* Inline notifications */
.notification-inline {
  border-radius: 4px;
  line-height: 14px;
  margin-top: 5px;
  padding: 5px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

[dir="rtl"] .notification-inline {
  text-align: right;
}

.notification-inline[aria-hidden="true"] {
  display: none;
}

.notification-inline.notification-error::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' focusable='false' viewBox='0 0 12 12'%3E%3Cg fill='none' stroke='%23e35b66'%3E%3Ccircle cx='5.5' cy='6.5' r='5'/%3E%3Cpath stroke-linecap='round' d='M5.5 3.5v3'/%3E%3C/g%3E%3Ccircle cx='5.5' cy='9' r='1' fill='%23e35b66'/%3E%3C/svg%3E");
  margin: -2px 5px 0 0;
}

[dir="rtl"] .notification-inline.notification-error::before {
  margin: 0 0 0 5px;
}

.notification-inline.notification-error {
  background-color: #fff0f1;
  border: 1px solid #e35b66;
  color: #cc3340;
}

.notification-inline.notification-large {
  padding: 13px 15px;
  margin-bottom: 25px;
}

.notification-left-aligned {
  text-align: left;
  padding-left: 0;
}

html[dir="rtl"] .notification-left-aligned {
  text-align: right;
  padding-left: auto;
  padding-right: 0;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-toggle {
  cursor: pointer;
  background: none;
  border: 0;
  display: inline-block;
  padding: 0;
  text-align: initial;
  vertical-align: middle;
}

.dropdown-toggle:hover {
  text-decoration: none;
}

.dropdown-toggle > * {
  display: inline-block;
}

.dropdown-menu {
  background: #fff;
  border: 1px solid #d8d8d8;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  display: none;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  left: 0;
  margin-top: 1px;
  min-width: 170px;
  padding: 10px 0;
  position: absolute;
  text-align: left;
  z-index: 1000;
}

[dir="rtl"] .dropdown-menu {
  text-align: right;
}

.dropdown-menu[aria-expanded="true"] {
  display: block;
}

.dropdown-menu [role="separator"] {
  border-bottom: 1px solid #e9ebed;
  margin: 4px 0;
}

.dropdown-menu [role="menuitem"] {
  color: #333;
  cursor: pointer;
  display: block;
  padding: 7px 40px 7px 20px;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  text-align: start;
  line-height: inherit;
  width: 100%;
}

[dir="rtl"] .dropdown-menu [role="menuitem"] {
  padding: 7px 20px 7px 40px;
}

.dropdown-menu [role="menuitem"]:hover, .dropdown-menu [role="menuitem"]:focus {
  background: #f3f3f3;
  text-decoration: none;
  color: #333;
}

.dropdown-menu [role="menuitem"][aria-selected="true"] {
  cursor: default;
}

.dropdown-menu [role="menuitem"][aria-selected="true"]::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M1 7l3 3 7-7'%3E%3C/path%3E%3C/svg%3E");
  display: inline-block;
  height: 12px;
  margin-left: 10px;
  width: 12px;
}

[dir="rtl"] .dropdown-menu [role="menuitem"][aria-selected="true"]::after {
  margin-left: 0;
  margin-right: 10px;
  float: left;
}

.dropdown-menu [role="menuitem"][hidden], .dropdown-menu [role="menuitem"][aria-hidden="true"] {
  display: none !important;
}

.dropdown-menu-end {
  left: auto;
  right: 0;
}

.dropdown-menu-top {
  bottom: 100%;
  margin-bottom: 1px;
}

[dir="rtl"] .dropdown-menu {
  left: auto;
  right: 0;
  text-align: right;
}

[dir="rtl"] .dropdown-menu-end {
  left: 0;
  right: auto;
}

.dropdown-chevron-icon {
  vertical-align: middle;
}

.tags-input {
  width: 100%;
}

.tags-input input {
  border: none;
  min-height: 30px;
}

.tags-input input:focus {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.tags-input .tag {
  padding-top: 2px;
  padding-bottom: 2px;
  border: 2px solid #5f6368;
  border-radius: 10px;
  padding-left: 7px;
  padding-right: 7px;
  font-size: 12px;
  color: black;
  margin: 5px;
  display: inline-block;
}

.tags-input .tag .text {
  margin-right: 5px;
}

.tags-input .tag .close {
  border-radius: 50%;
  min-height: 20px;
  padding-left: 4px;
  cursor: -webkit-grabbing;
  cursor: grabbing;
  padding-right: 4px;
  color: black;
  font-weight: bolder;
}

.tags-input .autocomplete {
  /*the container must be positioned relative:*/
  position: relative;
  display: inline-block;
}

.tags-input .autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
}

.tags-input .autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #d4d4d4;
}

.tags-input .autocomplete-items div:hover {
  /*when hovering an item:*/
  background-color: #e9e9e9;
}

.tags-input .autocomplete-active {
  /*when navigating through the items using the arrow keys:*/
  background-color: DodgerBlue !important;
  color: #ffffff;
}

/* 디자인 CSS 시작 */
@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
/*반응형 화면 크기*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
html {
  font-size: 10px;
}

body {
  font-family: 'Noto Sans KR', sans-serif;
/*   font-size: 1rem; */
}

.roboto {
  font-family: 'Roboto', sans-serif;
}

.visually-hidden {
  /* legend 안보이게 설정.  */
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}

.wrap {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.inner-base {
  width: 116rem;
  margin: 0 auto;
}

@media (max-width: 1160px) {
  .inner-base {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 1rem;
  }
}

.inner-base-2 {
  width: 110rem;
  margin: 0 auto;
  padding: 0 20px;
}

@media (max-width: 1400px) {
  .inner-base-2 {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    /*padding: 0 2rem;*/
  }
}

/* header */
.sec-header {
  background: #14171C;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 8.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sec-header .fix {
  display: none;
}

.sec-header .inner {
  width: 140rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sec-header .hd-logo h1 {
  width: 15.5rem;
  height: 38px;
  font-size: 0;
  background: url(/hc/theming_assets/01HZM4FQ0HQ5P7N3P6WZFPCVM7) left center no-repeat;
  background-size: auto 100%;
}

.sec-header .sec-gnb {
  padding-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sec-header .sec-gnb .depth1 {
  position: relative;
}

.sec-header .sec-gnb a {
  color: #fff;
  font-size: 1.5rem;
  padding: 0 2rem;
}

.sec-header .sec-gnb .arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sec-header .sec-gnb .arrow i {
  background: url(/hc/theming_assets/01HZM4FN388TWMGA7WMR9FP2WQ) center right no-repeat;
  display: block;
  width: 1rem;
  height: .6rem;
  background-size: 100% auto;
  margin-left: 1rem;
}

.sec-header .sec-gnb .layer-menu {
  position: absolute;
  height: 14rem;
  width: 12rem;
  padding-top: 1rem;
  right: 0;
  top: 2.6rem;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  -webkit-box-shadow: 0px 3px 6px #00000029;
          box-shadow: 0px 3px 6px #00000029;
  border-radius: 3px;
  opacity: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: none;
  z-index: 9;
}

.sec-header .sec-gnb .layer-menu.open {
  display: block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.sec-header .sec-gnb .layer-menu a {
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.7;
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100;
  padding: 0px 1.5rem;
}
.sec-header .sec-gnb .layer-menu a:hover{color:#313981}

.headerWrap.fix {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  -webkit-animation: down 0.5s ease;
          animation: down 0.5s ease;
  z-index: 20;
  max-width:100%;
}

.headerWrap.fix .fix {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.headerWrap.fix .depth1.none-fix {
  display: none;
}

.headerWrap.fix .depth1 .btn-line {
  border: 2px solid #FFFFFF;
  border-radius: 2.2rem;
  height: 4.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.headerWrap.fix .depth1 .btn-line:hover{color: #ffffff;background-color:RGB(255,255,255, .2)}

.headerWrap.fix .sec-gnb {
  padding-top: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.btn-chat {
  position: fixed;
  right: 4rem;
  bottom: 4rem;
}

.btn-chat .icon-chat {
  display: block;
  width: 7rem;
  height: 7rem;
/*   border-radius: 100%; */
  color: #fff;
  font-size: .9rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
/*   background-color: #000000; */
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.btn-chat .icon-chat i {
  display: block;
  width: 6rem;
  height: 6rem;
/*   background: url(/hc/theming_assets/01HZM4FKJ02E96WRKGN5H0FJ78) center center no-repeat; */
  background: url(/hc/theming_assets/01HZM4FJAN1FBN5Y4GA4044MN6) center center no-repeat;
  background-size: 6rem auto;
}

/* footer */
.sec-footer {
  background: #EDEDED;
  height: 6rem;
  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;
  width: 100%;
}

.sec-footer .footer-body {
  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;
  font-family: 'Roboto';
  font-size: 1.2rem;
  position: relative;
}

.sec-footer .footer-body .copy {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.sec-footer .footer-body .bold {
  font-weight: 600;
  display: inline-block;
  padding-left: 1rem;
  margin-right: 1rem;
}

.sec-footer .footer-body .line {
  position: relative;
}

.sec-footer .footer-body .line::after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 1rem;
  background: #525D864D;
  font-size: 0;
  display: block;
  font-size: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.sec-footer .footer-body .sec-lang {
  position: absolute;
  right: 0;
  top: 0;
}

/* main */
.sec-search {
  background: url(/hc/theming_assets/01HZM4FTJ4QPTQYQ09V5HYFDAR) center top no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 39rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.sec-main .inner {
  width: 80rem;
  margin: 0 auto;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.sec-main .inner .tit {
  color: #fff;
  font-weight: 500;
  font-size: 4.3rem;
  font-weight: 500;
  font-family: 'Roboto';
}

.sec-main .inner .txt {
  color: #E7E7E7;
  font-size: 1.5rem;
  margin-top: .5rem;
}

.sec-main .inner fieldset.main-search {
  margin-top: 3rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: none;
  padding: 0 !important;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.sec-main .inner fieldset.main-search .search-input-box {
  height: 4.5rem;
  background: #fff;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sec-main .inner fieldset.main-search .search-input-box input {
  width: calc(100% - 5.5rem);
  height: 100%;
  border-radius: 5px;
  border: none;
  font-size: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.sec-main .inner fieldset.main-search .search-input-box input::-webkit-input-placeholder {
  color: #9297A0;
}

.sec-main .inner fieldset.main-search .search-input-box input:-ms-input-placeholder {
  color: #9297A0;
}

.sec-main .inner fieldset.main-search .search-input-box input::-ms-input-placeholder {
  color: #9297A0;
}

.sec-main .inner fieldset.main-search .search-input-box input::placeholder {
  color: #9297A0;
}

.sec-main .inner fieldset.main-search .search-input-box .icon-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 2rem;
  height: 2rem;
  background: url(/hc/theming_assets/01HZM4FMHWT9E6719DV9SC5XWR) center center no-repeat;
  background-size: 100% auto;
  font-size: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  border: none;
  margin: 0 1.6rem;
  cursor: pointer;
}

.sec-main .inner fieldset.main-search .tag-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: .5rem 0 0 0;
  flex-wrap: wrap;
}

.sec-main .inner fieldset.main-search .tag-list a {
  /*background: #368FAD 0% 0% no-repeat padding-box;*/
  /*opacity: 0.4;*/
  background-color: rgba(54, 143, 173, .4);
  height: 2.5rem;
  color: rgba(255, 255, 255, 1);
  font-size: 1.3rem;
  font-weight: 300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0  1.4rem;
  margin-right: .5rem;
  margin-bottom: .5rem;
  border-radius: 4px;
}

.sec-main .inner fieldset.main-search .search-list-box {
  position: absolute;
  left: 0;
  top: 4.5rem;
  right: 0;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  -webkit-box-shadow: 0px 2px 5px #00000029;
          box-shadow: 0px 2px 5px #00000029;
  z-index: 10;
  border: 1px solid #CDCDCD;
  border-radius: 0px 0px 3px 3px;
  opacity: 1;
  padding: 1rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: none;
}

.sec-main .inner fieldset.main-search .search-list-box.open {
  display: block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.sec-main .inner fieldset.main-search .search-list-box .row-box {
  border-bottom: 1px solid #707070;
  padding-bottom: 2rem;
  margin-bottom: 1rem;
  padding-top: 1rem;
  padding-left: 3rem;
  padding-right: 3rem;
}

.sec-main .inner fieldset.main-search .search-list-box .row-box:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.sec-main .inner fieldset.main-search .search-list-box .row-box .tit {
  color: #2244B5;
  font-size: 1.4rem;
  font-weight: 500;
  margin: 0;
}

.sec-main .inner fieldset.main-search .search-list-box .row-box .txt {
  font-style: normal;
  font-size: 1.2rem;
  color: #333333;
  font-weight: 300;
}

.sec-main .sec-service {
  padding: 7rem 0 0 0;
}

.sec-main .sec-service .h2 {
  color: #000000;
  font-size: 3.1rem;
  font-weight: 400;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 3rem;
}

.sec-main .sec-service .service-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.sec-main .sec-service .service-list .item-box {
  margin-bottom: 4rem;
  padding: 0 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(100% / 4);
  letter-spacing: -.13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
    cursor: pointer;
}

.sec-main .sec-service .service-list .item-box .tit {
  color: #23272F;
  font-size: 2.0rem;
  font-weight: 500;
}
.sec-main .sec-service .service-list .item-box .tit:hover{color:rgba(49, 57, 129, 1);    text-decoration: underline;}

.sec-main .sec-service .service-list .item-box .txt {
  color: #656565;
  font-size: 1.3rem;
  font-weight: 300;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
	-webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
}

.sec-main .sec-service .service-list .item-box i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 9rem;
  height: 8rem;
  background: url(/hc/theming_assets/01HZM4FQ5H6WWFG9RCK0FCBKN0) center center no-repeat;
  background-size: 100% auto;
}

.sec-main .sec-service .service-list .item-box i.icon-1 {
  background-image: url(/hc/theming_assets/01HZM4FQ5H6WWFG9RCK0FCBKN0);
}

.sec-main .sec-service .service-list .item-box i.icon-2 {
  background-image: url(/hc/theming_assets/01HZM4FQA09NPR60A9NPY0P7NK);
}

.sec-main .sec-service .service-list .item-box i.icon-3 {
  background-image: url(/hc/theming_assets/01HZM4FQE6K7T91Q8HXMBT2KGM);
}

.sec-main .sec-service .service-list .item-box i.icon-4 {
  background-image: url(/hc/theming_assets/01HZM4FQJQP66DEEFZDSPW7PB5);
}

.sec-main .sec-service .service-list .item-box i.icon-5 {
  background-image: url(/hc/theming_assets/01HZM4FQQ3WC9A34KYFZ2VP26B);
}

.sec-main .sec-service .service-list .item-box i.icon-6 {
  background-image: url(/hc/theming_assets/01HZM4FQVCEF2THEVBYBXMZM98);
}

.sec-main .sec-service .service-list .item-box i.icon-7 {
  background-image: url(/hc/theming_assets/01HZM4FQZTREDA3C2407SE89V3);
}

.sec-main .sec-service .service-list .item-box i.icon-8 {
  background-image: url(/hc/theming_assets/01HZM4FR4VNMGB05QD5Y0J1CT8);
}

.sec-main .sec-service .service-list .item-box i.icon-9 {
  background-image: url(/hc/theming_assets/01HZM4FR9GXJ7ZQ4XGY3GNAJ38);
}

.sec-main .sec-service .service-list .item-box i.icon-10 {
  background-image: url(/hc/theming_assets/01HZM4FRF62ERT3SMG9J3E9AE6);
}

.sec-main .sec-service .service-list .item-box i.icon-11 {
  background-image: url(/hc/theming_assets/01HZM4FRKTX0DC46BZB75CAJTK);
}

.sec-main .sec-service .service-list .item-box i.icon-12 {
  background-image: url(/hc/theming_assets/01HZM4FSHCVK3SXQVC3KWXJ1YP);
}

.sec-main .sec-fav-service {
  background: #E7EBF6;
  padding: 7rem 0;
  opacity: 0.8;
}

.sec-main .sec-fav-service .h2 {
  color: #000000;
  font-size: 2.3rem;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.2;
  margin-bottom: 1rem;
  font-weight: 400;
}

.sec-main .sec-fav-service .list-01-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 4.5rem;
}

.sec-main .sec-fav-service .list-01-box a {
  padding: 0 3.5rem;
  background: #DCE2ED;
  height: 3.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 2.2rem;
  font-size: 1.7rem;
  color: #6A6A99;
  margin-bottom: 1rem;
  margin-right: .5rem;
}

.sec-main .sec-fav-service .list-01-box a:hover {
  background-color: #A1B7E9;
  color: #fff;
  text-decoration: none;
}

.sec-main .sec-fav-service .h3 {
  color: #2D2D2D;
  font-size: 1.9rem;
  font-weight: 400;
  margin-bottom: .5rem !important;
}

.sec-main .sec-fav-service .list-02-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.sec-main .sec-fav-service .list-02-box span {
  color: #A4A6B5;
  font-size: 1.3rem;
}

.sec-main .sec-fav-service .list-02-box a {
  color: #5F97ED;
  font-size: 1.6rem;
  margin-right: 2rem;
}

.sec-main .sec-notice {
  padding: 7rem 0 1rem 0;
}

.sec-main .sec-notice .inner-base {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.sec-main .sec-notice .inner-base .notice-list-box {
  margin-bottom: 9rem;
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 5rem;
}

.sec-main .sec-notice .inner-base .notice-list-box .h2 {
  color: #23272F;
  font-size: 2.3rem;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.sec-main .sec-notice .inner-base .notice-list-box .h2 .more{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 3.8rem;
  height: 3.8rem;
  background: url(/hc/theming_assets/01HZM4FKZ6PW92D3914DZ7XT3G) center center no-repeat;
  /* background-size: .5rem auto; */
  background-size: .75rem auto;
  font-size: 0;
}
.sec-main .sec-notice .inner-base .notice-list-box .h2 .more:hover{background-image:url(/hc/theming_assets/01HZM4FKVGBH9Y1P9R25QEATPY)}

.description-info .more{
  padding-left: 3rem;
  width: 3.3rem;
  height: 3.3rem;
  background: url(/hc/theming_assets/01HZM4FKZ6PW92D3914DZ7XT3G) 15px 4.3px no-repeat;
  background-size: .75rem auto;
  color: rgb(31, 115, 183);
}
.description-info .more:hover{
  background-image:url(/hc/theming_assets/01HZM4FKVGBH9Y1P9R25QEATPY);
	color: rgb(49, 59, 144);
}
.search-result-list-item .more{
  padding-left: 3rem;
  width: 3.8rem;
  height: 3.8rem;
  background: url(/hc/theming_assets/01HZM4FKZ6PW92D3914DZ7XT3G) 15px 7px no-repeat;
  background-size: .75rem auto;
  color: rgb(31, 115, 183);
}
.search-result-list-item .more:hover{
  background-image:url(/hc/theming_assets/01HZM4FKVGBH9Y1P9R25QEATPY);
	color: rgb(49, 59, 144);
}

.sec-main .sec-notice .inner-base .notice-list-box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.sec-main .sec-notice .inner-base .notice-list-box li {
  margin-bottom: 1.5rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sec-main .sec-notice .inner-base .notice-list-box li a {

}

.sec-main .sec-notice .inner-base .notice-list-box li .txt {
  font-size: 1.4rem;
  color: #333333;
}

.sec-main .sec-notice .inner-base .notice-list-box li .state {
  width: 11rem;
  min-width: 11rem;
  font-size: 1.6rem;
  color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration:none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sec-main .sec-notice .inner-base .notice-list-box li .state em {
  font-style: normal;
}

.sec-main .sec-notice .inner-base .notice-list-box li .state i {
  width: 1.2rem;
  height: 1.2rem;
  display: block;
  border-radius: 100%;
  background-color: #A9A9A9;
  font-size: 0;
  margin-right: .5rem;
}

.sec-main .sec-notice .inner-base .notice-list-box li .state i.ing {
  background-color: #0DC8C2;
}

.sec-main .sec-notice .inner-base .notice-list-box li .state i.wait {
  background-color: #333C83;
}

.sec-main .sec-notice .inner-base .notice-list-box li .state i.finish {
  background-color: #BCC9F9;
}

.sec-main .sec-notice .inner-base .btn-list-box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sec-main .sec-notice .inner-base .btn-list-box .box {
  height: 14rem;
  background-color: #586BB6;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 32%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  padding-left: 10rem;
  padding-right: 2rem;
  padding-top: 3rem;
  margin-bottom: 1rem;
}

.sec-main .sec-notice .inner-base .btn-list-box .box:hover {
  text-decoration: none;
}

.sec-main .sec-notice .inner-base .btn-list-box .box:nth-child(2) {
  background-color: #6EA1EE;
}

.sec-main .sec-notice .inner-base .btn-list-box .box:nth-child(3) {
  background-color: #9A9BB0;
}

.sec-main .sec-notice .inner-base .btn-list-box .box .tit {
  font-size: 2.2rem;
  color: #fff;
  margin-bottom: .5rem;
}

.sec-main .sec-notice .inner-base .btn-list-box .box .exp {
  font-size: 1.5rem;
  color: #fff;
  font-weight: 400;
  opacity: .7;
  word-break: keep-all;
}

.sec-main .sec-notice .inner-base .btn-list-box .box i {
  position: absolute;
  left: 3.5rem;
  top: 3.5rem;
  display: block;
  width: 4.2rem;
  height: 4.2rem;
  background: url(/hc/theming_assets/01HZM4FRTSFPXMEF5N7BD71YBM) left center no-repeat;
  background-size: 4rem auto;
}

.sec-main .sec-notice .inner-base .btn-list-box .box i.icon-menu {
  background-image: url(/hc/theming_assets/01HZM4FS466FY8AGSBA1E9NE6J);
}

.sec-main .sec-notice .inner-base .btn-list-box .box i.icon-down {
  background-image: url(/hc/theming_assets/01HZM4FRYSXD4G8KCGYR8XBFET);
  background-size: 3.3rem auto;
}

.icon-round-plus {
  width: 2.6rem;
  height: 2.6rem;
  border: 1px solid #A6B0C4;
  background: url(/hc/theming_assets/01HZM4FMDBE5ZM0X74RKV9B2Z0) #fff center center no-repeat;
  background-size: 1.2rem auto;
  border-radius: 100%;
  margin-left: 1rem;
  font-size: 0;
  display: block;
  cursor: pointer;
}
.icon-round-plus:hover{background-image:url(/hc/theming_assets/01HZM4FM75NGJ8C2BHXJH49V75)}

.icon-x-middle {
  width: 2.6rem;
  height: 2.6rem;
  border: 1px solid #A6B0C4;
  background: url(/hc/theming_assets/01HZM4FNMDB7NN5DJJCQFH0JXZ) #fff center center no-repeat;
  background-size: 1.2rem auto;
  border-radius: 100%;
  margin-left: 1rem;
  font-size: 0;
  display: block;
  cursor: pointer;
}

.icon-file-del {
  background: url(/hc/theming_assets/01HZM4FNSD1JW2YMB0YH5DVX1M) center center no-repeat;
  width: 2rem;
  height: 2rem;
  display: block;
  font-size: 0;
  border: none;
}

.icon-file {
  background: url(/hc/theming_assets/01HZM4FKPJXGZC0NRFXMS7JJ12) center center no-repeat;
  background-size: 2rem auto;
  width: 2rem;
  height: 2rem;
  display: inline-block;
  font-size: 0;
  border: none;
}

/* sub-service */
.sub-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #14171C;
  height: 7rem;
}

.sub-search .inner-base-2 {
  max-width:1400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 2rem;
  width:100%;
}

.sub-search .path-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6rem;
}

.sub-search .path-box ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
}

.sub-search .path-box ol li {
  padding-right: 2.6rem;
  margin-right: 1rem;
  position: relative;
  list-style: none;
}

.sub-search .path-box ol li:first-child {
  color: #989FD3;
}

.sub-search .path-box ol li.active {
  color: #7B92EB;
}

.sub-search .path-box ol li::after {
  position: absolute;
  right: 0;
  top: 50%;
  width: 1.3rem;
  height: 2.4rem;
  content: '/';
  display: block;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #4D5276;
  font-size: 1.6rem;
}

.sub-search .path-box ol li:last-child::after {
  display: none;
}

.sub-search .sec-search {
  background: url("") center top no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 4rem;
  width: 48%;
}

.sub-search .sec-search .inner {
  width: 100%;
  height: 100%;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.sub-search .sec-search .inner .tit, .sub-search .sec-search .inner .txt {
  display: none;
}

.sub-search .sec-search .inner fieldset.main-search {
  height: 4rem;
}

.sub-search .sec-search .inner fieldset.main-search .search-input-box {
  height: 4rem;
}

.sub-search .sec-search .inner fieldset.main-search .search-list-box {
  top: 4rem;
}

.sub-search .sec-search .inner fieldset.main-search .search-list-box .row-box .tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sub-search .sec-search .inner fieldset.main-search .search-list-box .row-box .txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sub-search .sec-search .inner fieldset.main-search .tag-list {
  display: none;
}

.sub-title {
  border-bottom: 1px solid #D9D9D9;
  padding-top: 4.3rem;
  margin-bottom: 4rem;
}

.sub-title .h2 {
  font-size: 3.2rem;
  color: #000000;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 1rem;
}

.com-form-box {
  border: none;
  padding: 0;
  margin: 0;
}

.btn-box {
  padding: 7rem 0;
  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;
}

.btn-box.right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.btn-box .btn {
  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;
}

.btn-box .btn.mid {
  font-size: 1.9rem;
  width: 22.5rem;
  height: 5rem;
}

.btn-box .btn.rd-s {
  border-radius: 4px;
}

.btn-box .btn.submit {
  background: #000000;
  color: #fff;
}

.com-form-box {
  width: 75rem;
}

.com-form-box .form-field {
  margin-bottom: 2.5rem;
}

.com-form-box .form-field label {
  color: #000000;
  font-size: 1.6rem;
  font-weight: 500;
}

/* 문의등록 선택사항 부분 */
.com-form-box .form-field .optional {
/*   color: #FF1414; */
  display:none;
}

.required-field{
  color: #FF1414;
}

.com-form-box .form-field .radio-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.com-form-box .form-field .radio-box .ra-box {
  height: 4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.com-form-box .form-field .radio-box .ra-box label {
  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;
  height: 4rem;
  border: 1px solid #D9D9D9;
  cursor: pointer;
}

.com-form-box .form-field .radio-box .ra-box label:hover {
  color: #2244B5;
}

.com-form-box .form-field .radio-box .ra-box:first-child label{border-top-left-radius: 5px;border-bottom-left-radius: 5px;}
.com-form-box .form-field .radio-box .ra-box:last-child label{border-top-right-radius: 5px;border-bottom-right-radius: 5px;}


.com-form-box .form-field .radio-box .ra-box input {
  display: none;
}

.com-form-box .form-field .radio-box .ra-box input:checked + label {
  background: #74A9C8;
  color: #fff;
  border: 1px #74A9C8 solid;
}

.com-form-box .form-field .radio-box .ra-box + .ra-box {
  border-left: none;
}

.com-form-box .form-field .input:-moz-read-only {
  background: #D9D9D9;
  color: #ADADAD;
}

.com-form-box .form-field .input:read-only {
  background: #D9D9D9;
  color: #ADADAD;
}

.com-form-box .form-field.tab-cont {
  display: none;
}

.com-form-box .form-field.tab-cont.active {
  display: block;
}

.com-form-box .form-field .file-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 5.5rem;
  border: 1px solid #D9D9D9;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.3rem;
  color: #333C83;
  margin-bottom: 1rem;
}

.com-form-box .form-field .file-list-box > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 43.7rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.com-form-box .form-field .file-list-box > ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.com-form-box .form-field .file-list-box > ul li span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.4rem;
}

.com-form-box .form-search-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.com-form-box .form-search-box .btns {
  border: 1px solid #8D8D8D;
  border-radius: 4px;
  background: #fff;
  width: 7.7rem;
  height: 4rem;
  color: #000000;
  font-size: 1.4rem;
  font-weight: 500;
  margin-left: .5rem;
}
.service-search-btns {
  border: 1px solid #8D8D8D;
  border-radius: 4px;
  background: #fff;
  width: 7.7rem;
  height: 4rem;
  color: #000000;
  font-size: 1.4rem;
  font-weight: 500;
  margin-left: .5rem;
  cursor: pointer;
}

/* 기존 정의된 스타일 재정의 */
.notification-notice {
  font-size: 1.4rem;
  color: #88888A;
  font-weight: 300;
  background-color: #fff;
  border: none;
  background: url(/hc/theming_assets/01HZM4FP7JPBRZX6F7BXXFQPKJ) left 3px no-repeat;
  padding-left: 2.3rem;
  background-size: 1.7rem auto;
}


.notification-inline.notification-error {
  background-color: #fff;
  border: none;
  color: #DB0606;
}

.notification-inline.notification-error::before {
  background: url(/hc/theming_assets/01HZM4FNBGRMHX1YN9Z9WNREKJ) left 0 no-repeat;
  background-size: 1.4rem auto;
}

._41abcb0799d71837a0174b2f8e5abbb8-css {
  background-image: url(/hc/theming_assets/01HZM4FP7JPBRZX6F7BXXFQPKJ) !important;
  background-repeat: no-repeat;
}

/* 설명, 희망완료일, 실 요청자, 주소, 장애 인지 경로, 장애 인지 일시, 장애 발생일시 문구 지정*/
#request_custom_fields_4415814855961_hint,  #request_custom_fields_7058233991065_hint, #request_custom_fields_6629378828825_hint, #request_custom_fields_7668180799769_hint, #request_custom_fields_7668187558297_hint, .description-info
,#request_custom_fields_5431724850703_hint, #request_custom_fields_5431707421455_hint, #request_custom_fields_5431736060815_hint, #request_custom_fields_5431711256975_hint, #request_custom_fields_5431721958031_hint
,#request_custom_fields_5498169530767_hint, #request_custom_fields_11571084064921_hint, #request_custom_fields_5732326615311_hint, #request_custom_fields_5732280403087_hint, #request_custom_fields_5732468329487_hint, #request_custom_fields_5732557692559_hint, #request_custom_fields_5732655339535_hint
,#request_custom_fields_12552321664409_hint, #request_custom_fields_12552134841497_hint,#request_custom_fields_12552084138137_hint,#request_custom_fields_12552132549145_hint,#request_custom_fields_12552219586457_hint
,#request_custom_fields_5658559121039_hint, #request_custom_fields_11571269437593_hint, #upload_description
{
  font-size: 1.4rem !important;
  color: #88888A;
  font-weight: 400;
  background-color: #fff;
  border: none;
  background: url(/hc/theming_assets/01HZM4FP7JPBRZX6F7BXXFQPKJ) 5px 2px no-repeat;
  padding-left: 2.6rem;
  background-size: 1.4rem auto;
}

.request_custom_fields_6628155533081_hint, .request_custom_fields_5431736050959_hint {
  /* margin: -21px 15px 20px 15px !important; */
}
/* 필수 항목 */
/* .required > label::after{
  font-size: 1.4rem;
  color: #88888A;
  font-weight: 300;
  background-color: #fff;
  border: none;
  background: url(/hc/theming_assets/01HZM4FP7JPBRZX6F7BXXFQPKJ) left 3px no-repeat;
  padding-left: 2.3rem;
  background-size: 1.7rem auto;
  content:"";
} */

.autocomplete > input[type=text]{
      border: none;
}

/* 문의양식 하단 제출버튼 */
.button-large, input[type="submit"] {
  cursor: pointer;
  border: 0px;
  border-radius: 4px;

  line-height: 2.72;
  min-width: 190px;
  padding: 0px 1.9286em;

  background: rgb(0, 0, 0);
  color: rgb(255, 255, 255);

  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;

  font-size: 1.9rem;
  width: 22.5rem;
  height: 5rem;
  margin:auto;
}
/* 20220621 add */
/* dm-layer */
body.layer {
  overflow: hidden;
}

.dm-layer {
  display: none;
}

.dm-layer.open {
  background: #121215A6;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.layer-wrap {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 800px;
  background: #fff;
  z-index: 20;
}

.layer-wrap .layer-body {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.layer-wrap .layer-body .ly-row {
  margin-bottom: 3.4rem;
}

.layer-wrap .layer-body .ly-row .h3 {
  color: #2D2D2D;
  font-size: 2.1rem;
  font-weight: 400;
}

.layer-wrap .layer-body .ly-row .exp {
  font-size: 1.3rem;
  color: #A4A6B5;
  line-height: 1.6;
  margin: 0;
}

.layer-wrap .layer-body .ly-row .exp.error {
  color: #DB0606;
  background: url(/hc/theming_assets/01HZM4FNBGRMHX1YN9Z9WNREKJ) left 3px no-repeat;
  background-size: 1.4rem auto;
  padding-left: 2rem;
}

.layer-wrap .layer-body .ly-row .exp.info {
  background: url(/hc/theming_assets/01HZM4FP7JPBRZX6F7BXXFQPKJ) left 3px no-repeat;
  background-size: 1.7rem auto;
  padding-left: 3.1rem;
}

.layer-wrap .layer-body .ly-row.bg01 {
  background: #E3E3EA56;
  padding: 1.4rem 3rem;
  color: #999999;
}

.layer-wrap .layer-body .ly-row .nodata {
  font-size: 1.6rem;
  color: #C3C3C3;
  padding: 0;
  margin: 0;
}

.layer-wrap .ly-top {
  padding: 0 5rem;
}

.layer-wrap .ly-top .inner {
  border-bottom: 1px solid #D9D9D9;
  height: 7.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.layer-wrap .ly-top .inner .h2 {
  font-size: 2.2rem;
  color: #000000;
  font-weight: 500;
  letter-spacing: -.09px;
  margin: 0;
  padding: 0;
}

.layer-wrap .ly-top .inner .btn-close {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background: url(/hc/theming_assets/01HZM4FNMDB7NN5DJJCQFH0JXZ) center center no-repeat;
  font-size: 0;
  border: none;
  cursor: pointer;
}

.layer-wrap .ly-cont {
  padding: 3.6rem 5rem;
}

.layer-wrap .ly-cont.ly-privacy {
  overflow: auto;
  height: 500px;
}

.layer-wrap .ly-cont fieldset {
  border: none;
  padding: 0;
  margin: 0;
}

.layer-wrap .ly-cont .search-input-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.5rem;
}

.layer-wrap .ly-cont .search-input-box .input {
  border: 1px solid #CECECE;
  border-radius: 1px;
  height: 3.9rem;
  width: calc(100% - 8rem);
  background: url(/hc/theming_assets/01HZM4FNG09YH0C11G28RP1CTD) 1rem center no-repeat;
  background-size: 1.6rem auto;
  padding-left: 3.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 7px;
}

.layer-wrap .ly-cont .search-input-box .input::-webkit-input-placeholder {
  color: #8D8D8D;
}

.layer-wrap .ly-cont .search-input-box .input:-ms-input-placeholder {
  color: #8D8D8D;
}

.layer-wrap .ly-cont .search-input-box .input::-ms-input-placeholder {
  color: #8D8D8D;
}

.layer-wrap .ly-cont .search-input-box .input::placeholder {
  color: #8D8D8D;
}

.layer-wrap .ly-cont .search-input-box .icon-search {
  width: 7.7rem;
  height: 3.9rem;
  border: 1px solid #C3C3C3;
  border-radius: 4px;
  color: #000000;
  font-weight: 500;
  font-size: 1.4rem;
  background-color: #fff;
  cursor: pointer;
}

.layer-wrap .ly-cont .search-input-box.wd240 {
  max-width: 50%;
}

.layer-wrap.open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-y: auto;
}

.layer-body .list-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /*
		a{padding:0 3rem;border: 1px solid #E2E6F1;height: 3rem;display: flex;align-items: center;border-radius: 2.2rem;font-size: 1.7rem;color: #6A6A99;margin-bottom: 1rem;margin-right: .5rem;font-size:1.4rem;
			&:hover{border-color: #2244B5;color: #2244B5;text-decoration: none;}
		}
		*/
}

.layer-body .list-01 input[type=checkbox] {
  display: none;
}

.layer-body .list-01 input[type=checkbox] + label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 3rem;
  border: 1px solid #E2E6F1;
  height: 3rem;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 2.2rem;
  font-size: 1.7rem;
  color: #6A6A99;
  margin-bottom: 1rem;
  margin-right: .5rem;
  font-size: 1.4rem;
}

.layer-body .list-01 input[type=checkbox]:checked + label, .layer-body .list-01 input[type=checkbox] + label:checked {
  border-color: #2244B5;
  color: #2244B5;
  text-decoration: none;
}

.layer-body .list-01 .btn-add {
  height: 3rem;
  width: 8rem;
  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;
  background: url(/hc/theming_assets/01HZM4FMPB81CP80MMHH5EACGQ) #2244B5 center center no-repeat;
  background-size: 1rem auto;
  border-radius: 2.2rem;
  font-size: 0;
  border: 0;
}

.layer-body .list-01 .btn-add.dash {
  border: 2px dashed #BFBFCC;
  background-color: #fff;
  background-image: url(/hc/theming_assets/01HZM4FMVG1XW828RRDDH40M7B);
}

.layer-body .list-02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.layer-body .list-02 span {
  padding: 0 0 0 2.2rem;
  background-color: #D6DBEB50;
  height: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 2.2rem;
  font-size: 1.7rem;
  color: #6A6A99;
  margin-bottom: 1rem;
  margin-right: .5rem;
  font-size: 1.4rem;
}

.layer-body .list-02 span .icon-del {
  background: url(/hc/theming_assets/01HZM4FP2TPCNE7MYANHQ0TWJZ) center center no-repeat;
  background-size: .8rem auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 3rem;
  height: 3rem;
  font-size: 0;
  cursor: pointer;
}

.layer-body .list-02 span:hover .icon-del {
  background: url(/hc/theming_assets/01HZM4FNXVD7M8AHF8WR54SV92) center center no-repeat;
}

.layer-body .newly-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.layer-body .newly-list a {
  height: 2.8rem;
  padding: 0 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #D6DBEB;
  border-radius: 2.2rem;
  color: #757591;
  font-size: 1.4rem;
  margin-right: .5rem;
  margin-bottom: .5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.layer-body .service-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.layer-body .service-list a {
  font-size: 1.6rem;

  /*
  color: #5F97ED;
  margin-right: 1.4rem;
  */

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 3rem;
  border: 1px solid #E2E6F1;
  height: 3rem;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 2.2rem;
  color: #6A6A99;
  margin-bottom: 1rem;
  margin-right: .5rem;
  font-size: 1.4rem;
}

.layer-body .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
}

.layer-body .btn-box .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 13rem;
  height: 4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.6rem;
  border: none;
  cursor: pointer;
}

.layer-body .btn-box .btn.cancel {
  border: 1px solid #D4D4D4;
  border-radius: 3px;
  color: #707070;
  background-color: #fff;

}

.layer-body .btn-box .btn.submit {
  border: 1px solid #000000;
  border-radius: 3px;
  color: #fff;
}

.layer-body .btn-box .btn + .btn {
  margin-left: .8rem;
}

/* 20220622 ADD */
.ani {
  -webkit-animation: down 0.5s ease;
          animation: down 0.5s ease;
}

@-webkit-keyframes down {
  0% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes down {
  0% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

.hd-searchbar {
  width: 40vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 5rem;
  max-width: 60rem;
}

.com-search {
  border: none;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: none;
  padding: 0 !important;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.com-search .search-input-box {
  height: 4.5rem;
  background: #fff;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.com-search .search-input-box input {
  width: calc(100% - 5.5rem);
  height: 100%;
  border-radius: 5px;
  border: none;
  font-size: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.com-search .search-input-box input::-webkit-input-placeholder {
  color: #9297A0;
}

.com-search .search-input-box input:-ms-input-placeholder {
  color: #9297A0;
}

.com-search .search-input-box input::-ms-input-placeholder {
  color: #9297A0;
}

.com-search .search-input-box input::placeholder {
  color: #9297A0;
}

.com-search .search-input-box .icon-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 2rem;
  height: 2rem;
  background: url(/hc/theming_assets/01HZM4FMHWT9E6719DV9SC5XWR) center center no-repeat;
  background-size: 100% auto;
  font-size: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  border: none;
  margin: 0 1.6rem;
  cursor: pointer;
}
/* 20220622 ADD */

.recent-articles li, .related-articles li{background:url(/hc/theming_assets/01HZM4FJWY7G8CJEQNQ8BMQEFG) left center no-repeat;padding-left:15px;margin-bottom:10px}

.btn-submit-r-box{display:block;text-align:right}
.btn-submit-r-box .button-large{display:inline-block;background: #000000 0% 0% no-repeat padding-box;border-radius: 4px;width: 225px;height: 50px;color:#fff;font-size:1.7rem;line-height:48px;padding:0}
/* 20220623 ADD */
a{color:#000}
.container-divider{margin:0;padding:0;border:none}
.sub-nav{margin:0;gap:0;    flex-wrap: inherit;width:100%}
.sub-nav .search-container{max-width:48%;width:48%;flex: 0 1 auto;}
.breadcrumbs li, .breadcrumbs li a{ color:#93D4F9 /* color:#7B92EB */ }
.breadcrumbs li:last-child, .breadcrumbs li:last-child a{color:#93D4F9}
.category-content.wd100{flex: 0 0 100%;}
.page-header{padding-top:4.4rem;border-bottom:1px solid #D9D9D9;margin-bottom:3.6rem}
.page-header h1{font-size:3.2rem;font-weight:500}
.section-tree .section{padding-left:3rem}
.section-tree-title a{font-size:2.1rem;color:#182063;font-weight:500;background:url(/hc/theming_assets/01HZM4FKZ6PW92D3914DZ7XT3G) right center no-repeat;padding-right:3rem}
.section-tree-title a:hover{color:rgba(49, 57, 129, 1); text-decoration: none;}
.article-list-item{position:relative;padding-left:1rem;padding:.5rem 1.5rem;margin:0}
.article-list-item a{color:#333333;font-size:1.5rem}
.article-list-item a:hover{color:#2244B5;}
.article-list-item::before{content:'';display:block;position:absolute;left:0;top:1rem;width: 6px;height: 12px;background:url(/hc/theming_assets/01HZM4FJWY7G8CJEQNQ8BMQEFG) center center no-repeat;}
.section-tree .see-all-articles{color:#000}

.article-container{padding-top:4.4rem}
.search-results{padding-top:4.4rem}

.sidenav-title{font: normal normal medium 22px/32px Noto Sans KR;letter-spacing: 0px;color: #8D8D8D;opacity: 0.79;}
.sidenav-item{color: #333333;font-size:1.5rem;font-weight:400;margin:0;padding:.5rem 0}
.sidenav-item.current-article{color:#2244B5;font-weight:500}
.article-sidebar{flex:0 0 378px;padding-right:7rem}
.article{flex: 0 0 calc(100% - 378px);max-width:calc(100% - 378px);padding-left:0;padding-right:0}
.comment-sorter .dropdown-toggle{color:#8D8D8D}
.recent-articles-title, .related-articles-title{font-size:2.2rem;font-weight:500}
.recent-articles li, .related-articles li{margin: 1.5rem 0}
.recent-articles a, .related-articles a{font-size:1.5rem;margin:0;padding:.5rem 0;color:#333}
.article-more-questions{margin:5rem 0;font-size:2.5rem;color:#000000;margin-bottom:2rem;display:flex;flex-direction: column;justify-content: center;
    align-items: center;padding-bottom:4rem}
.article-more-questions a{background:#2A3699;border-radius:5rem;height:5rem;display:flex;justify-content: center;align-items: center;color:#fff;font-size:1.9rem;width:22.5rem
;margin-top:1.5rem}
.article-header .article-title{font-size:3.2rem;color:#171F62;font-weight:400}
.article-body{background:#F7FCFF;border-top:1px solid rgba(0, 0, 0, .15);border-bottom:1px solid rgba(0, 0, 0, .15);padding:3rem 4rem 3rem 11rem;position:relative}
.article-body:before{position:absolute;content:'A.';display:block;left:5.5rem;top:2rem;font-size:4.2rem;color:#000000}
.article-header{border-top:1px solid  rgba(0, 0, 0, .15);padding-top:2.8rem;padding-left:11rem;padding-right:0.5rem;position:relative}
.article-header:before{position:absolute;content:'Q.';display:block;left:5.5rem;top:1.6rem;font-size:4.2rem;color:#000000}

.article-meta a{color:#5A80B7;font-size:1.6rem}
.meta-data:last-child{color:RGB(51,51,51, .45);font-size:1.3rem}


.article-votes-question{color:#333333;font-size:2.5rem}
.article-votes{border-bottom:1px solid rgba(0, 0, 0, .15);border-top:none}

.button.article-vote {border: 1px solid #C3C3C3;border-radius: 4px;width:14.5rem;height:4rem;color:#000000;font-size:1.6rem;font-weight:500;}
.button.article-vote:hover{border:1px solid #888888}
.article-vote-label{color:#8D8D8D;font-size:1.4rem}

.search-results-sidebar .sidenav-item.current{background-color:#EFF3FF;font-weight:500;}
.search-results-sidebar .sidenav-item:hover {
  background-color:transparent; font-weight:500;
}
.search-results-sidebar .sidenav-item{height:3.3rem;padding:0 1rem;display:flex;align-items: center;margin-bottom:.8rem}
.collapsible-sidebar-title.sidenav-title{color:#8D8D8D;padding-left:1rem;font-size:2.2rem;font-weight:400;margin-bottom:1rem}

.search-results-subheading{color:#333333;font-weight:600;font-size:2.1rem;padding:0 0 2rem 0;border-bottom:1px solid #000000;margin-bottom:2rem}
.search-results-list > li{border-bottom:1px solid RGB(217,217,217, .5);padding-top:2.5rem;padding-bottom:3.5rem}
.search-results-list > li .search-result-title{margin-bottom:5px}
.search-results-list > li .search-result-title a{color:#313B90;font-size:1.6rem;font-weight:500}
.search-result-breadcrumbs.breadcrumbs li, .search-result-breadcrumbs.breadcrumbs li a{color:#313B90;font-weight:300;font-size:1.2rem}
.search-results .meta-group{margin-bottom:2rem}
.search-results-description{color:#8D8D8D;font-size:1.5rem}
.search-results-description em{color:#333333;font-weight:bold}
.search-results .meta-group .meta-data{color:#8D8D8D}

.profile-header{background:#74A9C8;padding-top:4.8rem;padding-bottom:6rem;margin-bottom:4rem}
.profile-header .basic-info{color:#84879A;font-size:4.4rem;font-weight:500}
.profile-stats-activity{color:#fff}
.profile-avatar .user-avatar{width:7rem;height:7rem}
.profile-header .options{color:#fff}
.profile-header .optonsChoose{display:flex}
.profile-header .options .split-button button{color:#fff;border: 2px solid rgba(255, 255, 255, 0.5);border-radius: 20px;}
.profile-header .options .split-button{margin-left:1rem}
.profile-header .container{position:relative;}
.profile-header .options{position:absolute;right:19rem;top:10px}
.profile-stats-activity .stat{font-size:1.6rem;font-weight:400}
.profile-stats .stat-label{font-size:1.3rem;font-weight:400}
.profile-stats-activity{margin-left:8.35rem}
.collapsible-nav-list li a{color: #161616;opacity: 0.55;font-size:1.7rem;font-weight:500;}
.collapsible-nav{position:relative}
.collapsible-nav:before{content:'';display:block;position:absolute;left:0;bottom:0;right:0;font-size:0;background:#D9D9D9;height:1px}
.collapsible-nav-list li{position:relative;padding:0 2rem}
.collapsible-nav-list li.current a{font-size:1.8rem;color:#000000;font-weight:500;opacity:1}
.collapsible-nav-list li.current:before{content:'';display:block;position:absolute;left:0;bottom:0;right:0;font-size:0;background:#000000;height:2px}
.collapsible-nav-list li[aria-selected="true"],  .collapsible-nav-list li.current {    border-bottom: none  }
.collapsible-nav-list li:hover {
  border-bottom: none;
}
.collapsible-nav-list li:hover a{color:#000000}
.profile-section-title{display:none}
.profile-activity-contribution{background:#F7F7F7;border-radius:2px;padding:2.8rem 3.6rem}
.profile-activity-description{color:#656565;font-size:1.6rem}
/*.breadcrumbs li, .breadcrumbs li a{color:#999999;font-size:1.4rem}*/
.profile-contribution-body{font-size:1.5rem;color:#333333;margin-bottom:2rem}
.profile-contribution .meta-data{color:#616796}
.profile-contribution .meta-data a{color:#7B92EB}
.profile-section-description{color:#000000;font-size:2.2rem;font-weight:500;margin-bottom:3rem}

.my-activities-header h1{display:none}
.my-activities-sub-nav, .my-activities-nav{padding-top:3rem}
.collapsible-nav-border{border:none}
.requests{padding-bottom:4rem}
.search .search-icon{display:none}
.requests-table-toolbar .search{max-width:30rem;height:3.8rem}
.search input[type="search"].requests-search{height:100%;border-radius:5px}
.requests-table-toolbar {justify-content: flex-end;  align-items: flex-end;}
.requests-search-info.meta-data, .no-activities{display:flex;width: 100%;    justify-content: center;    align-items: center;font-size:1.4rem;color:#333333;padding:5rem 0}
.my-activities-table .striped-list-title{color:#333333}
.my-activities-table .striped-list-title:hover{color:#313B90}

.requests-table-status .status-label{background:#fff;color:#333333;font-size:1.6rem;font-weight:400;position:relative;padding-left:2rem}
.requests-table-status .status-label::before{content:'';display:block;position:absolute;left:0;top:50%;font-size:0;background:#A9A9A9;width:13px;height:13px;border-radius:100%;transform: translateY(-50%);}

.request-table-status .status-label{background:transparent;color:#333333;font-size:1.6rem;font-weight:400;position:relative;padding-left:2rem}
.request-table-status .status-label::before{content:'';display:block;position:absolute;left:0;top:50%;font-size:0;background:#A9A9A9;width:13px;height:13px;border-radius:100%;transform: translateY(-50%);}

.status-label.open::before{background-color:#A9A9A9}
.status-label.new::before{background-color:#A9A9A9}
.status-label.hold::before{background-color:#0DC8C2}
.status-label.pending::before{background-color:#0DC8C2}
.status-label.answered::before{background-color:#0DC8C2}
.status-label.solved::before{background-color:#BCC9F9}
.status-label.closed::before{background-color:#BCC9F9}


.request-title{padding-top:4.4rem}
.request-title{max-width:100%;font-size:3.2rem;margin-bottom:0;padding-bottom:1rem}
.request-container{padding-top:5.5rem}
.collapsible-sidebar-body{background:#8286FF11;padding:22px 37px 40px 40px; margin-top: 1rem;}
.request-main{flex:0 0 calc(100% - 525px)}
.request-sidebar{width:468px;padding:0}
.request-details dt{color:#333;font-size:1.6rem;opacity:.61}
.request-details dd{color:#2A3699;font-size:1.6rem}

.comment-form-controls input[type="submit"]{background: #FFFFFF 0% 0% no-repeat padding-box;border: 1px solid #C3C3C3;border-radius: 4px;height:40px;width:156px;color:#000000;font-size:14px;font-weight:500;display:inline-block}
.comment-form-controls input[type="submit"]:hover{border-color:#888888}
/* 20220623 ADD */

/* service app style ADD */
.icon-arrow-blue{border-left:1px solid #7B92EB;border-bottom:1px solid #7B92EB;width:8px;height:8px;display:inline-block;font-size:0;line-height:0;transform: rotate(225deg);margin-left:4rem;margin-right:.5rem}
.search-results-list .service-app{display:flex;align-items: center;}
.search-results-list .service-app .a-link{color:#5F97ED;    display: inline-flex;align-items: center;}
.search-results-list .service-app .s-title{color:#333C83;font-size:1.7rem;font-weight:500}
/* service app style ADD */

/* 20220624 ADD */
.comment-author{align-items: center;}
.comment-author .comment-meta a{color:#3265B0;font-size:1.5rem;font-weight:500}
.button-large, input[type="submit"]{border: 1px solid #8D8D8D;border-radius: 4px;background:#fff;font-size:1.4rem;color:#000000;font-weight:500}
.subscriptions-subscribe .bookmark-on{background:url(/hc/theming_assets/01HZM4FKDFF7HK40ACQC1VAM4M) center center no-repeat;width:2rem;height:2rem;display:inline-block;background-size:1.2rem auto;font-size:0;border:none}
.subscriptions-subscribe .bookmark-off{background:url(/hc/theming_assets/01HZM4FK98AZDJMH2TRE1XBJ37) center center no-repeat;width:2rem;height:2rem;display:inline-block;background-size:1.2rem auto;font-size:0;border:none}

.subscriptions-subscribe button{
  background:url(/hc/theming_assets/01HZM4FK98AZDJMH2TRE1XBJ37) center center no-repeat;width:2rem;height:2rem;display:inline-block;background-size:1.2rem auto;font-size:0;border:none;
}
.subscriptions-subscribe button[data-selected="true"]{
  background:url(/hc/theming_assets/01HZM4FKDFF7HK40ACQC1VAM4M) center center no-repeat;width:2rem;height:2rem;display:inline-block;background-size:1.2rem auto;font-size:0;border:none;
}

.article-subscribe button, .section-subscribe button{
  background:url(/hc/theming_assets/01HZM4FK98AZDJMH2TRE1XBJ37) center center no-repeat;width:2rem;height:2rem;display:inline-block;background-size:1.2rem auto;font-size:0;
  border: 1px solid rgba(112, 112, 112, 0.43);
  border-radius: 4px;
	width: 78px;
	height: 37px;
}

.article-subscribe button[data-selected="true"], .section-subscribe button[data-selected="true"]{
  background:url(/hc/theming_assets/01HZM4FKDFF7HK40ACQC1VAM4M) center center no-repeat;width:2rem;height:2rem;display:inline-block;background-size:1.2rem auto;font-size:0;
  border: 1px solid rgba(112, 112, 112, 0.43);
  border-radius: 4px;
	width: 78px;
	height: 37px;
}
/* 20220624 Header ADD */
/***** Header *****/
.header {
  /* max-width: 1160px; */
	max-width: 1400px;
  margin: 0 auto;
 /* padding: 0 15%; */
  position: relative;
  align-items: center;
  display: flex;
  height: 80px;
  justify-content: space-between;
  /*background-color:#161F56;*/
  color:rgba(255,255,255,0.58);
  font-size:14px;
  padding:0 20px;
}

.headerWrap{
  background-color:#14171C;
  height: 80px;

}

@media (min-width: 1160px) {
  .header {
  	padding: 0 20px;
  }
}

.header .user-info > button{color:#fff}

.logo {
	padding-top: 1rem;
}

.logo img {
  max-height: 37px;
  vertical-align: middle;
  color:#fff;

}

.logo span {
  margin: 0 10px;
  color:#fff;
  font-size:29px;
}

.logo a {
  display: inline-block;
}

.logo a:hover, .logo a:focus, .logo a:active {
  text-decoration: none;
}

.user-nav {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
}

@media (min-width: 768px) {
  .user-nav {
    position: relative;
  }
}

.user-nav[aria-expanded="true"] {
  background-color: #fff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15), 0 4px 10px 0 rgba(0, 0, 0, 0.1);
  border: solid 1px #ddd;
  right: 0;
  left: 0;
  top: 71px;
  z-index: 1;
}

.user-nav[aria-expanded="true"] > a {
  display: block;
  margin: 20px;
}

.user-nav[aria-expanded="true"] > .user-nav-list li {
  display: block;
}

.user-nav[aria-expanded="true"] > .user-nav-list a {
  display: block;
  margin: 20px;
}

.user-nav-list {
  display: block;
  list-style: none;
}

.user-nav-list > li {
  display: inline-block;
  padding-left:20px;
}

@media (max-width: 768px) {
  .nav-wrapper-desktop {
    display: none;
  }
}

@media (min-width: 768px) {
  .nav-wrapper-desktop {
    display: none;
  }
}

@media (min-width: 1024px) {
  .nav-wrapper-desktop {
    display: inline-block;
  }
}

.nav-wrapper-desktop a {
  border: 0;
  color: #fff;
  display: none;
  font-size: 15px;
  padding: 0 20px 0 0;
  width: auto;
  /* font-weight:bold; */
  text-decoration:none;
}

@media (min-width: 768px) {
  .nav-wrapper-desktop a {
    display: inline-block;
  }
}

[dir="rtl"] .nav-wrapper-desktop a {
  padding: 0 0 0 20px;
}

.nav-wrapper-desktop a:hover, .nav-wrapper-desktop a:focus, .nav-wrapper-desktop a:active {
  background-color: transparent;
  color:#92B4E2;
  text-decoration: none;
}

@media (min-width: 1024px) {
  .nav-wrapper-mobile {
    display: none;
  }
}

.nav-wrapper-mobile .menu-button-mobile {
  background: none;
  border: 0;
  width: auto;
  /*min-width: 71px;*/
  cursor: pointer;
  min-width:30px;
}

.nav-wrapper-mobile .menu-button-mobile .icon-menu {
  padding: 0px;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border:0px solid red;
  color:#fff;


}

.nav-wrapper-mobile .menu-button-mobile[aria-expanded="true"] .icon-menu {
  /* background: #f3f3f3; */
}

.nav-wrapper-mobile .menu-list-mobile {
  position: absolute;
  background-color: #fff;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.15);
  border-top: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
  right: 0;
  left: 0;
  top: 71px;
  z-index: 2;
}

.nav-wrapper-mobile .menu-list-mobile[aria-expanded="false"] {
  display: none;
}

.nav-wrapper-mobile .menu-list-mobile[aria-expanded="true"] {
  display: block;
}

.nav-wrapper-mobile .menu-list-mobile-items .item {
  margin: 4px 0;
}

.nav-wrapper-mobile .menu-list-mobile-items li:empty:not(.nav-divider) {
  display: none;
}

.nav-wrapper-mobile .menu-list-mobile-items .nav-divider {
  border-bottom: 0.1px solid #ddd;
  padding: 0;
}

.nav-wrapper-mobile .menu-list-mobile-items .nav-divider:last-child {
  display: none;
}

.nav-wrapper-mobile .menu-list-mobile-items button {
  background: none;
  border: none;
  padding: 8px 24px;
  width: 100%;
  height: 100%;
  color: #2F3941;
  cursor: pointer;
  text-align: start;
}

.nav-wrapper-mobile .menu-list-mobile-items button:active, .nav-wrapper-mobile .menu-list-mobile-items button:focus, .nav-wrapper-mobile .menu-list-mobile-items button:hover {
  background-color: #f3f3f3;
  text-decoration: underline;
}

.nav-wrapper-mobile .menu-list-mobile-items a {
  display: block;
  padding: 8px 24px;
  width: 100%;
  height: 100%;
  color: #2F3941;
}

.nav-wrapper-mobile .menu-list-mobile-items a:active, .nav-wrapper-mobile .menu-list-mobile-items a:focus, .nav-wrapper-mobile .menu-list-mobile-items a:hover {
  background-color: #f3f3f3;
}

.nav-wrapper-mobile .menu-list-mobile-items .my-profile {
  display: flex;
  line-height: 1.5;
}

.nav-wrapper-mobile .menu-list-mobile-items .my-profile .my-profile-tooltip {
  font-size: 12px;
  color: #68737D;
}

.nav-wrapper-mobile .menu-list-mobile-items .menu-profile-avatar {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 8px;
  margin-top: 1px;
}

[dir="rtl"] .nav-wrapper-mobile .menu-list-mobile-items .menu-profile-avatar {
  margin-right: 0;
  margin-left: 8px;
}

.top-btn-box{position:fixed;right:4rem;bottom:-8rem;transition:all 0.5s ease-in; -webkit-transition:all 0.5s ease-in;width:70px;width:70px;display:flex;    justify-content: center;
    align-items: center;}
.top-btn-box.on{display:flex;bottom:11.5rem;transition:all 0.5s ease-in; -webkit-transition:all 0.5s ease-in;}
.top-btn-box a{background:url(/hc/theming_assets/01HZM4FN7KK50S8R0YNV8C544F) rgba(64, 64, 64, 0.8) center center no-repeat;background-size:18px auto;display:block;font-size:0;
box-shadow: 0px 2px 2px rgba(134, 134, 134, 0.3);width:6rem;height:6rem;border-radius:100%;
border: 1px solid rgba(0, 0, 0, 0.13);}
input[disabled]{background-color:#E3E3EA56 !important}
#request_custom_fields_5455655185305, ._0300f21431dc0f30d3fb33a9f3b0d4a0-css:disabled, #request_custom_fields_5432663504911{background-color:#E3E3EA56 !important}
.a485a681b93446f3359a9457d8072fda-css{font-size:2.0rem !important;font-weight:600 !important;letter-spacing: -0.9px;color: #000000;}
/*
.b93e64c3fd3744435354a37031d3f570-css{letter-spacing: 0px !important;font-size:1.4rem !important;color:#000000 !important;line-height:38px !important}
.b93e64c3fd3744435354a37031d3f570-css{width:118px !important;padding:0 !important;text-align:center !important}
*/
.b93e64c3fd3744435354a37031d3f570-css {
  display: none !important;
}

.article-container{padding-bottom:2rem}
.article-more-questions a{text-decoration:none}

._324c4dab879ba825000621078996e10c-css{font-size: 1.3rem !important;}
.a268ed78504efc76348ec129d48adf43-css{color:#656565 !important}
._96499e7930acdf9d075030f6d856e878-css{border:none !important}
._0fbb26fb3d38a2dd38c8924df177e0b5-css{top:16px !important}
._0fbb26fb3d38a2dd38c8924df177e0b5-css:after, ._0fbb26fb3d38a2dd38c8924df177e0b5-css:before{background-size:25px !important}
.a485a681b93446f3359a9457d8072fda-css{padding:25px 30px 19px 30px !important}
._4f21013fb9d26d9e3f806f5ad2dbb6bf-css{margin-bottom:0 !important}
._7ce6dc59e6731480091b2dc87db0d82e-css{padding-bottom:20px !important}
.a6464a9c41df2231a02fc08255492c92-css._4299e1a8d874bcf93c63011ee20c342a-css{line-height:40px;width:150px}
._4e8cff1e2e6945c4cc4287fcc5876dd4-css{margin-right:30px !important;margin-left:17px}

.article-container .collapsible-sidebar-body{background:#fff;padding:0;width:300px}
.article-container .collapsible-sidebar-title.sidenav-title{font-size:22px;padding-left:0;margin-bottom:2px}
.article-container .sidenav-item{padding:8px 0}
/*2022-06-24 Header Add */
/* 반응형 코드 _responsive 파일에 정의 */
@media (max-width: 1160px) {
	.container{max-width:100%}
  .article{flex: 0 0 50%}
}
@media (max-width: 1023px) {
  html {
    font-size: 9px;
  }
  .com-form-box {
    width: 100% !important;
  }
  /*main*/
  .sec-main .sec-service .service-list .item-box{width:calc(100% / 4)}
  .sec-main .inner{width:80%}
  .container{width:100%;padding:20px}
  .article{flex: 0 0 100%;max-width:100%;width:100%}
  .article-sidebar{width:100%;flex:0 0 100%}

  .top-btn-box {
    right: 3.7rem;
  }

  .layer-wrap {
    width: 90vw;
  }
  .layer-wrap .ly-top {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .layer-wrap .ly-cont {
    padding: 2rem 2rem;
  }
  .layer-wrap .ly-top .inner{height:6.5rem}
  .layer-wrap .ly-top .inner .h2{font-size:1.8rem}
  .layer-wrap .layer-body .ly-row .h3{font-size:1.6rem}
  .article-container .collapsible-sidebar-title.sidenav-title{font-size:18px}
  .article-sidebar{padding-right:1rem}
  .article-container .collapsible-sidebar-body{width:100%}

  .request_custom_fields_5455655185305, .request_custom_fields_5432663504911{display:flex;flex-wrap: wrap;}
  .request_custom_fields_5455655185305 label, .request_custom_fields_5432663504911 label{width:100%}
  .request_custom_fields_5455655185305 input, .request_custom_fields_5432663504911 input{min-width: calc(100% - 10.1rem);}
}


@media (max-width: 768px) {
  html {
    font-size: 11px;
  }
  /*main*/
  .sec-main .sec-service .service-list .item-box .txt{display:none}
  .sec-main .sec-notice .inner-base .notice-list-box{width:100%}
  .sec-fav-service .inner-base, .sec-main .sec-notice .inner-base{padding:0 3rem}
  .sec-fav-service .inner-base h2 {font-size: 2rem !important;}
  .sec-fav-service .inner-base h3 {font-size: 1.9rem !important;}
  .sec-main .sec-notice .inner-base .notice-list-box{margin-bottom:2rem;padding-right:0}
  .sec-main .sec-notice .inner-base .notice-list-box .h2{font-size:2rem;font-weight:500}

  .sec-main .sec-notice{padding-top:5rem;padding-bottom:2rem}
  .sec-main .sec-notice .inner-base .notice-list-box li .state{    justify-content: flex-end;}
  .sec-main .sec-notice .inner-base .btn-list-box{flex-direction: column;}
  .sec-main .sec-notice .inner-base .btn-list-box .box{width:100%}
  .sec-main .sec-service .service-list{justify-content: flex-start;}
  .sec-main .sec-service .service-list .item-box{width:calc(100% / 5);margin-bottom:1rem}
  .sec-main .sec-service .service-list .item-box i{width:7rem}
  .sec-main .sec-service .service-list .item-box .tit{font-size:1.6rem}
  .sec-main .sec-service .h2{font-size:2.2rem;font-weight:500}
  .sub-search .path-box{display:none}
  .sub-search .sec-search{width:100%}
  /*.inner-base-2{padding:0 2rem}*/
  .com-form-box .form-field .radio-box{flex-wrap:wrap}
  .com-form-box .form-field .radio-box .ra-box{width:33.3%}
  .request_custom_fields_5455655185305, .request_custom_fields_5432663504911{display:flex;flex-wrap: wrap;}
  .request_custom_fields_5455655185305 label, .request_custom_fields_5432663504911 label{width:100%}
  .request_custom_fields_5455655185305 input, .request_custom_fields_5432663504911 input{max-width:calc(100% - 8.5rem)}
  .top-btn-box {
    right: 4.3rem;
  }
  .my-activities-table.subscriptions-table tr{display:flex;    justify-content: space-between;}
  .my-activities-table.subscriptions-table .striped-list-title{display: inline-block;margin-bottom:0}
}
@media (max-width: 640px) {
  html {
    font-size: 9px;
  }
  /*main*/
  .sec-main .sec-service .service-list .item-box{width:calc(100% / 4)}
  .article{max-width:100%;flex: 0 0 100%}
  .article-sidebar{padding-right:0}
  .collapsible-sidebar-title.sidenav-title{font-size:2rem}
  .collapsible-sidebar-body{padding:2rem; margin-top: 1rem;}
  .collapsible-sidebar{padding-bottom:0;min-height:46px}
  .article-header{padding-left:6rem;margin-bottom:2rem}
  .article-header:before{font-size:3rem;left:1.5rem}
  .article-header .article-title{font-size:2.2rem}
  .article-content{margin:0 0 2rem 0}
  .article-body{padding-left:6rem}
  .article-body p{margin:0}
  .article-body:before{font-size:3rem;left:1.5rem}
  .requests-table-toolbar .search{max-width:100%;width:100%}
  .requests-table-toolbar .search input[type="search"].requests-search{height:35px}
  .requests-table-toolbar .request-filter-label{margin-top:2rem}
  .requests-table-toolbar + .requests{margin-top:0}
  .sec-footer .footer-body .sec-lang{position:relative}
  

  .request-title{font-size:2.2rem;margin:3rem 0 2rem 0;padding:0}
  .request-container{padding:0}
  .request-sidebar{width:100%}

  .profile-header .basic-info .name a {font-size: 3rem;}
  .profile-header .options{position:relative;width:100%;right:0;}
  .profile-stats{margin:2rem 0 0 0;color:#fff}
  .profile-stats .stat-label{flex:0 0 50%}
  .profile-header{padding:2rem 0 2rem 0}
  .profile-stats-counters{border:none}

  .sub-title .h2{font-size:2.2rem;}
  .layer-wrap .ly-cont .search-input-box.wd240{max-width:100%}
  .layer-wrap .layer-body .ly-row.bg01{padding-left:2rem;padding-right:2rem}
  .sec-footer{height:auto;padding:1rem}
  .sec-footer .footer-body{    flex-direction: column;  justify-content: center;}

  .top-btn-box {
    right:3.7rem;
  }
}

.error-msg-notfound {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 20rem;
  padding-bottom: 20rem;
  margin: 0 auto;
}

.error-msg-notfound i {
  background: url(/hc/theming_assets/01HZM4FM3EWRBQHJA1HMXAD4R2) left 1rem no-repeat;
  width: 80px;
  height: 81px;
  min-width: 80px;
  min-height: 81px;
  display: block;
  margin-right: 5rem;
}

.error-msg-notfound .tit {
  color: #333333;
  font-size: 3.3rem;
  font-weight: 500;
  margin-bottom: .5rem;
}

.error-msg-notfound .txt {
  color: #333333;
  font-size: 2.2rem;
  font-weight: 500;
  margin-bottom: 2rem;
}

.error-msg-notfound .txt2 {
  color: #333333;
  font-size: 1.7rem;
  font-weight: 400;
  margin-bottom: .5rem;
}
.fsize14 {
  font-size: 1.4rem !important;
}


.request-filter-select {
  padding: 9px 30px 9px 10px !important;
  margin: 0px !important;
  font-size: 14px;
	color: #666;
  line-height: 1.15;
  border: 0;
  height: 100%;
}

@media (max-width: 768px) {
  .request-table-search {
    max-width:100% !important;
    width:100% !important;
	}
  .request-table-filter {
    margin-top: 5px;
  }
  .request-table-search input[type="search"] {
    height: 36px !important;
  }
  
  .status-label-request{background: #fff;
    color: #333333;
    font-size: 1.6rem;
    font-weight: 400;
    position: relative;
    padding-left: 2rem;}
  .status-label-request::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    font-size: 0;
    background: #A9A9A9;
    width: 13px;
    height: 13px;
    border-radius: 100%;
    transform: translateY(-50%);
  }
  .status-label-request.status-label-open::before {
      background: #A9A9A9;
  }
  .status-label-request.status-label-open::before{background-color:#A9A9A9}
  .status-label-request.status-label-answered::before{background-color:#0DC8C2}
  .status-label-request.status-label-solved::before{background-color:#BCC9F9}

}
.request-table-search {
	height: 38px !important;
}
.request-table-filter {
  margin-left: 5px;
  height: 3.8rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  height: 38px;
}

/* jsTree asset 설정 */
.jstree-default .jstree-node,
.jstree-default .jstree-icon {
    background-image: url(/hc/theming_assets/01HZM4FT16PFQQ66B0HYZ0GNJM);
}

.jstree-default-small .jstree-node,
.jstree-default-small .jstree-icon {
    background-image: url(/hc/theming_assets/01HZM4FT16PFQQ66B0HYZ0GNJM);
}