ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: grey;
}

li {
    float: left;
}

    li a {
        display: block;
        color: white;
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
    }

        li a:hover:not(.active) {
            background-color: #111;
        }

.active {
    background-color: #4CAF50;
}

p {
    line-height: 1.5em;
    text-align: justify;
    padding-top: 1em;
    font-family: Noto Sans KR;
    font-size: 24px;
}
h1 {
    font-size: 56px;
    text-align: center;
    padding: 20px;
    font-family: Libre Baskerville;
}
h5 {
    line-height: 1.5em;
    text-align: justify;
    padding-top: 1em;
    font-family: Noto Sans KR;
    text-align: center;
    font-size: 36px;
}

h2 {
    font-size: 44px;
    text-align: center;
    padding: 20px;
    font-family: Libre Baskerville;
}
h3 {
    font-size: 20px;
    text-align: center;
}
h4 {
    font-size: 40px;
    text-align: center;
    padding: 10px;
    font-family: Libre Baskerville;
}



.kkk {
    min-height: 900px;
    background-image: url(../img/bj.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    opacity: 0.7;
}



.center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 80px;
    color: black;
    text-align: center;
    font-family: Libre Baskerville;
}

.wrapper {
    background: white;
    width: 50%;
    box-sizing: border-box;
    padding: 0px;
    padding-top: 0;
    margin: 0 auto;
}

.wrapper2 {
    background: white;
    width: 70%;
    box-sizing: border-box;
    padding: 100px;
    padding-top: 0;
    margin: 0 auto;
    justify-content: center;
}
.wrapper3 {
    background: white;
    width: 50%;
    box-sizing: border-box;
    padding: 0px;
    padding-top: 0;
    margin: 0 auto;
    justify-content: center;
}
footer {
    background: pink;
    height: 250px;
    text-align: left;
}
img.picture {
    border-radius: 50%;
    position: center;
 
}
img.gwzp {
    width: 200px;
    position: center;
}
.picture {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}
.activity {
    min-height: 500px;
    background-image: url(../img/hd.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.button {
    display: inline-block;
    padding: 15px 25px;
    font-size: 24px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    outline: none;
    color: whitesmoke;
    background-color: coral;
    border: none;
    border-radius: 15px;
    box-shadow: 0 9px gray;
}
.space {
    padding: 25px 40px;
    text-align: center;
}
.fot {
    font-size: 22px;
    text-align: center;
    padding: 20px;
    font-family: Libre Baskerville;
}

.gwtt {
    font-size: 48px;
    text-align: center;
    padding-top:20px;
    font-family: Libre Baskerville;
}
.gwdes {
    line-height: 1.5em;
    padding-top: 50px;
    font-family: Noto Sans KR;
    text-align:center;
    font-size: 17px;
}
/* box*/
.content {
    padding: 8%;
    flex: 1 1 80%;
    min-height: 600px;
    text-align: center;
}
.box-item {
    background-color: white;
    display: flow-root;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
}
.box2 {
    display: grid;
    height: 350px;
    padding-bottom: 0px;
    grid-template-rows: repeat(6,20%);
    grid-template-columns: repeat(6,18%);
    grid-gap: 80px;
    transform: translate( -15%);
}
.box-item.one2 {
    grid-row: span 2;
    grid-column: span 2;
   
}
.box-item.two2 {
    grid-row: span 2 ;
    grid-column: span 2;
}
.box-item.three2 {
    grid-row: span 2;
    grid-column: span 2;
}

.box {
    display: grid;
    height: 400px;
    padding-bottom: 0px;
    grid-template-rows: repeat(2,20%);
    grid-template-columns: repeat(2,18%);
    grid-gap: 80px;
    transform: translate( -15%);
}
.box-item.one {
    grid-row: span 2;
    grid-column: span 2;
}

.logo {
    font-size: 30px;
}
img.lg {
    top: 16%;
    left:50%;
    transform: translate(-50%, -50%);
    text-align: left;
    position: absolute;
}
.box3 {
    display: grid;
    height: 350px;
    padding-bottom: 0px;
    grid-template-rows: repeat(6,20%);
    grid-template-columns: repeat(6,18%);
    grid-gap: 80px;
    transform: translate( 0%);
}

.box4 {
    display: grid;
    height: 650px;
    padding-bottom: 0px;
    grid-template-rows: repeat(6,20%);
    grid-template-columns: repeat(6,18%);
    grid-gap: 80px;
    transform: translate(+25%);
}

img.news {
    width: 400px;
    position: center;
}
.box5 {
    display: grid;
    height: 600px;
    padding-bottom: 0px;
    grid-template-rows: repeat(6,20%);
    grid-template-columns: repeat(6,18%);
    grid-gap: 80px;
    transform: translate(0%);
}
img.hanfu {
    width: 400px;
    position: center;
}


@media only screen and (max-width: 414px) {
    .content {
    padding: 8%;
    flex: 1 1 80%;
    min-height: 600px;
    text-align: center;
}
    .center 
    {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 30px;
        color: black;
        text-align: center;
        font-family: Libre Baskerville;
    }
    .kkk {
        min-height: 680px;
        background-image: url(../img/student.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
      
    }
    h5 {
        line-height: 1.5em;
        text-align: justify;
        padding-top: 1em;
        text-align: center;
        font-size:23px;
    }
    .gwdes {
        font-size: 12px;
        padding-top: 0px;
    }
    img.gwzp {
        width: 150px;
     
    }
    .box2 {
        display: grid;
        height: 250px;
        padding-bottom: 0px;
        grid-template-rows: repeat(6,5%);
        grid-template-columns: repeat(6,20%);
        grid-gap: 80px;
        transform: translate( -60%);
    }
    .gwtt {
        font-size: 28px;
    
    }
    img.news {
        width: 200px;
        position: center;
    }
    .box3 {
        display: grid;
        height: 350px;
        padding-bottom: 0px;
        grid-template-rows: repeat(2,20%);
        grid-template-columns: repeat(2,18%);
        grid-gap: 10px;
        transform: translate( 0%);
    }
    .box4 {
        display: grid;
        height: 400px;
        padding-top: 0px;
        grid-template-rows: repeat(2,20%);
        grid-template-columns: repeat(2,18%);
        grid-gap: 80px;
        transform: translate(0%);
    }
   
}
