/* 이력서 개행*/
.box_newline {
  word-wrap: break-word;
  word-break: break-all;
}

/* 유튜브 클릭 막기 */
.unclick {
  pointer-events: none;
}



.youtube_prev, .youtube_prev:active, .youtube_prev:focus, .youtube_next, .youtube_next:active, .youtube_next:focus{
    position : absolute; /* 문서 흐름에서 제외되고, 상위 포지션 요소 기준으로 배치 */
    /* top: 45%; */
    /* transform: translateY(-50%); */
    width: 50px; height: 20px;
    border: none; background-color: transparent; color: white; outline: none;
}

#youtube_container {
  position: relative;
  /* 컨테이너는 포지션 요소다*/
  
}

.youtube_items {

  justify-content: center;
  align-items: center;
}

.youtube_item {

  justify-content: center;
  align-items: center;
  display: none;
}

.youtube_active {
  color: white;
}

.youtube_prev {
  left: 0;
  margin-top: -15px;
}

.youtube_next {
  right: 0;
  /* next 버튼 오른쪽으로 */
  margin-top: -26px;
}

.youtube_stepper {
  margin-top: 15px;
  display: flex;
  justify-content: center;
}

.youtube_step {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #f1f4f7;
  margin: 0 6px;
}

.youtube_active-step {
  background-color: brown;
}

.errorTxt{
  white-space: normal;
}


.slick-prev, .slick-prev:active, .slick-prev:focus  {
  float:left;
  margin-right : 1%;
  transform: translate(0px, 76px);
  /* top: 45%; */
  /* transform: translateY(-50%); */
  width: 50px; height: 20px;
  border: none; background-color: transparent; color: white; outline: none;
}
.slick-next, .slick-next:active, .slick-next:focus {
  float:right;
  margin-right : -3%;
  transform: translate(0px, -100px);
  width: 50px; height: 20px;
  border: none; background-color: transparent; color: white; outline: none;
  /* top: 45%; */
  /* transform: translateY(50%); */
}

/* //spinner */


/* modal loading */
.on_loading {
  position: absolute;
  top: 65px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 1.5rem 1.5rem;
  width: 100%;
  height: calc(100% - 65px);
  background: rgba(255,255,255, .84);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px) !important;
  font-size: 18px;
  font-weight: bold;
  z-index: 999;
}

.on_loading.on_loading_full{
  position: fixed;
  top: 0;
  height: 100%;
}

.loading_form{
  position: relative;
  width: 100%;
  height: 100%;
}

.loading_form .on_loading{
  top: 0px;
  height: 100%;
}

/* //modal loading */

pre{
  white-space: pre-wrap;
  font-family: inherit;
  font-size: 100%;
  font-weight: normal;
}


.spinner_wrap{
  position: relative;
  width: 50%;
  height: 20%;
}

.spinner {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  box-shadow: 0 40px 0 #ffad31;
  position: relative;
  animation: loader11-u7f16642c 0.8s ease-in-out alternate infinite;
  animation-delay: 0.32s;
  top: 50%;
  margin: -50px auto 0;
}

.spinner::after,
.spinner::before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  box-shadow: 0 40px 0 #ffad31;
  animation: loader11-u7f16642c 0.8s ease-in-out alternate infinite;
}

.spinner::before {
  left: -30px;
  animation-delay: 0.48s;
}

.spinner::after {
  right: -30px;
  animation-delay: 0.16s;
}

@keyframes loader11-u7f16642c {
  0% {
      box-shadow: 0 40px 0 #ffad31;
  }

  100% {
      box-shadow: 0 20px 0 #ffad31;
  }
}

/* //spinner */

/** fake textarea */
div.editable {
  width: 100%;
  height: 300px;
  border: 1px solid #dcdcdc;
  overflow-y: auto;
}
.mouse-cursor{
  cursor: pointer;
}

/* js 페이징 관련 */
div.paging {
  width: 100%;
  display: inline-flex;
  align-items: center;
  margin-top: 20px;
  justify-content: center;
}
div.paging > i, div.paging > div.pages{
  margin: 0 5px;
}
div.paging > i, div.paging > div.pages > span {
  /* padding: 16px; */
  margin: 0 10px;
  cursor: pointer;
}
div.paging > div.pages > span.active {
  color: #ffad31;
  font-weight: bold;
}

div.certificate_checkbox > input {
  float: right;
}

.consultantconfirm{
  margin-top : 10px;
}

@keyframes blink-effect {
  50% {
    opacity:0;
  }
}
.blink {
  animation: blink-effect 2.3s step-end infinite;
}

.flex-items{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.emailBasket{
  margin : 1em;
}

.page_break{
  width: 21cm;
  min-height: 29.7cm;
  page-break-inside:avoid;
  page-break-after:auto;
  /*height: 29.7cm;*/
}
.page_break2{
  width: 21cm;
  min-height: 29.7cm;
  /* page-break-inside:avoid; */
  page-break-after:auto;
  /*height: 29.7cm;*/
}

@page {
  size: A4;
}

@media print {
  .page_break {
    page-break-inside:avoid;
    page-break-after:auto;
  }
}

.ai_hover:hover{
  background-color: orange;
}

.ai-modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  padding: 1.2rem 1.5rem;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
  border-top: none;
  /* box-shadow: 0px -20px 20px 0px rgb(255 255 255); */
  z-index: 10;
}

#youtube_search_list {
  display: flex;
  flex-wrap: wrap; /* 필요한 경우 줄바꿈을 허용합니다. */
  justify-content: space-between; /* 요소들 사이에 공간을 동일하게 배분합니다. */
}
.video-item {
  flex: 1 0 20%; /* flex-grow, flex-shrink, flex-basis */
  margin: 1em; /* 각 item 주위에 약간의 여백을 추가합니다. */
}



