@import url(http://fonts.googleapis.com/earlyaccess/hanna.css);
@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);
@font-face { 
    font-family: 'BMDOHYEON';
    src: url(./fonts/BMDOHYEON.ttf) format('truetype'); 
}
@font-face { 
    font-family: 'Monopoly';
    src: url(./fonts/Monopoly.ttf) format('truetype'); 
}
/* Normal style */
*{
    top:0;
    left:0;
    margin: 0;
    padding: 0;
    -webkit-transition: all 0.3s, top 2s, left 2s;
    -moz-transition: all 0.3s, top 2s, left 2s;
    -ms-transition: all 0.3s, top 2s, left 2s;
    -o-transition: all 0.3s, top 2s, left 2s;
    transition: all 0.3s, top 2s, left 2s;
}

.head_logo,.touch,
.context_menu_list_item, .context_menu_list_item *,
.context_list_list_item, .context_list_list_item *{
    cursor:pointer;
}
ul{
    display:inline-block;
    position: relative;
    text-align: center;
}
li{
    list-style-type: none;
    list-style: none;
    display: inline-block;
    background-color: #ffffff;
    border: 1px solid #dedede;
}
a{
    text-decoration:none;
    color:black;
}
a:hover,.head_logo:hover{
    color:burlywood;
}
p{
    padding-top:2px;
    padding-bottom: 2px;
    font-size: 10px;
}
img{
    background-color: aquamarine;
    border-radius: 5px;
}
input{
    border-radius: 4px;
    border-style: solid;
    background-color:skyblue;
    border-color:skyblue;
    outline-color: snow;
    color: snow;
    padding-left: 1px;
    padding-right:1px;
    margin-top:2px;margin-bottom: 2px;
    margin-left: 1px;margin-right: 1px;
}
input:hover{
    background-color: snow;
    border-color:snow;
    outline-color: skyblue;
    color: skyblue;
}

/* Core style */
body,html{
    background-color:#F0EFEE;
    width: 100%;
}
footer{
    display: block;
}
.touch:hover{
    background-color:#F8B195;
    border-color: #F8B195;
    color:#355C7D;
}
.main{
    width:100%;
    display:inline-block;
}
.head{
    width:100%;
    height: 60px;
    position: fixed;
    background-color: #FFFFFF;
    border-bottom-style: solid;
    z-index:200;
    text-align: center;
}
.head_notice{
    font-family: BMDOHYEON;
}
.head_logo{
    margin-top: 20px;
    margin-left: 10%;
    float:left;
    font-size: 32px;
    font-family: 'Hanna', serif;
}
.head_logo_img{
    background-color: #355C7D;
    border-radius: 16px;
    vertical-align:middle;
}
.context{
    width: 100%;
    height:inherit;
    text-align: center;
    position: absolute;
    z-index: 1;
}
.context_menu{
    margin-top: 20px;
}
.context_menu_list_item{
    width: 160px;
    height: 30px;
    padding-top: 5px;
}
.conext_list_list{
    width: 840px;
}
.context_list_list_item{
    width: 260px;
    height: inherit;
    border-radius: 0.5em;
    border: 1px solid #dedede;
    vertical-align:text-top;
    position: absolute;
}
.context_list_list_item_post_info_title{
    margin-top:10px;
    padding-left: 10px;
    padding-right:10px;
    text-align: left;
    font-size: 24px;
    font-family: 'Hanna', serif;
}
.context_list_list_item_post_info_context{
    padding-top: 5px;
    padding-left:20px;
    padding-right:20px;
    padding-bottom: 15px;
    text-align: left;
    font-size: 13px;
    font-family: 'Nanum Gothic', serif;
}
.context_list_list_item_post_info_version{
    margin: 0;
    padding-right: 20px;
    padding-bottom: 8px;
    padding-top: 5px;
    font-size: 12px;
    text-align: right;
    font-family: 'Hanna', serif;
}
.context_bottom{
    width: 100%;
    background-color: dimgrey;
    display:inline-block;
    position: absolute;
}
.context_bottom_copyright{
    margin-top: 10px;
    font-size:14px;
    font-family: 'Nanum Gothic', serif;
    color:whitesmoke;
}
.context_bottom_counter{
    padding-top:5px;
    padding-bottom:5px;
    margin-top:10px;
    margin-bottom:10px;
    width:160px;
    height: auto;
    display:inline-block;
    background-color:white;
    font-family: Monopoly;
    text-align: center;
    font-family: inherit;
    font-size:10px;
}
.top{
    width: 40px;
    height: 30px;
    border-radius: 30px;
    background-color: black;
    color:azure;
    top:auto;
    left:auto;
    bottom:40px;
    right:30px;
    position: fixed;
    text-align: center;
    font-family: inherit;
    padding-top:10px;
    z-index: 200;
    display: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}