body {
    min-height: 100vh;
}
html,
body {
    padding: 0;
    margin: 0;
    font-family: "Arial";
    font-size: 15px;
    overflow-x: hidden;
    background: linear-gradient(135deg, rgba(224,224,224,1) 0%, rgba(246,246,246,1) 53%, rgba(255,255,255,1) 100%);
}
#main {
    margin: auto;
    width: 1000px;
}

#displayCanvas
{
	width:1000px;
	height:120px;
	padding-top:20px;	
}
#top {
    box-shadow: 0px 10px 14px -7px #737171;
    border-bottom: 1px solid #2b6185;
    border-top: 1px solid #2b6185;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3em;
    height: 120px;
    margin: 10px 0;
    background: linear-gradient(to right, rgb(43, 97, 133) 0%, rgb(209, 248, 255) 51%, rgb(43, 97, 133) 100%);
    /*background: linear-gradient(135deg, rgba(224,224,224,1) 0%, rgba(246,246,246,1) 53%, rgba(255,255,255,1) 100%);*/
    position: relative;
}
#logo {
    position: absolute;
    top: 0;
    left: 402px;
    padding: 20px 30px;
    background: radial-gradient(ellipse at center, rgba(209, 248, 255,1) 0%, rgba(209, 248, 255,1) 48%, rgba(209, 248, 255,1) 49%, rgba(209, 248, 255,0) 70%, rgba(209, 248, 255,0) 100%);
}
#menu {
    box-shadow: 0px 10px 14px -7px #737171;
    background-color: #2b6185;
    width: 800px;
    margin-bottom: 5px;
    display: inline-block;
}
.menu_item {
    font-size: 16pt;
    color: #b0c5d2;
    float: left;
    padding: 10px 15px;
    border-right: 1px solid #15293a;
}
.menu_item a {
    color: #b0c5d2;
    text-decoration: none;
}
.menu_item:hover {
    color: #2b6185;
    /*background: linear-gradient(to bottom, rgba(117,189,209,1) 0%, rgba(43,97,133,1) 0%, rgba(47,100,135,1) 2%, rgb(199, 204, 211) 66%, rgb(199, 204, 211) 81%);*/
    background-color: #c7ccd3;
    transition: 0.3s;
}
#showcase {
    box-shadow: 0px 10px 14px -7px #000000;
    height: 378px;
}
#middle {
    display: flex;
    margin:auto;
    width: 1000px;
}
#left_middle,
#right_middle {
    float: left;
    overflow: auto;
}
#left_middle {
    box-shadow: 0px 10px 14px -7px #737171;
    width: 800px;
}
#right_middle {
    text-align: center;
    margin-left: 10px;
    width: 190px;
}
#bottom{
    box-shadow: 0px 10px 14px -7px #737171;
    border-bottom: 1px solid #2b6185;
    border-top: 1px solid #2b6185;
    color: #15293a;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    margin: 10px 0;
    background: rgba(43,97,133,1);
    background: linear-gradient(to right, rgba(43,97,133,1) 0%, rgba(209, 248, 255,1) 51%, rgba(43,97,133,1) 100%);
}
div{
    border: 0px solid black;
}
h3 {
    background-color: #c7ccd3;
    border-top: 2px solid #2b6185;
    border-bottom: 2px solid #2b6185;
    margin-top: 12px;
    margin-bottom: 0;
    padding: 15px;
}
h4 {
    margin: 10px 0;
}
.notice {
    background-color: #c7ccd3;
    border-bottom: 1px solid #2b6185;
    float: left;
}
.notice_title {
    font-weight: bold;
    font-size: 12pt;
    float:left;
    padding: 8px;
}
.notice_date {
    float:right;
    padding: 8px;
}
.notice_text {
    width: 780px;
    float:left;
    padding: 8px;
}
.notice_img {
    text-align: center;
    float: left;
    margin-right: 5px;
    width: 160px;
    max-height: 160px;
}
.notice_img img {
    max-width: 160px;
    max-height: 160px;
    box-shadow: 0px 10px 14px -7px #737171;
}
.pagination {
    width: 100%;
    padding: 5px 0;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #c7ccd3;
    border-bottom: 2px solid #2b6185;
    border-top: 1px solid #2b6185;
}
.page_num {
    text-decoration: none;
    color: #000000;
    padding: 4px 7px;
    border: 1px solid #b0b0b0;
    background: rgba(242,246,248,1);
    background: linear-gradient(to bottom, rgba(242,246,248,1) 0%, rgba(216,225,231,1) 50%, rgba(181,198,208,1) 51%, rgba(224,239,249,1) 100%);
}
.current_page_num {
    padding: 4px 7px;
    border: 1px solid #b0b0b0;
    background-color: #7d7d7d;
}
.arrows {
    border: 1px solid #b0b0b0;
}
.banner {
    margin-bottom: 30px;
    box-shadow: 0px 10px 14px -7px #737171;
    cursor:pointer;
    width: 184px;
    height: 184px;
    text-decoration:none;
}
.banner img {
    width: 184px;
    height: 184px;
}
.banner img:hover {
    transition: 0.3s;
    opacity: 0.85;
}
img:hover {
    opacity: .85;
    transition: 0.3s;
    cursor: pointer;
}
#map-canvas {
    width:800px;
    height: 300px;
    box-shadow: 0px -3px 14px -7px #737171;
}
#map-canvas2 {
    width:800px;
    height: 300px;
    box-shadow: 0px -3px 14px -7px #737171;
}
.mail_left {
    float: left;
    text-align: right;
}
.mail_left p {
    margin: 23px 10px 0px 0px;
}
.mail_right {
    float: left;
}
.mail_right p {
    margin: 22px 10px 0px 0px;
}
.mail_right input {
    width: 300px;
    border: 1px solid #2b6185;
    border-radius: 3px;
    box-shadow: 0px 10px 14px -7px #737171;
}
.mail_right textarea {
    width: 300px;
    resize: none;
    border: 1px solid #2b6185;
    border-radius: 3px;
	box-shadow: 0 10px 14px -7px #737171;
}
.mail_right input[type=submit] {
    width: auto;
    cursor: pointer;
}
.faq_item {
    border-bottom: 1px solid #2b6185;
}
.question {
    padding: 10px;
    cursor: pointer;
    background-color: #c7ccd3;
    transition: 0.5s;
}
.answer {
    background-color: #dfe4eb;
    display: none;
    padding: 10px;
    transition: 0.5s;
}
.channels {
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
table {
    box-shadow: 0px 10px 14px -7px #737171;
}
.channels td {
    padding: 5px 15px;
    background-color: #fff;
    text-align: center;
}
.channels a {
    cursor: pointer;
    text-decoration: none;
    color: #000;
}
.channels img {
    max-width: 33px;
    max-height: 25px;
}
.ch_img {
    height: 35px;
    text-align: center;
    vertical-align: middle;
}
.channels_head td {
    background-color: #c7ccd3;
    text-align: center;
}
.answer_link {
    color: #000;
    text-decoration: none;
}
.answer_link:hover {
    cursor: pointer;
    text-decoration: underline;
}
/*Showcase Begin*/
#imgs {
    background-color: white;
}
#imgs img {
    width:800px;
    height:380px;
    position: absolute;
    transition: 1s;
    visibility:hidden;
}
#imgs:hover {
    opacity: .85;
    transition: 0.3s;
    cursor: pointer;
}
#Snav img {
    width: 50px;
    height: 50px;
}
#Snav {
    display:block;
    width:100%;
    height:100%;
}
#SnavMiddle {
    display:block;
    position: absolute;
    top:310px;
    width:800px;
}
#Sleft {
    position:relative;
    top:160px;
    left:10px;
    float: left;
    opacity:0.3;
}
#Sleft:hover {
    opacity: 0.85;
}
#Sright {
    position:relative;
    top:160px;
    left:690px;
    float: left;
    opacity:0.3;
}
#Sright:hover {
    opacity:0.85;
}
#SnavBottom {
    display:block;
    width:800px;
    height:40px;
    position:relative;
    top:340px;
}
#SnavBottom p {
    font:normal 200% Arial;
    color:#fff;
    text-shadow: 2px 2px 5px #353535;
    position:absolute;
    top:-28px;
    margin-left:25px;
    visibility:hidden;
}
/*Showcase End*/