.StaticMain {
    position: relative;
    width: 100%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    color: #a4acb8;
    margin: calc(1.28125rem + .375vw) 0;
    clear: both;
    text-align: justify;
    min-height: 930px;
    font-family: Roboto,sans-serif;
    font-weight: 400;
    line-height: 1.5;
}
.main-content {
    margin-bottom: 50px;
}
@media (min-width: 1200px) {
    .StaticMain {
        margin: 1.5625rem 0
    }
}

.StaticMain h1 {
    line-height: normal;
    color: #fff;
    font-size: 3em;
    font-weight: 700;
    text-align: center;
    margin: 0 0 30px 0
}

.StaticMain a {
    color: #48b8f8;
    text-decoration: underline
}

.StaticMain a:hover {
    color: #f1945a;
    text-decoration: none
}

.StaticMain p {
    margin: 0 0 10px
}

.StaticMain ul {
    list-style: disc;
    padding: 0
}

.StaticMain ul li {
    list-style: disc;
    padding: 0;
    margin: 0 0 5px 20px
}

.StaticMain ul li ul {
    list-style: circle;
    padding: 0 0 10px 0
}

.StaticMain ol {
    margin: 0 0 20px;
    padding: 0 0 0 20px
}

.StaticMain ol li {
    margin: 0 0 10px;
    list-style: decimal !important
}

.StaticMain .AnchorLink {
    margin: 0 30px 20px;
    overflow: hidden;
    list-style: none outside none
}

.StaticMain .AnchorLink li {
    float: left;
    width: 49%;
    padding: 0 0 5px 1px;
    margin: 0 1% 0 0;
    list-style: none
}

@media only screen and (max-width: 768px) {
    .StaticMain .AnchorLink li {
        width: 31%;
        margin-right: 2%
    }
}

@media only screen and (max-width: 480px) {
    .StaticMain .AnchorLink li {
        width: 48%;
        margin-right: 2%
    }
}

@media only screen and (max-width: 320px) {
    .StaticMain .AnchorLink li {
        width: 98%;
        margin-right: 2%
    }
}

.StaticMain .AnchorLink li a {
    text-decoration: none;
    padding-left: 15px;
    font-weight: 700;
    position: relative;
    color: #48b8f8
}

.StaticMain .AnchorLink li a:before {
    content: '';
    width: 8px;
    height: 8px;
    border: solid 1px #48b8f8;
    position: absolute;
    top: 6px;
    left: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.StaticMain .AnchorLink li a.Active, .StaticMain .AnchorLink li a.Active:hover, .StaticMain .AnchorLink li a:hover {
    color: #f1945a
}

.StaticMain .AnchorLink li a.Active:before, .StaticMain .AnchorLink li a.Active:hover:before, .StaticMain .AnchorLink li a:hover:before {
    content: '';
    position: absolute;
    top: 6px;
    left: 0;
    background: #f1945a;
    border: solid 1px #f1945a;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    color: #055bcd
}

.StaticMain .FirstChar {
    padding: 4px 4px 0 0;
    line-height: 30px;
    font-size: 42px;
    font-weight: 700;
    float: left;
    color: #35353c
}

.StaticMain .ContentBlock {
    padding-bottom: 20px;
    clear: both
}

.StaticMain .ImagesBlock {
    text-align: center;
    margin-bottom: 20px
}

.StaticMain .ImgCenter {
    text-align: center !important;
    margin-bottom: 20px !important;
    font-size: 90%;
    font-style: italic
}

.StaticMain h4 {
    color: #af595a;
    padding: 10px 0 10px 50px;
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 5px 0;
    background: url(../images/content/icon-h4.webp) no-repeat
}

.StaticMain .ContentH4 {
    clear: both;
    margin: 0 0 10px 50px;
    padding: 0
}

.StaticMain .ContentH4 p {
    margin-bottom: 10px
}

.StaticMain .ImagesH4 {
    text-align: center;
    margin: 0 0 20px 50px
}

.StaticMain h5 {
    color: #af595a;
    padding: 10px 0 10px 40px;
    margin: 0 0 10px 50px;
    font-size: 18px;
    font-weight: 700;
    background: url(../images/content/icon-h5.webp) no-repeat 0 0
}

.StaticMain .ContentH5 {
    clear: both;
    margin: 0 0 0 90px;
    padding: 0 0 20px
}

.StaticMain .ContentH5 p {
    margin-bottom: 10px;
    text-align: justify
}

.StaticMain .ImagesH5 {
    text-align: center;
    margin: 0 0 20px 40px
}

.StaticMain table {
    border-top: solid 1px #1f002b;
    margin: 0 auto 20px;
    border-collapse: collapse
}

.StaticMain table thead tr th {
    color: #daeeee;
    background: #47738b;
    font-weight: bolder;
    padding: 10px 10px;
    border-right: 1px solid #1f002b;
    border-left: 1px solid #1f002b;
    border-bottom: 1px solid #1f002b;
    text-align: center
}

.StaticMain table tbody tr:nth-child(odd) {
    background-color: #bcd1dc
}

.StaticMain table tbody tr:nth-child(even) {
    background-color: #d9e5ec
}

.StaticMain table tbody tr td {
    padding: 10px 10px;
    border: 1px solid #1f002b;
    border-top: none;
    color: #35353c
}

.StaticMain table tbody tr td a {
    color: #35353c
}

.StaticMain table tbody tr td a:hover {
    color: #055bcd
}

.StaticMain table.Notice {
    border: 1px solid #1f002b
}

.StaticMain table.Notice tr td {
    padding: 10px 20px;
    border: 1px solid #1f002b
}

.StaticMain table.Notice tr td p {
    margin-bottom: 10px
}

.StaticMain table.Notice tr td ol, .StaticMain table.Notice tr td ul {
    padding-bottom: 0;
    margin-bottom: 0
}

.StaticMain .TextCenter {
    text-align: center
}

.StaticMain .TextRight {
    text-align: right
}

.StaticMain .Strong01 {
    font-weight: bolder;
    color: #af595a
}

.StaticMain .Strong02 {
    font-weight: bolder;
    color: #af2e23
}

.StaticMain .Strong03 {
    font-weight: bolder;
    color: #48b8f8
}

.StaticMain .TextFont17 {
    font-size: 17px
}

.StaticMain .TextFont19 {
    font-size: 19px
}

.StaticMain .TextFont21 {
    font-size: 21px
}

.StaticMain .NoBorderImg {
    border: none;
    background: 0 0;
    padding: 0
}

.StaticMain .BorderImg {
    background: #000;
    border: 1px solid #000;
    padding: 0
}

.StaticMain .ImgLeft {
    float: left;
    margin: 1px 10px 5px 0;
    border: 1px solid #000
}

.StaticMain .ImgRight {
    float: right;
    margin: 0 0 5px 10px;
    border: 1px solid #000
}

.StaticMain blockquote {
    border-left: 2px solid #1f002b;
    font-size: 14px;
    margin: 0 20px;
    padding: 10px 40px;
    margin: 0;
    position: relative;
    font-style: italic
}

.StaticMain blockquote:after, .StaticMain blockquote:before {
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    content: ''
}

.StaticMain blockquote:before {
    top: 0;
    left: 10px;
    background-position: 0 0
}

.StaticMain blockquote:after {
    right: 0;
    bottom: 0;
    background-position: -20px 0
}

.StaticMain .NoticeBox {
    border: solid 1px #8d8d8d;
    padding: 10px;
    background: #bcd1dc
}

.StaticMain .NoticeBox p.Legend {
    font-size: 13px;
    font-weight: bolder;
    padding: 0 15px;
    color: #fff;
    background: #af2e23;
    height: 20px;
    margin: -20px 0 10px;
    float: left;
    border: solid 1px #af2e23
}

.StaticMain .NoticeBox .NoteContent {
    width: 100%;
    overflow: hidden;
    text-align: justify;
    color: #1e2c19
}

.StaticMain .NoticeBox .NoteContent a {
    color: #1c76fd
}

.StaticMain .NoticeBox .NoteContent a:hover {
    color: #fd4b36
}

.StaticMain ul.Decimal {
    margin: 0 0 10px 0
}

.StaticMain ul.Decimal li {
    list-style-type: decimal;
    margin-bottom: 10px;
    text-align: justify
}

.StaticMain ul.Decimal li ul {
    padding-top: 5px
}

.StaticMain ul.UpperAlpha {
    margin: 0 0 10px 0
}

.StaticMain ul.UpperAlpha li {
    list-style-type: upper-alpha;
    margin-bottom: 10px;
    text-align: justify
}

.StaticMain ul.UpperAlpha li ul {
    padding-top: 5px
}

.StaticMain ul.LowerAlpha {
    margin: 0 0 10px 0
}

.StaticMain ul.LowerAlpha li {
    list-style-type: lower-alpha;
    margin-bottom: 10px;
    text-align: justify
}

.StaticMain ul.LowerAlpha li ul {
    padding-top: 5px
}

.StaticMain ul.Icon {
    margin: 0 0 10px 5px
}

.StaticMain ul.Icon li {
    margin-bottom: 10px;
    padding-left: 15px;
    list-style-type: none;
    text-align: justify;
    position: relative
}

.StaticMain ul.Icon li:before {
    font-size: 8px;
    content: "\e074";
    /* font-family: GlyphiconsHalflings; */
    position: absolute;
    top: 4px;
    left: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.StaticMain ul.Icon li ul {
    padding-top: 5px
}

.StaticMain ul.Icon li ul.LowerAlpha li {
    list-style-type: lower-alpha;
    margin-bottom: 10px;
    background: 0 0;
    padding-left: 0
}

.StaticMain ul.Dash {
    margin: 0 0 10px 5px
}

.StaticMain ul.Dash li {
    margin-bottom: 10px;
    padding-left: 15px;
    list-style-type: none;
    text-align: justify;
    position: relative
}

.StaticMain ul.Dash li:before {
    font-size: 8px;
    content: "\2212";
    /* font-family: GlyphiconsHalflings; */
    position: absolute;
    top: 5px;
    left: 0
}

.StaticMain ul.Dash li ul {
    padding-top: 5px
}

.StaticMain ul.Disc {
    margin: 0 0 10px 5px
}

.StaticMain ul.Disc li {
    list-style-type: none;
    margin: 0 0 10px 0;
    padding: 0 0 0 15px;
    text-align: justify;
    position: relative
}

.StaticMain ul.Disc li:before {
    font-size: 8px;
    content: "\e165";
    /* font-family: GlyphiconsHalflings; */
    position: absolute;
    top: 5px;
    left: 0
}

.StaticMain ul.Disc li ul {
    padding-top: 5px
}
.StaticMain a:hover, .StaticMain a:focus, .StaticMain a:active, .more-post ul.list-more-post li a:hover, .more-post ul.list-more-post li a:focus, .more-post ul.list-more-post li a:active {
    text-decoration: underline !important;
    color: #2196F3;
}

.more-post {
    padding-top: 9px;
    text-align: center
}

.more-post-title a {
    display: block;
    position: relative;
    margin: 0 0 10px;
    padding: 10px;
    color: #dbefef;
    text-transform: uppercase;
    text-align: left;
    font-weight: 700;
    font-size: 18px;
    background: #47738b;
    background: -webkit-linear-gradient(legacy-direction(90deg), #47738b, #47738b);
    background: -webkit-gradient(linear, left top, right top, from(#47738b), to(#47738b));
    background: -webkit-linear-gradient(left, #47738b, #47738b);
    background: -o-linear-gradient(left, #47738b, #47738b);
    background: linear-gradient(90deg, #47738b, #47738b)
}

.more-post-title a:before {
    font-size: 35px;
    content: "\002b";
    /* font-family: GlyphiconsHalflings; */
    position: absolute;
    top: -3px;
    right: 15px
}

.more-post-title a:hover {
    color: #fff;
}

.more-post ul.list-more-post {
    list-style: none;
    text-align: left;
    padding: 5px 0 0;
    margin: 0 0 0 20px
}

.more-post ul.list-more-post li {
    list-style: none;
    border-bottom: 1px solid #47738b;
    padding: 12px 0 10px 5px;
    position: relative
}

.more-post ul.list-more-post li:last-child {
    border-bottom: none
}

.more-post ul.list-more-post li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #fff
}

.more-post ul.list-more-post li a:hover {
    text-decoration: none
}

.more-post ul.list-more-post li a span {
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    padding-bottom: 0 !important
}

.more-post ul.list-more-post li .date {
    display: block;
    color: #fff;
    text-transform: inherit;
    text-align: inherit;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    padding-left: 40px;
    line-height: 21px
}


.StaticMain .news-content p {
    margin-block-start: 0;
    margin-block-end: 1rem;
} 
.StaticMain .news-content p:last-child {
    margin:unset;
} 
.StaticMain .news-content h1 {
    font-size: 1.4em;
    margin-block-start: 1em;
    margin-block-end: 1em;
} 
.StaticMain .news-content h2 {
    font-size: 1.2em;
    margin-block-start: 1em;
    margin-block-end: 1em;
}
.StaticMain .news-content h3 {
    font-size: 1em;
    margin-block-start: 1em;
    margin-block-end: 1em;
}
.StaticMain .news-content h4{
    font-size: .9em;
    margin-block-start: 1em;
    margin-block-end: 1em;
}
.StaticMain .news-content a {
    color: #007bff;
}
.StaticMain .news-content a:hover {
    color: #0056b3;
    text-decoration: underline;
}
.news-container .news-content article img {
    max-width: 100%;
    height: auto !important;
    margin: 0 auto;
}

@media screen and (max-width: 1024px) {
    .static h2 {
        font-size: 16px;
        font-weight: bold;
        color: #f8fdff;
        margin: 0px 0 2px 5px;
        text-transform: uppercase;
    }
    .StaticMain h1 {
        /* font-family: SF-Bold; */
        color: #fff;
        font-size: 2em;
        line-height: 1.1;
        font-weight: bold;
        text-align: center;
        margin: 0px 0 30px 0;
    }
    .more-post ul.list-more-post {
        margin: unset;
    }
}
@media screen and (max-width: 480px) {
    .static h2 {
        font-size: 14px;
        margin-bottom: unset;
    }
    .breadcrumb--main {
        font-size: 12px;
    }
    .StaticMain h1 {
        font-size: 1.5em;
    }
    .StaticMain .news-content h2 {
        font-size: 1.1em;
    }
    .StaticMain .news-content h3 {
        font-size: 1em;
    }
    .StaticMain .news-content h4 {
        font-size: .9em;
    }
}
