html, body{
  margin : 0;
  padding : 0;
  font-family: "나눔고딕", ""
}

ul li {
  list-style:  none;
}


header{
   border-bottom : 1px solid #CCCCCC;
}

a{
  text-decoration: none;
}


header img{
  display : inline-block;
}
header ul{
  display : inline-block;
  margin-top: 30px;
  vertical-align: top;
  float:right;
}

header ul li{
  display : inline-block;
  margin-right: 20px;
}

header ul li a{
  text-decoration: none;
  color : black;
}
.logo{
  margin: 0px 0px 0px 50px;
}



.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
}


.modal-content {
  background-color: #fefefe;
  margin: 5% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 50%;
  text-align:  center;
}

.close {
  color: black;
  font-size: 15px;
  font-weight: bold;
}
.close:hover, .close:focus {
    color: #FA8258;
    text-decoration: none;
    cursor: pointer;
}



.Frame{
  width : 1400px;
  margin : 0 auto;
  height : 550px;
  overflow: hidden;
  position: relative;
}

#blocklyDiv{
  display : inline-block;
  height : 100%;
  width : 66%;
  position: absolute;
  left : 0;
  top : 0;
}

.Complete{
  margin-left: 59%;
}

.Conclusion{
  display : inline-block;
  height : 100%;
  width : 32%;
  position: absolute;
  right : 0;
  top : 0;
}


.Console{
  width : 100%;
  height : 33%;
}

.Console textarea{
  width : 98%;
  height : 100%;
}

.Code{
  width : 100%;
  height : 55%;
  background-color: white;
}

.Code textarea{
  width : 98%;
  height : 100%;
}

#OnOffButton{
  height: 100%;
}

button{
  /*color:white;*/ /*글자 색 흰색*/
  background-color:#A9F5E1; /*배경 색 skyblue*/
  font-size:0.9em; /*글자 크기 1.5em*/
  border-radius:0.5em;  /*테두리 0.8em만큼 둥글게설정*/
  padding: 0px 20px;  /*상하 5px, 좌우 10px 안쪽여백*/
  border-color: white; /*테두리색 cyan*/
  border: 0;
  outline: 0;
  cursor : pointer;
}


footer{
  margin-top: 10px;
  text-align: center;


}
