/*@import url('https://fonts.googleapis.com/css2?family=Nanum+Myeongjo&family=Noto+Sans+KR:wght@100;300&display=swap');*/
@import url("https://fonts.googleapis.com/css2?family=Nanum+Myeongjo:wght@400;700&family=Noto+Sans+KR:wght@100;300&display=swap");

/*로딩중*/
#loading-spinner {
  /*            font-weight: bold;*/
  display: none; /* Hide the spinner by default */
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5555;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 5px solid orangered;
  border-top-color: black;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/*여기까지 로딩중*/

.ab {
  /*background: azure;*/
  background: ;
  border-radius: 5px;
  color: black;
  font-weight: ;
  display: inline;
  padding: 0px 3px 0px 3px;
  border: 1.5px solid dodgerblue;
  border-collapse: collapse;
}

cell {
  display: inline-block;
}
cell:hover {
  background: pink;
  transition: background 0.3s ease-in;
}

label:hover {
  background: lightsteelblue;
}

.body_M {
  font: 1em "Apple SD 산돌고딕 Neo 옅은체";
  /*font: 10pt 'Noto Sans KR Light';*/
  letter-spacing: -0.5;
  text-align: justify;
  padding: 7px 15px 5px 15px;
  line-height: 1.3em;
}

pre {
  font-family: inherit;
  white-space: break-spaces;
}

.container {
  padding: 10px;
}

.u {
  text-decoration: underline;
  display: inline-block;
}

.c {
  display: inline-block;
  border: 1px solid red;
  padding: 2px;
}
.top100top {
  background-image: url("/static/img/buberry.jpg");
  height: 20px;
}
.top100box1 {
  border: 10px solid forestgreen;
  /*    background: forestgreen;*/
  padding: 20px;
  color: white;
}
/*forestgreen*/
.top100box2 {
  border: 10px solid sienna;
  /*    background: sienna;*/
  padding: 20px;
  color: white;
}

.border_blue {
  border: 1px solid dodgerblue;
  display: inline-block;
  padding: 10px;
}

input[type="checkbox"] {
  /*    -webkit-appearance: none;*/
  /*    border: 2px solid dodgerblue;*/
  /*    border-radius: 15px;*/
  width: 1.3em;
  height: 1.3em;
  /*    display: inline-block;*/
  /*    vertical-align: middle;*/
}

input[type="checkbox"]:checked {
  /*    -webkit-appearance: none;*/
  /*    border: 2px solid dodgerblue;*/
  /*    border-radius: 15px;*/
  width: 1.3em;
  height: 1.3em;
  background: orangered;
  /*    display: inline-block;*/
  /*    vertical-align: middle;*/
  /*    background: yellowgreen;*/
}

.number {
  padding: 1px 1px 1px 1px;
  /* border: 1px solid; */
  /* line-height: 1.2em; */
  font-family: Tahoma;
  font-size: 8px;
  /* border-radius: 5px; */
  color: rgb(255, 79, 79);
  font-weight: bold;
  display: inline-block;
}

.어법문제 {
  border-radius: 5pt;
  padding: 3px 3px 3px 3px;
  border: 1px solid dodgerblue;
  color: inherit;
  line-height: 1.5em;
  max-width: 500px;
  text-align: left;
}

.빈칸문제 {
  border-radius: 5pt;
  padding: 3px 3px 3px 3px;
  border: 1px solid dodgerblue;
  color: inherit;
  line-height: 1.5em;
  max-width: 500px;
  text-align: left;
}

.title {
  padding: 5px;
  font-weight: bold;
  display: inline-block;
  background: cadetblue;
  color: white;
  border-radius: 5px;
}

.title_top {
  font-size: 2em;
  font-weight: bold;
  display: inline-block;
  color: cadetblue;
  border-radius: 5px;
  vertical-align: -10;
  padding-bottom: 30px;
  text-align: center;
  box-sizing: border-box; /* 테두리와 패딩을 포함하여 전체 너비 계산 */
}

.퀴즈질문 {
  border-radius: 5pt;
  padding: 10px;
  background: dodgerblue;
  color: white;
  max-width: 500px;
  word-break: break-all;
  word-wrap: break-word;
}

.퀴즈문제왼 {
  text-align: left;
  display: inline-block;
  width: 300px;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: auto;
  overflow: hidden;
}

.퀴즈문제오 {
  text-align: right;
  display: inline-block;
}

.퀴즈정답제출 {
  background: red;
  border: 2px solid black;
}

.cloze {
  line-height: 2.5em;
  background: white;
  text-align: justify;
  display: inline;
}

.sound:hover {
  background: lightcyan;
}

.option {
  font-size: 1em;
  border: 1px solid black;
  width: 300px;
  text-align: center;
  border-radius: 10px;
  background: inherit;
  margin-bottom: 5px;
}

.option:hover,
.option:visited,
.option:link {
  background: gold;
}

.submit {
  font-size: 1em;
  border: 1px solid black;
  color: black;
  background: aquamarine;
  width: 350px;
  height: 80px;
}

.submit:hover {
  font-size: 1em;
  border: 1px solid black;
  color: white;
  background: slateblue;
  width: 350px;
  height: 80px;
}

mark {
  background: lightsteelblue;
  /*    border-radius: 10px;*/
}

input[type="radio"] {
  width: 1.5em;
  height: 1.5em;
}
/*input[type='radio'] {
    -webkit-appearance: none;
    border: 2px solid black;
    border-radius: 15px;
    width: 30px;
    height: 2em;
    display: inline-block;
    vertical-align: middle;
    }*/

/*input[type='radio']:checked {
    -webkit-appearance: none;
    text-align: center;
        width: 30px;
    height: 2em;
    border-radius: 15px;
    color: white;
    background-color: orangered;
    border: 2px solid black;
    content: 'check';
    display: inline-block;
    }*/

/*input[type='radio']:hover {
        -webkit-appearance: none;
        text-align: center;
        width: 30px;
        height: 2em;
        border-radius: 15px;
        color: white;
        background-color: royalblue;
        border: 2px solid black;
        content: 'check';
        display: inline-block;
        }
*/
input:hover {
  background: gold;
}

input:focus {
  background: gold;
}

textarea {
  font-family: Tahoma;
  border: 1px solid #1e90ff;
  border-radius: 5px;
  resize: none;
  outline: none;
  /*    border: none;*/
  vertical-align: middle;
  padding: 5px;
}

input.key {
  font-family: "password";
  background-color: white;
  border: 1px solid royalblue;
  color: royalblue;
  border-radius: 5px;
  letter-spacing: -1px;
  width: 200px;
  height: ;
  text-align: center;
  visibility: visible;
  display: inline-block;
}

@font-face {
  font-family: "password";
  font-style: normal;
  font-weight: 400;
  src: url(https://jsbin-user-assets.s3.amazonaws.com/rafaelcastrocouto/password.ttf);
}

a:link,
a:visited,
a:active {
  text-decoration: none;
  color: slategray;
}

a:hover {
  text-decoration: underline;
}

img:hover {
}

hr {
  border-top: 0.1px solid silver;
  /*    border-top: 0.5px solid #02343F;*/
  border-bottom: 0px solid white;
  border-left: 0px solid white;
  border-right: 0px solid white;
}

.col2 {
  -webkit-column-gap: 10px;
  column-count: 2;
  /*    border: 0px dashed rosybrown;*/
  /* column-rule-style: dashed; */
  column-rule-width: 1.2px;
  /*    column-rule-color: silver;*/
  text-align: justify;
}

body {
  /*    background: #F0EDCC;*/
  /*    background: red;*/
  /*    color: white;*/
  /*    font-family: Tahoma;*/
  /*    background: whitesmoke;*/
  font-family: Arial;
  background: white;
  margin: 0 0 0 0;
  line-height: 1.2em;
  font-size: 1.5em;
}

::placeholder {
  color: gray;
  text-align: center;
  font-size: 0.8em;
}

/*기존 것에서 가져온 것*/
.wordblock_run {
  width: 30%;
  display: inline-block;
}

.wordblock {
  font-weight: bolder;
  width: 30%;
  border: 0px solid silver;
  display: inline-block;
}

.col_run {
  font-size: 11pt;
  letter-spacing: -0.4;
  -webkit-column-gap: 20px;
  column-count: 1;
  border: 0px dashed rosybrown;
  column-rule-style: dashed;
  column-rule-width: 1.2px;
  line-height: 2;
  column-rule-color: silver;
}

.col2_run {
  font-size: 10pt;
  -webkit-column-gap: 20px;
  column-count: 2;
  border: 0px dashed rosybrown;
  column-rule-style: dashed;
  column-rule-width: 1.2px;
  line-height: 2;
  column-rule-color: silver;
}

.col2 {
  -webkit-column-gap: 30px;
  column-count: 2;
  border: 0px dashed rosybrown;
  column-rule-style: dashed;
  column-rule-width: 1.2px;
  column-rule-color: silver;
  text-align: justify;
}

.col3 {
  -webkit-column-gap: 10px;
  column-count: 3;
  font-size: 11pt;
  line-height: 2;
  letter-spacing: -0.5;
  column-rule-style: dashed;
  column-rule-width: 1.2px;
  column-rule-color: silver;
}

.titlenum {
  font: 10pt "Tahoma";
  border-radius: 5px;
  border: 1.5px solid CornflowerBlue;
  width: fit-content;
  padding: 2px;
  /* line-height: 1.2em; */
  text-align: center;
  color: CornflowerBlue;
  display: inline-block;
}

.titlenumb {
  font: 15pt "Tahoma";
  color: black;
  font-weight: bold;
  display: inline-block;
}

.titlenumber {
  padding: 1px 2px 1px 2px;
  text-align: center;
  border: 1px solid gray;
  font-family: Tahoma;
  font-size: 15px;
  line-height: 1.1em;
  border-radius: 2pt;
  background: gold;
  color: black;
  font-weight: bold;
  display: inline-block;
}

.number {
  padding: 1px 1px 1px 1px;
  /* border: 1px solid; */
  /* line-height: 1.2em; */
  font-family: Tahoma;
  font-size: 8px;
  /* border-radius: 5px; */
  color: rgb(255, 79, 79);
  font-weight: bold;
  display: inline-block;
}

.number_answer {
  text-align: center;
  line-height: 0.8em;
  padding: 2px;
  font-size: 8pt;
  font-weight: bold;
  border: 1px solid silver;
  /* border-radius: 5pt; */
  background-color: yellow;
  display: inline-block;
}

.clozeblank {
  color: white;
  border-bottom: 1px solid royalblue;
  letter-spacing: 6;
  display: inline-block;
}

.clozeblankbl {
  color: white;
  border-bottom: 0.1px solid royalblue;
  line-height: ;
  width: 50px;
  letter-spacing: ;
  display: inline-block;
}

.clozeblanko {
  color: white;
  border-bottom: 0.1px solid orange;
  line-height: 1.3em;
  letter-spacing: 5;
  display: inline-block;
}
.clozeblankr {
  color: white;
  border-bottom: 0.1px solid red;
  line-height: 1.4em;
  letter-spacing: 5;
  display: inline-block;
}

.title1 {
  padding: ;
  background-color: ;
  font-size: 13pt;
  color: white;
  line-height: 1;
  color: black;
}

.title2 {
  border: 1px solid black;
  border-radius: 5pt;
  background: #6495ed;
  width: 50%;
  color: white;
  padding: 10px 0px 10px 0px;
  font: 17pt "NanumMyeongjo";
  line-height: 1;
  font-weight: bold;
  text-align: center;

  /* background-size: 500px;
background-image:
  url('https://process.fs.grailed.com/AJdAgnqCST4iPtnUxiGtTz/cache=expiry:max/rotate=deg:exif/resize=width:2400,fit:crop/output=quality:70/compress/https://process.fs.grailed.com/u4xpRoRISiyrhIyACf5O'); */
}

.title5 {
  border: 1px solid black;
  color: skyblue;
  border-radius: 5pt;
  width: 60%;
  color: black;
  padding: 6 0 5 0;
  background-color: beige;
  font-size: 15pt;
  line-height: 1;
  font-weight: bold;
  text-align: center;
}

.title3 {
  border: 1px solid black;
  border-radius: 5pt;
  width: 60%;
  padding: 6 0 5 0;
  text-align: center;
  background-color: #45b1e8;
  font-size: 15pt;
  line-height: 1;
  color: black;
  font-weight: bold;
}

.col2_x {
  -webkit-column-gap: 30px;
  column-count: 2;
  font-size: 11pt;
  line-height: 1.7;
  border: 0px dashed rosybrown;
  column-rule-style: dashed;
  column-rule-width: 1.2px;
  column-rule-color: silver;
}

.col2_word {
  -webkit-column-gap: 50px;
  font-size: 8.5pt;
  word-spacing: ;
  column-count: 2;
  line-height: 1.5;
  border: 0px dashed rosybrown;
  column-rule-style: dashed;
  column-rule-width: 1.2px;
  column-rule-color: silver;
}

.col3_word {
  font-size: 8pt;
  word-spacing: -1;
  column-count: 3;
  line-height: 1.4;
  border: 0px dashed rosybrown;
  column-rule-width: 2px;
  column-rule-style: dashed;
  column-rule-color: silver;
}

.col4_word {
  font-size: 9pt;
  word-spacing: -1;
  column-count: 4;
  line-height: 1.4;
  border: 0px dashed rosybrown;
  column-rule-width: 2px;
  column-rule-style: dashed;
  column-rule-color: silver;
}

.col4 {
  -webkit-column-gap: 10px;
  column-count: 4;
  border: 0px dashed rosybrown;
  column-rule-style: dashed;
  column-rule-width: 1.2px;
  column-rule-color: silver;
}

.본문북_본문 {
  border-radius: 5pt;
  padding: 10px;
  border: 1px solid dodgerblue;
  color: inherit;
  max-width: 1200px;
  font-family: "Times New Roman";
  font-weight: normal;
  font-size: 1em;
  line-height: 1.7em;
  text-align: justify;
}
.title40 {
  border-radius: 10px;
  width: 350px;
  max-width: 700px;
  max-width: 600px;
  border: 0px solid black;
  padding: 10px 5px 10px 5px;
  line-height: inherit;
  background-color: dodgerblue;
  font-weight: ;
  color: white;
}

.title40_just {
  font-size: 18pt;
  border-radius: 10px;
  max-width: 700px;
  border: 0px solid black;
  padding: 5px 5px 5px 5px;
  line-height: inherit;
  background-color: #00000077;
  font-weight: bold;
  color: white;
  text-align: justify;
}

.title41 {
  border-radius: 10px;
  max-width: 700px;
  border: 0px solid black;
  padding: 15px 5px 15px 5px;
  line-height: 1.5em;
  color: white;
  background-color: rgb(0, 123, 255);
  font-size: 11pt;
  font-weight: bold;
  text-align: justify;
}

.title4 {
  border-radius: 3px;
  width: 100%;
  color: inherit;
  border: 1px solid black;
  padding: 5px 5px 5px 5px;
  line-height: ;
  background-color: ;
  font-size: 12pt;
  font-weight: bold;
  text-align: justify;
  word-break: keep-all;
  word-wrap: break-word;
  text-align: left;
}

.xp_sent {
  border-radius: 3px;
  width: 100%;
  color: inherit;
  border: 1px solid black;
  padding: 5px 5px 5px 5px;
  text-align: justify;
  font-size: 12pt;
  font-weight: bold;
  text-align: justify;
  word-break: keep-all;
  word-wrap: break-word;
}

.sent {
  padding: 0 0 0 0;
  width: 100%;
  vertical-align: top;
  display: inline-block;
}

.모의문제 {
  font-size: 0.85em;
  line-height: 1.5em;
  letter-spacing: -0.2;
  padding: 0 0 0 0;
  max-height: 90%;
  min-height: 45%;
  vertical-align: top;
  display: inline-block;
}

.sent {
  padding: 0 0 0 0;
  width: 100%;
  vertical-align: top;
  display: inline-block;
  text-align: justify;
}

@media screen and (min-width: 769px) {
  .퀴즈폰트 {
    font-size: 1em;
  }
  .퀴즈질문 {
    border-radius: 5pt;
    padding: 10px;
    background: dodgerblue;
    color: white;
    max-width: 1200px;
    line-height: 0.9em;
    word-break: break-all;
    word-wrap: break-word;
  }

  .퀴즈문제 {
    height: 100%;
    border-radius: 5pt;
    padding: 5px 0 5px 0;
    border: 1px solid dodgerblue;
    color: inherit;
    line-height: 1.5em;
    max-width: 1200px;
  }

  .어법문제 {
    border-radius: 5pt;
    padding: 5px 10px 5px 10px;
    border: 1px solid dodgerblue;
    color: inherit;
    font-size: 1.2em;
    line-height: 1.7em;
    max-width: 1200px;
    text-align: left;
  }

  .빈칸문제 {
    border-radius: 5pt;
    padding: 5px 10px 5px 10px;
    border: 1px solid dodgerblue;
    color: inherit;
    font-size: 1em;
    line-height: 2em;
    max-width: 1200px;
    text-align: left;
  }

  .퀴즈문제왼 {
    text-align: left;
    display: inline-block;
    max-width: 700px;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: auto;
    overflow: hidden;
  }

  .퀴즈문제오 {
    text-align: right;
    display: inline-block;
  }

  .퀴즈정답제출 {
    background: red;
    border: 2px solid black;
  }

  body {
    /*display: flex;
  align-items: center;
  justify-content: center;*/
    /*max-width: 1200px;*/
    /*font-family: 'Noto Sans KR', sans-serif;*/
    /*    font-family: ArialHB;*/
    /*    font-family: Noto Serif KR;*/
    font-family: Arial;
    line-height: 1.5em;
    font-size: 1.5em;
    background: white;
    /*    margin: 10px 50px 10px 50px;*/
  }
}
@media print {
  body {
    /*        -webkit-column-gap: 10px;*/
    /*    column-count: 2;*/
    /*    border: 0px dashed rosybrown;*/
    /*     column-rule-style: dashed; */
    /*    column-rule-width: 1.2px;*/
    /*    column-rule-color: silver;*/
    text-align: justify;
    font-family: AppleSDGothicNeo;
    font-weight: normal;
    font-size: 9pt;
    color: black;
    background-color: white;
  }

  .no-print,
  .no-print * {
    display: none !important;
  }
}

.analysis-form {
  max-width: 400px;
  margin: 2rem auto;
  padding: 1.5rem;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.form-group {
  margin-bottom: 1.5rem;
}

.form-select {
  width: 100%;
  padding: 0.75rem;
  font-size: 1.1rem;
  border: 1px solid #ddd;
  border-radius: 4px;
  background-color: #fff;
  cursor: pointer;
  transition: border-color 0.3s ease;
}

.form-select:focus {
  outline: none;
  border-color: #007bff;
  box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.25);
}

.submit-btn {
  width: 100%;
  padding: 0.75rem;
  font-size: 1.2rem;
  color: #fff;
  background-color: #007bff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.submit-btn:hover {
  background-color: #0056b3;
}

@media (max-width: 576px) {
  .analysis-form {
    margin: 1rem;
    padding: 1rem;
  }

  .form-select {
    font-size: 1rem;
  }

  .submit-btn {
    font-size: 1.1rem;
  }
}
