@import url('https://fonts.googleapis.com/css?family=Black+Han+Sans|Nanum+Gothic:700|Open+Sans:700i|Roboto:900');

body{
    background:url('../img/backgroundinfo.jpg');
    background-size: 100%;
    background-repeat: no-repeat;
    background-color: #103968;

}
#infoBtnWRap{
    width: 700px;
    height: 400px;
    background: rgb(255, 255, 255);
    margin: 0 auto;
    margin-top: 200px;
    overflow: hidden;
}
.infoBtn{
    width: 75px;
    float: right;
    /* width: 150px;
    height: 50px; */
    /* padding: 0px 10px; */
    /* border : 1px solid black; */
    margin-top: 23px;
    background: rgb(255, 255, 255);
    margin-right: 20px;
    line-height: 40px;
    text-align: center;
    color:rgb(0, 0, 0);
    font-size: 1em;
    font-weight: bold;
    border-radius: 5px;
    
    font-family: 'Nanum Gothic', sans-serif;
}
.infoBtn:hover{
   
}
.infoHeader{
    width: 100%;
    height: 18%;
    padding-top: 5px;
    padding-left: 10px;
    background: #ffffff;
    
}
.infoHeader img{
    width: 8%;
    float: left;
    margin-top: 15px;
}
.infoHeader span{
    float: left;
    display: block;
}
.infoContent{
    width: 100%;
    height: 80%;
    background: #f7f7f7;
    position: relative;
    overflow: hidden;

}
.mongdolSub{
    color:#1b5aa1;
    line-height: 86px;
    font-size: 3em;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
}
/* #infoFooter{
    width: 100%;
    height: 30px;
    background: #f7f7f7;
    margin-top: 150%
    
} */
.infoContentText{

    width: 700px;
    position: absolute;
    margin: 0 auto;
    z-index: 100;
    top:50%;
    left:50%;
    transform: translate(-50%, -61%);
    text-align: center;
}
.infoContent img{
    position: absolute;
    width: 100%;
    height: 100%;
}
.infoContentText div{
    font-size: 2em;
}
.infoContentText div:nth-child(1){
    margin-bottom: 5px;
    color: rgba(255, 255, 255, 0.719);
    font-size: 1em;
    transition: all .1s;
   
}
.infoContentText div:nth-child(2){
    color: rgb(255, 255, 255);
    border: 1px solid white;
    /* display: inline; */
    padding: 8px 10px;
    width: 287px;
    font-size: 1.5em;
    margin: 0 auto;
    transition: all .1s;
}
.infoContentText div:nth-child(3){
    color: rgb(255, 255, 255);
    font-weight: 900;
    font-size: 3em;
    transition: all .1s;
}
.infoContentText div:nth-child(4){
    color: rgba(255, 255, 255, 0.719);
    font-size: 1em;
    transition: all .1s;
}
.infoContentText div:nth-child(5){
    color: rgb(255, 251, 0);
    margin-top: 10px;
    font-weight: bold;
    transition: all .1s;
    
}
