﻿@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);

/*초기화 :Eric Meyer*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    text-decoration: none;
}

img {
    border: 0;
    max-width: 100%;
    height: auto;
}

body, h1, h2, h3, h4, h5, li, p, a {
    font-family: 'Jeju Gothic', 'Nanum Gothic', 'NanumGothic' !important;
}


/*초기화 종료*/

hteml {
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

html, body, header {
    line-height: 1.5;
    margin: 0 auto;
    font-size: 15px;
    /*max-width:1200px;*/
}

/*스마트폰 표시*/
.pc {
    display: none !important;
}

.sp {
    display: block !important;
}

/*아이패드 미니 767px : 여기에 767px 이상 기술*/
@media screen and (min-width: 767px) {
    .pc {
        display: block !important;
    }

    .sp {
        display: none !important;
    }
}

/*common*/
.inner{
    margin:0 auto;
}

@media screen and (min-width: 767px) {
    .inner{
        width:1024px;
        margin:0 auto;
    }
}

    /*header*/
header {
    width: 100%;
    background-color: #375587;
    height: 45px;
    overflow: hidden;
    position: relative;
}

#headerInner {
    position: relative;
    overflow: hidden;
    vertical-align:central;
    margin:2px Auto;
}

#headerTitle {
    font-size: 19px;
    text-align: center;
    vertical-align: central;
    margin: 7px Auto;
    color: white;
}


@media screen and (min-width: 767px) {
    header {       
        height: 65px;      
    }

    #headerInner {
        margin: 7px Auto;
    }
    #headerTitle {
        font-size: 22px;
        margin: 10px Auto;
    }    
 }


/*main*/
#mainInner{
    padding:10px 20px;
}

h1 {
    font-size: 19px;
    font-weight: bold;
}

h3 {
    font-size: 17px;
}

