@font-face {
  font-family: 'NEXON Lv2 Gothic';
  src: url('/fonts/NEXONLv2GothicLight.woff2') format('woff2'), url('/fonts/NEXONLv2GothicLight.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'NEXON Lv2 Gothic';
  src: url('/fonts/NEXONLv2GothicMedium.woff2') format('woff2'), url('/fonts/NEXONLv2GothicMedium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'NEXON Lv2 Gothic';
  src: url('/fonts/NEXONLv2GothicBold.woff2') format('woff2'), url('/fonts/NEXONLv2GothicBold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'NEXON Lv2 Gothic';
  src: url('/fonts/NEXONLv2GothicRegular.woff2') format('woff2'), url('/fonts/NEXONLv2GothicRegular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'GmarketSansTTFBold';
  src: url('https://djv24y2jjxsp7.cloudfront.net/ontest/font/GmarketSansTTFBold.woff2') format('woff2'), url('https://djv24y2jjxsp7.cloudfront.net/ontest/font/GmarketSansTTFBold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.clever-content {
  font-family: "Noto Sans KR";
  font-weight: 300;
  font-size: 13px;
  color: #000000;
  letter-spacing: -0.5px;
}

/** ASSETS **/

.clever-content .block-wrap {
  background: #dae9f3;
  border-radius: 1.2rem;
  border-top-left-radius: 0;
  margin-bottom: 15px;
}

.clever-content .block-wrap.dark {
  background: #161739 !important;
  color: #ffffff;
}

.clever-content .block-wrap.inline-block {
  display: inline-block;
}

.clever-content .block-wrap.form {
  border-radius: 0;
  background: transparent;
}

.clever-content .block-content {
  background: url("/clever/images/clever-icon-1.png") left 10px top 10px;
  background-repeat: no-repeat;
  padding: 14px 40px 15px 90px;
}

.clever-content .block-content.no-icon {
  background: transparent !important;
  padding-left: 15px !important;
}

.clever-content .btn {
  border: 0px;
  /* padding: 15px 30px; */
  color: #000000;
  /* border-radius: 1.8rem; */
  font-weight: bold;
}

.clever-content .btn-green-style {
  background-color: #2EBDB7 !important;
  color: white !important;
  font-weight: normal;
  border-radius: 0%;
  box-shadow: 0px 8px 12px #2EBDB752;
}

.clever-content .btn-green-style:hover {
  opacity: 0.8;
}

.clever-content .btn-orange-style:hover {
  opacity: 0.8;
}

.clever-content .btn-green-style:focus {
  box-shadow: 0px 8px 12px #2EBDB752 !important;
}

.clever-content .btn-orange-style:focus {
  box-shadow: 0px 8px 12px #EF412352 !important;
}

.clever-content .btn-orange-style {
  background-color: #EF4123 !important;
  color: white !important;
  font-weight: normal;
  border-radius: 0%;
  box-shadow: 0px 8px 12px #EF412352;
}

/* .btn:active {
  border: none;
} */

.clever-content .btn-share {
  border: 0px;
  padding: 3px 10px 3px 15px;
  color: #ffffff;
  font-size: 13px;
  border-radius: 1.8rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  font-weight: bold;
}

.clever-content .btn:focus {
  box-shadow: none;
}

.clever-content .btn-gradient {
  background: rgb(174, 254, 78);
  background: linear-gradient(90deg, rgba(174, 254, 78, 1) 0%, rgba(26, 214, 129, 1) 100%);
}

.clever-content .btn-back {
  background: url("/clever/images/icon-back.png") no-repeat left top;
  width: 52px;
  height: 52px;
}

.clever-content .btn-back:hover, .clever-content .btn-home:hover {
  opacity: 0.5;
}

.clever-content .btn-home {
  background: url("/clever/images/icon-home.png") no-repeat left top;
  width: 52px;
  height: 52px;
}

.clever-content .text-green {
  color: #acfd4f;
}

.clever-content .text-big {
  font-size: 20px;
}

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

.clever-content .text-black {
  color: #000000;
}

.clever-content .text-blue {
  color: #19d682;
}

.clever-content .fontweight-medium {
  font-weight: 400 !important;
}

.clever-content .fontweight-bold {
  font-weight: bold;
}

.clever-content .typewriter h1 {
  font-size: 15px;
  font-weight: normal;
  overflow: hidden;
  /* Ensures the content is not revealed until the animation */
  border-right: 0 solid orange;
  /* The typwriter cursor */
  white-space: nowrap;
  /* Keeps the content on a single line */
  margin: 1px auto 0 auto;
  /* Gives that scrolling effect as the typing happens */
  letter-spacing: -0.05em;
  /* Adjust as needed */
  animation: typing 1.5s steps(40, end), blink-caret .75s step-end infinite;
}

/* The typing effect */

@keyframes typing {
  from {
    width: 0
  }

  to {
    width: 100%
  }
}

/* The typewriter cursor effect */

@keyframes blink-caret {
  from, to {
    border-color: transparent
  }

  50% {
    border-color: orange;
  }
}

/* Typing 3 lines */

.clever-content .css-typing p {
  border-right: 0em solid orange;
  white-space: nowrap;
  overflow: hidden;
}

.clever-content .css-typing p:nth-child(1) {
  width: 7.3em;
  -webkit-animation: type 2s steps(40, end);
  animation: type 2s steps(40, end);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.clever-content .css-typing p:nth-child(2) {
  width: 11.5em;
  opacity: 0;
  -webkit-animation: type2 2s steps(40, end);
  animation: type2 2s steps(40, end);
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.clever-content .css-typing p:nth-child(3) {
  width: 7.3em;
  opacity: 0;
  -webkit-animation: type3 2s steps(40, end), blink .5s step-end infinite alternate;
  animation: type3 2s steps(40, end), blink .5s step-end infinite alternate;
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@keyframes type {
  0% {
    width: 0;
  }

  99.9% {
    border-right: 0em solid orange;
  }

  100% {
    border: none;
  }
}

@-webkit-keyframes type {
  0% {
    width: 0;
  }

  99.9% {
    border-right: 0em solid orange;
  }

  100% {
    border: none;
  }
}

@keyframes type2 {
  0% {
    width: 0;
  }

  1% {
    opacity: 1;
  }

  99.9% {
    border-right: 0em solid orange;
  }

  100% {
    opacity: 1;
    border: none;
  }
}

@-webkit-keyframes type2 {
  0% {
    width: 0;
  }

  1% {
    opacity: 1;
  }

  99.9% {
    border-right: 0em solid orange;
  }

  100% {
    opacity: 1;
    border: none;
  }
}

@keyframes type3 {
  0% {
    width: 0;
  }

  1% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes type3 {
  0% {
    width: 0;
  }

  1% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

@keyframes blink {
  50% {
    border-color: transparent;
  }
}

@-webkit-keyframes blink {
  50% {
    border-color: tranparent;
  }
}

/** BOT WRAP **/

.clever-content .bot-wrap {
  position: fixed;
  bottom: 140px;
  right: 60px;
  z-index: 999;
}

.clever-content .bot-wrap:hover {
  cursor: pointer;
}

.clever-content .bot-wrap-icon {
  position: absolute;
  left: 0px;
}

/* 
.modal .modal-side {
  position: absolute;
  width: 100%;
  margin: 0;
} */

/* .modal {
  overflow-x: auto;
  overflow-y: auto;
} */

/* .modal .modal-dialog.modal-bottom-right {
  right: 360px;
  bottom: 50px;
} */

@media (max-width: 1024px) {
  .clever-content .modal .modal-dialog.modal-bottom-right {
    right: 140px;
    bottom: 50px;
  }
}

@media (max-width: 812px) {
  .clever-content .modal .modal-dialog.modal-bottom-right {
    bottom: 0px;
    position: relative !important;
    top: 100px;
    right: 3px;
  }
}

.clever-content .btn-bot-wrap {
  background: transparent url("/clever/images/bot-wrap.png") no-repeat left top;
  border: 0;
  background-size: 200px 200px;
  height: 200px;
  width: 200px;
}

/** END BOT WRAP **/

/** MODAL SECTION **/

.clever-content .modal-dialog {
  width: 770px !important;
  max-width: 770px !important;
}

.clever-content .modal-header {
  background: #161739;
  color: #ffffff;
  position: relative;
  border-top-left-radius: .8rem;
  border-top-right-radius: .8rem;
}

.clever-content .modal-header h5 {
  font-size: 1rem;
}

.clever-content .modal-title-text {
  display: inline-block;
  position: absolute;
  bottom: 18px;
  padding-left: 15px;
}

.clever-content .btn-close {
  color: #ffffff;
}

.clever-content .modal-body {
  background: #eaf3f9;
}

.clever-content .modal-content {
  border-radius: 1rem;
}

.clever-content .modal-footer {
  border-top: 0px;
  background: #eaf3f9;
  border-bottom-left-radius: .8rem;
  border-bottom-right-radius: .8rem;
}

/** COMPANY LIST **/

.clever-content .company-wrap {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 350px;
  padding: 0px 10px 0px 0px;
}

.clever-content .company-item {
  display: block;
  background: #dae9f3;
  padding: 15px;
  border-radius: .8rem;
  margin-bottom: 10px;
  animation-fill-mode: forwards;
  opacity: 0;
}

.clever-content .query-result {
  opacity: 0;
  animation-fill-mode: forwards;
}

.clever-content .animation {
  animation: fly 0.4s linear 0s 1 normal;
  opacity: 0;
  animation-fill-mode: forwards;
  right: -20px;
  position: relative;
}

.clever-content .company-item.active, .clever-content .company-item:hover {
  background: rgb(174, 254, 78);
  background: linear-gradient(90deg, rgba(174, 254, 78, 1) 0%, rgba(26, 214, 129, 1) 100%);
  font-weight: bold;
  color: #000000;
  cursor: pointer;
}

.clever-content .company-name {
  width: 100%;
  border-radius: .8rem;
  border: 0;
  padding: 15px;
}

.clever-content .notice-information, .clever-content .text-question {
  height: 160px;
  border: 0;
  border-radius: .8rem;
}

.clever-content .company-keywords {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 12px;
  margin-bottom: 12px;
}

.clever-content .company-name-style {
  font-size: 20px !important;
  font-weight: bold !important;
  letter-spacing: -0.05em !important;
  margin-bottom: 15px;
  padding-bottom: 0px !important;
}

.clever-content .modal-5-keywords-style {
  border: unset !important;
}

.clever-content .highLights {
  background-color: #b5d2fe;
}

.clever-content .modal-5-ic {
  cursor: pointer;
  position: relative;
  top: -1px;
  z-index: 99;
}

.clever-content .title, .clever-content .selected-company, .clever-content .notice-title {
  font-size: 24px;
  font-weight: bold;
  color: #000000;
}

.clever-content ul.search-keywords {
  margin: 25px 0 0 0;
  padding: 0;
  list-style: none;
}

.clever-content ul.search-keywords li {
  margin: 0;
  padding: 0 25px 0 0;
  list-style: none;
  display: inline-block;
}

.clever-content ul.search-keywords li.icon-pin {
  background: url("/clever/images/icon-pin.png") no-repeat left top;
  padding-left: 25px;
}

.clever-content ul.search-keywords li.icon-tag {
  background: url("/clever/images/icon-tag.png") no-repeat left top;
  padding-left: 25px;
}

.clever-content .question-icon {
  position: absolute;
  left: -9px;
  top: -6px;
  margin: 0;
  padding: 0;
}

.clever-content .arrow-icon {
  position: absolute;
  right: 25px;
  bottom: 35px;
}

.clever-content .share-box-wrap {
  position: relative;
  background: linear-gradient(to right, #adfe4f, #aef0d2);
  padding: 2px;
  border-radius: .5rem;
  top: 75px;
  left: 6px;
}

.clever-content .share-box-content {
  background: #ffffff;
  color: #000000;
  font-weight: bold;
  padding: 0px;
  border-radius: .5rem;
}

.clever-content .block-share-wrap {
  position: relative;
  background: linear-gradient(to right, #adfe4f, #aef0d2);
  padding: 2px;
  border-radius: 5rem;
}

.clever-content .block-share-wrap:hover {
  cursor: pointer;
}

.clever-content .block-share-content {
  background: #ffffff;
  color: #000000;
  font-weight: bold;
  padding: 20px 20px 20px 115px;
  border-radius: 5rem;
}

/* Spinner */

.clever-content .spinner-border-wrap {
  visibility: hidden;
  background: url("/clever/images/icon-loader-wrap.png") no-repeat left top;
  position: fixed;
  left: calc(50% - 140px);
  top: calc(50% - 140px);
  width: 210px;
  height: 210px;
}

.clever-content .spinner-border-wrap img {
  position: absolute;
  left: 84px;
  bottom: 62px;
}

.clever-content .spinner-border-wrap.show {
  visibility: visible;
}

.clever-content .overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  visibility: hidden;
}

.clever-content .overlay.show {
  visibility: visible;
}

/* Bot wrap */

.clever-content .loading {
  -webkit-animation: rotation 20s infinite linear;
}

.clever-content .result-loading {
  -webkit-animation: rotation 5s infinite linear;
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
  }
}

.clever-content .modal .modal-content {
  background-color: unset !important;
  min-height: 640px;
}

.clever-content .modal .modal-body {
  padding-top: 30px !important;
  padding-left: 10px;
  padding-right: 40px;
}

.clever-content .vertical-center {
  height: 416px !important;
  align-items: center !important;
}

.clever-content .modal .modal-footer {
  padding-bottom: 30px !important;
}

.clever-content .modal .form-control:focus {
  box-shadow: unset;
}

.clever-content .modal .modal-title-text {
  font-weight: bold !important;
}

.clever-content .fly-animation {
  position: relative;
  animation: fly 0.4s linear 0s 1 normal;
  /* Opera*/
  margin-top: 0;
  opacity: 0;
  animation-fill-mode: forwards;
  right: -20px;
}

.clever-content .company-result-box {
  max-height: 370px !important;
}

.clever-content .fly-animation:nth-child(2) {
  animation-delay: 0.1s !important;
}

.clever-content .fly-animation:nth-child(3) {
  animation-delay: 0.2s !important;
}

.clever-content #company-item-list>.col-6:nth-of-type(1)>.company-item {
  animation-delay: 0.1s !important;
}

.clever-content #company-item-list>.col-6:nth-of-type(2)>.company-item {
  animation-delay: 0.1s !important;
}

.clever-content #company-item-list>.col-6:nth-of-type(3)>.company-item {
  animation-delay: 0.2s !important;
}

.clever-content #company-item-list>.col-6:nth-of-type(4)>.company-item {
  animation-delay: 0.2s !important;
}

.clever-content #company-item-list>.col-6:nth-of-type(5)>.company-item {
  animation-delay: 0.3s !important;
}

.clever-content #company-item-list>.col-6:nth-of-type(6)>.company-item {
  animation-delay: 0.3s !important;
}

.clever-content #company-item-list>.col-6:nth-of-type(7)>.company-item {
  animation-delay: 0.4s !important;
}

.clever-content #company-item-list>.col-6:nth-of-type(8)>.company-item {
  animation-delay: 0.4s !important;
}

.clever-content #company-item-list>.col-6:nth-of-type(9)>.company-item {
  animation-delay: 0.5s !important;
}

.clever-content #company-item-list>.col-6:nth-of-type(10)>.company-item {
  animation-delay: 0.5s !important;
}

.clever-content #company-item-list>.col-6:nth-of-type(11)>.company-item {
  animation-delay: 0.6s !important;
}

.clever-content #company-item-list>.col-6:nth-of-type(12)>.company-item {
  animation-delay: 0.6s !important;
}

.clever-content #company-item-list>.col-6:nth-of-type(13)>.company-item {
  animation-delay: 0.7s !important;
}

.clever-content #company-item-list>.col-6:nth-of-type(14)>.company-item {
  animation-delay: 0.7s !important;
}

.clever-content .query-result:nth-of-type(1) {
  animation-delay: 0.1s !important;
}

.clever-content .query-result:nth-of-type(2) {
  animation-delay: 0.2s !important;
}

.clever-content .result-image-style {
  position: relative;
  top: -32px;
  left: -20px;
}

.clever-content h3 {
  border-bottom: unset;
}

.clever-content .result-img-letter-style {
  position: relative;
  font-size: 13px;
  top: -100px;
  color: #343871;
  margin: 0px;
  left: 9.5vh;
  letter-spacing: -1.2px;
}

.clever-content .question-example-img-style {
  height: auto;
  position: relative;
  top: -32px;
  left: -13px;
}

.clever-content .no-result-style {
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  margin-top: 50px;
}

@keyframes fly {
  from {
    right: -20px;
    opacity: 0;
  }

  to {
    right: 0;
    opacity: 1;
  }
}

.clever-content .orange-div-btn {
  background: rgb(250, 205, 40);
  background: linear-gradient(90deg, rgba(250, 205, 40, 1) 0%, rgba(255, 91, 77, 1) 100%);
  color: white;
  padding: 5px 20px 5px 20px;
  border-radius: 20px;
  width: 71px;
  font-weight: bold;
  font-size: 16px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  line-height: 24px;
}

/* 스크롤바 스타일 */

/* width */

.clever-content .company-wrap::-webkit-scrollbar {
  width: 5px;
}

/* Track */

.clever-content .company-wrap::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */

.clever-content .company-wrap::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */

.clever-content .company-wrap::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.clever-content .search_img>div {
  position: absolute;
}

.clever-content .recommand_keyword {
  top: 173px;
  left: 300px;
  border-bottom: 1px solid rgba(112, 112, 112, 0.2);
  width: 400px;
  padding-bottom: 10px;
}

.clever-content .keyword {
  font-family: 'GmarketSansTTFBold' !important;
  font-size: 15px;
}

.clever-content .keyword_list {
  bottom: 225px;
  left: 292px;
}

.clever-content .keyword_list>.btn {
  color: #010101 !important;
  font-size: 13px;
  font-family: "Noto Sans KR";
  font-weight: normal !important;
}

.clever-content .keyword_list>.btn:focus {
  box-shadow: unset;
}

.clever-content .keyword_list>.btn {
  width: 76px !important;
  border-radius: 0px;
}