@charset "utf-8";
/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,textarea,p,blockquote,th,td,input,select,textarea,button{margin:0;padding:0}
fieldset,img{border:0 none}
dl,ul,ol,menu,li {list-style:none}
blockquote, q {quotes:none}
blockquote:before, blockquote:after,q:before, q:after {content:'';content:none}
input,select,textarea,button {vertical-align:middle;font-size:100%}
button {border:0 none;background-color:transparent;cursor:pointer}
table {border-collapse:collapse;border-spacing:0}
body{-webkit-text-size-adjust:none} /* 뷰표트 변환시 폰트크기 자동확대 방지. */
input:checked[type='checkbox'] {background-color:#666; -webkit-appearance:checkbox}
input[type='text'],input[type='password'],input[type='submit'],input[type='search'],input[type='tel'],input[type='email'] {-webkit-appearance:none;border-radius:0}
input[type='search']::-webkit-search-cancel-button {-webkit-appearance:none}

body {background:#fff}
body,th,td,input,select,textarea,button {font-size:14px;line-height:1.5;font-family:'Malgun Gothic', '맑은 고딕', sans-serif;color:#000} /* color값은 디자인가이드에 맞게사용 */

a {color:#333;text-decoration:none}
a:active, a:hover {text-decoration:none}
address,caption,cite,code,dfn,em,var {font-style:normal;font-weight:normal}

.event_page_wrap {
    background-color: #f3f6fd;
}

.background_img_wrap {
    background:url('/resource/img/axadirect/pc_landing.png') 0 0 no-repeat;
    width: 799px;
    height: 2183px;
    margin: auto;
    position: relative;
}

.btn_view_premium {
    position: absolute;
    display: block;
    background:url('/resource/img/axadirect/pc_btn.png') 0 0 no-repeat;
    width: 365px;
    height: 74px;
    top: 520px;
    left: 217px;
    text-align: center;
}

.btn_text {
    background:url('/resource/img/axadirect/pc_btn_text.png') 0 0 no-repeat;
    display: block;
    width: 186px;
    height: 29px;
    margin: auto;
    margin-top: 22px;
}

.btn_view_premium.btn_for_pc {
    display: block;
}

.btn_view_premium.btn_for_mobile {
    display: none;
}

@media screen and (max-width: 798px) {
    .background_img_wrap {
        background:url('/resource/img/axadirect/mobile_landing.png') 0 0 no-repeat;
        background-size: 320px 899px;
        width: 320px;
        height: 899px;
    }

    .btn_view_premium {
        background:url('/resource/img/axadirect/mobile_btn.png') 0 0 no-repeat;
        background-size: 148px 30px;
        width: 148px;
        height: 30px;
        top: 220px;
        left: 86px;
    }

    .btn_text {
        background:url('/resource/img/axadirect/mobile_btn_text.png') 0 0 no-repeat;
        background-size: 75px 11px;
        width: 75px;
        height: 11px;
        margin-top: 10px;
    }

    .btn_view_premium.btn_for_pc {
        display: none;
    }

    .btn_view_premium.btn_for_mobile {
        display: block;
    }
}
