﻿body {
    margin: 0;
    padding: 0;
}

a 
{
    color: #454859;
    text-decoration: none;
}

a:hover
{
    color: #1a84bd;
}

a.underline-link 
{
    text-decoration: underline;
}

img
{
    border-style:none;
}

img.thumb-locate-left 
{
    float:left;
    margin-right:1em;
    margin-bottom:1.2em;
    cursor:pointer;
}

img.thumb-locate-right
{
    float:right;
    margin-left:1em;
    margin-bottom:1.2em;
    cursor:pointer;
}

#topline 
{
    /*
    padding: 0.1em;
    padding-bottom: 1em;
    */
    padding: 0px;
    color: black;
    font-family: Roboto, helvetica, arial, sans-serif;
    background-color: white;
    border-top-color:#215996;
    border-top-width:10px;
    border-top-style:solid;
    border-bottom-color:#a6a6a6; 
    border-bottom-width:1px;
    border-bottom-style:solid;
}

#headline
{
    padding: 0.8em;
    color: #205995;
    font-family: Roboto, helvetica, arial, sans-serif;
    background-color: white;
    background-image: url(head_bg.png);
    background-size: cover;
}

#headline a, a:hover
{
    color: #205995;
}

#headline h1 
{
    font-weight: 300;
    font-size: 32px;
    line-height: 1em;
    margin-bottom: 0;    
}

#section
{
    padding: 0.8em;
    color: black;
    font-family: 맑은 고딕, 굴림, Roboto, helvetica, arial, sans-serif;
}

#section #desc 
{
    font-weight: 300;
    font-size: 14px;
    line-height: 1.5em;
}

#section h2
{
    margin-top: 0;
    font-size: 20px;
    color: #215994;
}

#section h3
{
    margin-top: 0;
    font-size: 18px;
    color: #215994;
}

#section .warning
{
    color: #ff3333;
}

#section #navbar
{
    font-weight: 300;
    font-size: 14px;
}

.navbar-outline 
{
    background-color: #F2F3F7;
    border: 1px solid #ACB8CE;
    margin-bottom: 14px;
}

.navbar-title
{
    margin: 5px;
    padding: 6px;
    background-color: #215996;
    color: #dbe7ff;
    font-weight: bold;
}

.navbar-inline 
{
    background-color: #ffffff;
    border: 1px solid #ACB8CE;
    margin: 5px;
}

.navbar-iconlink 
{
    text-align:center;
}

.navbar-icondesc
{
    font-size: 13px;
    margin-bottom: 1em;
}

#section #navbar ul
{
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.navbar-item
{
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    border-bottom-color: #d4dce7;
    padding: 8px;
}

.navbar-item-last
{
    padding: 8px;
}

.section-image 
{
    text-align: center;
}

.section-image img 
{
    width: 100%
}

.separator
{
    border-bottom: 1px solid #C2C2C2;
    margin-top: 1.5em;
    margin-bottom:2em;
}

#section1
{
    padding: 0.8em;
    color: black;
    font-family: 맑은 고딕, 굴림, Roboto, helvetica, arial, sans-serif;
    font-weight: 300;
    font-size: 14px;
}

#section1 h2
{
    margin-top: 0;
    font-size: 20px;
    color: #215994;
}

#section1 h3
{
    margin-top: 0;
    font-size: 18px;
    color: #215994;
}

footer 
{
    font-family: 맑은 고딕, 굴림, Roboto, helvetica, arial, sans-serif;
    font-weight: 100;
    text-align: center;
    border-top-color:#215996;
    border-top-width:6px;
    border-top-style:solid;
    font-size: 12px;
}

/* TAB  컨트롤*/
.tab-wrapper
{
	border: 0;
	font-family: 맑은 고딕, 굴림, Roboto, helvetica, arial, sans-serif;
	font-size: 14px;
}

.tab-button-wrapper
{
	border: 0;
	background: #ffffff;
}

.tab-content-wrapper
{
	color:#454859;
}

/* 테이블 */
.download-table table {
    margin-top: 26px;
    width: 100%;
    border-collapse:collapse;
}

.download-table thead {
    font-weight: bold;
    background: #F2F3F7;
}

.download-table table td {
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #F2F3F7;
}

.download-table tbody {
    text-align: center;
}

.buy-table table {
    margin-top: 26px;
    width: 100%;
    border-collapse:collapse;
}

.buy-table thead {
    font-weight: bold;
    background: #F2F3F7;
}

.buy-table table td {
    padding-top: 5px;
    padding-bottom: 5px;
}

.buy-table tbody {
    text-align: center;
}

/* 버튼 */
.simple-button {
    width: 250px;
    font-size: 14px;
    font-weight: 200;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #D4DBE5;
}
      
@media screen and (max-width: 600px) {
    .download-table table thead {
        display: none;
    }

    .download-table table td {
        display: block;
        position: relative;
        padding-left: 40%;
        padding-top: 5px;
        padding-bottom: 5px;
        text-align: left;
        background: #F2F3F7;
    }

    .download-table table td:before {
        content: attr(data-th) " :";
        display: inline-block;
        background: #F2F3F7;
        border-right: 2px solid transparent;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 30%;
        max-height: 100%;
        padding-left: 5px;
        padding-top: 5px;
    }
}
      
@media screen and (min-width: 600px) {
    #headline {
        padding: 10px 5%;
    }
          
    .container {
        margin: auto;
        max-width: 900px;
    }
    
    #section {
        padding: 10px 5%;
    }

    #section #desc {
        float: left; 
        font-weight: 200;
        width: 72%;
        box-sizing: border-box;
        padding-right: 10px;
    }

    #section br {
        clear: both;
    }

    #section #navbar {
        float:right;
        padding: 20px;
        width: 28%;
        box-sizing: border-box;
        font-weight: 300;
    }
    
    #section1 {
        padding: 10px 5%;
    }
}
