@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: 2160px;
    background: url(../img/content.jpg) no-repeat center 0;
}
.content .logo {
    position: absolute;
    top: 19px;
    left: 50%;
    margin-left: -605px;
    width: 173px;
    height: 94px;
    background: url(../img/logo.png) no-repeat 0 0;
    z-index: 10;
}
.content .home {
    position: absolute;
    top: 32px;
    left: 50%;
    margin-left: 460px;
    width: 140px;
    height: 42px;
    background: url(../img/gohome.png) no-repeat 0 0;
    z-index: 10;
}
.content .home:hover {
    background-position: 0 -42px;
}
.content .btn-a {
    position: absolute;
    top: 669px;
    left: 50%;
    width: 394px;
    height: 131px;
    background: url(../img/btn_a.png) no-repeat 0 0;
    opacity: 0;
    transition: all .3s;
}
.content .btn-a1 {
    margin-left: -414.5px;
}
.content .btn-a2 {
    margin-left: 15.5px;
    background-position-x: -394px;
}
.content .btn-b {
    position: absolute;
    top: 1300px;
    left: 50%;
    width: 280px;
    height: 90px;
    background: url(../img/btn_b.png) no-repeat 0 0;
    opacity: 0;
    transition: all .3s;
}
.content .btn-b1 {
    margin-left: -295.5px;
}
.content .btn-b2 {
    margin-left: 14.5px;
    background-position-x: -280px;
}
.content .btn-c {
    position: absolute;
    left: 50%;
    width: 109px;
    height: 62px;
    background: url(../img/btn_c.png) no-repeat 0 0;
    opacity: 0;
    transition: all .3s;
}
.content .btn-c1 {
    top: 1911px;
    margin-left: -357.5px;
}
.content .btn-c2 {
    top: 1857px;
    margin-left: 245.5px;
    background-position-x: -109px;
}
.content .btn-a:hover, .content .btn-b:hover, .content .btn-c:hover {
    opacity: 1;
}
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 124px;
    text-align: center;
    font: 12px/124px "Tahoma", 돋움, Tahoma, sans-seirf;
    color: #abb0cf;
}
.footer img {
    vertical-align: middle;
    margin-right: 45px;
    margin-top: -2px;
}
 