@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;
}
.header {
    position: relative;
    height: 870px;
    background: url(../img/header.jpg) no-repeat center 0;
}
.header .logo {
    position: absolute;
    top: 12px;
    left: 50%;
    margin-left: -604px;
    height: 94px;
    width: 173px;
    background: url(../img/logo.png) no-repeat 0 0;
    z-index: 10;
}
.header .home {
    position: absolute;
    top: 31px;
    left: 50%;
    margin-left: 431px;
    width: 173px;
    height: 43px;
    background: url(../img/gohome.png) no-repeat 0 0;
    z-index: 10;
}
.header .home:hover {
    background-position: 0 -43px;
}
.content {
    position: relative;
}
.content .btn {
    position: absolute;
    left: 50%;
    height: 69px;
    /*background-color: rgba(250,250,0,.5);*/
}
.content_01 {
    height: 1385px;
    background: url(../img/content_01.jpg) no-repeat center 0;
}
.content_02 {
    height: 1735px;
    background: url(../img/content_02.jpg) no-repeat center 0;
}
.content_01 .btn {
    width: 420px;
    margin-left: -210px;
}
.content_01 .btn1 {
    top: 265px;
}
.content_01 .btn2 {
    top: 1129px;
}
.content_02 .btn {
    width: 220px;
    margin-left: -110px;
}
.content_02 .btn1 {
    top: 641px;
}
.content_02 .btn2 {
    top: 1342px;
}
.footer {
    position: relative;
    height: 160px;
    margin-top: -160px;
    text-align: center;
    font: 12px/160px "Tahoma", 돋움, Tahoma, sans-seirf;
    color: #acaba8;
}
.footer img {
    vertical-align: middle;
    margin:-2px 50px 0 0;
    opacity: 0.6;
}
