body{
  font-family: 'Nanum Gothic', sans-serif;
  margin: 0 0 40px 0;
  padding: 0;
}
header{
  width: 100%;
  max-width: 800px;
}
header img{
  width: 100%;
}
ul{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 11px;
  text-align: center;
  position: relative;
}
li{
  box-sizing: border-box;
  background-color: rgb(0, 0, 0);
  padding: 5px 0;
  border-right: 1px solid rgb(93, 93, 93);
  border-bottom: 1px solid rgb(93, 93, 93);
}
li a{
  color: rgb(255, 240, 0);
}
div.headerWatch a img{
  width: 100%;
}
div.headerWatch{
  margin: 20px 0;
  -webkit-animation: watchColor 1s infinite;
  -ms-animation: watchColor 1s infinite;
  -moz-animation: watchColor 1s infinite;
  -o-animation: watchColor 1s infinite;
  animation: watchColor 1s infinite;
}
@keyframes watchColor {
  0%{
    -webkit-transform: scale(0.97);
    -ms-transform: scale(0.97);
    -moz-transform: scale(0.97);
    -o-transform: scale(0.97);
    transform: scale(0.97);
  }
  50%{
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100%{
    -webkit-transform: scale(0.97);
    -ms-transform: scale(0.97);
    -moz-transform: scale(0.97);
    -o-transform: scale(0.97);
    transform: scale(0.97);
  }
}
.dark{
  position: relative;
}
.dark::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  width: 95%;
  margin: auto;
  border-radius: 7px;
}
.indexListBox{
  background-size: cover;
  background-repeat: no-repeat;
  width: 95%;
  margin: 0 auto 10px auto;
  border-radius: 7px;
  height: 135px;
  box-sizing: border-box;
}
#full{
  background-image: url('../homeImg/indexList1.jpg');
}
#anma{
  background-image: url('../homeImg/indexList2.jpg');
}
#msg{
  background-image: url('../homeImg/indexList3.jpg');
}
#shirt{
  background-image: url('../homeImg/indexList4.jpg');
}
#leggings{
  background-image: url('../homeImg/indexList5.jpg');
}
#russia{
  background-image: url('../homeImg/indexList6.jpg');
}
#spa{
  background-image: url('../homeImg/indexList7.jpg');
}
#hard{
  background-image: url('../homeImg/indexList8.jpg');
}
#club{
  background-image: url('../homeImg/indexList9.jpg');
}
#koreaop{
  background-image: url('../homeImg/indexList11.jpg');
}
#softfull{
  background-image: url('../homeImg/indexList12.jpg');
}
#trip{
  background-image: url('../homeImg/indexList10.jpg');
}
#bar{
  background-image: url('../homeImg/indexList13.jpg');
}
#slin{
  background-image: url('../homeImg/indexList15.jpg');
}
#public{
  background-image: url('../homeImg/indexList16.jpg');
}


a{
  text-decoration: none;
}
.listHeading{
  color: white;
  font-size: 18px;
  position: sticky;
  padding: 20px 20px 10px;
  margin: 0;
}
.listP{
  color: white;
  font-size: 13px;
  position: sticky;
  padding: 0 20px 20px 20px;
  margin: 0;
}
.indexListBox i{
  position: absolute;
  bottom: 20px;
  right: 30px;
  -webkit-animation: arrow 1.2s infinite;
  -ms-animation: arrow 1.2s infinite;
  -moz-animation: arrow 1.2s infinite;
  -o-animation: arrow 1.2s infinite;
  animation: arrow 1.2s infinite;
}
-webkit-@keyframes arrow {
  0%{color:rgb(252, 98, 98);padding-right:0;}
  50%{color:white;padding-right:20px;}
  100%{color:rgb(252, 98, 98);padding-right:0px;}
}
-ms-@keyframes arrow {
  0%{color:rgb(252, 98, 98);padding-right:0;}
  50%{color:white;padding-right:20px;}
  100%{color:rgb(252, 98, 98);padding-right:0px;}
}
-moz-@keyframes arrow {
  0%{color:rgb(252, 98, 98);padding-right:0;}
  50%{color:white;padding-right:20px;}
  100%{color:rgb(252, 98, 98);padding-right:0px;}
}
-o-@keyframes arrow {
  0%{color:rgb(252, 98, 98);padding-right:0;}
  50%{color:white;padding-right:20px;}
  100%{color:rgb(252, 98, 98);padding-right:0px;}
}
@keyframes arrow {
  0%{color:rgb(252, 98, 98);padding-right:0;}
  50%{color:white;padding-right:20px;}
  100%{color:rgb(252, 98, 98);padding-right:0px;}
}


.fixed_top_left{
  background-color: rgb(255, 40, 40);
  position: fixed;
  top: 10px;
  left: 10px;
  padding: 13px;
  font-size: 12px;
  z-index: 2;
}
.fixed_top_right{
  background-color: rgb(255, 40, 40);
  position: fixed;
  top: 10px;
  right: 10px;
  padding: 13px;
  font-size: 12px;
  z-index: 2;
}
.fixed_top_left a, .fixed_top_right a, .fixed_bottom a{
  color: white;
  text-decoration: none;
}
.fixed_bottom{
  background-color: rgb(255, 40, 40);
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  font-size: 15px;
  text-align: center;
  box-sizing: border-box;
  font-weight: 700;
  font-style: italic;
  z-index: 2;
}
