div,input {
    box-sizing: border-box;
}

body {
    margin:0px
}


.appname{
        font-size: 18px;
        text-decoration: none; /* 하이퍼링크 밑줄제거 */
        color: black;
    }
    /* '>':해당만, '공백':하위목록전부적용 */
    
    
    .link:visited{
        color: black;
    }


.main-background{
    width: 100%;
    height: 100%;
    padding-bottom: 10px;
    background-color:#f5f5f5;
    border:1px solid black;
    
}

.Headline {
    margin: auto;
    width: 100%;
    font-size: 24px;
    text-align: center;
}
.Doc { 
    width:95%;
    font-size: 18px;
    text-align: left;
    margin: auto;
    text-indent:18px;
    line-height: 10px;
}

.ps>p {
    width:90%;
    font-size: 14px;
    text-align: right;
    margin: auto;
    text-indent:18px;
    line-height: 110%;
}

.Doc-1 {
    width: 95%;
    height: auto;
    font-size: 16px;
    text-align: left;
    margin-left: 5%;
    text-indent: 16px;
    line-height: 5px;
    padding: auto;
}

/* 토글부분 디자인요소 */

.sec-1 {
    padding: 2rem 0.85rem;
    background-color: #fff;
    margin-right: 0;
    margin-left: 0;
    display: flex;
  }
  
  .col-4 {
    padding-right: 0;
    padding-left: 0;
    flex: 0 0 33.3333%;
    max-width: 0 0 33.3333%;
    position: relative;
    min-height: 1px;
  }
  
  .col-4>h5 {
    margin-bottom: 0.5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
  }
  
  .col-8 {
    -ms-flex: 0 0 66.6666%;
    flex: 0 0 66.6666%;
    max-width: 66.6666%;
    padding-right: 0;
    padding-left: 0;
    position: relative;
    min-height: 1px;
  }
  
  .col-8>ul {
    margin: 0;
    margin-bottom: 0;
    padding: 0;
    list-style: none;
    line-height: 1.5;
  }
  .col-8>ul>li {
    float: left;
    margin-right: 0.35rem;
    display: block;
    margin-top: 7px;
    padding: 7px 1.1rem;
    border-radius: 3rem;
    background-color: #17a2b8;
    box-shadow: 2px 2px 1px rgb(0 0 0 / 20%);
  }
  .col-8>ul>li>a {
    text-decoration: none;
    color:white;
  }
  .col-8>i {
    text-align: center;
    width: 1.25em;
  
  }
  
  ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
  }
  li {
    display: list-item;
    text-align: -webkit-match-parent;
  }
  
  .move-page-btn {
    display: block;
    border-radius: 3rem;
  }
  
  .test02>i {
    font-size: 25px
  }

  /* 푸터부분 */
.under-bar {
  width: 100%;
  height: 70px;
  position:fixed;
  bottom: 0;
  border: 1px solid black;
  font-size: 15px;
  align-items: center;
  background-color: white;
}

.footer-1 {
  float: left;
  width: 33.3%;
  height: 100%;
  padding-top: 10px;
  text-align: center;
  border: 1px solid black;
  font-weight: bold;
  cursor:pointer;
  background-color: white;
}
.footer-1>i {
  font-size: large;
}