/*	CSS Reset	*/
html,
body,
div,
span,
applet,
object,
iframe,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  height: 101%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
strong {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img {
  border: 0;
  max-width: 100%;
}
/*	icons	*/
i.material-icons {
  color: #0080ff;
}
i.material-icons.info {
  font-size: 20px;
}
i.material-icons.question {
  font-size: 1.275em;
}
.sec_result i.material-icons {
  font-size: 0.9em;
}
.sec_result i.material-icons.timer {
  color: #ff8000;
  font-size: 1.5em;
}

/* Lucide Icon 스타일 (Material Icons 대체) */
i[data-lucide] {
  display: inline-block;
  vertical-align: middle;
}
i[data-lucide].info {
  width: 20px;
  height: 20px;
  color: #0080ff;
}
i[data-lucide].question {
  width: 1.275em;
  height: 1.275em;
  color: #0080ff;
}
.sec_result i[data-lucide] {
  width: 0.9em;
  height: 0.9em;
}
.sec_result i[data-lucide].timer {
  color: #ff8000;
  width: 1.5em;
  height: 1.5em;
}
#wordtest1 {
  width: 750px;
  display: ;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 20px;
  background-color: #ececfb;
  color: #333;
  font-size: 0.825em;
  font-family: 'Noto Sans KR', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Malgun Gothic', '맑은 고딕', sans-serif;
}
#wordtest1 .titleBar {
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-top: 5px;
  background-color: #2e2e2e;
}
#wordtest1 .titleBar .title {
  color: #96bd1b;
  font-size: 1.05em;
  font-weight: bold;
}
#wordtest1 .titleBar .btn_close {
  padding-right: 5px;
  padding-left: 5px;
  display: ;
  position: relative;
  float: right;
  background-color: white;
  border-color: white;
  border-width: 1px;
  border-style: solid;
  -webkit-border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  -o-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
  cursor: pointer;
}
#wordtest1 .sec_user {
  padding-bottom: 10px;
  padding-top: 10px;
  display: block;
  position: relative;
  margin-left: 10px;
  margin-top: 10px;
  margin-right: 10px;
  background-color: white;
  border-color: #aaa;
  border-width: 2px;
  border-style: solid;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -o-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}
#wordtest1 .sec_user table {
  width: 95%;
  height: 100%;
  display: ;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  border-color: #99ccff;
  border-width: 1px;
  border-style: solid;
  -webkit-border-radius: '' '' '' '';
  -moz-border-radius: '' '' '' '';
  -o-border-radius: '' '' '' '';
  border-radius: '' '' '' '';
  font-size: 1.05em;
}
#wordtest1 .sec_user table td {
  border-right: 1px solid #99ccff;
  border-bottom: 1px solid #99ccff;
}
#wordtest1 .sec_user table td {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  padding-left: 10px;
  vertical-align: middle;
}
#wordtest1 .sec_user table td label {
  width: 50px;
  display: inline-block;
  position: relative;
  font-weight: bold;
}
#wordtest1 .sec_user table td span {
  color: #333;
  font-size: 0.9em;
}
#wordtest1 .sec_info {
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-top: 5px;
  display: block;
  position: relative;
  margin-left: 10px;
  margin-top: 10px;
  margin-right: 10px;
  background-color: white;
  border-color: #aaa;
  border-width: 2px;
  border-style: solid;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -o-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}
#wordtest1 .sec_info .content {
  padding-right: 20px;
  padding-bottom: 5px;
  padding-left: 20px;
  padding-top: 5px;
}
#wordtest1 .sec_info .alert {
  padding-right: 20px;
  padding-left: 20px;
  color: #ff8000;
}
#wordtest1 .sec_info .alert b {
  color: #0080ff;
  font-size: 1.125em;
}
#wordtest1 .sec_content {
  display: block;
  position: relative;
  margin-left: 10px;
  margin-top: 10px;
  margin-right: 10px;
  background-color: white;
  border-color: #aaa;
  border-width: 2px;
  border-style: solid;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -o-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}
#wordtest1 .sec_content h3 {
  display: block;
  position: relative;
  margin-left: 15px;
}
#wordtest1 .sec_content table {
  width: 95%;
  height: 10px;
  display: ;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  border-color: #aaa;
  border-width: 1px;
  border-style: solid;
  -webkit-border-radius: '' '' '' '';
  -moz-border-radius: '' '' '' '';
  -o-border-radius: '' '' '' '';
  border-radius: '' '' '' '';
}
#wordtest1 .sec_content table td {
  border-right: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
}
#wordtest1 .sec_content table th {
  padding-bottom: 5px;
  padding-top: 5px;
  background-color: #0080ff;
  color: white;
}
#wordtest1 .sec_content table td {
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-top: 5px;
}
#wordtest1 .sec_content table td b {
  color: #0080ff;
}
#wordtest1 .sec_content .btn_play {
  cursor: pointer;
}
#wordtest1 .sec_btns {
  text-align: center;
}
#wordtest1 .sec_btns .btn_go {
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-top: 10px;
  display: inline-block;
  position: relative;
  margin-top: 10px;
  border-color: #ff793e;
  background-color: #ff793e;
  border-width: 1px;
  border-style: solid;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -o-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  color: #fff;
  font-size: 0.9em;
  cursor: pointer;
}
#wordtest1 .sec_btns .btn_go:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -khtml-opacity: 0.8;
  -moz-opacity: 0.8;
}
#wordtest2 {
  width: 750px;
  display: ;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 20px;
  background-color: #ececfb;
  color: #333;
  font-size: 0.825em;
  font-family: 'Noto Sans KR', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Malgun Gothic', '맑은 고딕', sans-serif;
}
#wordtest2 .titleBar {
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-top: 5px;
  background-color: #2e2e2e;
}
#wordtest2 .titleBar .title {
  color: #96bd1b;
  font-size: 1.05em;
  font-weight: bold;
}
#wordtest2 .titleBar .btn_close {
  padding-right: 5px;
  padding-left: 5px;
  display: ;
  position: relative;
  float: right;
  background-color: white;
  border-color: white;
  border-width: 1px;
  border-style: solid;
  -webkit-border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  -o-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
  cursor: pointer;
}
#wordtest2 .sec_user {
  padding-bottom: 10px;
  padding-top: 10px;
  display: block;
  position: relative;
  margin-left: 10px;
  margin-top: 10px;
  margin-right: 10px;
  background-color: white;
  border-color: #aaa;
  border-width: 2px;
  border-style: solid;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -o-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}
#wordtest2 .sec_user table {
  width: 95%;
  height: 100%;
  display: ;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  border-color: #99ccff;
  border-width: 1px;
  border-style: solid;
  -webkit-border-radius: '' '' '' '';
  -moz-border-radius: '' '' '' '';
  -o-border-radius: '' '' '' '';
  border-radius: '' '' '' '';
  font-size: 1.05em;
}
#wordtest2 .sec_user table td {
  border-right: 1px solid #99ccff;
  border-bottom: 1px solid #99ccff;
}
#wordtest2 .sec_user table td {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  padding-left: 10px;
  vertical-align: middle;
}
#wordtest2 .sec_user table td label {
  width: 50px;
  display: inline-block;
  position: relative;
  font-weight: bold;
}
#wordtest2 .sec_user table td span {
  color: #333;
  font-size: 0.9em;
}
#wordtest2 .sec_info {
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-top: 5px;
  display: block;
  position: relative;
  margin-left: 10px;
  margin-top: 10px;
  margin-right: 10px;
  background-color: white;
  border-color: #aaa;
  border-width: 2px;
  border-style: solid;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -o-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}
#wordtest2 .sec_info .content {
  padding-right: 20px;
  padding-bottom: 5px;
  padding-left: 20px;
  padding-top: 5px;
}
#wordtest2 .sec_info .alert {
  padding-right: 20px;
  padding-left: 20px;
  color: #ff8000;
}
#wordtest2 .sec_info .alert b {
  color: #0080ff;
  font-size: 1.125em;
}
#wordtest2 .sec_content {
  height: 900px;
  display: block;
  position: relative;
  margin-left: 10px;
  margin-top: 10px;
  margin-right: 10px;
  background-color: white;
  border-color: #aaa;
  border-width: 2px;
  border-style: solid;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -o-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}
#wordtest2 .sec_content h3 {
  display: block;
  position: relative;
  margin-left: 15px;
}
#wordtest2 .sec_content table {
  border-color: #aaa;
  border-width: 1px;
  border-style: solid;
  -webkit-border-radius: '' '' '' '';
  -moz-border-radius: '' '' '' '';
  -o-border-radius: '' '' '' '';
  border-radius: '' '' '' '';
}
#wordtest2 .sec_content table td {
  border-right: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
}
#wordtest2 .sec_content table th {
  padding-bottom: 5px;
  padding-top: 5px;
  background-color: #0080ff;
  color: white;
}
#wordtest2 .sec_content table td {
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-top: 5px;
  height: 60px;
}
#wordtest2 .sec_content table td .word {
  font-weight: bold;
}
#wordtest2 .sec_content table td b {
  color: #0080ff;
}
#wordtest2 .sec_content table button {
  width: 35px;
  height: 25px;
}
#wordtest2 .sec_content .tbl1 {
  width: 43%;
  height: 10px;
  display: ;
  position: absolute;
  left: 10px;
}
#wordtest2 .sec_content .tbl2 {
  width: 43%;
  height: 10px;
  display: ;
  position: absolute;
  right: 10px;
}
#wordtest2 .sec_content .canvas_con {
  width: 75px;
  position: absolute;
  display: ;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
#wordtest2 .sec_btns {
  text-align: center;
}
#wordtest2 .sec_btns .btn_go {
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-top: 10px;
  display: inline-block;
  position: relative;
  margin-top: 10px;
  border-color: #868695;
  background-color: #868695;
  border-width: 1px;
  border-style: solid;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -o-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  color: #fff;
  font-size: 0.9em;
  cursor: pointer;
}
#wordtest2 .sec_btns .btn_go.active {
  border-color: #0080ff;
  background-color: #0080ff;
  border-width: 1px;
  border-style: solid;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -o-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}
#wordtest2 .sec_btns .btn_go.active:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -khtml-opacity: 0.8;
  -moz-opacity: 0.8;
}
#wordtest2 .sec_result {
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-top: 10px;
  display: block;
  position: relative;
  margin-left: 10px;
  margin-top: 10px;
  margin-right: 10px;
  background-color: white;
  border-color: #aaa;
  border-width: 1px;
  border-style: solid;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -o-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}
#wordtest2 .sec_result table {
  width: 100%;
  border-color: #aaa;
  border-width: 1px;
  border-style: solid;
  -webkit-border-radius: '' '' '' '';
  -moz-border-radius: '' '' '' '';
  -o-border-radius: '' '' '' '';
  border-radius: '' '' '' '';
}
#wordtest2 .sec_result table td {
  border-right: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
}
#wordtest2 .sec_result table td {
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-top: 5px;
  vertical-align: middle;
}
#wordtest2 .sec_result table td label {
  width: 50px;
  display: inline-block;
  position: relative;
  color: #0080ff;
  font-size: 0.9em;
}
#wordtest2 .sec_result table td span {
  font-size: 1.2em;
  font-weight: bold;
  text-decoration: underline;
}
#wordtest2 .sec_result table.success {
  background-color: #ffbf00;
}
