div,input {
    box-sizing: border-box;
}

body {
    margin:0px;
/*     font-family: 'East Sea Dokdo', cursive;
    font-family: 'Jua', sans-serif; */
  /*   font-family: 'Poor Story', cursive; */
}


.appname{
        width: 100%;
        font-size: 18px;
        text-decoration: none; /* 하이퍼링크 밑줄제거 */
        color: whitesmoke;

    }
    /* '>':해당만, '공백':하위목록전부적용 */
    
    
    .link:visited{
        color: black;
    }


.inf {
    width: 100%;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    padding-top: 10px;
    margin-bottom: 10px;
}

.pre-inf {
    margin-left: 5%;
    text-decoration: none;
    color: black;
    font-size: 25px;
}

.main-background {
    width: 100%;
    height: 90vh;
    background-color: whitesmoke
}


.container-mt3{
    width: 100%;
    height: 100%;
    margin: auto;
    margin-top: 10px;
    border-top: 1px solid black;
}
.container-mt2{
    width: 100%;
    height: 100%;
    margin: auto;
    margin-top: 10px;
    border-top: 1px solid black;
}

.image{
    width: 100%;
    height: 50%;
    min-height: 250px;
    display: flex;
}

.pres-profile {
    width: 200px;
    height: 250px;
    margin-left: auto;
    margin-right: auto;
    background-image: url(../img/1st_pres.jpg);
    background-size:cover;
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid black;
}

.pres-profile2nd {
    width: 200px;
    height: 250px;
    margin-left: auto;
    margin-right: auto;
    background-image: url(../img/2nd_pre.jpg);
    background-size:cover;
    background-repeat: no-repeat;
    background-position: center;
}


.name {
    width: 95%;
    height: 100%;
    border: 1px solid black;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
}

.list {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 15px;
    display: flex;
}


.left-box {
    width: 40%;
    height: 30px;
    min-width: none;
    padding: 4px;
}

.center-box {
    width: 25%;
    height: 30px;
    padding: 4px;
    border-left: 1px dotted black;
    border-right: 1px dotted black;
}

.right-box {
    width: 35%;
    height: 30px;
    padding: 4px;
}

.content {
    clear: both;
}


/* 토글부분 디자인요소 */

.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;

}

.nav>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;
}
.nav>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;
}