/* custom files */
@import url(https://fonts.googleapis.com/css?family=Noto+Sans);

body {
	/*letter-spacing: -1px;*/
	font-family: 'Noto Sans', sans-serif;
	font-size:14px;
}

select.seagreen, select.theme_color option[value="seagreen"] {
  background-color: #4bcf99;
  color: #ffffff;
}
select.blue, select.theme_color option[value="blue"] {
  background-color: #52BCD3;
  color: #ffffff;
}
select.green, select.theme_color option[value="green"] {
  background-color: #85CE36;
  color: #ffffff;
}
select.orange, select.theme_color option[value="orange"] {
  background-color: #fe821d;
  color: #ffffff;
}
select.purple, select.theme_color option[value="purple"] {
  background-color: #7867A7;
  color: #ffffff;
}
select.red, select.theme_color option[value="red"] {
  background-color: #FF6161;
  color: #ffffff;
}

a:not(.btn), a:not(.btn):hover {
  text-decoration: none;
}
/*grid system*/
.row {
    margin-right: -7px;
    margin-left: -7px;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
    padding-right: 7px;
    padding-left: 7px;
}

.section {
  display: block;
  margin-bottom: 10px; }
  @media (min-width: 1200px) {
    .section {
      margin-bottom: 15px; } }
  @media (min-width: 992px) and (max-width: 1199.98px) {
    .section {
      margin-bottom: 10px; } }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .section {
      margin-bottom: 10px; } }
  @media (max-width: 767.98px) {
    .section {
      margin-bottom: 10px; } }
  .section:last-of-type {
    margin-bottom: 0; }

.btn-xs, .btn-group-xs > .btn {
    padding: 0.075rem 0.25rem;
    font-size: 0.8rem;
    line-height: 1.2;
    border-radius: 0.2rem;
}

.btn.btn-default, .btn.btn-default:hover {
    color: #4f5f6f;
}
.btn.btn-default {
    color: #212529;
    background-color: #fff;
    border-color: #d7dde4;
}


.sidebar .sidebar-menu > li > a {
  padding-top: 11px;
  padding-bottom: 11px;
  padding-left: 20px;
  padding-right: 15px; }
.sidebar .sidebar-menu > li > .sidebar-nav > li a {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 50px;
  padding-right: 15px; 
}
    

/*right sidebar 설정*/

.right-sidebar {
  background-color: #3a4651;
  width: calc(100% - 240px);
  /*padding-bottom: 60px;*/
  position: fixed;
  top: 0;
  right: calc(0px - 100% - 240px);
  bottom: 0;
  -webkit-transition: right 0.3s ease;
  transition: right 0.3s ease;
  z-index: 1051;
  height: 100%; }
  @media (max-width: 991.98px) {
    .right-sidebar {
      width: 100%;
      position: fixed;
      right: -100%; } 
  }
  .right-sidebar-fixed .right-sidebar {
    position: fixed; }
  .right-sidebar-open .right-sidebar {
    right: 0; }
  .right-sidebar .right-sidebar-container {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    right: 0;
    overflow-y: auto;
    overflow-x: hidden; }
    .right-sidebar .right-sidebar-container::-webkit-scrollbar-track {
      background-color: #2c353e; }
  .right-sidebar .label {
    font-size: .75em;
    display: inline-block;
    border-radius: .2em;
    padding: 2px 5px;
    background-color: #ccc;
    color: #000;
    margin: 0 3px; }
  .right-sidebar .label-screenful {
    color: #fff;
    background-color: #6769d4; }
  .right-sidebar .right-sidebar-menu {
    font-size: 14px;
    list-style: none;
    margin: 0;
    padding: 0; }
    .right-sidebar .right-sidebar-menu li a:focus,
    .open .right-sidebar .right-sidebar-menu li a:focus {
      background-color: inherit; }
    .right-sidebar .right-sidebar-menu ul {
      padding: 0;
      height: 0px;
      overflow: hidden; }
      .loaded .right-sidebar .right-sidebar-menu ul {
        height: auto; }
    .right-sidebar .right-sidebar-menu li.active ul {
      height: auto; }
    .right-sidebar .right-sidebar-menu li a {
      color: rgba(255, 255, 255, 0.5);
      text-decoration: none;
      display: block; }
    .right-sidebar .right-sidebar-menu li a:hover,
    .right-sidebar .right-sidebar-menu li.open > a,
    .right-sidebar .right-sidebar-menu li.open a:hover {
      color: #ffffff;
      background-color: #2d363f; }
    .right-sidebar .right-sidebar-menu .arrow {
      float: right;
      font-size: 18px;
      line-height: initial;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
      margin-right: 0; }
      .right-sidebar .right-sidebar-menu .arrow:before {
        content: "\f105" !important; }
    .right-sidebar .right-sidebar-menu li.open > a .arrow {
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg); }
    .right-sidebar .right-sidebar-menu > li > a {
      padding-top: 15px;
      padding-bottom: 15px;
      padding-left: 15px;
      padding-right: 20px; }
    .right-sidebar .right-sidebar-menu > li.active > a,
    .right-sidebar .right-sidebar-menu > li.active > a:hover {
      background-color: #85CE36 !important;
      color: #ffffff !important; }
    .right-sidebar .right-sidebar-menu > li.open > a {
      background-color: #333e48; }
    .right-sidebar .right-sidebar-menu > li > a i {
      margin-right: 5px;
      font-size: 16px; }
      .right-sidebar .right-sidebar-menu > li > a i.arrow {
        font-size: 20px; }
    .right-sidebar .right-sidebar-menu > li > .right-sidebar-nav > li a {
      padding-top: 10px;
      padding-bottom: 10px;
      padding-left: 50px;
      padding-right: 15px;
      background-color: #333e48; }
    .right-sidebar .right-sidebar-menu > li > .right-sidebar-nav > li.active a {
      color: #ffffff; }
    .right-sidebar .right-sidebar-menu > li > .right-sidebar-nav > li > .right-sidebar-nav > li a {
      padding-left: 60px;
      padding-right: 15px; }
    .right-sidebar .right-sidebar-menu > li > .right-sidebar-nav > li > .right-sidebar-nav > li > .right-sidebar-nav > li a {
      padding-left: 70px; }

.right-sidebar-overlay {
  position: absolute;
  display: none;
  left: 200vw;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 5;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  z-index: 15; }
  /*@media (max-width: 991.98px) {
    .right-sidebar-overlay {
      display: block; } }
  @media (max-width: 767.98px) {
    .right-sidebar-overlay {
      background-color: rgba(0, 0, 0, 0.7); } }
  @media (max-width: 991.98px) {
    .right-sidebar-open .right-sidebar-overlay {
      left: 0;
      opacity: 1; } */}

.right-sidebar-mobile-menu-handle {
  display: none;
  position: absolute;
  top: 50px;
  background-color: transparent;
  width: 30px;
  bottom: 0;
  z-index: 10; }
  @media (max-width: 991.98px) {
    .right-sidebar-mobile-menu-handle {
      display: block; } }

.right-sidebar-header {
  z-index: 1;
  width: calc(100% - 240px);
  height: 50px;
  position: fixed;
  background-color: rgba(255, 255, 255, 0.9);
}
  @media (max-width: 991.98px) {
    .right-sidebar-header {
      width: 100%;
    }
  }

.right-sidebar-content {
  width: 100%;
  /*width: 240px;*/
  margin-top: 50px;
}
/*메인 콘텐츠 여백설정*/
.header {
  height: 50px;
}

.header .header-block-collapse {
  padding: 5px;
}

.sidebar-header .brand {
  line-height: 50px;
}



.app .content {
    padding: 65px 15px 35px 15px;
    min-height: 100vh; }
    @media (min-width: 1200px) {
      .app .content {
        padding: 65px 15px 35px 15px; } }
    @media (min-width: 992px) and (max-width: 1199.98px) {
      .app .content {
        padding: 65px 15px 35px 15px; } }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .app .content {
        padding: 65px 15px 35px 15px; } }
    @media (max-width: 767.98px) {
      .app .content {
        padding: 65px 15px 35px 15px; } }
  @media (max-width: 991.98px) {
    .app {
      padding-left: 0; } }
  @media (max-width: 991.98px) {
    .app.sidebar-open {
      left: 0; } }

/*.tagsinput .tag {
    display: inline-block;
    margin: 5px 3px;
    padding: 1px 10px;
    border-radius: 3px;
    border: 1px solid #ced4da;
}

.tagsinput .tag a {
	text-decoration: none;
}*/

input[type="file"] {
  display: block;
}

.file-upload {
  height: 100px;
  border: 3px dashed #999;
  padding: 5px;
  width: 100%;
}
.radio, .checkbox {display:block;}
input[type="checkbox"] {
	margin-right:0.3em;
}

.modal-header {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.table-fixed tbody {
  height: 230px;
  display: block;
  overflow: auto;
}
.table-fixed thead, .table-fixed tbody > tr {
  display: table;
  width: 100%;
  table-layout: fixed;
}


.table-width-1 {min-width:2.5rem;}
.table-width-2 {min-width:5rem;}
.table-width-3 {min-width:7.5rem;}
.table-width-4 {min-width:10rem;}
.table-width-5 {min-width:12.5rem;}
.table-width-6 {min-width:15rem;}

/* multiselect */
.ms-container {
  width: inherit;
  background: none;
}
.ms-container .ms-list {
  border-radius: unset;
}
.ms-container .ms-selectable, .ms-container .ms-selection {
  width: 49%;
}
.ms-container .ms-selectable li.ms-hover, .ms-container .ms-selection li.ms-hover {
    cursor: pointer;
    color: #000;
    text-decoration: none;
    background-color: #CCC;
}

.form-control, .input-group-text {
  font-size: inherit;
}
.form-control, .input-group-text {border-radius: 0;}
select.form-control:not([size]):not([multiple]) , input.form-control , .input-group-prepend, .input-group-append {
  height: 2rem;
}
table {
  word-break:break-all;
}

td .form-group {margin-bottom:0;}
td select.form-control:not([size]):not([multiple]) {height:2rem;}

.comment {
  padding: 1rem 0.25rem 0.25rem 0.25rem;
  border: solid #f8f9fa;
  border-width: .2rem;
}
.progress {
  width: 35px;
  height:35px;
  border-radius: 50%;
  margin: 0 auto;
}
.progress_bars th {
  text-align: center;
}
.progress_bars td {
  text-align: center;
  vertical-align: middle;
  padding: 5px 0;
}
.progress_wrap {
  margin: 10px 0;
  height: 35px;
}
.progress_wrap p{
  margin:0;
  position: relative;
  top: -30px;
  background-color: rgba(255, 255, 255, 0.5) !important;
}

.table .table-greentea {background-color:#d8f3c9;}
.table-responsive[data-pattern="priority-columns"]>.table>thead>tr>th, .table-responsive[data-pattern="priority-columns"]>.table>tbody>tr>th, .table-responsive[data-pattern="priority-columns"]>.table>tfoot>tr>th, .table-responsive[data-pattern="priority-columns"]>.table>thead>tr>td, .table-responsive[data-pattern="priority-columns"]>.table>tbody>tr>td, .table-responsive[data-pattern="priority-columns"]>.table>tfoot>tr>td {
    white-space: normal;
}
.mq.js .table-responsive[data-pattern="priority-columns"] table.display-all th, .mq.js.lt-ie10 .sticky-table-header table.display-all th, .mq.js .table-responsive[data-pattern="priority-columns"] table.display-all td, .mq.js.lt-ie10 .sticky-table-header table.display-all td {
    white-space: nowrap; 
  }
.rwd table.display-all {
  width: unset;
} 
.rwd table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}



.rwd table caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}

.rwd table tr {
  border: 1px solid #ddd;
  padding: .35em;
}

.rwd table th,
.rwd table td {
  padding: .625em;
  text-align: center;
}

.rwd table th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.visible_display {
  display: table-cell !important;
  }
@media screen and (max-width: 600px) {
  .rwd table {
    border: 0;
  }

  .rwd table caption {
    font-size: 1.3em;
  }
   
  .rwd table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  .rwd table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
  .rwd-v table thead, .rwd-v table tbody, .rwd-v table thead, .rwd-v table th, .rwd-v table tr, .rwd-v table td {
    display: block;
    width: 100%;
  }
  
  .rwd table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
  }
  
  .rwd table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  
  .rwd table td:last-child {
    border-bottom: 0;
  }

  .mq.js .table-responsive[data-pattern="priority-columns"] table.display-all th, .mq.js.lt-ie10 .sticky-table-header table.display-all th, .mq.js .table-responsive[data-pattern="priority-columns"] table.display-all td, .mq.js.lt-ie10 .sticky-table-header table.display-all td {
    display: block !important; 
  }
  .rwd table.display-all {
  width: 100%;
  } 

  .mq.js .table-responsive[data-pattern="priority-columns"] th[data-priority="1"],
  .mq.js.lt-ie10 .sticky-table-header th[data-priority="1"],
  .mq.js .table-responsive[data-pattern="priority-columns"] td[data-priority="1"],
  .mq.js.lt-ie10 .sticky-table-header td[data-priority="1"] {
    display: block;
  }
  .mq.js .table-responsive[data-pattern="priority-columns"] th[data-priority="2"],
  .mq.js.lt-ie10 .sticky-table-header th[data-priority="2"],
  .mq.js .table-responsive[data-pattern="priority-columns"] td[data-priority="2"],
  .mq.js.lt-ie10 .sticky-table-header td[data-priority="2"] {
    display: block;
  }
  .visible_display {
  display: block !important;
  }
}

.form-check.checkbox label>input[type="checkbox"], .form-check label input[type="radio"].radio {
  display: none;
}  
.table th, .table td {
    vertical-align: middle;
}
.radio>div {
  width: 50%;
  display: inline-block;
}
.radio:checked:disabled + span:before, 
.checkbox:checked:disabled + span:before {
  opacity: 0.4;
  color: #85CE36;
  }

  .select2-container .select2-selection--single .select2-selection__rendered {
    padding : 6px 12px;
  }
  .select2-container--default .select2-selection--single {
    border-radius: 0;
    border:1px solid #ced4da;
  }
  .select2-container {
    width: 100% !important;
  }
  .select2-container .select2-selection--single {
    height: 32px;
  }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: unset;
    height: 32px;
  }

  .select2-container--default .select2-search--dropdown .select2-search__field,
  .select2-dropdown {
    border:1px solid #ced4da;
  }








  /*--------------guide--------------*/
  
  
.frills, .frills:after, .frills:before {
    position: absolute;
    background: #85CE36;
    border-radius: 4px;
    height: 8px;
  }

  .frills:after, .frills:before {
    content: "";
    display: block;
  }

  .frills:before {
    bottom: 45px;
  }

  .frills:after {
    top: 45px;
  }

  .active.left-frills {
    -webkit-animation: move-left 0.38s ease-out, width-to-zero 0.38s ease-out;
            animation: move-left 0.38s ease-out, width-to-zero 0.38s ease-out;
  }
  .left-frills:before, .left-frills:after {
    left: 15px;
  }
  .active.left-frills:before {
    -webkit-animation: width-to-zero 0.38s ease-out, move-up 0.38s ease-out;
            animation: width-to-zero 0.38s ease-out, move-up 0.38s ease-out;
  }
  .active.left-frills:after {
    -webkit-animation: width-to-zero 0.38s ease-out, move-down 0.38s ease-out;
            animation: width-to-zero 0.38s ease-out, move-down 0.38s ease-out;
  }

  .active.right-frills {
    -webkit-animation: move-right 0.38s ease-out, width-to-zero 0.38s ease-out;
            animation: move-right 0.38s ease-out, width-to-zero 0.38s ease-out;
  }
  .right-frills:before, .right-frills:after {
    right: 15px;
  }
  .active.right-frills:before {
    -webkit-animation: width-to-zero 0.38s ease-out, move-up 0.38s ease-out;
            animation: width-to-zero 0.38s ease-out, move-up 0.38s ease-out;
  }
  .active.right-frills:after {
    -webkit-animation: width-to-zero 0.38s ease-out, move-down 0.38s ease-out;
            animation: width-to-zero 0.38s ease-out, move-down 0.38s ease-out;
  }

  .left-frills:before, .right-frills:after {
    -webkit-transform: rotate(34deg);
            transform: rotate(34deg);
  }

  .left-frills:after, .right-frills:before {
    -webkit-transform: rotate(-34deg);
            transform: rotate(-34deg);
  }

  .rotate90 {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .rotate45 {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }

  @-webkit-keyframes move-left {
    0% {
      -webkit-transform: none;
              transform: none;
    }
    65% {
      -webkit-transform: translateX(-80px);
              transform: translateX(-80px);
    }
    100% {
      -webkit-transform: translateX(-80px);
              transform: translateX(-80px);
    }
  }

  @keyframes move-left {
    0% {
      -webkit-transform: none;
              transform: none;
    }
    65% {
      -webkit-transform: translateX(-80px);
              transform: translateX(-80px);
    }
    100% {
      -webkit-transform: translateX(-80px);
              transform: translateX(-80px);
    }
  }
  @-webkit-keyframes move-right {
    0% {
      -webkit-transform: none;
              transform: none;
    }
    65% {
      -webkit-transform: translateX(80px);
              transform: translateX(80px);
    }
    100% {
      -webkit-transform: translateX(80px);
              transform: translateX(80px);
    }
  }
  @keyframes move-right {
    0% {
      -webkit-transform: none;
              transform: none;
    }
    65% {
      -webkit-transform: translateX(80px);
              transform: translateX(80px);
    }
    100% {
      -webkit-transform: translateX(80px);
              transform: translateX(80px);
    }
  }
  @-webkit-keyframes width-to-zero {
    0% {
      width: 38px;
    }
    100% {
      width: 8px;
    }
  }
  @keyframes width-to-zero {
    0% {
      width: 38px;
    }
    100% {
      width: 8px;
    }
  }
  @-webkit-keyframes move-up {
    100% {
      bottom: 69.75px;
    }
  }
  @keyframes move-up {
    100% {
      bottom: 69.75px;
    }
  }
  @-webkit-keyframes move-down {
    100% {
      top: 69.75px;
    }
  }
  @keyframes move-down {
    100% {
      top: 69.75px;
    }
  }
  img {
    max-width: 100%;
  }
  
  .sun {
    width: 11rem;
    height: 11rem;
    border: 4px solid #ffc600;
    border-radius: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    animation-name: sun;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    background-color: #ffc600;
  }
  .sun .elem:before {
    content: "";
    position: absolute;
    background: #ffc600;
    width: 3rem;
    height: 1.4rem;
    top: -0.25rem;
    right: calc(50% + 7.5rem);
    z-index: 1;
  }
  .sun .elem:after {
    content: "";
    position: absolute;
    background: #ffc600;
    width: 3rem;
    height: 1.4rem;
    top: -1.3rem;
    left: calc(50% + 7.5rem);
    z-index: 1;
  }
  .sun .elem:nth-child(1) {
    transform: rotate(45deg);
  }
  .sun .elem:nth-child(2) {
    transform: rotate(90deg);
  }
  .sun .elem:nth-child(3) {
    transform: rotate(135deg);
  }
  .sun .elem:nth-child(4) {
    transform: rotate(180deg);
  }
  @keyframes sun {
    100% {
      transform: rotate(360deg);
    }
  }
    
  .box {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-bottom: 3px solid #815a05;
    overflow: hidden;
  }
  .sun {
    position: relative;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border: 6px solid #815a05;
    border-radius: 50%;
    transform: translate3d(0, 110px, 0);
    animation: 7s sun ease infinite;
  }
  @keyframes sun {
    0% {
      transform: translate3d(0, 110px, 0);
    }
    20% {
      transform: translate3d(0, 110px, 0);
    }
    25% {
      transform: translate3d(0, 70px, 0);
    }
    75% {
      transform: translate3d(0, 70px, 0);
    }
    80% {
      transform: translate3d(0, 110px, 0);
    }
    100% {
      transform: translate3d(0, 110px, 0);
    }
  }
  .shine {
    position: absolute;
    top: 50%;
    left: 50%;
    animation: 20s shine linear infinite;
  }
  .r {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 3px;
    height: 70px;
    border-bottom: 12px solid #815a05;
    transform-origin: top;
  }
  .r:nth-child(1) {
    transform: rotate(45deg);
  }
  .r:nth-child(2) {
    transform: rotate(90deg);
  }
  .r:nth-child(3) {
    transform: rotate(135deg);
  }
  .r:nth-child(4) {
    transform: rotate(180deg);
  }
  .r:nth-child(5) {
    transform: rotate(225deg);
  }
  .r:nth-child(6) {
    transform: rotate(270deg);
  }
  .r:nth-child(7) {
    transform: rotate(315deg);
  }
  .r:nth-child(8) {
    transform: rotate(360deg);
  }
  @keyframes shine {
    100% {
      transform: rotate(360deg);
    }
  }
  .eyes {
    position: absolute;
    top: 50%;
    left: 10%;
    width: 30px;
    height: 5px;
    margin: -5px 0 0 0;
    animation: 7s eyes ease infinite;
  }
  .left, .right {
    float: left;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #815a05;
  }
  .right {
    float: right;
  }
  @keyframes eyes {
    0% {
      transform: translate3d(0, 0, 0);
    }
    42% {
      transform: translate3d(0, 0, 0);
    }
    45% {
      transform: translate3d(40px, 0, 0);
    }
    55% {
      transform: translate3d(40px, 0, 0);
    }
    58% {
      transform: translate3d(0, 0, 0);
    }
    100% {
      transform: translate3d(0, 0, 0);
    }
  }


  .star, .liner_warp, .tada{
    position: relative;
    display: inline-block;
    height: 0;
  }
  .star svg{
    width:200px;
  }

  .outer_glow{
    transform: rotate();
    -webkit-animation: explodeem 1s infinite ease;
    animation: explodeem 1s infinite ease;
    -webkit-animation-fill-mode:forwards;
  }
  .inner_glow{
    -webkit-animation: explodeem .5s infinite ease;
    animation: explodeem .5s infinite ease;
     -webkit-animation-fill-mode:forwards;
  }

  @keyframes explodeem {
    0% {
      opacity:0;
    }

    50% {
      opacity:1;
    }

    100% {
      opacity:0;
    }
  }

  @-webkit-keyframes explodeem {
    0% {
      opacity:0;
    }

    50% {
      opacity:1;
    }

    100% {
      opacity:0;
    }
  }

  .line {
    height: 5px;
      left: 0;
      right: 0;
    background-color: #85CE36;
    display: inline-block;
    position: absolute;
    -webkit-animation: lining 2s infinite ease-in-out;
      animation: lining 2s infinite ease-in-out;
  }
  @keyframes lining {
    0% {
      width: 0%;
      left: 0;
      right: unset;
    }
    25%{
      left: 0;
      right: unset;
    }

    50% {
      width: 100%;
    }
    75% {
      left: unset;
      right: 0;
    }
    100% {
      width: 0%;
      left: unset;
      right: 0;

    }
  }

  @-webkit-keyframes lining {
    0% {
      width: 0%;
    }
    25%{
      right: unset;
      left: 0;
    }

    50% {
      width: 100%;
    }
    75% {

      left: unset;
      right: 0;
    }
    100% {
      width: 0%;

    }

  }
  .ani_warp {
    height: 0
  }