@charset "UTF-8";
/*
// ======================================================================== 
// 
//  이름: Hios
//  제작자: CavlinSnax(http://calvinsnax.xyz)
//  연락처: hello@calvinsnax.xyz
//
//  설명: 제작자의 이름을 제거하지 말아주세요.
//
//  ⓒ 본 파일은 CalvinSnax(http://calvinsnax.xyz)의 소유물입니다.
//
// ======================================================================== 
*/
/* ========================================================================
 Component: Base
 ========================================================================== */
.hi * {
  font-size: 13px;
}

body {
  overflow-x: hidden;
  margin: 0;
}

.hi script, .hi style {
  display: none !important;
}

.hi h1,
.hi h2,
.hi h3,
.hi h4,
.hi h5,
.hi h6 {
  color: #000;
  font-weight: normal;
}

.hi h3 {
  font-size: 24px;
  font-weight: normal;
  line-height: 1.4;
}

.hi * + .hi.hr {
  margin-top: 20px;
}

.hi hr, .hi.hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
  text-align: inherit;
  margin: 0 0 20px 0;
  border: 0;
  border-top: 1px solid #ededed;
}

/* Links
 ========================================================================== */
.hi a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

.hi a:active, .hi a:hover {
  outline: none;
}

.hi a,
.hi.link {
  color: #ff5a5a;
  text-decoration: none;
  cursor: pointer;
}

.hi a:hover,
.hi.link:hover {
  color: #ff5a5a;
  text-decoration: underline;
}

.hi.link-muted {
  text-decoration: none;
  color: #999;
}

.hi.link-muted:hover, .hi.link-muted:hover * {
  color: #666666;
}

.hi.link-muted:active, .hi.link-muted:active * {
  color: #333333;
}

.hi.link-black {
  text-decoration: none;
  color: #000;
  font-weight: 500;
}

.hi.link-black:hover, .hi.link-black:hover * {
  color: #ff5a5a;
}

.hi.link-black:active, .hi.link-black:active * {
  color: #ff5a5a;
}

.hi.link-reset, .hi.link-reset * {
  text-decoration: none;
}

/* etc
 ========================================================================== */
.hi #profile_imagetag img {
  border-radius: 100%;
}

.hi.notice-info {
  padding: 5px 7px;
  color: #24bb8e;
  font-size: 13px;
  line-height: 16px;
  background-color: #d7f7ee;
  border: 1px solid #aff0dd;
  border-radius: 3px;
  word-break: keep-all;
}

.hi.notice-info p {
  margin: 0;
  font-size: 14px;
}

.hi.notice-info.error {
  color: #e64949;
  background-color: #fff0f0;
  border: 1px solid #ffa6a6;
}

.hi .help-inline {
  padding: 15px;
  margin-bottom: 15px;
  color: #e64949;
  font-size: 14px;
  background-color: #fff0f0;
  border: 1px solid #ffa6a6;
  border-radius: 3px;
}

.hi .help-inline p {
  margin: 0;
  font-size: 14px;
}

.hi .help-block {
  color: #999;
  font-size: 14px;
}


/* ========================================================================
 Component: Grid
 ========================================================================== */
@-ms-viewport {
  width: device-width;
}

.hi {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

.hi *,
.hi *::before,
.hi *::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

.hi.container {
  max-width: 1140px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
}

@media (max-width: 959px) {
  .hi.container {
    width: 100%;
  }
}

@media (max-width: 639px) {
  .hi.container {
    padding-right: 15px;
    padding-left: 15px;
    overflow: hidden;
  }
}

@media (min-width: 960px) {
  .hi.container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.hi.container-fluid {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}

@media (max-width: 639px) {
  .hi.container-fluid .hi.container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.hi.member { 
  padding: 0;
}

/* ========================================================================
 Component: Flex
 ========================================================================== */
.hi.flex {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.hi.inline-flex {
  display: -ms-inline-flex;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.hi.flex-middle {
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

@media (max-width: 959px) {
  .hi.flex-middle\@s {
    width: 100%;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
  }
}

.hi.flex-left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.hi.flex-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.hi.flex-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

/* ========================================================================
 Component: Section
 ========================================================================== */
.hi.section {
  zoom: 1;
  padding-top: 40px;
  padding-bottom: 40px;
}

.hi.section:before, .hi.section:after {
  content: "";
  display: table;
}

.hi.section::after {
  clear: both;
}

.hi.section-large {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-right-image {
  position: absolute;
  right: -7%;
  bottom: 0;
}

@media (max-width: 1599px) {
  .section-right-image {
    right: -24%;
  }
}

@media (max-width: 1199px) {
  .section-right-image {
    right: -40%;
  }
}

@media (max-width: 959px) {
  .section-right-image {
    right: -100%;
  }
}

.section-left-image {
  position: absolute;
  left: -7%;
}

@media (max-width: 1599px) {
  .section-left-image {
    left: -28%;
  }
}

@media (max-width: 1199px) {
  .section-left-image {
    left: -48%;
  }
}

@media (max-width: 959px) {
  .section-left-image {
    left: -100%;
  }
}

.hi.clearfix {
  zoom: 1;
}

.hi.clearfix:before, .hi.clearfix:after {
  content: "";
  display: table;
}

.hi.clearfix::after {
  clear: both;
}

.hi.text-color-inverse,
.hi.text-color-inverse > * {
  color: white;
}

.hi.background-color-content {
  background-color: #f1f1f1;
}

.hi.background-color-base {
  background-color: #999 !important;
}

.hi.background-color-base-light {
  background-color: #cccccc !important;
}

.hi.background-color-base-lighter {
  background-color: #ededed !important;
}

.hi.background-color-base-lightest {
  background-color: #f8f8f8 !important;
}

.hi.background-color-base-dark {
  background-color: #666666 !important;
}

.hi.background-color-base-darker {
  background-color: #333333 !important;
}

.hi.background-color-base-darkest {
  background-color: #1a1a1a !important;
}

.hi.background-color-primary {
  background-color: #ff5a5a !important;
}

.hi.background-color-primary-light {
  background-color: #ff7b7b !important;
}

.hi.background-color-primary-lighter {
  background-color: #ffdede !important;
}

.hi.background-color-primary-dark {
  background-color: #e63a3a !important;
}

.hi.background-color-primary-darker {
  background-color: #cc3434 !important;
}

.hi.background-color-success {
  background-color: #38d9a9 !important;
}

.hi.background-color-success-light {
  background-color: #60e1ba !important;
}

.hi.background-color-success-lighter {
  background-color: #aff0dd !important;
}

.hi.background-color-success-dark {
  background-color: #24bb8e !important;
}

.hi.background-color-success-darker {
  background-color: #20a67e !important;
}

.hi.background-color-danger {
  background-color: #ff6b6b !important;
}

.hi.background-color-danger-light {
  background-color: #ff8989 !important;
}

.hi.background-color-danger-lighter {
  background-color: #ffa6a6 !important;
}

.hi.background-color-danger-dark {
  background-color: #e64949 !important;
}

.hi.background-color-danger-darker {
  background-color: #cc4141 !important;
}

/* ========================================================================
 Component: Button
 ========================================================================== */
.hi button[type="button"],
.hi.button {
  display: inline-block;
  cursor: pointer;
  font-size: 13px !important;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
  padding: 10px 18px;
  margin: 0;
  border-radius: 4px;
  border-width: 1px;
  border-style: solid;
  border-color: #ededed;
  text-decoration: none !important;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.hi button[type="button"]:focus,
.hi.button:focus {
  outline: none;
}

.hi.button-expand {
  width: 100%;
}

.hi button[type="button"] {
  margin-bottom: 0px;
}

.hi.button-rounded {
  border-radius: 100px !important;
}

.hi.button-shadow {
  -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
}

.hi.button-shadow:hover {
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

.hi.button-shadow:active {
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}

/* Button size
========================================================================== */
.hi.button-xsmall {
  padding: 2px 8px !important;
  border-radius: 3px;
}

.hi.button-small {
  padding: 5px 12px !important;
  border-radius: 3px;
}

/* Button color style
 ========================================================================== */
.hi button[type="button"],
.hi.button-default {
  color: #666666;
  background-color: white;
  border-color: #ededed;
  padding: 6px 12px;
}

.hi button[type="button"]:hover,
.hi.button-default:hover {
  color: #666666;
  border-color: #cccccc;
}

.hi button[type="button"]:active,
.hi.button-default:active {
  color: #666666;
  border-color: #999;
}

.hi.button-primary {
  color: white !important;
  border-color: #ff5a5a !important;
  background-color: #ff5a5a !important;
}

.hi.button-primary:hover {
  color: white !important;
  border-color: #ff7b7b !important;
  background-color: #ff7b7b !important;
}

.hi.button-primary:active {
  color: white !important;
  border-color: #e63a3a !important;
  background-color: #e63a3a !important;
}

.hi.button-success {
  color: white;
  border-color: #38d9a9;
  background-color: #38d9a9;
}

.hi.button-success:hover {
  color: white;
  border-color: #60e1ba;
  background-color: #60e1ba;
}

.hi.button-success:active {
  color: white;
  border-color: #24bb8e;
  background-color: #24bb8e;
}

.hi.button-danger {
  color: white;
  border-color: #ff6b6b;
  background-color: #ff6b6b;
}

.hi.button-danger:hover {
  color: white;
  border-color: #ff8989;
  background-color: #ff8989;
}

.hi.button-danger:active {
  color: white;
  border-color: #e64949;
  background-color: #e64949;
}

/* Button color style
 ========================================================================== */
.hi.button-border-line {
  background-color: transparent;
}

.hi.button-border-line.hi.button-primary {
  color: #ff5a5a;
}

.hi.button-border-line.hi.button-primary:hover {
  color: white;
  border-color: #ff5a5a;
  background-color: #ff5a5a;
}

.hi.button-border-line.hi.button-primary:active {
  color: white;
  border-color: #e63a3a;
  background-color: #e63a3a;
}

.hi.button-border-line.hi.button-success {
  color: #ff5a5a;
}

.hi.button-border-line.hi.button-success:hover {
  color: white;
}

.hi.button-border-line.hi.button-success:active {
  color: white;
}

.hi.button-border-line.hi.button-danger {
  color: #ff5a5a;
}

.hi.button-border-line.hi.button-danger:hover {
  color: white;
}

.hi.button-border-line.hi.button-danger:active {
  color: white;
}

/* Social Button
 ========================================================================== */
.hi.button-kakao {
  color: white;
  border-color: #fedc00;
  background-color: #fedc00;
}

.hi.button-kakao:hover {
  border-color: #fee333;
  background-color: #fee333;
}

.hi.button-kakao:active {
  border-color: #cbb000;
  background-color: #cbb000;
}

.hi.button-naver {
  color: white;
  border-color: #64ca52;
  background-color: #64ca52;
}

.hi.button-naver:hover {
  border-color: #83d575;
  background-color: #83d575;
}

.hi.button-naver:active {
  border-color: #50a242;
  background-color: #50a242;
}

.hi.button-facebook {
  color: white;
  border-color: #4267b2;
  background-color: #4267b2;
}

.hi.button-facebook:hover {
  border-color: #6885c1;
  background-color: #6885c1;
}

.hi.button-facebook:active {
  border-color: #35528e;
  background-color: #35528e;
}

.hi.button-google {
  color: white;
  border-color: #e24343;
  background-color: #e24343;
}

.hi.button-google:hover {
  border-color: #e86969;
  background-color: #e86969;
}

.hi.button-google:active {
  border-color: #b53636;
  background-color: #b53636;
}

.hi.button-twitter {
  color: white;
  border-color: #1da1f2;
  background-color: #1da1f2;
}

.hi.button-twitter:hover {
  border-color: #4ab4f5;
  background-color: #4ab4f5;
}

.hi.button-twitter:active {
  border-color: #1781c2;
  background-color: #1781c2;
}

.hi.button-scroll-top {
  visibility: hidden;
  position: fixed;
  opacity: 0;
  right: 40px;
  bottom: 40px;
  padding: 14px 18px;
  line-height: 1;
  border-radius: 2em;
  z-index: 1;
  font-size: 20px;
  color: white;
  background-color: #ff5a5a;
  -webkit-box-shadow: 0 3px 4px rgba(26, 26, 26, 0.1);
          box-shadow: 0 3px 4px rgba(26, 26, 26, 0.1);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.hi.button-scroll-top.on {
  visibility: visible;
  opacity: 1;
}

.hi.button-scroll-top:hover {
  background-color: #ff7b7b;
  -webkit-box-shadow: 0 3px 10px rgba(26, 26, 26, 0.2);
          box-shadow: 0 3px 10px rgba(26, 26, 26, 0.2);
}

.hi.button-scroll-top:active {
  background-color: #e63a3a;
  -webkit-box-shadow: 0 1px 4px rgba(26, 26, 26, 0.1);
          box-shadow: 0 1px 4px rgba(26, 26, 26, 0.1);
}

@media (max-width: 959px) {
  .hi.button-scroll-top {
    right: 20px;
    bottom: 20px;
  }
}

/* ========================================================================
 Component: Input
 ========================================================================== */
.hi .control-group,
.hi .control-group > div {
  margin-bottom: 10px;
}

.hi .controls {
  display: block;
}

.hi .control-group > div > label,
.hi .controls > div > label,
.hi .controls > label {
  display: inline-block;
  padding-right: 15px;
  font-weight: normal;
  font-size: 15px;
  cursor: pointer;
}

.hi .control-group > div > label {
  display: inline-block;
  word-break: keep-all;
}

.hi .control-label {
  display: block;
  color: #999;
  font-size: 14px;
  padding-top: 15px;
  margin-bottom: 5px;
  font-weight: 500;
}

.hi input,
.hi select,
.hi.input {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  padding: 12px 18px;
  margin-bottom: 10px;
  border-radius: 4px;
  border-width: 1px;
  border-style: solid;
  border-color: #ededed;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
}

.hi input:disabled,
.hi select:disabled,
.hi.input:disabled {
  cursor: no-drop;
  opacity: 0.7;
  background-color: #f8f8f8;
}

.hi input[type="text"],
.hi input[type="email"],
.hi input[type="password"],
.hi input[type="file"],
.hi input[type="url"],
.hi select,
.hi.input-expand {
  width: 100%;
  min-width: 100px;
}

.hi input[type="text"],
.hi input[type="email"],
.hi input[type="password"],
.hi input[type="file"],
.hi input[type="url"],
.hi input[type="tel"],
.hi select,
.hi.input-default {
  border-color: #ededed;
}

.hi input[type="text"]:hover,
.hi input[type="email"]:hover,
.hi input[type="password"]:hover,
.hi input[type="file"]:hover,
.hi input[type="url"]:hover,
.hi input[type="tel"]:hover,
.hi select:hover,
.hi.input-default:hover {
  border-color: #cccccc;
}

.hi input[type="text"]:focus,
.hi input[type="email"]:focus,
.hi input[type="password"]:focus,
.hi input[type="file"]:focus,
.hi input[type="url"]:focus,
.hi input[type="tel"]:focus,
.hi input[type="date"]:focus,
.hi select:focus,
.hi.input-default:focus {
  border-color: #ff5a5a;
  outline: none;
}

.hi input[type="tel"] {
  /* width: 70px !important; */
}

.hi.input-checkbox {
  display: none;
  visibility: hidden;
}

.hi.input-checkbox + label {
  display: block;
  margin: 0;
  cursor: pointer;
  font-size: 14px;
  color: #999;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.hi.input-checkbox + label:hover {
  color: #666666;
}

.hi.input-checkbox + label:hover:before {
  border-color: #cccccc;
}

.hi.input-checkbox + label:active:before {
  border-color: #ff5a5a;
}

.hi.input-checkbox + label:before {
  display: inline-block;
  content: "";
  width: 18px;
  height: 18px;
  margin-right: 6px;
  border-radius: 4px;
  border: none;
  border-width: 1px;
  border-style: solid;
  border-color: #ededed;
  vertical-align: middle;
  background-color: white;
}

.hi.input-checkbox:checked + label:before {
  border-color: #ff5a5a;
  background-color: #ff5a5a;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjIwcHgiIGhlaWdodD0iMTVweCIgdmlld0JveD0iMCAwIDIwIDE1Ij4NCjxwb2x5Z29uIGZpbGw9IiNGRkZGRkYiIHBvaW50cz0iNy4xNDMsMTQuOTM4IDAsNy43OTYgMi4wMjEsNS43NzYgNy4xNDMsMTAuODk4IDE3Ljk3OSwwLjA2MiAyMCwyLjA4MiAiLz4NCjwvc3ZnPg0K");
  background-size: 10px auto;
  -webkit-background-size: 10px auto;
  -moz-background-size: 10px auto;
  -o-background-size: 10px auto;
}

/* Placeholder
========================================================================== */
.hi.input:-ms-input-placeholder {
  color: #999 !important;
}

.hi.input::-moz-placeholder {
  color: #999;
}

.hi.input::-webkit-input-placeholder {
  color: #999;
}

/* Textarea
========================================================================== */
.hi textarea,
.hi.textarea {
  width: 100%;
  padding: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  border: 1px solid #ededed !important;
  border-radius: 3px;
}

.hi textarea:hover,
.hi.textarea:hover {
  border-color: #cccccc !important;
}

.hi textarea:focus,
.hi.textarea:focus {
  outline: none;
  border-color: #ff5a5a !important;
}

.hi input[type="radio"] {
  -webkit-appearance: none;
  display: inline-block;
  height: 16px;
  width: 16px;
  cursor: pointer;
  overflow: hidden;
  margin: -4px 0 0 0;
  padding: 0 !important;
  vertical-align: middle;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border-radius: 50% !important;
  border: 1px solid #cccccc;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  -webkit-transition-property: background-color, border;
  transition-property: background-color, border;
}

.hi input[type="radio"]:focus {
  outline: none;
  border-color: #ff5a5a;
}

.hi input[type="radio"]:checked {
  background-color: #fff;
  border-color: #ff5a5a;
  border-width: 5px;
}

.hi input[type="radio"]:checked:focus {
  border-color: #e63a3a;
}

.hi input[type="checkbox"] {
  -webkit-appearance: none;
  display: inline-block;
  content: "";
  width: 16px;
  height: 16px;
  margin-right: 4px;
  margin-bottom: 3px;
  padding: 0;
  border-radius: 3px;
  border: none;
  border-width: 1px;
  border-style: solid;
  border-color: #ccc;
  vertical-align: middle;
  background-color: white;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px auto;
  -webkit-background-size: 10px auto;
  -moz-background-size: 10px auto;
  -o-background-size: 10px auto;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.hi input[type="checkbox"]:focus {
  outline: none;
  border-color: #ff5a5a;
}

.hi input[type="checkbox"]:checked {
  border-color: #ff5a5a;
  background-color: #ff5a5a;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjIwcHgiIGhlaWdodD0iMTVweCIgdmlld0JveD0iMCAwIDIwIDE1Ij4NCjxwb2x5Z29uIGZpbGw9IiNGRkZGRkYiIHBvaW50cz0iNy4xNDMsMTQuOTM4IDAsNy43OTYgMi4wMjEsNS43NzYgNy4xNDMsMTAuODk4IDE3Ljk3OSwwLjA2MiAyMCwyLjA4MiAiLz4NCjwvc3ZnPg0K");
}

.hi input[type="checkbox"]:checked:focus {
  border-color: #e63a3a;
}



/* ========================================================================
 Component: Table
 ========================================================================== */
.hi.table {
  width: 100%;
  font-family: "Noto Sans Korean", "Open Sans", "malgun gothic", "Nanum Gothic", dotum, arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  border-collapse: collapse;
  background-color: white;
}

.hi.table caption {
  color: #999;
  font-size: 14px;
  text-align: left;
  margin-bottom: 10px;
}

.hi.table tr th {
  white-space: nowrap;
}

.hi.table tr th, .hi.table tr td {
  color: #333333;
  font-weight: normal;
  text-align: left;

  padding: 15px;
  border: none;
}

.hi.table tr th, .hi.table tr th * {
  font-size: 12px;
}

.hi.table tr td, .hi.table tr td * {
  font-size: 14px;
}

.hi.table-divider tr {
  border: 1px solid #ededed;
}

.hi.table-divider tr > th {
  padding: 7px 15px;
  background-color: #f8f8f8;
  border: none;
  vertical-align: middle;
}

/* ========================================================================
 Component: Tab
 ========================================================================== */
.hi.tab {
  position: relative;
  margin: 0;
  padding: 0;
  height: 60px;
  white-space: nowrap;
  list-style-type: none;
  overflow-y: hidden;
  max-width: 1140px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
  user-select: none;
}

@media (max-width: 959px) {
  .hi.tab {
    width: 100%;
  }
}

@media (min-width: 960px) {
  .hi.tab {
    max-width: 1140px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

.hi.tab li {
  display: inline-block;
  position: relative;
}

.hi.tab li > a {
  display: inline-block;
  color: #000;
  font-size: 15px;
  font-weight: 500;
  line-height: 58px;
  padding: 0;
  margin-right: 25px;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  -webkit-transition: all 150ms;
  transition: all 150ms;
}

.hi.tab li:last-child > a {
  margin-right: 0;
}

.hi.tab li:hover > a {
  color: #ff5a5a;
}

.hi.tab li.active > a {
  color: #ff5a5a;
  font-weight: 600;
  border-bottom: 2px solid #ff5a5a;
}

.hi.tab li:hover > .popover-animationLeft {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.hi.tab-wrap {
  position: relative;
  height: 60px;
  background: #fff;
  overflow: hidden;
}

.hi.tab-wrap::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-bottom: 1px solid #ededed;
}

/* ========================================================================
 Component: Subnav
 ========================================================================== */
.hi.subnav {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.hi.subnav > li {
  display: inline-block;
}

.hi.subnav > li > a {
  color: #999;
  font-size: 14px;
  font-weight: 500;
  line-height: 58px;
  padding: 0;
  margin-right: 20px;
  margin-bottom: 20px;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 500px;
  border: 1px solid transparent;
  -webkit-transition: all 150ms;
  transition: all 150ms;
}

@media (max-width: 959px) {
  .hi.subnav > li > a {
    font-weight: 600;
    line-height: 48px;
  }
}

.hi.subnav > li:last-child > a {
  margin-right: 0;
}

.hi.subnav > li:hover > a {
  color: #666666;
}

.hi.subnav > li.active > a {
  color: #ff5a5a;
  border-color: #ff5a5a;
}

.hi.subnav > li:hover > .popover-animationLeft {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* ========================================================================
 Component: List
=========================================================================== */
.hi.list {
  list-style: none;
  padding: 0;
  margin: 0 0 15px 0;
}

.hi.list > li {
  display: flex;
  align-items: center;
  padding: 15px 0;
  margin: 0;
  border-bottom: 1px solid #ededed;
}

.hi.list > li:last-child {
  border-bottom: none;
}

.hi.list > li .hi.list-label {
  min-width: 175px;
  color: #999;
  font-size: 13px;
  margin-bottom: 0;
}

.hi.list > li .hi.list-label .hi.label {
  margin-left: 5px;
}

.hi.list > li .hi.list-content {
  margin: 0;
  padding-left: 10px;
  font-size: 14px;
  color: #333;
  word-break: keep-all;
}

.hi.list > li .hi.list-content img {
  width: 64px;
  height: auto;
}

.hi.list > li .hi.list-content p {
  margin: 0;
}

/* ========================================================================
 Component: List Menu
 ========================================================================== */
.hi.list-menu {
  padding: 0;
  margin: 0 0 40px 0;
}

.hi.list-menu li {
  list-style-type: none;
}

.hi.list-menu li.active > a {
  border-left-width: 2px;
  border-left-color: #ff5a5a;
  color: #ff5a5a;
  font-weight: 600;
}

.hi.list-menu li.active > a:hover {
  color: #e63a3a;
}

.hi.list-menu li a {
  display: inline-block;
  padding: 6px 10px;
  margin-bottom: 5px;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: transparent;
  color: #000;
  font-size: 14px;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.hi.list-menu li a:hover {
  border-left-color: #ff5a5a;
  color: #ff5a5a;
}

.hi.list-menu > li > ul {
  padding: 0;
  margin-bottom: 10px;
}

.hi.list-menu > li > ul > li > a {
  padding-left: 30px;
  color: #999;
  font-size: 14px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.hi.list-menu > li > ul > li.active > a {
  border: none;
  color: #333333;
}

/* ========================================================================
 Component: Pagination
 ========================================================================== */
.hi.pagination {
  margin-top: 30px!important;
}

.hi.pagination,
.hi.pagination li {
  display: inline-block;
  list-style: outside none none;
  padding: 0;
  margin: 0;
  border: 0;
  user-select: none;
}

.hi.pagination li > a {
  display: inline-block;
  background-color: white;
  font-size: 14px;
  border: 1px solid #ededed;
  color: #333333;
  padding: 4px 10px;
  min-width: 25px;
  text-decoration: none;
  text-align: center;
  border-radius: 3px;
}

.hi.pagination li.active > a {
  color: white;
  background-color: #ff5a5a;
  border-color: #ff5a5a;
}

/* ========================================================================
 Component: Pop up
 ========================================================================== */
.wfsr {
  z-index: 2000;
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  margin: 0;
  padding: 15px;
  margin-bottom: 15px;
  color: #24bb8e;
  font-size: 14px;
  background-color: #d7f7ee;
  border: 1px solid #aff0dd;
  border-radius: 3px;
}

.wfsr p {
  margin: 0;
  font-size: 14px;
}

/* ========================================================================
 Component: Profile
=========================================================================== */
.hi.profile {
  padding: 15px 0;
}

.hi.profile-image {
  width: 100px;
  height: 100px;
  border-radius: 500px;
}

@media (max-width: 639px) {
  .hi.profile-image {
    width: 80px;
    height: 80px;
  }
}

/* ========================================================================
 Component: Utilities
 ========================================================================== */
.hi.border-circle {
  border-radius: 50%;
}

.hi.border-rounded {
  border-radius: 3px;
}

.hi.border-max-rounded {
  border-radius: 500px;
}

/* width
 ========================================================================== */
.hi.width-xsmall {
  width: 150px;
}

.hi.width-small {
  width: 300px;
}

.hi.width-row-medium {
  width: 450px;
}

.hi.width-medium {
  width: 640px;
}

.hi.width-large {
  width: 960px;
}

/* Max width
 ========================================================================== */
.hi.max-width-xsmall {
  max-width: 150px;
}

.hi.max-width-small {
  max-width: 300px;
}

.hi.max-width-row-medium {
  max-width: 450px;
}

.hi.max-width-medium {
  max-width: 640px;
}

.hi.max-width-large {
  max-width: 960px;
}

/* Height
 ========================================================================== */
.hi.height-small {
  height: 70px;
}

.hi.height-medium {
  height: 150px;
}

.hi.height-large {
  height: 300px;
}

.hi.height-expand {
  height: 100%;
}

/* Border Line
 ========================================================================== */
.hi.border-line {
  border-width: 1px;
  border-style: solid;
  border-color: #ededed;
}

.hi.border-line-right {
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #ededed;
}

.hi.border-line-top {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #ededed;
}

.hi.border-line-bottom {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ededed;
}

/* Overflow
 ========================================================================== */
.hi.overflow-auto {
  overflow: auto;
}

.hi.overflow-scroll {
  overflow: scroll;
}

.hi.overflow-hidden {
  overflow: hidden;
}

@media (max-width: 959px) {
  .hi.overflow-hidden\@m {
    overflow: hidden;
  }
}

@media (max-width: 639px) {
  .hi.overflow-hidden\@s {
    overflow: hidden;
  }
}

/* Position
 ========================================================================== */
.hi.position-relative {
  position: relative;
}

/* Float
 ========================================================================== */
.hi.float-left {
  float: left;
}

.hi.float-right {
  float: right;
}

/* Width Expand
 ========================================================================== */
.hi.width-expand {
  width: 100%;
}

/* Iline
 ========================================================================== */
.hi.inline {
  display: inline;
}

.hi.inline-block {
  display: inline-block;
}

/* White space
 ========================================================================== */
.hi.white-space-nowrap {
  white-space: nowrap;
}

/* ========================================================================
 Component: Visibility
 ========================================================================== */
/*
 * Hidden
 * `hidden` attribute also set here to make it stronger
 */
.hi.hidden {
  display: none !important;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .hi.hidden\@s {
    display: none !important;
  }
}

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .hi.hidden\@m {
    display: none !important;
  }
}

/* Desktop and bigger */
@media (min-width: 1200px) {
  .hi.hidden\@l {
    display: none !important;
  }
}

/* Large screen and bigger */
@media (min-width: 1600px) {
  .hi.hidden\@xl {
    display: none !important;
  }
}

/*
  * Visible
  */
/* Phone portrait and smaller */
@media (max-width: 639px) {
  .hi.visible\@s {
    display: none !important;
  }
}

/* Phone landscape and smaller */
@media (max-width: 959px) {
  .hi.visible\@m {
    display: none !important;
  }
}

/* Tablet landscape and smaller */
@media (max-width: 1199px) {
  .hi.visible\@l {
    display: none !important;
  }
}

/* Desktop and smaller */
@media (max-width: 1599px) {
  .hi.visible\@xl {
    display: none !important;
  }
}

/* Visibility
  ========================================================================== */
.hi.invisible {
  visibility: hidden !important;
}

/* Hover
  ========================================================================== */
/* Hidden */
.hi.visible-toggle:not(:hover):not(.hi.hover) .hi.hidden-hover {
  display: none !important;
}

/* Invisible */
.hi.visible-toggle:not(:hover):not(.hi.hover) .hi.invisible-hover {
  visibility: hidden !important;
}

/* Touch
  ========================================================================== */
/*
  * Hide if primary pointing device has limited accuracy, e.g. a touch screen.
  * Works on mobile browsers: Safari, Chrome and Android browser
  */
@media (pointer: coarse) {
  .hi.hidden-touch {
    display: none !important;
  }
}

/*
  * Hide if primary pointing device is accurate, e.g. mouse.
  * 1. Fallback for IE11 and Firefox, because `pointer` is not supported
  * 2. Reset if supported
  */
/* 1 */
.hi.hidden-notouch {
  display: none !important;
}

@media (pointer: coarse) {
  .hi.hidden-notouch {
    display: block !important;
  }
}

/* ========================================================================
 Component: Padding
 ========================================================================== */
.hi.padding-xsmall {
  padding: 10px;
}

.hi.padding-top-xsmall {
  padding-top: 10px;
}

.hi.padding-bottom-xsmall {
  padding-bottom: 10px;
}

.hi.padding-small {
  padding: 15px;
}

.hi.padding-top-small {
  padding-top: 15px;
}

.hi.padding-bottom-small {
  padding-bottom: 15px;
}

.hi.padding-left-small {
  padding-left: 15px;
}

.hi.padding-right-small {
  padding-right: 15px;
}

.hi.padding {
  padding: 30px;
}

.hi.padding-top-default {
  padding-top: 30px;
}

.hi.padding-bottom-default {
  padding-bottom: 30px;
}

.hi.padding-left-default {
  padding-left: 30px;
}

.hi.padding-right-default {
  padding-right: 30px;
}

.hi.padding-medium {
  padding: 50px;
}

.hi.padding-top-medium {
  padding-top: 50px;
}

.hi.padding-bottom-medium {
  padding-bottom: 50px;
}

.hi.padding-left-medium {
  padding-left: 50px;
}

.hi.padding-right-medium {
  padding-right: 50px;
}

.hi.padding-large {
  padding: 100px;
}

.hi.padding-top-large {
  padding-top: 100px;
}

.hi.padding-bottom-large {
  padding-bottom: 100px;
}

.hi.padding-xlarge {
  padding: 140px;
}

.hi.padding-top-xlarge {
  padding-top: 140px;
}

.hi.padding-bottom-xlarge {
  padding-bottom: 140px;
}

.hi.padding-horizontal-small {
  padding-left: 15px;
  padding-right: 15px;
}

@media (max-width: 639px) {
  .hi.padding-horizontal-small\@s {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.hi.padding-vertical-small {
  padding-top: 15px;
  padding-bottom: 15px;
}

@media (max-width: 639px) {
  .hi.padding-vertical-small\@s {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.hi.padding-vertical-medium {
  padding-top: 50px;
  padding-bottom: 50px;
}

.hi.padding-vertical-large {
  padding-top: 100px;
  padding-bottom: 100px;
}

/* Padding remove
 ========================================================================== */
.hi.padding-remove {
  padding: 0 !important;
}

.hi.padding-top-remove {
  padding-top: 0 !important;
}

.hi.padding-left-remove {
  padding-left: 0 !important;
}

.hi.padding-right-remove {
  padding-right: 0 !important;
}

.hi.padding-bottom-remove {
  padding-bottom: 0 !important;
}

@media (max-width: 639px) {
  .hi.padding-remove\@s {
    padding: 0 !important;
  }
  .hi.padding-top-remove\@s {
    padding-top: 0 !important;
  }
  .hi.padding-left-remove\@s {
    padding-left: 0 !important;
  }
  .hi.padding-right-remove\@s {
    padding-right: 0 !important;
  }
  .hi.padding-bottom-remove\@s {
    padding-bottom: 0 !important;
  }
}

@media (max-width: 959px) {
  .hi.padding-remove\@m {
    padding: 0 !important;
  }
  .hi.padding-top-remove\@m {
    padding-top: 0 !important;
  }
  .hi.padding-left-remove\@m {
    padding-left: 0 !important;
  }
  .hi.padding-right-remove\@m {
    padding-right: 0 !important;
  }
  .hi.padding-bottom-remove\@m {
    padding-bottom: 0 !important;
  }
}

/* ========================================================================
 Component: Utilities
 ========================================================================== */
/* Margin-size
 ========================================================================== */
.hi.margin-top-xsmall {
  margin-top: 10px;
}

.hi.margin-left-xsmall {
  margin-left: 10px;
}

.hi.margin-right-xsmall {
  margin-right: 10px;
}

.hi.margin-bottom-xsmall {
  margin-bottom: 10px;
}

.hi.margin-top-small {
  margin-top: 20px;
}

.hi.margin-left-small {
  margin-left: 20px;
}

.hi.margin-right-small {
  margin-right: 20px;
}

.hi.margin-bottom-small {
  margin-bottom: 20px;
}

.hi.margin-top-medium {
  margin-top: 40px;
}

.hi.margin-left-medium {
  margin-left: 40px;
}

.hi.margin-right-medium {
  margin-right: 40px;
}

.hi.margin-bottom-medium {
  margin-bottom: 40px;
}

.hi.margin-top-large {
  margin-top: 60px;
}

.hi.margin-left-large {
  margin-left: 60px;
}

.hi.margin-right-large {
  margin-right: 60px;
}

.hi.margin-bottom-large {
  margin-bottom: 60px;
}

/* Margin remove
 ========================================================================== */
.hi.margin-remove {
  margin: 0;
}

.hi.margin-top-remove {
  margin-top: 0;
}

.hi.margin-left-remove {
  margin-left: 0;
}

.hi.margin-right-remove {
  margin-right: 0;
}

.hi.margin-bottom-remove {
  margin-bottom: 0;
}

/* Margin auto
 ========================================================================== */
.hi.margin-auto-vertical {
  margin-top: auto;
  margin-bottom: auto;
}

.hi.margin-auto-horizontal {
  margin-left: auto;
  margin-right: auto;
}

/* ========================================================================
 Component: Inverse
 ========================================================================== */
.hi.inverse,
.hi.inverse > * {
  color: white;
}

.hi.inverse .hi.text-default,
.hi.inverse > * .hi.text-default {
  color: white !important;
}

.hi.inverse hr {
  border-top-color: rgba(255, 255, 255, 0.1);
}

.hi.inverse > .hi.button-default {
  background-color: transparent;
  color: white;
  border: 2px solid white;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.hi.inverse > .hi.button-default:hover {
  background-color: white;
  color: #666666;
  border-width: 2px;
  border-color: white;
  -webkit-box-shadow: 0 3px 10px rgba(26, 26, 26, 0.2);
          box-shadow: 0 3px 10px rgba(26, 26, 26, 0.2);
}

.hi.inverse > .hi.button-default:active {
  background-color: #f8f8f8;
  color: #333333;
  border-width: 2px;
  border-color: #f8f8f8;
  -webkit-box-shadow: 0 1px 4px rgba(26, 26, 26, 0.1);
          box-shadow: 0 1px 4px rgba(26, 26, 26, 0.1);
}

.hi.inverse > .hi.button-primary {
  background-color: white;
  color: #333333;
  border-color: white;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.hi.inverse > .hi.button-primary:hover {
  background-color: #f8f8f8;
  color: #333333;
  border-color: #f8f8f8;
  -webkit-box-shadow: 0 3px 10px rgba(26, 26, 26, 0.2);
          box-shadow: 0 3px 10px rgba(26, 26, 26, 0.2);
}

.hi.inverse > .hi.button-primary:active {
  background-color: #ededed;
  color: #333333;
  border-color: #ededed;
  -webkit-box-shadow: 0 1px 4px rgba(26, 26, 26, 0.1);
          box-shadow: 0 1px 4px rgba(26, 26, 26, 0.1);
}

.hi.inverse .hi.text-muted {
  color: rgba(255, 255, 255, 0.6) !important;
}

.hi.inverse.navbar .hi.logo-item {
  background-image: url(../img/logo_light.svg);
}

.hi.inverse.navbar .hi.nav-drawer-toggle > i {
  color: white;
}

.hi.inverse.navbar .hi.search-drawer-toggle > i {
  color: white;
}

.hi.inverse.navbar .hi.navbar-search {
  color: white;
  background-color: rgba(255, 255, 255, 0.2);
}

.hi.inverse.navbar .hi.navbar-search:hover {
  color: white;
  background-color: rgba(255, 255, 255, 0.4);
}

.hi.inverse.navbar .hi.navbar-search > input[type=text] {
  color: transparent;
}

.hi.inverse.navbar .hi.navbar-search > input[type=text]:focus {
  color: white;
}

.hi.inverse.navbar .hi.navbar-search > input[type=submit] {
  color: rgba(255, 255, 255, 0.4);
}

.hi.inverse.navbar .hi.navbar-search > input[type=submit]:hover {
  color: white;
}

.hi.inverse.navbar .hi.navbar-nav > li > a {
  color: rgba(255, 255, 255, 0.6);
}

.hi.inverse.navbar .hi.navbar-nav > li > a:hover {
  color: rgba(255, 255, 255, 0.8);
}

.hi.inverse.navbar .hi.navbar-nav > li.active > a {
  color: white;
  border-bottom-color: white;
}

.hi.inverse.navbar .hi.navbar-nav > li.active.hi.dark > a {
  color: #ff5a5a;
  border-bottom-color: #ff5a5a;
}

.hi.inverse.navbar .hi.navbar-nav > li > ul.hi.popover {
  margin-top: -4px;
}

.hi.inverse.dark, .hi.inverse .hi.dark,
.hi.inverse.dark > *, .hi.inverse .hi.dark > * {
  color: #333333;
}

.hi.inverse.dark > .hi.text-muted, .hi.inverse .hi.dark > .hi.text-muted,
.hi.inverse.dark > * > .hi.text-muted, .hi.inverse .hi.dark > * > .hi.text-muted {
  color: #999 !important;
}

.hi.inverse hr.hi.dark {
  border-top-color: #ededed;
}

.hi.navbar.background-color-base-darker {
  -webkit-box-shadow: 0 0px 2px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 0px 2px 0 rgba(0, 0, 0, 0.5);
}

/* ========================================================================
 Component: Text
 ========================================================================== */
.hi.text-light {
  font-weight: 300;
}

.hi.text-normal {
  font-weight: normal;
}

.hi.text-bold {
  font-weight: bold;
}

.hi.text-word-break-keep-all {
  word-break: keep-all;
}

/* Text Align
 ========================================================================== */
.hi.text-left {
  text-align: left;
}

@media (max-width: 639px) {
  .hi.text-left\@s {
    text-align: left !important;
  }
}

@media (max-width: 959px) {
  .hi.text-left\@m {
    text-align: left !important;
  }
}

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

@media (max-width: 639px) {
  .hi.text-center\@s {
    text-align: center !important;
  }
}

@media (max-width: 959px) {
  .hi.text-center\@m {
    text-align: center !important;
  }
}

.hi.text-right {
  text-align: right;
}

@media (max-width: 959px) {
  .hi.text-right\@s {
    text-align: right !important;
  }
}

@media (max-width: 959px) {
  .hi.text-right\@m {
    text-align: right !important;
  }
}

/* font Size
 ========================================================================== */
.hi.text-xsmall {
  font-size: 12px;
}

.hi.text-small {
  font-size: 14px;
}

.hi.text-medium {
  font-size: 20px;
}

.hi.text-large {
  font-size: 24px;
}

.hi.text-xsmall-child * {
  font-size: 12px;
}

.hi.text-small-child * {
  font-size: 14px;
}

/* Text Color
 ========================================================================== */
.hi.text-default {
  color: #333333 !important;
}

.hi.text-primary {
  color: #ff5a5a !important;
}

.hi.text-success {
  color: #38d9a9 !important;
}

.hi.text-danger {
  color: #ff6b6b !important;
}

.hi.text-muted {
  color: #999 !important;
}

.hi.text-muted-child * {
  color: #999;
}

/* Heading
 ========================================================================== */
.hi.heading-primary {
  font-size: 64px;
  font-weight: 300;
  line-height: 1.1;
}

/* Divider with text
 ========================================================================== */
.hi.divider-with-text {
  position: relative;
  text-align: center;
  color: #999;
  font-size: 14px;
}

.hi.divider-with-text:after,
.hi.divider-with-text:before {
  content: "";
  position: absolute;
  top: 50%;
  width: 50px;
  height: 1px;
  background: #ededed;
}

.hi.divider-with-text:before {
  left: -70px;
}

.hi.divider-with-text:after {
  right: -70px;
}

/* Code
 ========================================================================== */
code {
  padding: .2rem .4rem;
  font-family: "Noto Sans Korean", "Open Sans", "malgun gothic", "Nanum Gothic", dotum, arial, sans-serif;
  font-size: 90%;
  color: #ff6b6b;
  background-color: #f8f8f8;
  border-radius: .25rem;
}

.hi.text-highlighter {
  background-color: #ffdede;
}

.hi.text-line {
  text-decoration: line-through;
}

/* label
 ========================================================================== */
.hi.label-primary {
  color: #ff5a5a;
  font-size: 12px;
  background-color: #ffdede;
  border-radius: 3px;
  padding: 2px 7px;
  user-select: none;
}

.hi.label-danger {
  color: #ff6b6b;
  font-size: 12px;
  background-color: #fff0f0;
  border-radius: 3px;
  padding: 2px 7px;
  user-select: none;
}


/* ETC */
#profile_imagetag img { width: 75px; height: auto; margin: 0 20px 10px;}

/*# sourceMappingURL=hios-red.css.map */