* {
    margin: 0;
    padding: 0;
    font-family: 'Lato', 'Helvetica Neue', 'Apple SD Gothic Neo', 'Nanum Gothic', 'Arial', 'Apple Gothic', sans-serif;

    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;

    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    background: red;
}

html, body {
    height: 100%;
    min-height: 100%;
    background: #ddd;
    font-size: 11pt;
    line-height: 180%;
}

a {
    text-decoration: none;
    font-weight: 400;
}

a:hover {
    text-decoration: underline;
}

p, li, span, input, select {
    color: #444;
    font-family: 'Open Sans', 'Helvetica Neue', 'Apple SD Gothic Neo', 'Nanum Gothic', 'Arial', 'Apple Gothic', sans-serif;
    font-style: normal;
    font-weight: 400;
}

p {
    line-height: 180%;
    margin: 10px 0;
}

table p {
    margin: 0;
}

h1, h2, h3, h4, h5, h6 {
    color: black;
    font-family: 'Lato', 'Helvetica Neue', 'Apple SD Gothic Neo', 'Nanum Gothic', 'Arial', 'Apple Gothic', sans-serif;
    line-height: 120%;
    padding: 10px 0;
}

h1 {
    font-size: 2em;
    font-weight: 900;
    padding: 5% 0;
    text-align: center;
    background: #3F51B5;
    color: #fff;
}

h1 span {
    color: black;
    font-size: 2em;
    font-weight: 900;
    display: inline-block;
    line-height: 100%;
}

h2 {
    font-size: 24pt;
    font-weight: 400;
    color: #111;
}

h3 {
    font-size: 18pt;
    font-weight: 300;
    color: #222;
}

h4 {
    font-size: 14pt;
    font-weight: 300;
    color: #333;
    padding: 5px 0;
}

hr {
    border: 0px;
    margin: 4% 0;
    border-bottom: 1px solid #eee;
}

section {
    padding-bottom: 12px;
    position: relative;
}

pre {
    word-break: break-all;
    white-space: pre-line;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.clear {
    clear: both;
    float: none;
}

.box {
    width: 100%;
}

.preview {
    margin: 15px 0 15px 15px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    max-width: 50%;
}

.wrap {
    max-width: 960px;
    padding: 2% 3%;
    margin: auto;
    box-shadow: 0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12),0 2px 4px -1px rgba(0,0,0,.2);
    margin-top: -50px;
}

.img-wrap {
    text-align: center;
    margin: 6%;
}

.img-wrap img {
    max-width: 50%;
}

[class^="icon-"], [class*=" icon-"] {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-size: 24px 24px;
    margin-top: -4px;
    vertical-align: middle;
    background-repeat: no-repeat;
    opacity: 0.7;
    transition: opacity 0.25s;
    -webkit-transition: opacity 0.25s;
}

.desc [class^="icon-"], .desc [class*=" icon-"] {
    opacity: 0.3;
    margin-right: -8px;
}

#footer [class^="icon-"], #footer [class*=" icon-"] {
    background-size: 20px 20px;
    width: 20px;
    height: 20px;
    opacity: 0.7;
}

.btn [class^="icon-"], .btn [class*=" icon-"] {
    background-size: 20px 20px;
    width: 20px;
    height: 20px;
    opacity: 1.0;
    margin-bottom: 1px;
    vertical-align: bottom;
}

.btn-large [class^="icon-"], .btn-large [class*=" icon-"] {
    background-size: 32px 32px;
    width: 32px;
    height: 32px;
    margin: -5px 3px -5px -5px;
    opacity: 1.0;
}

[class^="icon-"]:hover, [class*=" icon-"]:hover {
    opacity: 1.0;
}

.icon-appstore {
    background-image: url("../image/icon/appstore.png");
}

.icon-googlemarket {
    background-image: url("../image/icon/googlemarket.png");
}

#content {
    position: relative;
    height: 100%;
    min-height: 100%;
}

#content > .wrap {
    padding-top: 12px;
    background: white;
    min-height: 100%;
    margin-bottom: -4px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

#content > .wrap > .eod {
    padding: 20px 0 60px 0;
    color: white;
    text-align: center;
}

#content > .wrap > .eod img {
    width: 62px;
    height: auto;
    opacity: 0.1;
}

#footer {
    position: relative;
    clear:both;
    margin-top: 50px;
} 

#footer > .wrap {
    background: #303033;
    color: white;
    font-weight: 300;
    font-size: 14px;
    padding: 0;
    border-bottom: 1px solid #1c1c1f;
    border-top: 1px solid #444450;
}

#footer > .wrap:last-child {
    padding-bottom: 20px;
}

#footer a {
    color: white;
    font-weight: 400;
    text-shadow: #000 0 1px 0;
    text-decoration: none;
}

#footer a:hover {
    text-decoration: underline;
}

#footer .sitemap {
    padding: 20px 0 40px;
}

#footer .sitemap > li {
    vertical-align: top;
    width: 18%;
    list-style: none;
    display: inline-block;

    font-size: 12pt;
    padding-left: 1%;
    padding-bottom: 20px;
}

#footer .sitemap > li > a {
    text-decoration: none;
    padding: 5px 12px;

    border-radius: 50px;
    -webkit-border-radius: 50px;
    transition: background 0.25s;
    -webkit-transition: background 0.25s;
}

#footer .sitemap > li > a:hover {
    background: #666;
}

#footer .sitemap hr {
    border: 0;
    margin: 8px 12px;
    padding: 0;
    border-top: 1px solid #1C1C1F;
    border-bottom: 1px solid #444450;
}


#footer .submenu > li {
    list-style: none;
    font-size: 14px;
    text-indent: -12px;
    padding-left: 12px;
}

#footer .submenu > li a {
    color: #aaa;
    font-weight: 300;
    text-decoration: none;
    transition: color 0.25s;
    -webkit-transition: color 0.25s;
}

#footer .submenu > li a.disabled {
    color: #444;
}

#footer .submenu > li a:hover {
    color: #fff;
}

#footer .submenu > li a:before {
    content: "•";
    color: #50505a;
    font-size: 8pt;
    padding-right: 5px;
    text-shadow: #111 0 0 3px;
    transition: color 0.25s;
    -webkit-transition: color 0.25s;
}

#footer .submenu > li a:hover:before {
    color: #fff;
}


#footer .credit p {
    font-size: 8pt;
    font-weight: 400;
    letter-spacing: 1px;
    text-align: center;
    color: #777;
    padding-top: 10px;
    text-shadow: #333 1px 1px 1px;
}

#footer .credit a {
    color: #aaa;
    letter-spacing: 0px;
}


#footer .info {
    text-align: center;
    font-size: 11px;
    line-height: 20px;
}

section {
    position :relative;
}

section a {
    font-size: 11.8pt;
}

section ul, section ol {
    margin: 8px 8px 14px 32px;
}

section ul p {
    margin: 0;
}

section ul ul, section ul ol, section ol ul, section ol ol {
    margin: 0px 0px 8px 32px;
}

.description img {
    max-width: 100%;
}

.fill-width {
    width: 100% !important;
}

@media (max-width: 900px) {
    #footer .sitemap > li {
        width: 23%;
    }

    h1 {
        padding: 3% 0;
    }

    .wrap {
        margin-top: 0;
    }

    #footer {
        margin-top: 0;
    }
}

@media (max-width: 480px) {
    .preview {
        float: none;
        max-width: 100%;
        margin: 0;
    }

    .wrap {
        padding: 0 4%;
    }

    #footer .sitemap > li {
        width: 47%;
    }

    h1 {
        font-size: 24pt;
        font-weight: 700;
    }
}

@media (max-width: 700px) {
    h1 {
        font-size: 1.25em;
        padding: 3% 0;
    }

    .wrap {
        margin-top: 0;
    }

    .img {
        width: 50%;
    }

    .img-wrap {
        margin: 6%;
    }
}


@media screen and (max-device-width: 1024px) {
    * {
        font-family: 'Helvetica Neue', 'Arial', sans-serif;
    }

    p, li, span {
        font-family: 'Helvetica Neue', 'Arial', 'Apple Gothic', sans-serif;
    }

    h1 span {
        font-family: 'Helvetica Neue', 'Arial', sans-serif;
    }
}
