@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+KR');
* {
    padding: 0;
    margin: 0;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
}
html{
    overflow: hidden;
}
body {
    line-height:1.2;
    font-family: 'Noto Sans KR', sans-serif;
    letter-spacing: -0.05rem;
    color: #373737;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
a:link{

    color: inherit;
}
.pt80{
    padding-top:80px !important;
}
.pt40{
    padding-top:40px !important;
}
.pb200{
    padding-bottom: 200px !important;
}

.dy{
    animation-delay: 0.3s;
     -webkit-animation-delay: 0.3s; /* Safari 4.0 - 8.0 */
}
.dy1{
    animation-delay: 0.6s;
     -webkit-animation-delay: 0.6s; /* Safari 4.0 - 8.0 */
}
.dy2{
    animation-delay: 0.9s;
     -webkit-animation-delay: 0.9s; /* Safari 4.0 - 8.0 */
}
.dy3{
    animation-delay: 1.2s;
     -webkit-animation-delay: 1.2s; /* Safari 4.0 - 8.0 */
}
.dy4{
    animation-delay: 1.5s;
     -webkit-animation-delay: 1.5s; /* Safari 4.0 - 8.0 */
}
.dy5{
    animation-delay: 1.8s;
     -webkit-animation-delay: 1.8s; /* Safari 4.0 - 8.0 */
}
.dy6{
    animation-delay: 2s;
     -webkit-animation-delay: 2s; /* Safari 4.0 - 8.0 */
}
.dy7{
    animation-delay: 2.3s;
     -webkit-animation-delay: 2.3s; /* Safari 4.0 - 8.0 */
}
.dy8{
    animation-delay: 3s;
     -webkit-animation-delay: 3s; /* Safari 4.0 - 8.0 */
}
.infi{
    animation-iteration-count: infinite;
    animation-delay: 0;
}

.pos_a{
    position: absolute;
    display: block;
}


/*common end */


.wrap{
    max-width: 560px;
    width: 570px;
    height: 680px;
    background:#f2e9dd;
    text-align: center;
    background-size:contain;
    position: relative;
    background-image: url(../image/bg.jpg);
    background-repeat: no-repeat
}
.top_banner{
    top:0;
    width: 310px;
    left:50%;
    margin-left:-155px;
}
.subtxt{
    padding-top: 13px;
    display: block;
    margin: 0 auto;
}
.mtit{
    margin-top: -7px;
    margin-left: 18px;
}


.etc01{
    top: 62px;
    left: 107px;
}

.etc02{
    top: 0;
    left: 0;
}

.etc03 {
    top: 0px;
    right: 0px;
}
.etc04 {
    bottom: 0px;
    left: 0;
}
.etc05{
    top: 261px;
    left: 92px;
}
  
.button{
    font-size: 23px;
    color: #fff;
    background-color:#1e441f;
    width: 420px;
    height: 60px;
    line-height:60px;
    border-radius: 43px;
    bottom: 68px;
    left: 50%;
    margin-left: -210px;
    transition: all 0.5s;
    cursor: pointer;
    font-weight: 300;
}
    
.button:hover{
    box-shadow: 3px 3px 15px rgba(0,0,0,0.6);
    background-color: #8bb026;
    
}


.txt02{
    top: 122px;
    left: 68px;
}
.txt03{
    top: 118px;
    left: 226px;
}