﻿body {
    font-family: '맑은 고딕', Arial;
}

hr {
    margin-top: 8px;
    margin-bottom: 8px;
}

li {
    line-height: 1.5em;
    margin-bottom: 10px;
}

.body-content {
    margin-top: 10px;
    min-height: 400px;
    max-width: 1000px;
    padding-left: 4px;
    padding-right: 10px;
}

.navbar-brand {
    font-size: 1.5em;
}

.navbar-nav {
    font-size: 1.2em;
}

.link-button {
    width: 100%;
    height: 350px;
    border: 1px solid gray;
    background-color: #ececec;
    cursor: pointer;
    margin-top: 10px;
    margin-bottom: 20px;
}

.swiper-wrapper {
    height: 800px;
}

.swiper-nav-table {
    background-color: lightgray;
}

.swiper-nav-item {
    text-align: center;
    padding: 10px 4px;
    font-size: 1em;
}

.swiper-nav-item-normal {
    color: gray;
    background-color: #ececec;
    border: 1px solid #bcbcbc;
    cursor: pointer;
    font-weight:normal;
}

.swiper-nav-item-active {
    color: black;
    background-color: white;
    border: 2px solid darkorange;
    cursor: default;
    font-weight:bold;
}

.slider-content {
    margin-top: 20px;
}

.content_title {
    color: darkblue;
    font-size: 1.5em;
    font-weight: bold;
}

.content_text {
    color: gray;
    font-size: 11pt;
}

.table_header {
    text-align: center;
    font-size: 11pt;
    background-color: steelblue;
    color: white;
    border-bottom: 1px solid gray;
    border-top: 1px solid gray;
}

.table_data_left {
    padding: 0.5em;
    text-align: left;
    font-size: 11pt;
    border-bottom: 1px solid #ebebeb;
}

.table_data_center {
    padding: 0.5em;
    text-align: center;
    font-size: 11pt;
    border-bottom: 1px solid #ebebeb;
}

.box-title {
    font-style: italic;
    font-size: 1.5em;
    line-height: 2.0em;
    color: gray;
    background-color: white;
    /*border-top: 1px solid green;*/
    border-bottom: 1px solid green;
    padding: 0px;
    margin-top: 20px;
    margin-bottom: 10px;
    padding: 0px 10px;
}

.box-content {
    /*border-right: 1px solid #ececec;*/
    width: 100%;
    margin-bottom: 20px;
    padding:4px;
    /*background-color:#ececec;*/
}

.box-content-head {
    line-height: 1.5em;
    font-size: 1.1em;
    font-weight: bold;
    /*border-bottom:1px solid gray;*/
}

.box-content-body {
    font-size: 0.9em;
    margin-top: 4px;
    margin-bottom: 4px;
    line-height: 1.5em;
    color: gray;
}

.box-content-tail {
    font-size: 0.9em;
}


.button-text-area {
    font-size: 1.1em;
    color: gray;
    margin: auto;
    padding: 8px;
    width: 100%;
}

.button-image {
    margin: auto;
    width: 100%;
    max-width: 400px;
}


.image-100 {
    margin: auto;
    width: 100%;
    max-width: 100px;
}

.image-150 {
    margin: auto;
    width: 100%;
    max-width: 150px;
}

.image-200 {
    margin: auto;
    width: 100%;
    max-width: 200px;
}

.image-300 {
    margin: auto;
    width: 100%;
    max-width: 300px;
}

.image-100 {
    margin: auto;
    width: 100%;
    max-width: 100px;
}

.image-400 {
    margin: auto;
    width: 100%;
    max-width: 400px;
}

.image-500 {
    margin: auto;
    width: 100%;
    max-width: 500px;
}

.image-600 {
    margin: auto;
    width: 100%;
    max-width: 600px;
}

.image-700 {
    margin: auto;
    width: 100%;
    max-width: 700px;
}

.image-800 {
    margin: auto;
    width: 100%;
    max-width: 800px;
}

.image-900 {
    margin: auto;
    width: 100%;
    max-width: 900px;
}

.image-1000 {
    margin: auto;
    width: 100%;
    max-width: 1000px;
}

.text-no-deco {
    text-decoration: none;
}

.text-gray {
    color: gray;
}

.text-blue {
    color: blue;
}

.text-black {
    color: black;
}


.text-bold {
    font-weight: bold;
}

.no-border {
    border: none;
}

.subpage-title {
    font-size: 1.2em;
    line-height: 1.2em;
    background-color: navy;
    border: 1px solid gray;
    color: white;
    padding: 15px 8px;
    margin-bottom: 10px;
    /*color: white;
    border: 1px solid gray;
    box-shadow: rgba(0,0,0,0.4) 2px 2px 4px 0px;
    padding: 8px;
    margin-bottom: 20px;*/
}

.menubox-icon {
    float: left;
    margin: 8px;
}

.menubox-title {
    font-size: 1.5em;
    font-weight: bold;
    color: darkblue;
}

.menubox-content {
    font-size: 1em;
    color: gray;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.margin-4 {
    margin: 4px;
}

.margin-8 {
    margin: 8px;
}

.margin-12 {
    margin: 12px;
}

.margin-16 {
    margin: 16px;
}

.margin-20 {
    margin: 20px;
}

.padding-4 {
    padding: 4px;
}

.padding-8 {
    padding: 8px;
}

.padding-12 {
    padding: 12px;
}

.padding-16 {
    padding: 16px;
}

.padding-20 {
    padding: 20px;
}

.img-caption-box {
    font-size: 0.9em;
    color: gray;
    padding-top: 0px;
    margin-top: 0px;
    margin-bottom: 10px;
    text-align: center;
}

.content-10 {
    font-size: 1.0em;
    line-height: 1.4em;
}

.content-11 {
    font-size: 1.1em;
    line-height: 1.5em;
}

.content-12 {
    font-size: 1.2em;
    line-height: 1.6em;
}

.content-13 {
    font-size: 1.3em;
    line-height: 1.7em;
}

.content-14 {
    font-size: 1.4em;
    line-height: 1.8em;
}

.content-15 {
    font-size: 1.5em;
    line-height: 1.9em;
}

.content-16 {
    font-size: 1.6em;
    line-height: 2.0em;
}

.content-17 {
    font-size: 1.7em;
    line-height: 2.1em;
}

.content-18 {
    font-size: 1.8em;
    line-height: 2.2em;
}

.content-19 {
    font-size: 1.9em;
    line-height: 2.3em;
}

.content-20 {
    font-size: 2.0em;
    line-height: 2.4em;
}
