div,input,textarea {
    box-sizing: border-box;
}

body {
    margin: 0px;
}

.search-form {
    text-align: center;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    padding: 5px;
    background-color: whitesmoke;
    border: 1px solid gray;
}

.search-form>p {
    line-height: 15px;
}




.container>p{
    line-height: 100%;
    
}


.result {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding: 5px;
    min-height: 193px;
    background-color: rgb(254, 242, 221);
    text-align: center;
    border: 1px solid gray;
}
.result>h5 {
    font-weight: bold;
}

.resultnon{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding: 5px;
    min-height: 155px;
    background-color: rgb(254, 242, 221);
    text-align: center;
    border: 1px solid gray;
}
.resultnon>h5 {
    font-weight: bold;
}


.product {
    width: 100%;
    height: 193px;
    margin: 0;
    padding: 0;
}
.product-4 {
    width: 100%;
    height: 155px;
    margin: 0;
    padding: 0;
}
.product-6 {
    width: 100%;
    height: 231px;
    margin: 0;
    padding: 0;
}



.information {
    width: 90%;
    height: 190px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3px;
    border: 1px solid black;
    background-color: white;    
}

.information-4 {
    width: 90%;
    height: 152px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3px;
    border: 1px solid black;
    background-color: white;    
}

.information-6 {
    width: 90%;
    height: 228px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3px;
    border: 1px solid black;
    background-color: white;    
}

.list {
    float: left;
    width: 30%;
    height: 38px;
    text-align: right;
    padding-right: 5px;
    border-bottom: 1px dotted gray;
    padding-top: 7px;
}

.res {
    float: left;
    width: 70%;
    height: 38px;
    text-align: left;
    padding-left: 5px;
    border-bottom: 1px dotted gray;
    padding-top: 7px;
}
/* 토글부분 디자인요소 */

.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;
}