.tooltip {
display: inline;
position: relative;
}
 
#s-m-t-tooltip {
max-width: 240px;
text-align: center;
padding: 3px 5px;
margin: 15px 0 0 15px;
font-size: 16px;
background: black;
color: white;
border: 1px solid #ffffff;
word-wrap: break-word;
z-index: 999999999999999999999999999999;
transition: .08s;
}

::-webkit-scrollbar {
width: 9px;
height: 9px;
background: black;
border: 4px solid white;
}

::-webkit-scrollbar-thumb {
background: black;
border: 1px solid white;
border-radius: 5px;
}

body {
  background-color: black;
  background-image: url(/img/prj/kr01poster.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  color: black;
  font-family: arial;
  font-size: 18px;
  line-height: 180%;
}

p {
  margin:0 0 8px 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: gray;
  border-bottom: 2px solid transparent;
  transition: color .4s, border-bottom .6s ease-out;
}

a:hover {
  text-decoration: none;
  color: black;
  border-bottom: 2px solid black;
}

img {
  max-width: 100%;
}

.wrap {
  margin: 50px auto;
  max-width: 900px;
}

#kr {
  font-size: 70px;
  font-weight: bold;
  font-style: italic;
  font-family: times;
  color: black;
  text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white, 0 0 3px white, 0 0 6px white;
}

.subtitle {
  font-size: 34px;
  font-weight: bold;
  font-style: italic;
  font-family: times;
  color: black;
}

.cont {
  max-width: 800px;
  padding: 22px;
  background: white;
  border-radius: 25px;
  -webkit-box-shadow: 0px 0px 14px 20px rgba(255,255,255,1);
  -moz-box-shadow: 0px 0px 14px 20px rgba(255,255,255,1);
  box-shadow: 0px 0px 14px 20px rgba(255,255,255,1);
}