/* 나눔명조 : font-family: 'Nanum Myeongjo', serif; */
/* 나눔고딕 : font-family: 'Nanum Gothic', sans-serif; */

/* reset */

html, body{
    min-width:320px;
}

.event-type1 ~ footer{
    border-top:1px solid #ddd;
    padding-bottom:50px;
}

.event-type1 .section{
    max-width:720px;
    margin:0 auto;
}
.event-type1 .section-01 .btn-area{
    position: relative;
    width: calc(100% - 10%);
    height:72px;
    margin-left: 5%;
    margin-top:10px;
    text-align:center;
    background-size: 100%;
    background: #ee3f7a;
    padding:4px 0 0;
}
.event-type1 .btn-text{
    font-weight: 600;
    color:#fff;
    padding:6px 0 0 14px;
}
.event-type1 .btn-area .btn-click{
    position: absolute;
    top:18%;
    right:5%;
    width:42px;
    height:42px;
    background-size: 42px;
    background-image: url(https://s.wink.co.kr/marketing/events/images/basic/basic_btn_click4.png);
    animation: flash 1.2s infinite 0.1s ease-out;
}
.event-type1 .btn-area .book-img{
    position: absolute;
    bottom:12%;
    left:2%;
    width:25%;
}
.event-type1 .fixed-btn-area{
    position:fixed;
    left:0;
    right:0;
    bottom:0;
    width:100%;
    height:90px;
    min-width:320px;
    text-align:center;
    background:#f03c78;
    line-height: 1.2;
    background-size: 100%;
    padding:16px 0 0 0;
}
.event-type1 .fixed-btn-text{
    float: left;
    font-weight: bold;
    color:#fff;
    padding:4px 0 0 74px;
}
.event-type1 .fixed-btn-area .btn-click{
    float: left;
    width:54px;
    height:54px;
    margin:2px 0 0 6px;
    background-size: 54px;
    background-image: url(https://s.wink.co.kr/marketing/events/images/basic/basic_btn_click4.png);
    animation: flash 1.2s infinite 0.1s ease-out;
}
.event-type1 .fixed-btn-area .book-img2{
    position: absolute;
    top:-10%;
    left:2%;
    width:26%;
    height:44px;
    background-size: 44px;
    background-image: url(https://s.wink.co.kr/marketing/events/images/common/btn_books2.png) no-repeat;
}

@keyframes flash {
  0% {opacity:0.1;}
  50% {opacity:1;}
  100% {opacity:0.1;}
}
