
<style>

body {
  /*margin: 0;*/
  background-color: #1a1919;
  font-family: Arial, Helvetica, sans-serif;
}

header{
  color: #1de4a8;
  font-size: 30px;
  font-weight: bolder;
  height: 45px;
  text-align: center;
  
  background-color: #1f4104;
}

/* Start for Index CSS %%% */

#navbar {                                                               
  background-color: #1f4104;
  position: fixed;
  top: 50px;
  width: 100%;
  display: block;
  transition: top 0.3s;
  font-weight: bolder;
  
}

#navbar a {
  float: left;
  display: block;
  color: white;
  text-align: center;
  padding: 15px;
  text-decoration: none;
  font-size: 17px;
}

#navbar a:hover {
  background-color: #ddd;
  color: black;
}

#face{
  /*padding:50px 15px 2500px;*/
  font-size: 15px;
  position: relative;
  margin-top: 70px;
  
  border: 5px double black;
}

/* %%%%%%%%%%%%%%%%%%%%%%%  */
/* Start for Baekdu CSS %%% */

#navbar1 {
  background-color: #1f4104;
  position: fixed;
  top: 0px;
  width: 100%;
  display: block;
  transition: top 0.3s;
  border: 3px double yellow;
  margin-left: -5px;
  font-weight: bolder;
}

#navbar1 a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 15px;
  text-decoration: none;
  font-size: 17px;
}

#navbar1 a:hover {
  background-color: #ddd;
  color: black;
}

#face1 {
  /*padding:50px 15px 2500px;*/
  font-size: 15px;
  position: relative;
  margin-top: 70px;
  border: 5px double black;
  background-color: #d8d6da;
}

/* %%%%%%%%%%%%%%%%%%%%%%%  */
/* Start for Locus-Offline-Map CSS %%% */

#navbar2 {
  background-color: #393a38;
  position: fixed;
  top: 0;
  width: 100%;
  display: block;
  transition: top 0.3s;
  border: 3px double yellow;
  margin-left: 0px;
}

#navbar2 a {
  float: left;
  display: block;
  color: #f2f8f1;
  text-align: center;
  padding: 15px;
  text-decoration: none;
  font-size: 17px;
  font-weight: bolder;
}

#navbar2 a:hover {
  background-color: #e1e1e7;
  color: black;
  font-weight: bolder;
}

#face2 {
  /*padding:50px 15px 2500px;*/
  font-size: 15px;
  position: relative;
  margin-top: 70px;
  border: 5px double black;
  background-color: #d8d6da;
}
/* %%%%%%%%%%%%%%%%%%%%%%%  */

/* Start Sidebar menu BD-JiriSan.html and Sampleview.html CSS */

  .sidepanel  {
    width: 0;
    position: fixed;
    z-index: 1;
    height: 450px;
    top: 0;
    left: 0;
    background-color: #1f4104;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
  }
  
  .sidepanel a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 20px;
    color: #f1eeee;
    display: block;
    transition: 0.3s;
  }
  
  .sidepanel a:hover {
    color: #3c10db;
    font-weight: bolder;
  }
  /* X 버튼에 대한 내용 */
  .sidepanel .closebtn {
    position: absolute;
    top: 0;
    right: 35px;
    font-size: 40px;
  }
  
  .openbtn {
    font-size: 20px;
    cursor: pointer;
    background-color: #1f4104;
    color: white;
    padding: 10px 15px;
    border: none;
  }
  
  .openbtn:hover {
    background-color:#444;
  }
/* #################### */
/* End Sidebar menu CSS */

.slideshow-container{
  border: 2px double royalblue;

}

/* %%%%%%%%%%%%%%%%%%%% */
/* Start Sidepanel menu CSS SpLMaps1.html*/

.sidepanels  {
  width: 0;
  position: fixed;
  z-index: 1;
  height: 450px;
  top: 0;
  left: 0;
  background-color: #1f4104;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidepanels a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 20px;
  color: white;
  display: block;
  /* font-weight: bold; */
  transition: 0.3s;
}

.sidepanels a:hover {
  color: royalblue;
}

.sidepanels .closebtn {
  position: absolute;
  top: 0;
  right: 50px;
  font-size: 40px;
}

.openbtns {
  font-size: 20px;
  cursor: pointer;
  background-color: #d8dbd3;
  color: white;
  padding: 10px 15px;
  border: none;
}

.openbtns:hover {
  background-color:#444;
}

/* %%%%%%%%%%%%%%%%%%%% */
/* End Sidepanels menu CSS SpLMaps1.html*/

.construction{
padding-top: 50px;
border: 5px solid yellow;
color : blue;
text-align: center;
font-size: 25px;
}


.button {  
  display: flex;
  padding: 10px 10px;
  background-color: #dfdee4;
  /* border: 2px solid royalblue; */

}
.prev {
  display: inline;
  text-align: center;
  width: 80px;
  padding: 5px 5px;
  border: 1px solid royalblue;
  background-color: royalblue;
  color: white;
}
.next {
  display: inline;
  text-align: center;
  width: 80px;
  padding: 5px 5px;
  border: 1px solid royalblue;
  background-color:royalblue;
  color: white;
  
}

.download {
padding: 20px 120px;

}

/* %%%%%%%%%%%%%%%%%%%% */

.apps{
padding-top: 20px;
padding-bottom: 20px;
}
.files {
padding:5px 20px;
font-size: 15px;
border: 2px solid rosybrown;
display: inline-block;
background-color: rosybrown;
margin-bottom: 10px;
}
.apps a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 17px;
  color: #110101;
  display: inline-block;
  transition: 0.3s;
}

.apps a:hover {
  color: white;
  font-weight: bolder;
}

.apps .previous {
  padding-right: 25px;
  background-color: royalblue;
  color: black;
  text-align: center;
}

.apps .round {
  border-radius: 40%;
  top: 0;
  right: 25px;
  font-size: 20px;
}

</style>