/* ==============link.css============== */
/* hw03/hw03.html의 css파일 */

body {
  font-family : '맑은 고딕', '돋움';
  text-align: center;
  max-width: 1000px;
  margin: 0 auto;
  padding-left: 2em;
  padding-right: 2em;
  background-color: white;
}

#title {
  text-align: center;
  padding: 1em;
  font-size: 4em;
  font-weight: bold;
  text-shadow: 3px 3px 5px #c8c0a6;
  border-style: double;
  border-width: 5px;
  border-color: #ffd234;
}

#home {
  text-align: center;
  padding: 0.25em 0em 0.25em 0em;
  margin: 1em 0em 0em 0em;
  border: 1px solid #ffffff;
  background-color: #e4c0cb;
}

h1 a:hover { color: #6c60ab; }
h1 a {
  color: white;
  text-decoration: none;
}

ul {
  text-align: left;
  list-style-type: none;
}

#menu { background-color: #8d90b0; }
#menu li {
  display: inline;
  line-height: 100%;
}
#menu a:hover { color: pink; }

#menu a {
  color: white;
  text-decoration: none;
}

h2 {
  font-size: 2em;
  color: #ac1313;
}
h3 {
  font-size: 1.3em;
  background-color: #9bc1d9;
}
#box {
  border-style: dashed;
  border-width: 0.25em;
}
#subtitle {
  font-size: 1em;
  text-align: left;
  background-color: #ffffff;
}
.specification {
  font-weight: normal;
  color: #ac1313;
  text-align: left;
  background-color: #ffffff;
}
h4 {
  font-size: 1.25em;
  text-align: left;
  text-indent: 0.25em;
  border-left: 0.3em solid #7995af;
  background-color: #dde4ee;
}
li {
  text-align: left;
  line-height: 180%;
  margin-left: auto;
}
a { text-decoration: none; }
img {
  height: 300px;
  width: 450px;
}
#line { width: 50px; }
