@charset "utf-8";
/* app download */

/*font face*/
@font-face {
    font-family: NotoSansKr;
    font-weight: 200;
    font-style: normal; 
    src: url(notokr-light.eot); /*IE9 호환성 보기*/
    src: url(notokr-light.eot?#iefix) format('embedded-opentype'), /*IE 6-8*/
         url(notokr-light.woff) format('woff'); /*표준 브라우저*/
}
@font-face {
    font-family: NotoSansKr;
    font-weight: 400;
    font-style: normal; 
    src: url(notokr-regular.eot); /*IE9 호환성 보기*/
    src: url(notokr-regular.eot?#iefix) format('embedded-opentype'), /*IE 6-8*/
         url(notokr-regular.woff) format('woff'); /*표준 브라우저*/
}
@font-face {
    font-family: NotoSansKr;
    font-weight: 700;
    font-style: normal; 
    src: url(notokr-bold.eot); /*IE9 호환성 보기*/
    src: url(notokr-bold.eot?#iefix) format('embedded-opentype'), /*IE 6-8*/
         url(notokr-bold.woff) format('woff'); /*표준 브라우저*/
}

/* reset */   
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,button {margin:0; padding:0;}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}

* {margin:0; padding:0; -webkit-text-size-adjust:none;}
li {list-style-type:none;}
img,fieldset,iframe {border:0px none;}
img,fieldset {border:none; vertical-align:middle;}
li img, dd img {vertical-align:middle;}
input {vertical-align:middle;}
hr, caption {display:none;}
a {text-decoration:none; color:#000;}
a:link {text-decoration:none; color:#000;}
a:visited {text-decoration:none; color:#000;}
a:hover {text-decoration:none; color:#0024ff;}
a:active {text-decoration:none; color:#000;}

table, th, td {margin:0px};}
h1,h2,h3,h4,h5,h6 {font-size:100%;}
address,strong {font-style:normal; font-weight:normal;}

html, body {height:100%; *height:auto}
body, p, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, table, th, td, form, fieldset, legend, input, textarea, button, select {
    font-size:13px; font-family:"NotoSansKr", "Sans-serif"; color:#555555;
}
button { cursor:pointer; }
strong {font-weight:bold;}

/*page style*/
#d_wrap{
    width: 100%;
    height: 100%;
    position: relative;
}
@media screen and (min-width:320px){
    #d_wrap header.logo h1{
        display:block; 
        max-width:60%;    
        padding-left: 30px;
    }
    #d_wrap header.logo h1 img{
        max-width:100%;
    }
    #d_wrap main.content{
        width: 100%;
        height: 100%;
        padding-top: 20px;
        background: url('../../images/mobile/app/app_down_bg.png');
        background-size: 1.1%;
    }
    main.content div.visual{
        max-width:70%; 
        margin: 0 auto 12px;
        text-align: center;
    }
    main.content div.visual img{
        max-width:100%;
    }
    main.content h2.title{
        font-size: 1.2em;
        font-weight: 700;
        text-align: center;
    }
    main.content h2.title span.point{
        display: inline-block;
        width: 10px;
        height: 14px;
        margin-left: 7px;
        background: url('../../images/mobile/app/app_down_dline.png') no-repeat 0 4px;
        background-size: 70%;
    }
    main.content div.btn_down{
        margin: 12px auto;
        max-width:80%;  
        font-size:15px;
    }
    main.content div.btn_down a{
        display: block;
        width: 100%;
        padding: 11px 0;
        margin-bottom: 12px;
        border-radius: 50px;
        font-weight: 700;
        font-size: 1.5em;
        letter-spacing: -1px;
        text-align: center; 
        color: #fff
    }
    main.content div.btn_down a span{
        font-weight: 400;
        letter-spacing: 0
    }
    main.content div.btn_down a.android{
        background: #0bbe53 url('../../images/mobile/app/app_down_android.png') no-repeat 10px 11px;
        background-size: 12%
    }
    main.content div.btn_down a.ios{
        background: #1f86d3 url('../../images/mobile/app/app_down_ios.png') no-repeat 10px 11px;
        background-size: 12%
    }
    main.content div.notice{
         box-sizing:border-box; 
         margin: 0 auto;
         max-width: 80%;
         padding-top: 10px;
    }
    main.content div.notice h3.sub_tit{
        max-width: 100%;
        font-size: 1.3em;
        font-weight: 700;
        letter-spacing: -1px;
        margin-bottom: 10px;
    }
    main.content div.notice ul li{
        margin-bottom: 3px;
        padding-left : 7px;
        font-size: 1.1em;
        letter-spacing: -1px;
        line-height: 145%;
        background: url('../../images/mobile/app/app_down_dot.png') no-repeat 0 8px;
        background-size: 1%;
    }
    footer.copyright{ 
        position: absolute; 
        bottom: 0px; 
        width: 100%; 
        padding: 10px 0; 
        background: #333;
        text-align: center; 
        color: #888;
        font-size: 0.2em;
    }
}
@media screen and (min-width:768px){
    #d_wrap header.logo h1{
    display: block; 
    max-width: 65%;    
    padding-left: 50px;
    }
    #d_wrap header.logo h1 img{
        max-width:100%;
    }
    #d_wrap main.content{
        width: 100%;
        height: 100%;
        padding-top: 20px;
        background: url('../../images/mobile/app/app_down_bg.png');
        background-size: 0.7%;
    }
    main.content div.visual{
        max-width: 70%; 
        margin: 30px auto;
        text-align: center;
    }
    main.content div.visual img{
        max-width:100%;
    }
    main.content h2.title{
        font-size: 2em;
        font-weight: 700;
        text-align: center;
    }
    main.content h2.title span.point{
        display: inline-block;
        width: 10px;
        height: 14px;
        margin-left: 7px;
        background: url('../../images/mobile/app/app_down_dline.png') no-repeat 0 0;
    }
    main.content div.btn_down{
        margin: 15px auto;
        max-width:60%;  
        font-size:15px;
    }
    main.content div.btn_down a{
        display: block;
        width: 100%;
        padding: 20px 0;
        margin-bottom: 15px;
        border-radius: 50px;
        font-weight: 700;
        font-size: 1.6em;
        letter-spacing: -1px;
        text-align: center; 
        color: #fff
    }
    main.content div.btn_down a span{
        font-weight: 400;
        letter-spacing: 0
    }
    main.content div.btn_down a.android{
        background: #0bbe53 url('../../images/mobile/app/app_down_android.png') no-repeat 35px 19px;
        background-size: 10%
    }
    main.content div.btn_down a.ios{
        background: #1f86d3 url('../../images/mobile/app/app_down_ios.png') no-repeat 35px 19px;
        background-size: 10%
    }
    main.content div.notice{
        box-sizing:border-box; 
        margin: 30px auto 0;
        max-width: 60%;
    }
    main.content div.notice h3.sub_tit{
        max-width: 100%;
        font-size: 1.5em;
        font-weight: 700;
        letter-spacing: -1px;
        margin-bottom: 10px;
    }
    main.content div.notice ul li{
        margin-bottom: 5px;
        padding-left : 10px;
        font-size:1.3em;
        letter-spacing: -1px;
        line-height: 145%;
        background: url('../../images/mobile/app/app_down_dot.png') no-repeat 0 8px;
        background-size: 1%;
    }
    footer.copyright{ 
        position: absolute; 
        bottom: 0px; 
        width: 100%; 
        padding: 30px 0; 
        background: #333;
        text-align: center; 
        color: #888;
        font-size: 1.2em;
    }
}

@media screen and (min-width:1024px){
    #d_wrap header.logo h1{
        display: block; 
        max-width: 60%;    
        padding-left: 80px;
    }
    #d_wrap header.logo h1 img{
        max-width:100%;
    }
    #d_wrap main.content{
        width: 100%;
        height: 100%;
        padding-top: 20px;
        background: url('../../images/mobile/app/app_down_bg.png');
        background-size: 0.7%;
    }
    main.content div.visual{
        margin: 30px auto;
        text-align: center;
    }
    main.content div.visual img{
        max-width:100%;
    }
    main.content h2.title{
        font-size: 2.5em;
        font-weight: 700;
        text-align: center;
    }
    main.content h2.title span.point{
        display: inline-block;
        width: 10px;
        height: 18px;
        margin-left: 7px;
        background: url('../../images/mobile/app/app_down_dline.png') no-repeat 0 0;
    }
    main.content div.btn_down{
        margin: 30px auto;
        max-width:60%;  
        font-size:15px;
    }
    main.content div.btn_down a{
        display: block;
        width: 100%;
        padding: 30px 0;
        margin-bottom: 25px;
        border-radius: 50px;
        font-weight: 700;
        font-size: 2.4em;
        letter-spacing: -2px;
        text-align: center; 
        color: #fff
    }
    main.content div.btn_down a span{
        font-weight: 400;
        letter-spacing: 0
    }
    main.content div.btn_down a.android{
        background: #0bbe53 url('../../images/mobile/app/app_down_android.png') no-repeat 45px 32px;
        background-size: 10%
    }
    main.content div.btn_down a.ios{
        background: #1f86d3 url('../../images/mobile/app/app_down_ios.png') no-repeat 45px 32px;
        background-size: 10%
    }
    main.content div.notice{
        box-sizing: border-box; 
        margin: 40px auto 0;
        max-width: 60%;
    }
    main.content div.notice h3.sub_tit{
        max-width: 100%;
        font-size: 2.2em;
        font-weight: 700;
        letter-spacing: -2px;
        margin-bottom: 10px;
    }
    main.content div.notice ul li{
        margin-bottom: 8px;
        padding-left : 10px;
        font-size:1.8em;
        letter-spacing: -2px;
        line-height: 150%;
        background: url('../../images/mobile/app/app_down_dot.png') no-repeat 0 15px;
        background-size: 0.7%;
    }
    footer.copyright{ 
        position: absolute; 
        bottom: 0px; 
        width: 100%; 
        padding: 30px 0; 
        background: #333;
        text-align: center; 
        color: #888;
        font-size: 1.5em;
    }
}