@charset "utf-8";

/*헤더 영역*/
#header {position:fixed; top:0; left:0; right:0; background:#1662bb; width:100%; height:50px; text-align:center}
#header h1.logo {font-size:0}
#header h1.logo a {display:inline-block; font-size:1px; color:transparent; width:82px; height:24px; background:url(../img/h1-logo.png)no-repeat center / 82px auto; margin-top:13px}
#header a.mn-show {position:absolute; left:11px; top:50%; transform:translateY(-50%); width:24px; height:18px}
#header a.mn-show img {width:24px}

/*메인 영역*/
#main {margin-top:50px}
#main p.num {padding:20px 0 0 17px; color:#9a9fb0; font-size:12px; font-weight:300; line-height:100%}
#main h2 {padding:9px 0 0 17px; color:#212121; font-size:18px; font-weight:700; line-height:100%; letter-spacing:-1px}
#main p.price {padding:19px 0 0 17px; color:#1662bb; font-size:18px; font-weight:700; line-height:100%}
#main .img-event {}
#main .img-event img {width:100%; margin:0 auto}

/*푸터 영역*/
#footer {margin:18px 0 66px 0; background:#b0b5b6; border-top:1px solid #e4e4e4}
#footer h3.ft-logo {font-size:0}
#footer h3.ft-logo a {display:inline-block; font-size:1px; color:transparent; width:82px; height:24px; background:url(../img/h1-logo.png)no-repeat center / 82px auto; margin:10px 0 0 11px}
#footer .ft-tt-box {padding:10px 11px 16px 11px; color:#6d7273; font-size:11px; font-weight:300; line-height:1.4; letter-spacing:-0.4px}

/*이벤트 바로가기 버튼*/
#fixed-btn {position:fixed; bottom:0; left:0; right:0; width:100%; height:66px; background:#fff; text-align:center; font-size:0}
#fixed-btn a {color:#fff; font-size:16px; font-weight:500; line-height:100%; letter-spacing:-0.6px; margin-top:8px; border-radius:6px; width:calc(100% - 16px); margin:6px 8px}
#fixed-btn a.btn-event {display:inline-block; background:#1662bb; color:#fff; padding:18px 0}