/* 최대 너비 설정 */
.content-wrapper {
  max-width: 1200px;
  margin: 0 auto;
}

@media screen {
  .move-button {
    max-width: 1200px;
    width: 100%;
  }
}

.fontviewer, .move-button {
  border: none !important; /* 바깥 테두리 제거 */
  border-collapse: separate !important;
  border-spacing: 0 !important; /* 셀 간의 간격을 0으로 설정 */
}

.fontviewer th,
.fontviewer td,
.move-button th,
.move-button td {
  border: none !important; /* 셀의 테두리 제거 */
}
.move-button th,
.move-button td {
  padding: 2px !important;
}

/* 다운로드 버튼 */
#download {
  width: 100%;
  padding: 5px 5px 5px 5px;
  font-family: 'Open Sans', sans-serif;
  font-size: 100%;
  border: 2px solid #FBC5D5 !important;
  border-radius: 6px;
  transition: all 0.3s ease 0s;
  text-transform: uppercase;
  background: #ffffff;
  color: #F7759A !important;
  cursor: pointer;
  text-size-adjust: 100%;
}

#download:hover {
  color: #ffffff !important;
  border-color: #494949 !important;
  transition: all 0.3s ease 0s;
  background: #F7759A;
  font-weight: bold;
}

/* 전체 모음 페이지 이동 버튼 */
#Free {
  width: 100%;
  padding: 5px 5px 5px 5px;
  font-family: 'Open Sans', sans-serif;
  font-size: 100%;
  border: 2px solid #F1F1F1 !important;
  border-radius: 6px;
  display: inline-block;
  transition: all 0.3s ease 0s;
  text-transform: uppercase;
  background: #ffffff;
  color: #494949 !important;
  cursor: pointer;
  text-size-adjust: 100%;
}

#Free:hover {
  color: #ffffff !important;
  border-color: #494949 !important;
  transition: all 0.3s ease 0s;
  background: #9199E9;
  font-weight: bold;
}

/* 최상단 폰트 이름 */
#Fontname {
  top: 50%;
  right: 50%;
  line-height: 1.1;
  transform: translate(50%, -50%);
  font-size: 60px;
  font-weight: 700;
  color: #f5f5f5;
  text-shadow: 1px 1px 1px #919191,
               1px 2px 1px #919191,
               1px 3px 1px #919191,
               1px 4px 1px #919191,
               1px 5px 1px #919191,
               1px 6px 1px #919191,
               1px 7px 1px #919191,
               1px 8px 1px #919191,
               1px 9px 1px #919191,
               1px 10px 1px #919191,
               1px 18px 6px rgba(16, 16, 16, 0.4),
               1px 22px 10px rgba(16, 16, 16, 0.2),
               1px 25px 35px rgba(16, 16, 16, 0.2),
               1px 30px 60px rgba(16, 16, 16, 0.4);
}

/* 미리보기 창 */
.TA {
  padding: 10px 0px 12px 10px;
  color: #241F2C;
  background: #FBFBF6;
  border: 1px solid #F1F1F1;
  min-width: 100%;
  min-height: auto;
  max-width: 100%;
  max-height: auto;
  resize: none;
  outline: none;
  overflow: hidden;
}

/* 가상 요소로 세로로 긴 바 추가 */
.tex_Property {
  color: black;
}
.tex_Property::before {
  color: red;
  content: "|";
  margin-right: 5px;
  font-weight: bold;
}

hr.style-one {
  margin: 70px 0 70px 0;
  border: 0;
  height: 1px;
  background-image: linear-gradient(to right, rgba(106, 179, 137, 0), rgba(106, 179, 137, 0.75), rgba(106, 179, 137, 0));
}

hr {
  display: block;
  unicode-bidi: isolate;
  -webkit-margin-before: 0.5em;
  -webkit-margin-after: 0.5em;
  -webkit-margin-start: auto;
  -webkit-margin-end: auto;
  overflow: hidden;
  border-style: inset;
  border-width: 1px;
  width: 50%;
}

hr.style-two {
  border: 0;
  height: 1px;
  background-image: linear-gradient(to right, rgba(106, 179, 137, 0), rgba(106, 179, 137, 0.75), rgba(106, 179, 137, 0));
}

hr {
  display: block;
  unicode-bidi: isolate;
  -webkit-margin-before: 0.5em;
  -webkit-margin-after: 0.5em;
  -webkit-margin-start: auto;
  -webkit-margin-end: auto;
  overflow: hidden;
  border-style: inset;
  border-width: 1px;
  width: 100%;
}

/* 슬라이더 스타일 수정 */
#slider {
  cursor: pointer;
  -webkit-appearance: none;
  width: 100%;
  height: 5px;
  margin-left: 0;
  border-radius: 5px;
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
}

#slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #4CAF50;
  cursor: pointer;
}

#slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #4CAF50;
  cursor: pointer;
}

#Textwright {
  width: 100%;
  padding: 12px 15px 12px 15px;
  border: 1px solid #60a5fa;
  border-radius: 50px;
  font-size: 16px;
  outline: none;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
#Textwright:focus{
  box-shadow: 0 0 0 3px rgba(96, 165, 250, 0.3);
}

#inputbu {
  background-color: #6AB389;
  border: 1px solid #6AB389;
  color: aliceblue;
  font-size: 15px;
  cursor: pointer;
  width: 100%;
}

div.mainbox {
  border: solid #F1F1F1;
  border-radius: 5px;
  padding: 7px 7px 7px 7px;
  margin-bottom: 20px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  max-width: 1200px;
}

/* 접기-펴기 */
.spread {
  height: 100%;
  color: #fff;
  line-height: 1.5;
}

details {
  width: 100%;
  max-width: 1200px;
  background: #c3c3c3;
  border-radius: 6px;
  overflow: hidden;
}

summary::-webkit-details-marker {
  display: none;
}

summary {
  text-align: center;
  display: block;
  position: relative;
  padding: 150px 150px 150px var(--left-padding);
  background: #222;
  cursor: pointer;
  padding: 10px 0px 10px 0px;
  border: 1px solid #FFFFFF;
  border-radius: 6px;
}

details>.sentence {
  background-color: #333;
  padding: 10px 10px 10px 10px;
}

/* 라이선스 테이블 스타일 수정 */
#license {
  border: none;    /* 기존 코드 border: 1px #a39485 solid; */
  font-size: .9em;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .25);
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 5px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}

#license td,
#license th {
  border-bottom: 1px solid #e5e5e5;
  padding: 15px 15px 15px 15px;
  background-color: #ffffff;
  color: #000000;
}

#license th {
  background-color: #6A9FCE;
  color: #ffffff;
  text-align: center;
  padding: 15px 0px 15px 0px;
}
#tr_line {
  background-color: #ffffff;
  color: #000000;
}
.OX {
  text-align: center; 
  vertical-align: middle;
  font-size: 20px;
}
.effect {
  color: black;
}

/* 체크박스 스타일 수정 */
input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 15px;
  height: 15px;
  border: 2px solid #555;
  border-radius: 4px;
  margin-bottom: 7px;
  outline: none;
  transition: 0.3s;
  vertical-align: middle;
  cursor: pointer;
}

input[type="checkbox"]:checked {
  background-color: #4CAF50;
  border-color: #4CAF50;
}

input[type="checkbox"]:checked::before {
  display: block;
  text-align: center;
  line-height: 20px;
}
#notification {
  font-size: 14px;
  text-align: left;
  color: black;
  border: 1px #F8F8F8 solid;
  background-color: #F8F8F8;
  border-radius: 6px;
  margin: 30px 3px 20px 0px;
  padding: 30px 20px 30px 30px;
}
@media (max-width: 768px) {
  input::placeholder {
    font-size: 14px; /* placeholder 글자 크기를 작게 조정 */
  }
  .effect,
  .tex_Property,
  .move-button td {
    font-size: 13px;
  }
}
