.lead-gray-small {
  color: #bbb;
  font-size: 1.1rem;
}

body {
  display: -ms-flexbox;
  display: flex;
  /*background-color: #888*/

  font-family: 'Titillium Web', 'Noto Sans KR', sans-serif;
  font-size: 1.2rem;
  font-weight: 400;

  width: 100%;
  height: 100%;
}

div#app {
  width: 100%;
  height: 100%;
}

.cv-container {
}

.intro-container {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, rgba(92, 77, 66, 0.2) 0%, rgba(92, 77, 66, 0.2) 100%), url("/static/img/bimg-08.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  text-align: center;
}

.intro-container-inner {
  height: 100%;
  width: 100%;
  display: flex;
  position: fixed;
  align-items: center;
  justify-content: center;
  flex-direction: column;

  /*overflow: hidden;*/
  touch-action: none;
  color: white;
}

.intro-title {
  font-size: 3.3rem;
  font-weight: 600;
  margin-bottom: 8px;
}

.intro-subtitle {
  font-size: 1.15rem;
  font-weight: 300;
  color: #e0e0e0;
}

.intro-footer {
  font-size: 1.05rem;
  font-weight: 300;
  color: #ddd;
  margin-top: 12px;
}

.attach-down {
  position: fixed;
  bottom: 1.5rem;
  text-align: center;
  padding: 5px;
  width: 100%;
}

.slide-fade-enter-active {
  transition: all .8s ease;
}
.slide-fade-leave-active {
  transition: all .6s ease;
}
.slide-fade-enter {
  transform: translateY(30px);
  opacity: 0;
}
.slide-fade-leave-to {
  opacity: 0;
  /*transform: translateY(50px);*/
}

button.badge-rounded {
  background-color: transparent;
  border: 1px;
  padding: 0;
  margin: 0;
}

.badge-rounded {
  border-radius: 50rem!important;
  font-size: 0.825rem!important;
  padding: .25em .4em !important;
  vertical-align: middle!important;
}

.bgc-year {
  background-color: #EB9B63!important;
  color: #F7F7F7!important;
  margin-left: 3px;
  font-size: 0.825rem;
}

.bgc-status {
  color: #F7F7F7!important;
  margin-left: 3px;
}

.bgc-patent-pending {
  background-color: #888!important;
}

.bgc-patent-registered {
  background-color: #666!important;
}

.bgc-research {
  background-color: #604BEB!important;
  color: #F7F7F7!important;
}

.bgc-researcher {
  background-color: #604BEB!important;
  color: #F7F7F7!important;
}

.bgc-developer {
  background-color: #007BFF!important;
  color: #F7F7F7!important;
}

.bgc-maker {
  background-color: #38C7B9!important;
  color: #F7F7F7!important;
}

.bgc-instructor {
  background-color: #28a745!important;
  color: #F7F7F7!important;
}

.bgc-disabled {
  background-color: #aaa!important;
  color: #F7F7F7!important;
}

.bgc-under-review {
  background: #888!important;
  color: #F7F7F7!important;
}

.bgc-index-SCIE {
  background: #4B6BEB!important;
  color: #F7F7F7!important;
}

.bgc-index-international {
  background: #4B6BEB!important;
  color: #F7F7F7!important;
}

.hbtn-dark {
  background-color: #0a0708;
  color: #F7F7F7;
}

.hbtn-lightgray {
  background-color: #eee;
  color: #111;
  /*box-shadow: 2px 3px 3px #a0a0a0;*/
}

.hbtn-gray {
  background-color: #747474;
  color: #0a0708;
}

.hbtn-darkgray {
  background-color: #444444;
  color: #F7F7F7;
}

.hbtn-bg-1 {
  background-image: url("/static/img/bimg-00.jpg");
  color: #F7F7F7!important;
  background-size: cover;
}

.hbtn-bg-2 {
  background-image: url("/static/img/bimg-02.jpg");
  color: #F7F7F7!important;
  background-size: cover;
}

.hbtn-bg-3 {
  background-image: url("/static/img/bimg-03.jpg");
  color: #F7F7F7!important;
  background-size: cover;
}

.hbtn-bg-4 {
  background-image: url("/static/img/bimg-04.jpg");
  color: #F7F7F7!important;
  background-size: cover;
}

.hbtn-bg-5 {
  background-image: url("/static/img/bimg-06.jpg");
  color: #F7F7F7!important;
  background-size: cover;
}

.hbtn-bg-6 {
  background-image: url("/static/img/bimg-06.jpg");
  color: #F7F7F7!important;
  background-size: cover;
}

.ext-link {
  font-size: 1rem;
  color: #333333;
  margin-left: 3px;
}

html, body, main {
  height: 100%;
  width: 100%;
}

.page-content {
  max-width: 1024px;
  background-color: #fefefe;
  margin: 0 auto;
  /*overflow: hidden;*/
  touch-action: none;
}

.main-content {
  /*padding: 0 40px;*/
  /*text-align: center;*/
}

.header-content {
  position: absolute;
  margin-top: 24px;
  margin-left: 24px;
  font-family: "서울한강체 EB", serif;
  font-size: 32pt;
}

.cv-title {
  font-size: 1.75rem;
  font-weight: 600;
  margin-top: 0;
  line-height: 1.2;
  margin-bottom: 0.75rem;
  vertical-align: center;
}

.cv-content {
}

.cv-element {
  margin-bottom: 40px;
}

.footer-content {
  text-align: center;
}

.btn-footer {
  font-size: 1.2rem!important;
}

.div-footer {
  padding-top: 0.75rem!important;
  margin-top: 1.5rem!important;
}

.info-title {

}

.info-content {
  font-weight: 600;
}

.info-regular {
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.45;
}

td.info-regular > span {
  padding-left: 0;
}

.info-regular-pub {
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.45;
}

.info-bold {
  font-weight: 600;
}

td.info-bold {
}

h3 {
  font-weight: 600;
}

h1 {
  font-weight: 600;
}

.component-fade-enter-active{
  transition: all .5s ease;
}
.component-fade-enter {
  /*transform: translateY(100%);*/
  transform: scale(1.5);
  opacity: 0;
}

.component-fade-leave-active {
  transition: all .5s ease;
}
.component-fade-leave-to {
  transform: scale(0.5);
  opacity: 0;
}

.div-jumbotron {
  display: flex;
  flex-direction: row;
  overflow: hidden;
}

.jumbotron-btn-box {
  float: right;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.btn-jumbotron-right {
  float: right;
  position: relative;
  vertical-align: center;
  top: 0;
}

.title-namespace {
  font-weight: 600;
}

.jmb-subtitle {
  margin-left: 5px;
  margin-bottom: 0;
  color: #d0d0d0;
  font-size: 1.05rem;
  font-weight: 300;
}

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

a:hover {
  text-decoration: none;
  color: inherit;
}

a:visited {
  text-decoration: none;
  color: inherit;
}

.circle-right-arrow {
  display: inline-block;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='darkgrey' class='bi bi-arrow-right-circle' viewBox='0 0 16 16'%3e%3cpath fill-rule='evenodd' d='M1 8a7 7 0 1 0 14 0A7 7 0 0 0 1 8zm15 0A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM4.5 7.5a.5.5 0 0 0 0 1h5.793l-2.147 2.146a.5.5 0 0 0 .708.708l3-3a.5.5 0 0 0 0-.708l-3-3a.5.5 0 1 0-.708.708L10.293 7.5H4.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 32px;
  width: 32px;
}

.circle-right-arrow-white {
  display: inline-block;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='white' class='bi bi-arrow-right-circle' viewBox='0 0 16 16'%3e%3cpath fill-rule='evenodd' d='M1 8a7 7 0 1 0 14 0A7 7 0 0 0 1 8zm15 0A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM4.5 7.5a.5.5 0 0 0 0 1h5.793l-2.147 2.146a.5.5 0 0 0 .708.708l3-3a.5.5 0 0 0 0-.708l-3-3a.5.5 0 1 0-.708.708L10.293 7.5H4.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 32px;
  width: 32px;
}

.publication-row {
  margin-bottom: 8px;
  line-height: 1.45;
}

.publication-title {
  font-size: 1.3rem;
}

.publication-author {
  font-size: 1.1rem;
}

.publication-journal {
  font-size: 1.1rem;
}

.work-date {
  font-size: 1.2rem;
  font-weight: 600;
}

.work-at {
  font-size: 1.2rem;
}

.work-position {
  font-size: 1.2rem;
  font-weight: 600;
}

.work-description {
  font-size: 1.2rem;
}

.info-edu {
  font-weight: 500;
  font-size: 1.2rem;
}

.info-list-row {
  margin-bottom: 5px;
}

span.tooltip-underline {
  /*text-decoration: underline dotted #ccc;*/
}

@media (max-width: 768px) {
  .intro-title {
    font-size: 2.4rem;
  }
  .intro-subtitle {
    font-size: 1.1rem;
    margin: 0 20px;
  }
  .title-namespace {
    font-size: 1.6rem!important;
  }
  .nav-link {
    padding: .2rem 1rem;
  }
  .attach-down {
    bottom: 2.5rem!important;
  }
  .nav-menu-btn {
    line-height: 1.6rem;
    font-size: 1.15rem;
  }
  .header-namespace {
    padding-top: 0.5rem!important;
  }

  footer {
    font-size: 0.9rem!important;
  }

  .btn-footer {
    font-size: 0.9rem!important;
  }

  .cv-title {
    font-size: 1.4rem!important;
  }

  .publication-row {
    margin-bottom: 8px;
    line-height: 1.4!important;
  }

  .publication-title {
    font-size: 1.1rem!important;
  }

  .cv-element > h3 {
    font-size: 1.4rem!important;
  }

  .publication-author {
    font-size: 0.95rem!important;
  }

  .publication-journal {
    font-size: 0.95rem!important;
  }

  .info-title {
    font-size: 1.1rem!important;
  }

  .info-content {
    font-size: 1.1rem!important;
  }

  .info-edu {
    font-size: 1.1rem!important;
  }

  .info-regular {
    font-size: 1rem!important;
  }

  .info-bold {
    font-size: 1rem!important;
  }

  .work-date {
    font-size: 1rem!important;
    font-weight: 600;
  }

  .work-at {
    font-size: 1rem!important;
  }

  .work-position {
    font-size: 1rem!important;
    font-weight: 600;
  }

  .work-description {
    font-size: 1rem!important;
  }

  .info-list-row {
    line-height: 1.3!important;
  }

  .badge-rounded {
    font-size: 0.72rem!important;
  }
  .bgc-year {
    /*font-size: 0.825rem;*/
  }
}

.tooltip-vue {
  display: block !important;
  z-index: 10000;
  font-size: 0.8rem;
}

.tooltip-vue .tooltip-vue-inner {
  background: black;
  color: white;
  border-radius: 10px;
  padding: 3px 10px 2px;
}

.tooltip-vue .tooltip-vue-arrow {
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  margin: 5px;
  border-color: black;
  z-index: 1;
}

.tooltip-vue[x-placement^="top"] {
  margin-bottom: 5px;
}

.tooltip-vue[x-placement^="top"] .tooltip-vue-arrow {
  border-width: 5px 5px 0 5px;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-bottom-color: transparent !important;
  bottom: -5px;
  left: calc(50% - 5px);
  margin-top: 0;
  margin-bottom: 0;
}

.tooltip-vue[x-placement^="bottom"] {
  margin-top: 5px;
}

.tooltip-vue[x-placement^="bottom"] .tooltip-vue-arrow {
  border-width: 0 5px 5px 5px;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-top-color: transparent !important;
  top: -5px;
  left: calc(50% - 5px);
  margin-top: 0;
  margin-bottom: 0;
}

.tooltip-vue[x-placement^="right"] {
  margin-left: 8px;
}

.tooltip-vue[x-placement^="right"] .tooltip-vue-arrow {
  border-width: 5px 5px 5px 0;
  border-left-color: transparent !important;
  border-top-color: transparent !important;
  border-bottom-color: transparent !important;
  left: -5px;
  top: calc(50% - 5px);
  margin-left: 0;
  margin-right: 0;
}

.tooltip-vue[x-placement^="left"] {
  margin-right: 5px;
}

.tooltip-vue[x-placement^="left"] .tooltip-vue-arrow {
  border-width: 5px 0 5px 5px;
  border-top-color: transparent !important;
  border-right-color: transparent !important;
  border-bottom-color: transparent !important;
  right: -5px;
  top: calc(50% - 5px);
  margin-left: 0;
  margin-right: 0;
}

.tooltip-vue.popover .popover-inner {
  background: #f9f9f9;
  color: black;
  padding: 24px;
  border-radius: 5px;
  box-shadow: 0 5px 30px rgba(black, .1);
}

.tooltip-vue.popover .popover-arrow {
  border-color: #f9f9f9;
}

.tooltip-vue[aria-hidden='true'] {
  visibility: hidden;
  opacity: 0;
  transition: opacity .15s, visibility .15s;
}

.tooltip-vue[aria-hidden='false'] {
  visibility: visible;
  opacity: 1;
  transition: opacity .15s;
}
