@charset "utf-8";
/* Reset CSS - YUI 3.12.0 (build 8655935) */ body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit}input,textarea,select{*font-size:100%}legend{color:#000}#yui3-css-stamp.cssreset{display:none}
/* HTML5 display-role reset for older browsers */ article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
/* Common Container */
html{-webkit-touch-callout:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}
a{text-decoration:none}a img{border:0 none}input,select{outline-style:none}button{font-family:'Roboto', sans-serif;cursor:pointer}

/* Layout */
.wrap {
    position: relative;
    min-width: 1280px;
}
.wrap a {
    display: block;
    width: 100%;
    height: 100%;
    text-indent: -9999px;
}
.content {
    position: relative;
    height: 1375px;
    background: url(../img/content.jpg) no-repeat center 0;
}
.content .logo {
    position: absolute;
    top: 25px;
    left: 50%;
    margin-left: -602px;
    height: 92px;
    width: 175px;
    z-index: 10;
}
.content .home {
    position: absolute;
    top: 33px;
    left: 50%;
    margin-left: 447px;
    width: 153px;
    height: 42px;
    background: url(../img/gohome.png) no-repeat 0 0;
    z-index: 10;
}
.content .home:hover {
    background-position: 0 -42px;
}
.content .event {
    position: absolute;
    top: 764px;
    left: 50%;
    margin-left: 227px;
    width: 193px;
    height: 122px;
    z-index: 10;
    transition: all .3s;
}
.content .event:hover {
    background: url(../img/btn_event_go.png) no-repeat 0 0;
}
.content ul {
    position: absolute;
    top: 942px;
    left: 50%;
    margin-left: -505px;
}
.content ul li {
    position: absolute;
    top: 0;
    width: 325px;
    height: 277px;
}
.content ul li:first-child + li {
    left: 341px;
}
.content ul li:first-child + li + li {
    left: 682px;
}
.footer {
    position: relative;
    height: 120px;
    margin-top: -120px;
    text-align: center;
    font: 12px/120px "Tahoma", 돋움, Tahoma, sans-seirf;
    color: #825d51;
}
.footer img {
    vertical-align: middle;
    margin:-2px 50px 0 0;
    opacity: 0.4;
}
