a {
  text-decoration: none;
}
ul {
  list-style-type: none;
}

.br::before {
  display: none;
}

@media (max-width: 576px) {
  .br::before {
    content: '\A';
    white-space: pre-wrap;
    display: inline;
  }
}

/* main  */
section .main {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  background-image: url(/93/img/0B1A6505-2.jpg);
  background-size: cover;
  background-position: 50% 40%;
  background-repeat: no-repeat;
  width: 100%;
  height: 85vh;
  position: relative;
  margin: 0 auto;
}

@keyframes slideUp {
  from {
    transform: translateY(20%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.main .txt-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  max-width: 500px;
  padding: 20px;
  margin-right: 27%;
  margin-top: 11.75em;
}

.main .txt-wrap .tit-vol {
  font-family: 'Poppins', sans-serif;
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.2;
  text-transform: uppercase;
  color: #eaeaea;
  margin-bottom: 0.5em;
  padding-left: 0.25em;
}

.main .txt-wrap .tit-main {
  font-family: 'Noto Serif KR';
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.3;
  letter-spacing: -1.3px;
  color: #eaeaea;
  margin-bottom: 0.7em;
  text-indent: -0.05em;
}

.main .txt-wrap .tit-main:hover {
  font-weight: 300;
  color: #52bcc5;
  cursor: pointer;
}

.main .txt-wrap .more-button {
  display: inline-block;
  width: 100%;
  margin-top: 0px;
  padding: 10px;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  text-align: center;
  border: solid 1px #75648a;
  border-radius: 999px;
  border: 2px solid #c2c0c0;
  transition: background-color 0.3sease;
}

.main .txt-wrap .more-button:hover {
  background-color: #fff;
  color: #52bcc5;
  cursor: pointer;
}

/* main media query  */

@media (max-width: 1024px) {
  section .main {
    background-position: 57%;
  }
  .main .txt-wrap {
    padding: 20px 20px 0 o;
  }
  .main .txt-wrap .tit-main {
    font-size: 1.8rem;
    letter-spacing: -0.7px;
  }
  .main .txt-wrap .tit-vol {
    padding-left: 0em;
  }
  .main .txt-wrap .more-button {
    width: 70%;
  }
}

@media (max-width: 768px) {
  section .main {
    background-position: 30% 0;
  }

  .main .txt-wrap {
    margin-right: 10%;
  }
}

@media (max-width: 575px) {
  section .main {
    justify-content: center;
    align-items: flex-end;

    background-position: 19% 40%;
  }

  .main .txt-wrap {
    display: flex;
    max-width: 280px;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0px;
    margin-left: 0px;
    margin-bottom: 2em;
    margin-right: 0;
  }

  .main .txt-wrap .tit-ko {
    font-size: 0.9rem;
    color: #bb749a;
    text-align: center;
    margin-bottom: 0;
  }

  .main .txt-wrap .tit-main {
    /* font-family: 'Noto Serif KR', serif; */
    /* font-weight: 200; */
    color: #f6eff3;
    text-indent: -0.05em;
    display: block;
    font-size: 2rem;
    line-height: 1.3;
    letter-spacing: -0.5px;
    text-align: cetner;
    margin-bottom: 0.5em;
  }
}

@media (max-width: 439px) {
  section .main {
    background-size: 369%;
    background-position: 27% 76%;
    height: 92vh;
    background-image: url(/93/img/0B1A6505-2.jpg);
    background-repeat: no-repeat;
    justify-content: center;
    align-items: flex-end;
  }
  .main .txt-wrap {
    display: flex;
    max-width: 280px;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0px;
    margin-left: 0px;
    margin-bottom: 4em;
    margin-right: 0;
  }

  .main .txt-wrap .more-button {
    display: inline-block;
    width: 70%;
    margin-top: 0px;
    padding: 11px;
    color: #ffffff;
    font-size: 0.9rem;
    font-weight: 500;
    text-decoration: none;
    text-align: center;
    border-radius: 999px;
    transition: background-color 0.3sease;
    background-color: rgb(126 118 118 / 50%);
  }

  .main .txt-wrap .tit-vol {
    /* display: none; */
    font-size: 0.9rem;
    margin-bottom: 0em;
    padding-left: 0em;
    margin-bottom: 0.5em;
  }
}

/*생성형 AI의 위협 속 실연자 권리 보호/////////*/
/* content > con-issue  */
.con-issue {
  background-color: #c36e76;
  display: flex;
  justify-content: center;
}
.con-issue .inner {
  max-width: 1100px;
  position: relative;
  background-color: #fff;
  margin-top: 100px;
  display: flex;
  flex-direction: column;
}

.con-issue .tit-box-color {
  position: absolute;
  top: -50px;
  left: 0;
  width: 160px;
  height: 50px;
  background-color: #75648a;
  display: flex;
  justify-content: center;
  align-items: center;
}

.con-issue .tit-box-txt {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}

.issue-box-image img {
  width: 100%;
}

.issue-box {
  padding: 73px 70px 64px 70px;
  font-family: 'Noto Sans KR, san-serif';
  display: flex;
  flex-direction: column;
  background: #ffffff;
  align-items: center;
  gap: 20px;
}

.issue-box .sub-title {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: -0.5px;
  color: #858585;
  margin-bottom: 0.6em;
  margin-left: 0.1em;
}

.issue-box h3 {
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: -0.7px;
  color: #2f899c;
  margin-top: 0.2em;
  margin-bottom: 0.2em;
  letter-spacing: -0.02em;
}

.issue-box h3 .eng_tit {
  font-size: 1.3rem;
  font-weight: 400;
  color: #c0c0c0;
  letter-spacing: 0.3px;
  margin-left: 5px;
  line-height: 1em;
}

.issue-box h4 {
  font-size: 1.3rem;
  font-weight: 600;
  letter-spacing: -0.5px;
}

.issue-box h5 {
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: -0.8px;
  color: #2f899c;
  line-height: 1.3em;
  margin-top: 0.7em;
  margin-bottom: 0.1em;
  padding: 0 2.5em;
}

@media (max-width: 1074px) {
  .issue-box h5 {
    padding: 0 1.5em;
  }
}

@media (max-width: 950px) {
  .issue-box h5 {
    padding: 0 0.5em;
  }
}

.issue-box h6 {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: -0.4px;
  padding-bottom: 5px;
  line-height: 1.5em;
  color: #727272;
}

.issue-box-top .txt-wrap {
  width: 100%;
}

.issue-box-top a {
  margin-bottom: 10px;
  min-height: 100px;
}

.issue-box-top p {
  display: -webkit-box;
  max-width: 100%;
  box-sizing: border-box;
  font-size: 1.05rem;
  font-weight: 500;
  letter-spacing: -0.3px;
  text-align: justify;
  color: #5f585b;
  position: relative;
  line-height: 1.7em;
  padding-left: 0.3em;
}

.issue-box-top p span.bottom_line_purple {
  border-bottom: 1px solid #badaf4;
  /* box-shadow: inset 0 -1px 0 0 #99b2ec; */
}

.issue-box-top p.body-txt:hover {
  font-weight: 500;
  color: #3d6284;
  cursor: pointer;
  text-decoration: underline;
}

.issue-box-bottom {
  display: flex;
  max-width: 960px;
  width: 100%;
  justify-content: center;
}

.issue-box-bottom {
  gap: 30px;
}

.issue-box-bottom .issue-subbox {
  flex: 1;
  position: relative;
  border: 3px solid #2f899c;
  padding: 1.5em;
  background: #fff;
  transition: opacity 0.3s ease;
  text-align: center;
}

.tit-issue {
  position: absolute !important;
  width: 100px;
  height: 26px;
  top: 0%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  font-size: 0.9rem;
  font-weight: 500;
  color: #fff;
  background-color: #2f899c;
  line-height: 2;
}

.issue-box-bottom .issue-subbox * {
  position: relative;
  z-index: 2;
}

.issue-box-bottom .issue-subbox img {
  width: 100%;
  margin-bottom: 20px;
}

.issue-box-bottom .issue-subbox .more-button {
  display: inline-block;
  width: 94%;
  padding: 10px 16px;
  background-color: #f1f0f0;
  color: #607391;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  border-radius: 43px;
  transition: background-color 0.3sease;
}

.issue-subbox .more-button:hover {
  background-color: #c36e76;
  /* border: solid 1px #c36e76; */
  color: #ffffff;
}

.issue-box-bottom p.issue-int {
  margin-bottom: 0.3em;
}

.issue-box-bottom p.body-txt {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: -0.2px;
  text-overflow: ellipsis;
  text-align: justify;
  margin: 0;
  color: #666;
}

.issue-box-bottom p.body-txt:hover {
  font-weight: 500;
  color: #6c71b2;
  cursor: pointer;
  text-decoration: underline;
}

/* con-issue media query  */

@media (max-width: 1024px) {
  .issue-box {
    padding-bottom: 50px;
  }

  .issue-box-bottom {
    gap: 10px;
  }
  .issue-box-bottom .issuePlus {
    width: 150px;
    margin-right: 15px;
  }
  .issue-box-top {
    margin-bottom: 0px;
  }
}

@media (max-width: 768px) {
  .con-issue .inner {
    width: 675px;
    max-width: 675px;
    position: relative;
    background-color: #fff;
    margin-top: 70px;
  }
  .issue-box {
    padding: 73px 47px 52px 47px;
  }
  .issue-box-top {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .issue-box-top p {
    font-size: 0.9rem;
  }
  .issue-box .txt-wrap {
    width: 100%;
  }
  .issue-box .img-wrap {
    width: 100%;
    height: auto;
    background-image: url(/93/img/issue_index1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
    margin: 0;
  }
  .issue-box h3 {
    font-size: 2rem;
  }
  .issue-box-top {
    margin-bottom: 0px;
  }
  .issue-box-bottom {
    display: flex;
    flex-direction: column;
    max-width: 1000px;
    justify-content: space-between;
    gap: 1.2em;
  }
}

.issue-subbox.sub02 .image-wrapper {
  position: relative;
}
.issue-subbox.sub02 .issue-int {
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 0.3em 0em 0em;
  background-color: #c15726;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 500;
}

@media (max-width: 575px) {
  .issue-box-top .txt-wrap {
    width: 100%;
    padding: 0em;
    padding: 0px 30px;
  }
  .issue-box-top p {
    font-size: 1rem;
    padding-left: 0;
  }
  .con-issue .tit-box-color {
    width: 100%;
  }
  .issue-box-bottom {
    gap: 1em;
    padding: 0 30px;
  }
  .issue-box-bottom .issue-subbox {
    padding: 1em;
  }
  .issue-box {
    padding: 0px;
    font-family: 'Noto Sans KR, san-serif';
    display: flex;
    flex-direction: column;
    color: #444;
    margin-bottom: 65px;
  }
  .issue-box h3 {
    font-size: 2.5rem;
  }
  .issue-box h3 .eng_tit {
    font-size: 1.2rem;
    font-weight: 400;
    color: #c0c0c0;
    letter-spacing: 0.3px;
    margin-left: 5px;
    line-height: 0em;
  }
  .issue-box h3 span::before {
    content: '\A';
    white-space: pre;
  }
  .issue-box h5 {
    font-size: 1.6rem;
    letter-spacing: -0.6px;
    font-weight: 700;
    margin-top: 1em;
  }
  .issue-box h6 {
    padding-bottom: 0;
  }
  .issue-box-bottom .issue-subbox .more-button {
    width: 40%;
    padding: 7px;
  }
}

/* content > con-article  */
.con-article {
  display: flex;
  justify-content: center;
}

.con-article .inner {
  max-width: 1100px;
  position: relative;
  display: flex;
  justify-content: center;
  padding-top: 70px;
}

.con-article-wrap {
  display: flex;
}

.article-box {
  border: 3px solid #d4cdd1;
  padding: 2.5em;
  border-radius: 24px;
}

.article-box .img-wrap {
  height: 250px;
  margin-bottom: 20px;
  background-repeat: no-repeat;
  background-size: cover;
  transition: opacity 0.3s ease;
}

.article-box .img-wrap:hover {
  opacity: 0.8;
  box-shadow: 0 0 15px rgba(177, 156, 227, 0.5);
}

.column-box {
  margin-right: 30px;
}
.column-box,
.column-box2 {
  position: relative;
  width: 50%;
}

.column-box .img-wrap {
  background-image: url(/93/img/column93-1-1.png);
  background-size: cover;
  background-position: 50% 60%;
}
.column-box2 .img-wrap {
  background-image: url(/93/img/columnbg_93-2-1.jpg);
  background-size: cover;
  background-position: 50% 45%;
}

.con-article .article-box h4 {
  font-size: 1.6rem;
  font-weight: 500;
  color: #2a8484;
  letter-spacing: -1px;
  line-height: 1.4;
}

.con-article .article-box h6 {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: -0.3px;
  padding-bottom: 1em;
  margin-bottom: 1.2em;
  border-bottom: 0.5px solid #888;
  line-height: 1.5em;
  color: #555;
}

.con-article .article-box .txt-wrap {
  text-align: center;
}

.con-article .article-box .txt-wrap p {
  font-size: 1rem;
  font-weight: 400;
  color: #666;
  letter-spacing: -0.5px;
  line-height: 1.6;
  text-align: justify;
}

.con-article .article-box .txt-wrap p:hover {
  color: #3d6284;
  cursor: pointer;
  text-decoration: underline;
}

.con-article .article-box .more-button {
  display: inline-block;
  width: 100%;
  margin-top: 30px;
  padding: 12px 16px;
  background-color: #fff;
  color: #75648a;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  text-align: center;
  border: solid 1px #75648a;
  border-radius: 999px;
  transition: background-color 0.3sease;
}

.article-box .more-button:hover {
  background-color: #c36e76;
  border: solid 1px #c36e76;
  color: #ffffff;
}

.article-box .tit-box-wrap {
  position: absolute;
  width: 100%;
  height: 50px;
  border-bottom: 2px solid #553c67;
}

.column-box .tit-box-wrap {
  top: -70px;
  left: 0;
}
.column-box2 .tit-box-wrap {
  top: -70px;
  left: 0;
}

.column-box .tit-box-color {
  width: 160px;
  height: 50px;
  background-color: #6d3a50;
  display: flex;
  justify-content: center;
  align-items: center;
}

.column-box2 .tit-box-color {
  width: 160px;
  height: 50px;
  background-color: #6d3a50;
  display: flex;
  justify-content: center;
  align-items: center;
}

.con-article .tit-box-txt {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}

/* con-article media query  */

@media (max-width: 1024px) {
  .con-article .inner {
    width: 940px;
    max-width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    padding-top: 50px;
  }
}

@media (max-width: 768px) {
  .con-article .inner {
    width: 100%;
    max-width: 770px;
    position: relative;
    display: flex;
    justify-content: center;
    padding-top: 50px;
  }

  .con-article-wrap {
    flex-direction: column;
    width: 89%;
  }
  .article-box {
    display: flex;
  }

  .column-box,
  .column-box2 {
    margin-right: 0;
    margin-bottom: 30px;
    position: relative;
    width: 100%;
  }

  .essay-box {
    margin-bottom: 20px;
  }
  .article-box .img-wrap {
    width: 40%;
    height: auto;
    background-repeat: no-repeat;
    background-size: cover;
    margin-right: 40px;
    margin-bottom: 0px;
  }
  .article-box .txt-wrap {
    width: 60%;
  }
  .con-article .article-box h4 {
    font-size: 1.8rem;
    line-height: 1.3;
  }
  .article-box .txt-wrap p {
    max-height: 128px;
    height: 100%;
    overflow: hidden;
  }
}

@media (max-width: 687px) {
  .article-box {
    flex-direction: column;
    border: 3px solid #d4cdd1;
    padding: 1.6em;
    border-radius: 12px;
  }
  .article-box .txt-wrap {
    width: 100%;
  }
  .article-box .img-wrap {
    width: 100%;
    height: 200px;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 1em;
  }
  .article-box .txt-wrap p {
    max-height: 74px;
    height: 100%;
    overflow: hidden;
  }
}

@media (max-width: 576px) {
  .con-article .inner {
    padding-top: 40px;
  }

  .column-box,
  .column-box2 {
    position: relative;
    width: 100%;
  }
  .column-box2 {
    margin-bottom: 0px;
  }
  .column-box .tit-box-color {
    width: 100%;
  }
  .con-article .article-box h4 {
    margin-top: 1em;
  }
}

@media (max-width: 465px) {
  .article-box .img-wrap {
    margin-bottom: 0;
  }
}

/* //스크롤섹션  */
.scroll-section {
  opacity: 0;
  transform: translateY(30px);
  transition:
    opacity 0.6s ease-out,
    transform 0.6s ease-out;
}

.scroll-section.show {
  opacity: 1;
  transform: translateY(0);
}

/* 93호팝업  */
/* === 공통 오버레이 === */
#kobpra-popup-overlay {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  padding: 10px;
  pointer-events: none;
}

/* 공통 팝업 박스 */
.kobpra-popup {
  position: relative;
  background: transparent;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  overflow: hidden;
  font-size: 14px;
}

.kobpra-popup,
.kobpra-popup-mobile {
  pointer-events: auto;
}

/* 공통 닫기 버튼 (X) */
.kobpra-popup-close {
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  color: #fff !important;
  width: auto !important;
  height: auto !important;
  padding: 0 !important;
  font-size: 18px;
  line-height: 1;
}

/* ========= 데스크톱용 팝업 ========= */
.kobpra-popup-desktop {
  width: 300px;
  display: flex;
  flex-direction: column;
}

/* 이미지 영역 */
.kobpra-popup-image {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0; /* ← 이걸 0으로 맞추기 */
}

.kobpra-popup-image img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}

/* 하단 "오늘은 그만 보기" 라인 */
.kobpra-popup-footer {
  border-top: 1px solid #333333;
  background: #000000;
  color: #ffffff;
  padding: 8px 10px;
  font-size: 12px;

  display: flex;
  align-items: center;
  justify-content: space-between;
}

.kobpra-popup-hide-today {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  cursor: pointer;
}

.kobpra-popup-hide-today input[type='checkbox'] {
  margin: 0;
}

/* ========= 모바일용 팝업 ========= */
/* 기본은 숨김, 모바일에서만 노출 */
.kobpra-popup-mobile {
  width: 100%;
  max-width: 100%;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  border-radius: 8px 8px 0 0;
  padding: 0;
}

/* 상단 바: 높이 30px (요청사항) */
.kobpra-popup-mobile-bar {
  height: 50px;
  background: #60437b; /* 필요시 색 변경 */
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px;
}

.kobpra-popup-mobile-text {
  font-size: 13px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* 모바일 닫기 버튼 위치 */
.kobpra-popup-mobile .kobpra-popup-close {
  position: static;
  width: 20px;
  height: 20px;
  line-height: 20px;
  margin-left: 8px;
}

/* 하단 체크박스 영역: 흰색 배경 */
.kobpra-popup-mobile-footer {
  background: #000000; /* 배경: 검은색 */
  color: #ffffff; /* 글자: 흰색 */
  padding: 6px 10px;
  border-top: 1px solid #333333;
  font-size: 12px;

  display: flex;
  align-items: center;
  justify-content: space-between; /* 왼쪽: 체크박스, 오른쪽: 닫기 버튼 */
  text-align: left; /* 기존 right 정렬 덮어쓰기 */
}

/* ========= 반응형 분기 ========= */

/* 모바일(576px 이하): 이미지 있는 팝업 그대로 사용, 바텀바는 숨김 */
@media (max-width: 576px) {
  #kobpra-popup-overlay {
    align-items: center;
    justify-content: center;
  }
  .kobpra-popup-mobile {
    display: none;
  }
}

/* 데스크톱(577px 이상): 지금과 동일하게 유지 */
@media (min-width: 577px) {
  .kobpra-popup-mobile {
    display: none;
  }

  .kobpra-popup-desktop {
    position: fixed;
    bottom: 40px;
    right: 35px;
  }
}

@media (max-width: 576px) {
  .kobpra-popup-desktop {
    position: fixed;
    bottom: 0;
    /* left: 0; */
    right: 10px;
    width: 50%;
    max-width: 100%;
    margin: 0 auto;
    max-height: 70vh;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    border-radius: 12px 12px 0 0;
  }

  .kobpra-popup-image {
    flex: 1 1 auto; /* 이미지가 남은 공간만 채우도록 */
  }

  .kobpra-popup-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .kobpra-popup-footer {
    flex: 0 0 auto; /* footer는 항상 보이게 고정 */
    height: 30px; /* footer 높이 지정 (조절 가능) */
  }
}

/* popup87  */

/* popup  */
.popup {
  display: none;
  position: fixed;
  right: 27px;
  top: 100px;
  width: 284px;
  height: 374px;
  background-color: white;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  z-index: 1000;
}

.popup-content {
  position: relative;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}

.close-btn {
  position: absolute;
  top: -10px;
  right: 4px;
  width: 40px;
  height: 40px;
  font-size: 45px;
  cursor: pointer;
}

.dont-show {
  position: absolute;
  bottom: -168px;
  width: 100%;
  height: 25px;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: white;
  font-family: 'Noto Sans KR', sans-serif;
  font-weight: 300;
  font-size: 0.8rem;
}

.dont-show input {
  margin-right: 1em;
}

.popup-image {
  width: 100%;
  height: auto;
  cursor: pointer;
}

/* @media (max-width: 1200px) {
  .popup {
    width: 530px;
    bottom: 30px;
    left: 0;
    right: 0;
    top: auto;
    transform: none;
  }
} */

@media (max-width: 599px) {
  .popup {
    width: 100%;
    height: auto;
    bottom: 23px;
    left: 0;
    right: 0;
    top: auto;
    transform: none;
  }

  .popup-image {
    content: url('/93/img/newyearcard93-mobile.jpg');
  }

  .dont-show {
    bottom: -23px;
    background-color: #444;
  }

  .dont-show input {
    margin-right: 0.5em;
  }

  .close-btn {
    top: -4px;
    right: -3px;
    font-size: 30px;
  }
}
