@charset "utf-8";

@font-face {
    font-family: 'bing';
    src: url(../fonts/Binggrae-Bold.woff) format('woff');
    font-weight: normal;
    font-style: normal;
}


html,
body {
    width: 100%;
    line-height: normal;
    font-family: 'bing';
    background-color: #f9ce7b;
}

#wrap {
    width: 100%;
    min-height: 100vh;
}

.content {
    overflow: hidden;
    max-width: 767px;
    margin: 0 auto;
    min-height: 100vh;
    /* outline: 2px dotted red; */
    text-align: center;
    padding-top: 180px;
    box-sizing: border-box;
    background: url(../images/opa_dog.png) no-repeat 70% 40%/180%;
}

.txtbx{
    opacity: 0;
}

.mMod0 {
    padding: 0 20px;
    box-sizing: border-box;
    font-size: 40px;
    margin-bottom: 20px;

}

.mMod3 {
    width: 100%;
    padding: 0 100px;
    box-sizing: border-box;
}

.mMod3 span {
    display: inline-block;
    width: 100%;
    font-size: 80px;
    margin-bottom: 31px;
}

.mMod3 .txt {
    font-size: 60px;

}

.imgbx{
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 100%;
    box-sizing: border-box;
}

.imgbx img{
    position: absolute;
}

.dog{
    bottom: 0%;
    left: 0%;
    width: 80%;
}

.eye_open{
    top: 16%;
    left: 16%;
    width: 34%;
}

.eye_close{
    opacity: 0;
    top: 16%;
    left: 16%;
    width: 34%;
}