
html {
    font-size: 13px;
}

body {
    font-family: "Noto Sans KR", 'Malgun Gothic', "Apple SD Gothic Neo", 'AppleSDGothic', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    color: #333333;
    overflow-x: hidden;
    background-color: #FFF;
    -webkit-font-smoothing: antialiased;
    line-height: 1.8;
}

dd, dt {
    line-height: 1.571428571;
}

a:hover, a, a:focus {
    text-decoration: none;
    color: rgba(0, 0, 0, 0.7);
}

/**
reset
 */

.font-malgun-gothic {
    font-family: 'Malgun Gothic', "Apple SD Gothic Neo", 'AppleSDGothic', sans-serif;
}

.form-control {
    border-radius: 0;
}

.form-group.form-md-line-input {
    position: relative;
    margin: 0 0 30px;
    padding-top: 20px;
}

.form-group.form-md-line-input .form-control {
    background: 0 0;
    border: 0;
    border-bottom: 1px solid #c2cad8;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    color: #555;
    box-shadow: none;
    padding-left: 0;
    padding-right: 0;
}

.form-group.form-md-line-input .form-control ~ .form-control-focus, .form-group.form-md-line-input .form-control ~ label {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    pointer-events: none;
}

.form-group.form-md-line-input .form-control.edited:not([readonly]) ~ .help-block, .form-group.form-md-line-input .form-control:focus:not([readonly]) ~ .help-block {
    color: #36c6d3;
    opacity: 1;
}

.form-group.form-md-line-input .form-control ~ .form-control-focus:after, .form-group.form-md-line-input .form-control ~ label:after {
    content: '';
    position: absolute;
    z-index: 5;
    bottom: 0;
    left: 50%;
    height: 2px;
    width: 0;
    visibility: hidden;
    transition: .2s ease all;
}

.form-group.form-md-line-input .form-control ~ .form-control-focus, .form-group.form-md-line-input .form-control ~ label {

    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    pointer-events: none;

}

.form-group.form-md-line-input .form-control ~ label {
    top: 0;
    margin-bottom: 0;
    font-size: 16px;

}

.form-group.form-md-line-input .form-control.edited:not([readonly]) ~ label, .form-group.form-md-line-input .form-control:focus:not([readonly]) ~ label, .form-group.form-md-line-input .form-control ~ .help-block-error, .form-group.form-md-line-input .form-control ~ label, .form-horizontal .form-group.form-md-line-input > label {

    opacity: 1;
    filter: alpha(opacity=100);

}

.form-group.form-md-line-input .form-control.edited:not([readonly]) ~ .form-control-focus, .form-group.form-md-line-input .form-control.edited:not([readonly]) ~ label, .form-group.form-md-line-input .form-control:focus:not([readonly]) ~ .form-control-focus, .form-group.form-md-line-input .form-control:focus:not([readonly]) ~ label {

    color: #888;

}

.form-group.form-md-line-input .form-control ~ .form-control-focus::after, .form-group.form-md-line-input .form-control ~ label::after {
    content: '';
    position: absolute;
    z-index: 5;
    bottom: 0;
    left: 50%;
    height: 2px;
    width: 0;
    visibility: hidden;
    transition: .2s ease all;
}

.form-group.form-md-line-input .form-control.edited:not([readonly]) ~ .form-control-focus::after, .form-group.form-md-line-input .form-control.edited:not([readonly]) ~ label::after, .form-group.form-md-line-input .form-control:focus:not([readonly]) ~ .form-control-focus::after, .form-group.form-md-line-input .form-control:focus:not([readonly]) ~ label::after {

    visibility: visible;
    left: 0;
    width: 100%;
    background: #36c6d3;

}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    line-height: 1.2;
}

.input-icon {
    position: relative;
    left: 0;
}

.form-group.form-md-line-input > .input-icon > label {
    margin-top: -20px;

}

.bold {
    font-weight: bold !important;
}

picture {
    margin-bottom: 15px;
    display: inline-block;
}

/**
Material Design
 */

.form-md-text {
    position: relative;
    margin: 0 0 30px;
    padding-top: 20px;

}

.form-md-text div.text {
    display: block;
    width: 100%;
    height: 34px;
    padding-left: 34px;
    border-bottom: 1px solid #33cccc;
    line-height: 34px;
}

.form-md-text div.textarea {
    display: block;
    width: 100%;
    padding-left: 34px;
    border-bottom: 1px solid #33cccc;
    line-height: 34px;
}

.form-md-text.last div.textarea, .form-md-text.last div.text {
    border: none;
}

.form-md-text > .input-icon > label {
    margin-top: -20px;
    top: 0;
    margin-bottom: 0;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 15px;
    color: rgb(136, 136, 136);
}

.form-md-text > .input-icon > i {
    left: 0;
    bottom: 0;
    margin: 7px 2px 10px 10px;
    color: #888;
    top: 0;
}

/**
radio
 */

.form-group.form-md-radios {
    margin-bottom: 22px;

}

.md-radio-inline .md-radio {
    display: inline-block;
    margin-right: 20px;
}

.md-radio input[type="radio"] {
    visibility: hidden;
    position: absolute;
}

.md-radio label {
    cursor: pointer;
    padding-left: 30px;
}

.md-radio label > span {
    display: block;
    position: absolute;
    left: 0;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    transition-duration: .3s;
}

.md-radio label > span.inc {
    background: #fff;
    left: -20px;
    top: -20px;
    height: 60px;
    width: 60px;
    opacity: 0;
    border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
    -webkit-animation: growCircleRadio .3s ease;
    -moz-animation: growCircleRadio .3s ease;
    animation: growCircleRadio .3s ease;
}

.md-radio label > .check {
    top: 5px;
    left: 5px;
    width: 10px;
    height: 10px;
    background: #36c6d3;
    opacity: 0;
    z-index: 6;
    border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
}

.md-radio label > .box {
    top: 0;
    border: 2px solid #666;
    height: 20px;
    width: 20px;
    border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
    z-index: 5;
}

.md-radio input[type="radio"]:checked ~ label > .check {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
}

.embed-youtube {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

.embed-youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

/**
icon
 */

.input-icon > i {
    color: #ccc;
    display: block;
    position: absolute;
    margin: 11px 2px 4px 10px;
    z-index: 3;
    width: 16px;
    font-size: 16px;
    text-align: center;
    left: 0;
}

.modal .input-icon > i {
    /*  z-index: 10055;*/
}

.form-group.form-md-line-input > .input-icon > i {
    left: 0;
    bottom: 0;
    margin: 9px 2px 10px 10px;
    color: #888;
}

.form-group.form-md-line-input > .input-icon .form-control {
    padding-left: 34px;
}

label {
    font-weight: 400;
    color: #333;
}

.form-material .form-group label {
    font-size: 16px;
}

.help-block {

    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 14px;

}

.form-group.form-md-line-input .help-block {

    position: absolute;
    margin: 2px 0 0;
    font-size: 14px;

}

/*
layout 
*/

/*text indent*/

.tx-indent-1 {
    padding-left: 15px;
}

.tx-indent-2 {
    padding-left: 30px;
}

.tx-indent-3 {
    padding-left: 45px;
}

/* squire dot indent */

.dot-box {
    position: relative;
    padding-left: 30px;
}

.dot-squire {
    display: inline-block;
    width: 4px;
    height: 4px;
    background-color: #92d6db;
    position: relative;
    top: -5px;
    margin-right: 7px;

}

.dot-box span.dot-squire {
    position: absolute;
    top: 10px;
    left: 15px;
}

.btn-top {
    border-radius: 50%;
    color: rgba(126, 183, 255, 0.5);
    display: block;
    font-size: 32px;
    font-weight: 500;
    height: 32px;
    line-height: 32px;
    margin: -50px 10px 0 0;
    position: fixed;
    right: 10px;
    top: 100%;
    width: 32px;
}

/**
table-responsive-v2
*/

.table-responsive-v2 tbody td {

    display: block;
}

.table-responsive-v2 tbody td.first {

    border-top: 2px solid #578ebe;
    margin-top: 5px;

}

.has-error .help-block-error {
    color: #a94442;
    font-size: 14px;
}

table.style-simple {
    border-top: 2px solid #7fc0e8;
}

table.style-simple tbody tr td:first-child {
    text-align: center;
    border-right: 1px solid #ddd;

}

table.style-simple tbody {
    border-bottom: 1px solid #ddd;
}

/**
table style
 */

.table.style-basic {
    border-top: 2px solid #91badd;
    border-bottom: 2px solid #91badd;
    border-right: none;
    border-left: none;
}

.table.style-basic th {
    color: #1381c4;
    font-weight: normal;
}

.table.style-basic th, .table.style-basic td {
    text-align: center;
    border-right: 1px solid #ddd;

}

.table.style-basic td:last-child, .table.style-basic th:last-child {
    border-right: none;

}

/*
title style
*/

h5.title-content {
    color: #333;
    margin-bottom: 8px;

}

h5 i.fa-dot-circle {
    color: #a3c9e9;
    font-size: 10px;
    position: relative;
    top: -2px;
}

/*
tab style
*/

.nav.style-basic.nav-tabs.nav-justified > li {
    border-top: 1px solid #66b8e2;
    border-bottom: 1px solid #66b8e2;
    border-left: 1px solid #66b8e2;
}

.nav.style-basic.nav-tabs.nav-justified > li a {
    border-radius: 0;
    color: #66b8e2;
    font-weight: 300;
    padding: 0;
    line-height: 35px;
    margin: 0;
}

.nav.style-basic.nav-tabs.nav-justified > li > a:focus, .nav.style-basic.nav-tabs.nav-justified > li > a:hover {
    background-color: #FFF;
}

.nav.style-basic.nav-tabs.nav-justified > li.active {
    background-color: #66b8e2;
}

.nav.style-basic.nav-tabs.nav-justified > li.active a {
    color: #FFF;
    background-color: #66b8e2;
    border: 0;
    font-weight: 500;

}

.nav.style-basic.nav-tabs.nav-justified > li:last-child {
    border-right: 1px solid #3399cc;
}

.menu-content .info-text-box {

    z-index: 1000;
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    background: rgba(0, 0, 0, 0.4);

}

/**
color
 */

.color-white {
    color: #FFF;
}

.color-1 {
    color: #0060ab;
}

.color-2 {
    color: #000;
}

.color-3 {
    color: #999999;
}

/*
font size
*/

h1, .h1 {
    font-size: 22px;
}

h2, .h2 {
    font-size: 22px;
}

h3, .h3 {
    font-size: 20px;
}

h4, .h4 {
    font-size: 19px;
}

h5, .h5 {
    font-size: 18px;
}

h6, .h6 {
    font-size: 17px;
}

.c1 {
    font-size: 18px;

}

.c2 {
    font-size: 16px;

}

.c3 {
    font-size: 14px;

}

.c4 {
    font-size: 14px;

}

.c5 {
    font-size: 13px;

}

.c6 {
    font-size: 11px;

}

.c7 {
    font-size: 10px;

}

.c8 {
    font-size: 8px;
}

.color-title {

    color: #454545;
}

.color-head-title {
    color: #000;
}

.color-sub-title {
    color: #0081d1;
}

.color-sub-content-title {
    color: #00a1fa;
}

.color-part-title {
    color: #888;
}

.color-grey-black {
    color: #333;
}

.color-red {
    color: red;
}

.color-content-1 {
    color: #FFF;
}

.color-content-2 {
    color: #555;
}

.color-content-3 {
    color: #666;
}

.color-content-4 {
    color: #858585;
}

.color-title a {
    color: #454545;
}

/**
button
 */

.btn-style-01 {
    color: #fff;
    background-color: #009de0;
    border-color: #009de0;
    border-radius: 0;
    width: 220px;
}

.btn-style-01:focus, .btn-style-01:hover {
    color: #FFF;
    text-decoration: none;
}

.btn-style-02 {
    color: #fff;
    background-color: #a3c9e9;
    border-color: #a3c9e9;
    border-radius: 0;
    width: 220px;
}

.btn-style-02:hover {
    color: #fff;
}

.btn-style-03 {
    color: #fff;
    background-color: #0081d1;
    border-color: #0081d1;
    border-radius: 0;
    width: 220px;
}

.btn-style-03:hover {
    color: #fff;
}


.btn-search {
    color: #fff;
    background-color: #777777;


}

/**
typography
 */

.typography-simple {
    padding-left: 20px;
}

.typography-simple dt {
    position: relative;
    font-weight: 400;
    color: #333;
}

.typography-simple dd {
    margin-left: -20px;
}

.typography-simple dt i {
    color: #a3c9e9;
    font-size: 10px;
    position: absolute;
    left: -20px;
    top: 10px;

}

.typography-simple ul.child {

    margin: 0;
    padding: 0;
}

.typography-simple ul.child > li {
    position: relative;
    list-style: none;
    padding-left: 20px;
}

.typography-simple ul.child li span {
    position: absolute;
    left: 0px;
}

.typography-depth-2 h5 {
    position: relative;
    font-weight: 400;
    color: #333;
    margin-bottom: 5px;
}

.typography-depth-2 h5 span {
    color: #cfcfcf;
    font-size: 14px;
    position: absolute;
    left: -15px;

}

.typography-depth-2 .sub {
    margin-bottom: 20px !important;
}

ul.typo-1 {
    padding-left: 0;
}

ul.typo-1 li {
    list-style: none;
    position: relative;
    padding-left: 50px;
}

ul.typo-1 li span.title {
    position: absolute;
    left: 0;
}

ul.typo-1 li span.dot {
    padding: 0 10px 0 25px;
    display: inline-block;
    position: absolute;
    left: 0;
}

ul.typo-1.style-01 li {

    background-color: #f9f9f9;
    border-top: 1px solid #dddddd;
    padding-top: 10px;
    padding-bottom: 10px;

}

ul.typo-1.style-01 li:last-child {

    border-bottom: 1px solid #dddddd;

}

ul.typo-1 li span.title-2 {
    display: block;

}



ul.typo-2 {
    padding-left: 0;
}

ul.typo-2 li {
    list-style: none;
    position: relative;
    padding-left: 50px;
}

ul.typo-2 li span.title {
    position: absolute;
    left: 0;
}

ul.typo-2 li span.dot {
    padding: 0 10px 0 25px;
    display: inline-block;
    position: absolute;
    left: 0;
}

ul.typo-2.style-01 li {

    background-color: #f9f9f9;
    border-top: 1px solid #dddddd;
    padding-top: 10px;
    padding-bottom: 10px;

}

ul.typo-2.style-01 li:last-child {

    border-bottom: 1px solid #dddddd;

}

ul.typo-2 li span.title-2 {
    display: block;

}






ul.typo-3 {
    padding-left: 0;
}

ul.typo-3 li {
    list-style: none;
}

ul.typo-3 li span.title {
    width:80px;
    display: inline-block;
}

ul.typo-3 li span.dot {
   width:20px;
    display: inline-block;
}

ul.typo-3.style-01 li {

    background-color: #f9f9f9;
    border-top: 1px solid #dddddd;
    padding-top: 10px;
    padding-bottom: 10px;

}



.box-typo-01 {
    margin-top: 15px;
    border-top: 1px solid #0081d1;
    border-left: 1px solid #d8d8d8;
    border-right: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    padding: 15px 15px 10px 15px;

}

.box-typo-01 td.title {

    padding-left: 0;
}

.box-typo-01 table {
    margin-bottom: 0;
}

/**
default
 */
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border: none;

}

.navbar-collapse.mobile ul li:first-child {
    border-top: 1px solid #f1f1f1;
}

.navbar-collapse.mobile ul li {
    border-bottom: 1px solid #f1f1f1;
}

.navbar-collapse.mobile ul li .dropdown-menu {
    background-color: #f5f5f5;
}

.navbar-collapse.mobile ul li .dropdown-menu .nav-item a {
    padding: 5px 20px;
    font-size: 15px;
    width: 100%;
    display: inline-block;
}

.navbar-collapse.mobile ul li.dropdown.open a i::before {
    content: "\f068";
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color: #FFF;
    border-color: #337ab7;
}

.footer {
    background-color: #fafafa;
}

header .logo {
    float: left;
}

header .nav-top-wrap {
    float: left;
}

hr {

    border-top: 1px solid #cacaca;
    margin-top: 5px;
    margin-bottom: 5px;
}

.row.narrow {

    margin-right: -7.5px;
    margin-left: -7.5px;

}

.row.narrow .col-lg-1, .row.narrow .col-lg-10, .row.narrow .col-lg-11, .row.narrow .col-lg-12, .row.narrow .col-lg-2, .row.narrow .col-lg-3, .row.narrow .col-lg-4, .row.narrow .col-lg-5, .row.narrow .col-lg-6, .row.narrow .col-lg-7, .row.narrow .col-lg-8, .row.narrow .col-lg-9, .row.narrow .col-md-1, .row.narrow .col-md-10, .row.narrow .col-md-11, .row.narrow .col-md-12, .row.narrow .col-md-2, .row.narrow .col-md-3, .row.narrow .col-md-4, .row.narrow .col-md-5, .row.narrow .col-md-6, .row.narrow .col-md-7, .row.narrow .col-md-8, .row.narrow .col-md-9, .row.narrow .col-sm-1, .row.narrow .col-sm-10, .row.narrow .col-sm-11, .row.narrow .col-sm-12, .row.narrow .col-sm-2, .row.narrow .col-sm-3, .row.narrow .col-sm-4, .row.narrow .col-sm-5, .row.narrow .col-sm-6, .row.narrow .col-sm-7, .row.narrow .col-sm-8, .row.narrow .col-sm-9, .row.narrow .col-xs-1, .row.narrow .col-xs-10, .row.narrow .col-xs-11, .row.narrow .col-xs-12, .row.narrow .col-xs-2, .row.narrow .col-xs-3, .row.narrow .col-xs-4, .row.narrow .col-xs-5, .row.narrow .col-xs-6, .row.narrow .col-xs-7, .row.narrow .col-xs-8, .row.narrow .col-xs-9 {
    padding-right: 7.5px;
    padding-left: 7.5px;
}

.navbar-default {
    background-color: #FFFFFF;
    border-color: #FFFFFF;
}

.navbar-toggle {

    border: none;

}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {

    background-color: #FFF;

}

.navbar-header {

    float: initial;

}

.navbar-toggle {

    display: inline-block;
    margin-right:-10px;

}

.navbar-toggle i.fa-bars {
    display: none !important;
}

.navbar-toggle.collapsed i.fa-bars {
    display: block !important;
}

.navbar-toggle i {
    display: block;
    font-size: 24px;
    color: #888;
}

.navbar-toggle.collapsed i {
    display: none;
}

.navbar-nav > li > a {

    color: #333;
    margin-right: 14px;
    font-size: 15px;

}

.nav > li > a:focus, .nav > li > a:hover {

    text-decoration: none;
    background-color: #FFF;

}

.navbar {
    margin-bottom: 0px;
}

.mobile .navbar-nav {
    display: block;
    padding-bottom:15px;
}

.mobile .navbar-nav > li {

    float: initial;
    display: block;

}

.mobile .nav > li > a {

    position: relative;
    display: block;
    padding: 10px 15px;
    padding-top: 10px;
    padding-bottom: 10px;

}

/**
table
 */

.table.table-default thead tr {
    background-color: #f5f5f5;
}

.table.table-default thead tr td {
    border-top: 1px solid #ddd !important;
}

/**
index
 */

.jssorl-009-spin img {
    animation-name: jssorl-009-spin;
    animation-duration: 1.6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}


#jssor_1 > div > div {

    transform: none !important;
    -webkit-transform: none !important;
    top:0!important;
}

#jssor_1 {
    height: 90px !important;

}
#jssor_1 > div {
    height: 90px !important;

}

.index .s01 .a02 .bg-1 {
    background-color: #009de0;
    color: #FFF;
}

.index .s01 .a02 .bg-2 {
    background-color: #075499;
    color: #FFF;
}


.index .s01 .a02 > div > div {
   width:33.3333%;
    float: left;
}


.index .s01 .a03 .row {
    background-color: #FFF;
}

.index .s01 .a03 section hr {

    color: #cacaca;

}



#form-search .s_word {
    width:150px !important;
    display: inline-block;
}

/**
side menu
 */

.local-menu-line {
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}

.local-menu:after {
    content: "";
    display: block;
    clear: both;
}

.local-menu .home {
    line-height: 48px;
    z-index: 1;
    display: block;
    float: left;
    width: 48px;
    font-size: 18px;
    text-align: center;
    border-right: 1px solid #ddd;
    color: #0060ab;
    position: absolute;
    left: 0;

}

.local-menu .home img {
    position: relative;
    top: -5px;
}

.local-menu .dep1 {
    position: relative;
    z-index: 1;
    float: left;
    line-height: 48px;
    width: 100px;
    padding: 0 15px 0 20px;
    font-weight: 400;
    color: #333333;
    box-sizing: border-box;
    font-size: 12px;
    display: none;
    border-right: 1px solid #ddd;
}

.local-menu .sub-menu {
    width: 100%;
    position: relative;
    float: left;
    padding-left: 25px;
}

.local-menu .this-navi, .local-menu .this-navi-parent {
    display: block;
    line-height: 48px;
    width: 100%;
    padding: 0 15px 0 20px;
    color: #0060ab;
    margin: 0;
    box-sizing: border-box;
    cursor: pointer;

}

.local-menu .this-navi i, .local-menu .this-navi-parent i {
    float: right;
    color: #e6e6e6;
    line-height: 48px;
    font-size: 32px;
}

.local-menu .this-navi i.down::before, .local-menu .this-navi-parent i.down::before {
    content: "\f106";
}

.local-menu .side-navi, .local-menu .side-navi-parent {
    display: none;
    list-style: none;
    position: absolute;
    z-index: 9;
    top: 48px;
    left: 32px;
    width: 300px;
    padding: 0 0 17px 20px;
    border: 1px solid #ddd;
    background: #FFF;
    box-sizing: border-box;

}

.local-menu .side-navi li, .local-menu .side-navi-parent li {
    padding-top: 12px;
}

.local-menu .this-navi, .local-menu .this-navi-parent {
    border-right: 1px solid #ddd;

}


.hermes.tp-bullets {
    position: absolute;
}


.index .s01 .main-title {
    width:100%;
    height: 340px;
    position: relative;
    overflow: hidden;
    background-color: rgba(255,255,255,0.5);
    /*background-color: #55a8d6;*/

}

.index .s01 .main-title h1 {
    font-size: 46px;
}

.index .s01 .a02  a {
    color:#FFF;
}


.index .s01 .a03 section {
    padding: 20px 15px 0 15px;
    overflow: hidden;
    background-color: #FFF;
}

.index .s01 .a03  a {
    font-weight:700;
}


.index .s02 {

    background-image: url("/resources/front/images/index_middle_bg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    color: #FFF;
    text-align: center;
    background-size: cover;
    height: 240px;
    padding-top: 30px;

}

.index .s02 a {
    color: #FFF;
    cursor: pointer;
}

.index .s02 span {
    padding: 0 3px;
    display: inline-block;
}

.index .s03 section {
    padding: 20px 15px 0 15px;
    overflow: hidden;

}



.index .s03 a {
    font-weight: 700;
}

.index .s03 .brds {
    margin-top: 30px;
}

.index .s03 .brds ul {
    padding-left: 0;
}

.index .s03 .brds ul li {
    list-style: none;
    border-bottom: 1px solid #ddd;
    padding: 5px 0;
}
.index .s03 .brds ul li:first-child {
    border-top: 1px solid #ddd;
}

.index .s03 .brds ul li a h6 {
    font-weight: 700;
}

.index .s03 .brds ul li a .date {
    clear: both;
    font-weight: 300;
    font-size: 12px;
    color: #999999;
}

#rev_slider {
    position: relative;
}



/*
footer*/

footer .ms01 {
    margin-top: 10px;
}

/**
sub
 */

.sub-01-bg, .sub-02-bg, .sub-03-bg, .sub-04-bg, .sub-05-bg {

    height: 140px;

}

.sub-01-bg {

    background-image: url("/resources/front/images/sub_01_bg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    color: #FFF;
    text-align: center;

}

.sub-02-bg {

    background-image: url("/resources/front/images/sub_02_bg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #FFF;
    text-align: center;

}

.sub-03-bg {

    background-image: url("/resources/front/images/sub_03_bg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #FFF;
    text-align: center;

}

.sub-04-bg {

    background-image: url("/resources/front/images/sub_04_bg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #FFF;
    text-align: center;

}

.sub-05-bg {

    background-image: url("/resources/front/images/sub_05_bg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #FFF;
    text-align: center;

}

.p0105 .s01 td.year {
    background-color: #f5f5f5;
}



.p0402 .s01 table {
    border-top: 1px solid #0081d1 !important;
    border-bottom: 1px solid #d8d8d8;


}


.p0402 .s01 table th {
    font-weight: 500;
}

.p0402 .s01 table td {
    font-weight: 400;
}

.p0402 .s01 table th, .p0402 .s01 table td{
background-color: #f9f9f9;

}






.p0403 .s02 {
    border-top: 1px solid #009de0;
}

.p0501 .s02 {

    margin-top:15px;
}

.p0501 .s02 .picture picture{


    border-top: 1px solid #0081d1;
    border-left: 1px solid #d8d8d8;
    border-right: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    padding: 15px 15px 10px 15px;

}

.p0501 .s02 .content table {
    border-top: 1px solid #0081d1 !important;
    border-bottom: 1px solid #d8d8d8;


}
.p0501 .s02 .content table tr.first td,.p0501 .s02 .content table tr.first th {
    border-top: 1px solid #0081d1 !important;
}


.p0501 .s02 .content table  th{
    width:80px;
    background-color: #f9f9f9;
    font-weight: 400;


}

.wrap-01 {
    z-index: 100!important;
    position: relative;
}


@media (max-width: 768px) {

    header {
        padding: 5px 0;
    }

    header .logo {
        float: left;
        width: 200px;
        margin-top: 12px;
    }

    .local-menu .side-navi {
        width: calc(100% - 32px);

    }

    .index .s01 .main-title {


    }

    .index .s01 .row .a02 .row {
        margin-right: 0;
        margin-left: 0;
    }

    .index .s01 .a02 .bg-1, .index .s01 .a02 .bg-2 {

        padding: 20px 10px 10px 10px;
    }

    .index .s01 .a02 .bg-1 i, .index .s01 .a02 .bg-2 i {

        font-size: 28px;

    }

    .index .s01 .a02 .bg-1 p, .index .s01 .a02 .bg-2 p {
        font-size: 12px;
    }

    .index .s02 {
        margin-top: 20px;
    }

    .index .s02 h3 {

        font-size: 28px;
    }

    footer .margin-top-30 {
        margin-top: 20px !important;
    }




    .p0501 .col-xs-6.odd {
        padding-right:7.5px;
    }

    .p0501 .col-xs-6.even {
        padding-left:7.5px;
    }



    li.tp-revslider-slidesli ,#rev_slider {
        height: 340px!important;
    }
}