﻿@charset "utf-8";
/*CSS Info ======================================================================
File Name: Index.css
Last Editor: Sophia
LastDate: 2018/11/07
Version: 3.2
---------------------------
Table of Contents
    DIV XHTML
    Free Style
    jQuery
    Responsive Design
=================================================================================*/

/*#region Header */


#Header {
    background-image: url(../images/Index/IndexHeaderBG.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-bottom: 5px solid #02A199;
}

/*#Banner {
    margin: 10px auto;
}*/

/*.toggleMenuLabel {
    position: absolute;
    left: 20px;
    top: 20px;
}*/


#Banner .Logo {
    height:80px;
}


    /*#Banner .aLogo:before {
        content: " ";
        background-image: url(../images/Index/Logos.png);
        background-repeat: no-repeat;
        background-size: contain;
        width: 300px;
        height: 160px;
        display: block;
    }*/

#Banner h1 {
    font-size: 2.25rem;
    line-height: 55px;
    vertical-align: middle;
    height:80px;
    /*    position: absolute;
    left: 80px;
    top: 190px;
    line-height: 1.5em;*/
}

    #Banner h1:before {
        content: "臺北市政府環境保護局環境檢驗中心";
        color: #113E3B;
        font-size: 1rem;
        font-weight: bold;
        display: block;
        line-height: 1.5em;
    }

/*#Banner .LinkSearchArea {
    position: absolute;
    right: 20px;
    top: 20px;
}*/
.toggleMenuLabel i.fas {
    color: #02A199;
    vertical-align: middle;
}

.LinkSearchArea, .LinkSearchArea ul {
    vertical-align: middle;
}

.SearchArea input[type=search] {
    top: -2px;
}
.SearchArea button {
    margin-top: -4px;
}

@media only screen and (min-width: 118.75em) {
    #Header {
      /*  background-position: right+260px top+40px, left bottom;*/
    }
}

@media only screen and (min-width:156.25em) {
    #Header {
        /*background-position: right+500px top+40px, left bottom;*/
    }
}

@media only screen and (min-width: 76.25em) and (max-width: 86.1875em) {
    #Header {
      /*  background-position-x: calc(100% + 40px),left;
        background-position-y: calc(0% + 50px),bottom;*/
    }
}

@media only screen and (min-width: 61.0625em) and (max-width: 76.1875em) {
    #Header {
/*        background-position-x: calc(100% + 70px),center;
        background-position-y: calc(0% + 90px),bottom;
        background-size: 60%,cover;*/
    }
}

@media only screen and (min-width: 48em) and (max-width:61em) {
    #Header {
/*        background-position-x: calc(100% + 81px),center;
        background-position-y: calc(0% + 117px),bottom;
        background-size: 66%,cover;
        height: 450px;*/
    }

/*    #Banner h1 {
        font-size: 2.75rem;
        left: 40px;
        top: 130px;
    }

    #Banner .aLogo {
        top: 30px;
    }

        #Banner .aLogo:before {
            height: 100px;
        }*/
}

@media only screen and (min-width: 30em) and (max-width: 47.9735em) {
    #Header {
/*        background-position-x: calc(100% + 32px),calc(50% - 31px);
        background-position-y: calc(0% + 199px),bottom;
        background-size: 55%,cover;
        height: 385px;*/
    }

/*    #Banner h1 {
        font-size: 2.5rem;
        left: 20px;
        top: 100px;
    }

        #Banner h1:before {
            font-size: 1.25rem;
        }*/

    #Banner .aLogo {
        height: 25px;
    }

        /*#Banner .aLogo:before {
            height: 80px;
        }*/

    }

@media only screen and (max-width:47.9735em) {
    #Banner h1 {
        font-size: 1.25rem;
        line-height: 25px;
        margin-left: 10px;
        height: auto;
    }

        #Banner h1:before {
            font-size: 0.6rem;
            line-height: 1em;
        }

}

@media only screen and (max-width: 29.9375em) {
    #Header {
/*        background-position-x: calc(100% + 9px),calc(50% - 62px);
        background-position-y: calc(0% + 173px),bottom;
        background-size: 60%,cover;
        height: 350px;*/
    }

 /*   #Banner h1 {
        font-size: 1.65rem;
        left: 20px;
        top: 90px;
    }

        #Banner h1:before {
            font-size: 1.035rem;
        }*/
    #Banner .Logo {
        height: 35px;
    }

        /*#Banner .aLogo:before {
            width: 200px;
            height: 64px;
        }*/
}

/*#endregion */

/*#region main */

#Content .accesskey a {
    color: #FFF;
}

    #Content .accesskey a:focus, #Content .accesskey a:hover {
        color: #00B4AB;
    }

h2 {
    font-size: 1.875rem;
    line-height: 2.5rem;
    text-align: center;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 20px;
    z-index: -1;
}

/*#region #RealTime_DynamicInfo */

#RealTime_DynamicInfo {
    background-color: #0E2035;
    position: relative;
    padding-top: 2rem;
    color: #FFF;
    margin-bottom: 230px;
}

    #RealTime_DynamicInfo::before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url(../images/Index/RealTime_DynamicInfo_BG.png);
        background-position: top left;
        background-size: 120%;
        background-repeat: no-repeat;
        opacity: 0.3;
        z-index: 0;
    }
    #RealTime_DynamicInfo:after {
        content: "";
        display: block;
        clear: both;
        position: absolute;
        width: 100%;
        height: 230px;
        bottom: -230px;
        left: 0;
        background-image: url(../images/Index/RealTime_DynamicInfo_BG_2.svg);
        background-position: top left;
        background-size: 100%;
        background-repeat: no-repeat;
        z-index: 0;
        background-color: #EEF6F5;
    }
    #RealTime_DynamicInfo h2 {
        color: #07C5BE;
        position: relative;
        z-index: 1;
    }
    #RealTime_DynamicInfo .wrapper {
        position: relative;
        z-index: 1;
    }
    #RealTime_DynamicInfo h3 {
        color: #07C5BE;
        margin: 0;
        position: absolute;
        top: -3rem;
    }
        #RealTime_DynamicInfo h3::before {
            color: #07C5BE;
        }


.dataBlock {
    display: grid;
    gap: 0 1rem;
    grid-template-columns: 24% 50% 23.5%;
    grid-template-areas: "airAqi activitySug activitySug"
        "riverQuality radiance temperature";
}

.airAqi {
    grid-area: airAqi;
}

.activitySug {
    grid-area: activitySug;
}

.riverQuality {
    grid-area: riverQuality;
}

.radiance {
    grid-area: radiance;
}

.temperature {
    grid-area: temperature;
}



.DynamicArea h3 i{
    margin-right:0.5rem;
}
#RealTime_DynamicInfo .rtCont {
    width: 100%;
   /* background: rgba(7, 197, 190, 0.5);*/
    background: rgba(0, 128, 123, 0.5);
    box-shadow: #112D4A 0 0 0 0.2rem, #07C5BE 0 0 0 4px;
    box-sizing: border-box;
    padding: 0;
    position: relative;
    margin-top: 5rem;
}
#RealTime_DynamicInfo .DataCards {
    padding: 1rem;
}
.dataBox .DataCards + .DataCards {
    border-top: 0.2rem solid #112D4A;
}
.itemTitle {
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
}
.itemData {
    font-size: 1.6rem;
}

.gridBox {
    display: grid;
}

.airAqi .gridBox {
    gap: 0.2rem;
    grid-template-columns: repeat(2, 1fr);
    margin-top:0.2rem;
}
.airAqi .DataCards{
    margin:0;
}

.selectBox {
    vertical-align: middle;
}

    .selectBox .GPS_btn, .selectBox input[type=submit] {
        position: relative;
        background-color: #00807b;
        color: white;
        border: none;
        border-radius: 6px;
        padding: 0.5rem 1rem;
        cursor: pointer;
        font-size: 1.2rem;
        vertical-align: middle;
    }
        .selectBox .GPS_btn:focus, .selectBox input[type=submit]:focus {
            outline:rgba(255, 178, 151, 1) dotted 3px;
        }
    .selectBox .GPS_btn i {
        color: #FF0000;
        margin-right: 0.5rem;
    }

        .selectBox .GPS_btn:hover, .selectBox input[type=submit]:hover {
            font-weight: bold;
            color: #fff;
            -webkit-box-shadow: 1px 2px 5px 3px rgba(7, 197,190, .5);
        }
    .selectBox select {
        background-color: rgba(7,197,190,0.5);
        background-color: rgba(0,128, 123, 0.5);
        color: #fff;
        border: 1px solid #00807b;
        border-radius: 6px;
        font-size: 1.2rem;
        cursor: pointer;
        width: 200px;
        /*    height: 32px;*/
        color: #fff;
        padding: 0.4rem 1rem;
    }

        .selectBox select:focus {
            border: 1px solid #FFB297;
        }
        .selectBox select:hover {
            -webkit-box-shadow: 1px 2px 5px 3px rgba(7, 197,190, .5);
            font-weight: bold;
        }
        .selectBox select option {
            background: #03485A;
        }


/*AOI等級設定*/
.aqiLevel .itemData {
    font-weight: bold;
    font-size: 2rem;
    vertical-align: middle;
    margin-top: 1rem;
    text-align: center;
    color: #FFF;
    padding: 0.5rem;
    border: 2px solid #FFF;
}
    .aqiLevel .itemData::after {
        margin-left: 0.5rem;
        vertical-align: middle;
        font-weight: bold;
        display: block;
        color: #FFF;
        font-size: 1.5rem;
    }
.DynamicInfo_aqi_1 .itemData {
    background: #00BB00;
}
    .DynamicInfo_aqi_1 .itemData::after {
        content: "良好";
    }
.DynamicInfo_aqi_2 .itemData {
    background: #F5ED00;
    color: #333;
}
    .DynamicInfo_aqi_2 .itemData:after {
        content: "普通";
        color: #333;
    }
.DynamicInfo_aqi_3 .itemData {
    background: #FF9126;
}
    .DynamicInfo_aqi_3 .itemData:after {
        content: "對敏感族群不良";
    }
.DynamicInfo_aqi_4 .itemData {
    background: #FF2A2A;
}
    .DynamicInfo_aqi_4 .itemData:after {
        content: "對所有族群不良";
    }
.DynamicInfo_aqi_5 .itemData {
    background: #99599F;
}
    .DynamicInfo_aqi_5 .itemData:after {
        content: "非常不良";
    }
.DynamicInfo_aqi_6 .itemData {
    background: #6B102A;
}
    .DynamicInfo_aqi_6 .itemData:after {
        content: "有害";
    }



.svgBox {
    padding-top: 1rem;
    position: relative;
    width: 90%;
    margin: auto;
}

    .svgBox .chart_value_wrap {
        position: absolute;
        z-index: 9;
        left: 0;
        right: 0;
        bottom: 0;
        text-align: center;
        margin-left:1rem;
    }

        .svgBox .chart_value_wrap p.chartValue {
            padding-bottom: 0.5rem;
            font-size: 2.5rem;
            font-weight: bold;
        }


    .svgBox svg {
        width: 100%;
    }

.unit {
    font-size: 1rem;
}
/* 溫度 */
.temperature .dataBox {
    padding-top: 13%;
}

.temp p {
    color: #fff;
    font-weight: bold;
}

.temp i {
    font-size: 1rem;
    width: 1.2rem;
    line-height: 1.2rem;
    text-align: center;
    border: 3px solid #9646F0;
    border-radius: 50px;
    padding: 0.1rem;
    margin-right: 0.5rem;
}

.temp .tempData {
    text-align: center;
    font-size: 5rem;
    font-weight: bold;
    padding: 1rem 0;
    color: #fff;
}

    .temp .tempData sub {
        font-size: 2rem;
    }

.temp .tampBar {
    display: flex;
    position: relative;
    margin: 2rem 0.3rem 1.5rem 0.3rem;
    color: #fff;
}

    .temp .tampBar span {
        display: block;
        height: 1.6rem;
        width: 20%;
        position: relative;
    }

        .temp .tampBar span:nth-child(1) {
            background: #009CDE;
        }

        .temp .tampBar span:nth-child(2) {
            background: #72D23C;
        }

        .temp .tampBar span:nth-child(3) {
            background: #FFC813;
        }

        .temp .tampBar span:nth-child(4) {
            background: #FF8113;
        }

        .temp .tampBar span:nth-child(5) {
            background: #E62628;
        }

        .temp .tampBar span::before {
            content: "\f0dd";
            font-weight: 900;
            font-size: 2rem;
            width: 100%;
            text-align: center;
            font-family: "Font Awesome 5 Free";
            position: absolute;
            top: -2.2rem;
            display: none;
        }

    .temp .tampBar.Temp_level1 span:nth-child(1)::before {
        display: block;
    }

    .temp .tampBar.Temp_level2 span:nth-child(2)::before {
        display: block;
    }

    .temp .tampBar.Temp_level3 span:nth-child(3)::before {
        display: block;
    }

    .temp .tampBar.Temp_level4 span:nth-child(4)::before {
        display: block;
    }

    .temp .tampBar.Temp_level5 span:nth-child(5)::before {
        display: block;
    }

    .temp .tampBar span::after {
        position: absolute;
        left: -5px;
        bottom: -25px;
        font-size: 0.8rem;
        font-weight: bold;
    }

    .temp .tampBar span:nth-child(1)::after {
        content: '0';
    }

    .temp .tampBar span:nth-child(2)::after {
        content: '11';
    }

    .temp .tampBar span:nth-child(3)::after {
        content: '21';
    }

    .temp .tampBar span:nth-child(4)::after {
        content: '31';
    }

    .temp .tampBar span:nth-child(5)::after {
        content: '36';
    }


/*活動建議*/
.activitySug .itemBox {
    margin-bottom:1.2rem;
}
.activitySug .itemTitle {
    font-size: 1.4rem;
    padding: 0.3rem 1rem;
    border: 1px solid #00807b;
    display: inline-block;
    background: rgba(7,197,190,0.5);
    border-radius: 50px;
}
.activitySug .itemData {
    font-size: 1.2rem;
}
.iconArea {
    display: flex;
    flex-wrap: wrap;
}
    .iconArea .icon {
        width: 8rem;
        text-align: center;
    }
    .iconArea .icon img {
        width: 6rem;
    }
/*#region #Main_RealTime */
#Main_RealTime {
    background: #EEF6F5;
}
    #Main_RealTime .MoreLink a:focus {
        outline: #6DC9A7 dotted 3px;
        outline: 4px dotted #D04926;
    }


/*#region rtCont */

.rtCont {
    /*margin-bottom: 20px;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 20px;
}

#Main_RealTime .rtCont {
    padding: 0;
}
/*    .rtCont:hover {
        -webkit-box-shadow: 0 1px 4px 0 rgba(0,0,0,0.14);
        box-shadow: 0 1px 4px 0 rgba(0,0,0,0.14);
    }*/
.rtContDouble {
    margin-bottom: 20px;
}

.rtCont h3 {
    color: #333;
    font-size: 1.625rem;
    line-height: 1.875rem;
    text-align: left;
    margin-top: 15px;
    margin-bottom: 30px;
}

.rtCont table caption, .rtCont table thead {
    display: none;
}

/*.rtContDouble, .rtAir, .rtNuclear {
    height: 800px;
}*/

main .rtCont h4 {
    color: #555555;
    font-size: 1.5rem;
    margin-bottom: 12px;
}

.rtCont table {
    width: 100%;
    /*margin-bottom: 15px;*/
}

    .rtCont table tbody tr {
        background-color: #FFF;
        border-bottom: 10px solid #EEF6F5;
    }

    .rtCont table tbody th, .rtCont table tbody td {
        vertical-align: middle;
        text-align: center;
    }

.rtCont .MoreLink {
    display: inline-block;
}

    .rtCont .MoreLink a {
        display: inline-block;
        color: #FFF;
        border: 1px solid #c1c1c1;
        background-color: #c1c1c1;
        -webkit-border-radius: 16px;
        -moz-border-radius: 16px;
        border-radius: 16px;
        padding: 5px 1rem;
        -webkit-transition: all .35s ease-out;
        -moz-transition: all .35s ease-out;
        -o-transition: all .35s ease-out;
        transition: all .35s ease-out;
    }

        .rtCont .MoreLink a:hover, .rtCont .MoreLink a:focus {
            color: #c1c1c1;
            background-color: transparent;
        }


.rtCont .PublishDate {
    float: right;
    text-align: right;
    margin-left: 1rem;
    line-height: 2rem;
}

    .rtCont .PublishDate dt, .rtCont .PublishDate dd {
        display: inline-block;
        font-size: 0.875rem;
    }

    .rtCont .PublishDate dt {
        color: #666666;
    }

    .rtCont .PublishDate dd {
        color: #000;
    }

.rtCont dl.Note {
}

    .rtCont dl.Note dt, .rtCont dl.Note dd {
        color: #666666;
        display: inline-block;
        font-size: 0.875rem;
        line-height: 1.25rem;
    }

.rtCont .DataCards {
}

    .rtCont .DataCards .Card {
        background-color: #FFF;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.rtArea p.Note {
    font-size: 1rem;
}

.rtArea .Note i {
    color: #fb7e5e;
}

.rtCont.left {
    border-right: 2px solid rgba(2,72,90,0.3);
    position: relative;
}
    .rtCont.left:before {
        content: "";
        display: block;
        clear: both;
        background-image: url(../images/Index/HappyCity.svg);
        background-color: #EEF6F5;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        position: absolute;
        bottom: 0;
        right: -0.5rem;
        height: 10rem;
        width: 1rem;
    }

/*#endregion */

/*#region rtAir */
.svgArea svg {
    width: 100%;
}
.rtAir {
    /*    background-color: #DEF9FF;
    background-image: url(../images/Index/BG_CloudRealTime.png);
    background-repeat: no-repeat;
    background-position-x: calc(100% - 20px);
    background-position-y: 20px;*/
}

    .rtAir table tbody tr {
 /*       border-bottom: 10px solid #DEF9FF;*/
    }

    .rtAir table tbody th, .rtAir table tbody td {
        height: 50px;
    }

    .rtAir table tbody th {
        color: #333333;
        font-size: 1.25rem;
        font-weight: normal;
    }

    .rtAir table tbody tr td:nth-child(1) {
        width: 48px;
    }

    .rtAir table tbody tr td:nth-child(3) {
        color: #0269A4;
        font-size: 1.625rem;
        font-weight: bold;
        font-family: Arial,'\5FAE\8EDF\6B63\9ED1\9AD4';
    }

    .rtAir table tbody tr td:last-child {
        font-size: 1.125rem;
        color: #707070;
    }

    .rtAir table tbody img {
       /* height: 25px;*/
    }

    .rtAir table tbody .fa-stack i:first-child {
        color: #686868;
    }

    .rtAir table tbody .fa-stack i:nth-child(2) {
        color: #CCC;
    }

    .rtAir table tbody tr td.ND {
        color: #707070;
        font-weight: normal;
    }

    .rtAir .MoreLink {
        margin-top: 5px;
    }

        .rtAir .MoreLink a {
            border: 1px solid #267DAE;
            background-color: #267DAE;
        }

            .rtAir .MoreLink a:hover, .rtAir .MoreLink a:focus {
                color: #267DAE;
            }

    .rtAir .PublishDate {
        float: left;
        margin-left: 0;
    }

    .rtAir .Note {
        line-height: 2rem;
        margin-left: 1rem;
        float: left;
    }

/*#endregion */

/*#region rtTP101 */

.rtTP101 {
    height: calc(50% - 10px);
    /* background-color: #FFF3EF;*/
    background-image: url(../images/Index/GB_101.png);
    background-repeat: no-repeat;
    background-position-x: 70px;
    background-position-y: 60px;
    position: relative;
}

    .rtTP101 .DataCards {
        width: 300px;
        float: right;
        margin-right: 40px;
    }

        .rtTP101 .DataCards .Card {
            width: 100%;
            margin-bottom: 10px;
            height: 64px;
            vertical-align: middle;
/*            -webkit-border-radius: 48px;
            -moz-border-radius: 48px;
            border-radius: 48px;*/
            padding: 0 1rem;
            box-sizing: border-box;
        }

            .rtTP101 .DataCards .Card dt, .rtTP101 .DataCards .Card dd {
                display: inline-block;
            }

            .rtTP101 .DataCards .Card dt {
                width: 20%;
                text-align: center;
            }

                .rtTP101 .DataCards .Card dt span:first-child {
                    color: #333333;
                    font-size: 1.25rem;
                    line-height: 2.5rem;
                }

                .rtTP101 .DataCards .Card dt span.Desc {
                    color: #707070;
                    display: block;
                    font-size: 0.75rem;
                    line-height: 1rem;
                }

            .rtTP101 .DataCards .Card dd {
                width: 76%;
            }

                .rtTP101 .DataCards .Card dd .Chart {
                    display: inline-block;
                    width: calc(100% - 4rem - 10px);
                    height: 48px;
                }

                .rtTP101 .DataCards .Card dd span {
                    color: #297470;
                    font-size: 1.75rem;
                    line-height: 3.5rem;
                    font-weight: bold;
                    font-family: Arial,'\5FAE\8EDF\6B63\9ED1\9AD4';
                    display: inline-block;
                    /*                    margin-left: 10px;*/
                    vertical-align: top;
                    width: 4rem;
                    text-align: center;
                }

    .rtTP101 .NoteArea {
        clear: both;
        float: right;
        margin-right: 50px;
    }

    .rtTP101 dl.Note {
        display: block;
        margin-bottom: 5px;
        margin-left: 1rem;
    }

        .rtTP101 dl.Note dt.margin-left {
            margin-left: 1rem;
        }

    .rtTP101.rtCont .PublishDate {
        clear: both;
        text-align: left;
    }

    .rtTP101 .MoreLink {
        margin-top: 226px;
        margin-left: 40px;
        margin-top: 257px;
        margin-left: 60px;
    }

        .rtTP101 .MoreLink a {
            border: 1px solid #D04926;
            background-color: #D04926;
        }

            .rtTP101 .MoreLink a:hover, .rtTP101 .MoreLink a:focus {
                color: #D04926;
            }
/*#endregion */

/*#region rtRiver */
/*.rtRiver {
    height: calc(50% - 10px);
    background-color: #DFFFF3;
    background-image: url(../images/Index/BG_River.png);
    background-repeat: no-repeat;
    background-position-x: calc(100% - 35px);
    background-position-y: 16px;
}*/

    .rtRiver .DataCards {
        display: flex;
        flex-wrap: wrap;
        width: calc(100% - 40px);
        margin: 0 auto;
    }

        .rtRiver .DataCards .Card {
            margin: 1%;
            flex: 0 31%;
            height: 64px;
            text-align: center;
            vertical-align: middle;
        }

            .rtRiver .DataCards .Card:last-child {
                border-right: none;
            }

            .rtRiver .DataCards .Card dd {
                font-size: 1.5rem;
                line-height: 2rem;
                font-weight: bold;
                color: #018464;
                font-family: Arial,'\5FAE\8EDF\6B63\9ED1\9AD4';
            }

            .rtRiver .DataCards .Card dt span:first-child {
                color: #333333;
                font-size: 0.875rem;
                line-height: 1rem;
            }

            .rtRiver .DataCards .Card dt span.Unit {
                color: #707070;
                font-size: 0.625rem;
                line-height: 1rem;
                margin-left: .25rem;
            }

    .rtRiver .PublishDate {
        display: inline-block;
        float: none;
        margin-left: 0;
        text-align: left;
    }

    .rtRiver .Note {
        margin-left: 1rem;
        line-height: 2rem;
        display: inline-block;
    }

    .rtRiver .MoreLink {
        margin-top: 5px;
    }

        .rtRiver .MoreLink a {
            border: 1px solid #15833C;
            background-color: #15833C;
        }

            .rtRiver .MoreLink a:hover, .rtRiver .MoreLink a:focus {
                color: #15833C;
            }
/*#endregion */
/******************************* swiper css *******************************/
/*#region carrousel */
.swiperRiver.MySwiper {
    padding: 0 0 20px 0;
    position: relative;
}

    .swiperRiver.MySwiper:focus {
        outline: 2px dotted #FFCAB8;
    }


    .swiperRiver.MySwiper .swiper-button-prev,
    .swiperRiver.MySwiper .swiper-button-next {
        color: #15833C;
        top: 65%;
        z-index: 10;
    }

    .swiperRiver.MySwiper .swiper-button-prev {
        left: -5px;
    }

    .swiperRiver.MySwiper .swiper-button-next {
        right: -5px;
    }

        .swiperRiver.MySwiper .swiper-button-prev::after,
        .swiperRiver.MySwiper .swiper-button-next::after {
            font-size: 1.25rem;
            font-weight: bold;
        }

.swiperRiver .swiper-button-prev:focus, .swiperRiver .swiper-button-next:focus, #Main_Video .swiper-button-prev:focus, #Main_Video .swiper-button-next:focus, .videoBox:focus {
    outline: #FFCAB8 dotted 2px;
    color: #FF800E;
}
/*#endregion */

/*#region rtNuclear */
.rtNuclear {
    background-color: #E1EFFF;
    background-image: url(../images/Index/BG_nuclear.png);
    background-repeat: no-repeat;
    background-position-x: calc(100% - 16px);
    background-position-y: 16px;
}

    .rtNuclear table tbody tr {
        border-bottom: 10px solid #E1EFFF;
    }

    .rtNuclear table tbody th, .rtNuclear table tbody td {
        height: 64px;
    }

    .rtNuclear table tbody tr td:first-child {
        color: transparent;
        width: 10px;
    }

    .rtNuclear table tbody tr th {
    }

        .rtNuclear table tbody tr th span {
            display: block;
        }

            .rtNuclear table tbody tr th span:first-child {
                color: #333333;
                font-size: 1.25rem;
                line-height: 2rem;
            }

            .rtNuclear table tbody tr th span:last-child {
                color: #707070;
                font-size: 0.875rem;
                line-height: 1rem;
            }

    .rtNuclear table tbody tr td:last-child {
        color: #0269A4;
        font-size: 1.5rem;
        font-weight: bold;
        font-family: Arial,'\5FAE\8EDF\6B63\9ED1\9AD4';
    }

    .rtNuclear table tbody tr td.ND {
        color: #7D7D7D;
    }

    .rtNuclear .MoreLink {
        margin-top: 15px;
    }

        .rtNuclear .MoreLink a {
            border: 1px solid #267DAE;
            background-color: #267DAE;
        }

            .rtNuclear .MoreLink a:hover, .rtNuclear .MoreLink a:focus {
                color: #267DAE;
            }
/*#endregion */

@media only screen and (min-width: 76.25em) and (max-width: 86.1875em) {
    .rtTP101 {
        background-position-x: 40px;
    }

        .rtTP101 .MoreLink {
            margin-top: 230px;
            margin-left: 8px;
        }
}

@media only screen and (min-width: 61.0625em) and (max-width: 76.1875em) {
    .rtContDouble, .rtAir, .rtNuclear {
        height: 850px;
    }

        .rtAir .Note {
            margin-left: 0;
            width: 100%;
        }

    .rtTP101 {
        background-position-x: 20px;
    }

        .rtTP101 .NoteArea {
            margin-right: 10px;
        }

        .rtTP101 .DataCards {
            margin-right: 0px;
        }

        .rtTP101 .MoreLink {
            margin-top: 10px;
            margin-left: -12px;
        }

    .rtRiver {
        background-position-x: calc(100% - 25px);
        background-position-y: 5px;
    }

    .rtCont.rtRiver h3 {
        margin-bottom: 15px;
    }
}

@media only screen and (min-width: 48em) and (max-width:61em) {
    .rtCont h3 {
        font-size: 1.25rem;
        line-height: 1.875rem;
        margin-top: 10px;
        margin-bottom: 20px;
    }

    main .rtCont h4 {
        font-size: 1.25rem;
        line-height: 1.75rem;
        margin-bottom: 12px;
        margin-left: 10px;
    }

    .rtAir table tbody tr td:nth-child(1) {
        width: 32px;
    }

    .rtAir table tbody tr td:last-child {
        font-size: 1rem;
    }

    .rtCont.rtAir .PublishDate {
        line-height: 1.5rem;
        text-align: left;
    }

    .rtAir .Note {
        margin-left: 0;
        float: none;
    }

    .rtTP101 {
        background-position-x: 5px;
        background-position-y: 50px;
    }

        .rtTP101 .DataCards {
            width: 240px;
            margin-right: -10px;
        }

        .rtTP101 .NoteArea {
            margin-right: 0px;
        }

        .rtTP101 .MoreLink {
            margin-top: 10px;
            margin-left: -12px;
        }

        .rtTP101 dl.Note {
            margin-bottom: 0;
            margin-left: 0;
        }

    .rtRiver {
        background-position-x: calc(100% - 10px);
        background-position-y: 5px;
    }

    .rtCont.rtRiver h3 {
        margin-bottom: 15px;
    }

    .rtRiver .DataCards .Card {
        height: 70px;
    }

        .rtRiver .DataCards .Card dd {
            font-size: 1.25rem;
        }


    .rtRiver .Note {
        margin-left: 0;
    }
    .dataBlock {
        grid-template-columns: 24% 50% 21.5%;
    }
}

@media only screen and (max-width: 47.9735em) {
    .selectBox {
        padding:1rem;
    }
        .selectBox .GPS_btn {
            display: block;
            width: auto;
            text-align: center;
            margin-bottom: 1rem;

        }
        .selectBox input[type=submit] {
            width: 5rem;
        }
        .selectBox select {
            width: calc(100% - 7.2rem - 4px);
        }

    .svgArea {
        display: none;
    }

    .rtCont.left:before {
        display: none;
    }

    .dataBlock {
        display: block;
        padding: 1rem;
    }
    .temperature .dataBox {
        padding-top: unset;
    }

    .rtArea .columns {
        width: calc( 100% - 40px);
        margin-left: 20px;
    }
    #Main_RealTime .rtCont {
        padding: 0.5rem;
    }
    .rtCont.left {
        border: none;
        width: 100%;
        margin-left: 0;
    }

    .rtContDouble, .rtAir, .rtNuclear {
        height: auto;
    }

    .rtCont.rtAir .PublishDate {
        float: none;
        text-align: left;
        display: inline-block;
    }

    .rtAir .Note {
        float: none;
        display: inline-block;
    }

    .rtAir .MoreLink {
        display: block;
    }

    .rtTP101 {
        background-position-x: 20px;
        background-position-y: 55px;
        min-height: 370px;
    }

        .rtTP101 .DataCards {
            margin-right: 0px;
        }

        .rtTP101 .NoteArea {
            margin-right: 0px;
        }

        .rtTP101 .MoreLink {
            margin-top: 240px;
            margin-left: -12px;
        }

        .rtTP101 dl.Note {
            margin-bottom: 0;
        }

    .rtRiver .DataCards .Card dd {
        font-size: 1.25rem;
    }
    #RealTime_DynamicInfo{
        margin-bottom:80px;
    }
    #RealTime_DynamicInfo:after {
        height: 80px;
        bottom: -80px;
    }


}

@media only screen and (max-width: 29.9375em) {
    .rtCont h3 {
        font-size: 1.25rem;
        line-height: 1.875rem;
        margin-top: 10px;
        margin-bottom: 20px;
    }

    main .rtCont h4 {
        font-size: 1.25rem;
        line-height: 1.75rem;
        margin-bottom: 12px;
        margin-left: 10px;
    }

    .rtCont.rtAir table {
        margin-bottom: 10px;
    }

    .rtAir table tbody th, .rtAir table tbody td {
        height: 40px;
    }

    .rtAir .Note,
    .rtRiver .Note {
        margin-left: .5rem;
    }

    .rtTP101 {
/*        position: relative;
        background-position-x: -16px;
        background-position-y: 50px;*/
    }

        .rtTP101 .DataCards {
            width: 240px;
            margin-right: -10px;
        }

        .rtTP101 .NoteArea {
            margin-right: -10px;
        }

        .rtTP101 .MoreLink {
            position: absolute;
            left: 6px;
            bottom: 10px;
            margin-top: 0;
            margin-left: 0;
        }

    .rtRiver {
        background-position-x: calc(100% - -30px);
        background-position-y: 7px;
    }

        .rtRiver .DataCards .Card {
            height: 85px;
            border-right-width: 5px;
        }

    .rtNuclear table tbody th, .rtNuclear table tbody td {
        height: 50px;
    }
}


/*#endregion */
/*#region #Main_Sampling */
#Main_Sampling {
    background-color: #03485A;
    position: relative;
    margin: 220px 0 200px 0;
}

    #Main_Sampling::before {
        content: "";
        display: block;
        clear: both;
        position: absolute;
        width: 100%;
        height: 300px;
        top: -300px;
        left: 0;
        background-image: url(../images/Index/Main_Sampling_1.svg);
        background-position: bottom left;
        background-size: 100%;
        background-repeat: no-repeat;
        z-index: -1;
        background-color: #EEF6F5;
    }

    #Main_Sampling::after {
        content: "";
        display: block;
        clear: both;
        position: absolute;
        width: 100%;
        height: 300px;
        bottom: -300px;
        left: 0;
        background-image: url(../images/Index/Main_Sampling_2.svg);
        background-position: top left;
        background-size: 100%;
        background-repeat: no-repeat;
        z-index: 2;
        visibility: visible;
    }

    #Main_Sampling h2 {
        color: #FFF;
    }

/*#region Block */
    #Main_Sampling .itemBlock {
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        flex-wrap: wrap;
    }
    #Main_Sampling .Block {
        box-sizing: border-box;
        /*        display: inline-block;*/
        position: relative;
        vertical-align: middle;
        text-align: center;
            -webkit-transition: all .05s ease-out;
    -moz-transition: all .05s ease-out;
    -o-transition: all .05s ease-out;
    transition: all .05s ease-out;
        background: #fff;
        width: 200px;
        height: 200px;
        margin: 2rem;
        border-radius: 30px;
        border: 10px solid #9CC2CF;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: inherit;
        align-items: inherit;
        position: relative;
    }

/*        #Main_Sampling .Block:hover {
            -webkit-box-shadow: 0 1px 5px 0 rgba(0,0,0,0.5);
            box-shadow: 0 1px 5px 0 rgba(0,0,0,0.5);
        }

        #Main_Sampling .Block:first-child:hover {
            -webkit-box-shadow: none;
            box-shadow: none;
        }
*/

/*        #Main_Sampling .Block:nth-child(2n+1) {
            background-color: rgba(6, 162, 153, 0.85);
        }

        #Main_Sampling .Block:nth-child(2n) {
            background-color: rgba(223, 241, 238, 0.62);
        }

        #Main_Sampling .Block:first-child {
            background-color: rgba(6, 162, 153, 0.85);
        }*/


/*        #Main_Sampling .Block h2 {
            color: #2A2A2A;
            font-size: 2rem;
            font-weight: bold;
            text-align: center;
            width: calc(100% - 20px);
            height: 3rem;
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            margin: auto;
        }*/

        #Main_Sampling .Block a {
            margin: auto;
            display: block;
            text-align: center;
            transition: all .35s ease-out;
        }

            #Main_Sampling .Block a:focus, .NewsArea .MoreLink a:focus, .NewsCtrls li.mGIS a:focus, .extLink .MoreLink a:focus, .extDownload .MoreLink a:focus {
                outline: #6DC9A7 dotted 3px;
                outline: 4px dotted #D04926;
            }


        #Main_Sampling .Block figure {
            display: inline-block;
            width: 100px;
            height: 100px;
            text-align: center;
            vertical-align: middle;
        }
        #Main_Sampling .Block i {
            width: 100px;
            line-height: 100px;
            text-align: center;
            vertical-align: middle;
            font-size: 4rem;
            color: #719AA8;
        }

/*            #Main_Sampling .Block figure img {
                width: 100%;
                height: 100%;
                -moz-transform: rotate(0deg) scale(1);
                -webkit-transform: rotate(0deg) scale(1);
                -o-transform: rotate(0deg) scale(1);
                -ms-transform: rotate(0deg) scale(1);
                transform: rotate(0deg) scale(1);
                -webkit-transition: all .35s ease-out;
                -moz-transition: all .35s ease-out;
                -o-transition: all .35s ease-out;
                transition: all .35s ease-out;
            }*/

/*        #Main_Sampling .Block:hover figure img {
            -moz-transform: rotate(-5deg) scale(1.15);
            -webkit-transform: rotate(-5deg) scale(1.15);
            -o-transform: rotate(-5deg) scale(1.15);
            -ms-transform: rotate(-5deg) scale(1.15);
            transform: rotate(-5deg) scale(1.15);
        }*/
        #Main_Sampling .Block h3 {
            color: #2A2A2A;
            font-size: 1.4rem;
            line-height: 2rem;
            margin-top: 15px;
            color: #719AA8;
            font-weight: bold;
        }

        #Main_Sampling .Block figcaption {
            display: none;
            background: #719AA8;
            position: absolute;
            top: -12px;
            left: -12px;
            color: #fff;
            font-size: 1rem;
            line-height: 1.2rem;
            width: 204px;
            height: 204px;
            border-radius: 30px;
            border: 14px solid #9CC2CF;
            padding: 0.8rem;
            box-sizing: border-box;
            text-align: left;
            -webkit-transition: all .05s ease-out;
            -moz-transition: all .05s ease-out;
            -o-transition: all .05s ease-out;
            transition: all .05s ease-out;
        }
            #Main_Sampling .Block figcaption div {
                font-size: 1.2rem;
                line-height: 1.2rem;
                margin-bottom: 0.8rem;
                font-weight:bold;
            }
            #Main_Sampling .Block figcaption i {
                color: #fff;
                font-size: 1.2rem;
                line-height:unset;
                width:unset;
                margin-right:0.5rem;
                vertical-align: baseline;

            }
            #Main_Sampling .Block figcaption p {
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 5;
                overflow: hidden;
                text-overflow: ellipsis;
                height: auto;
                line-height: 1.5rem;
            }

        #Main_Sampling .Block:hover figcaption,
        #Main_Sampling .Block a:hover figcaption {
            display: block;
        }


                /*        #Main_Sampling .Block:nth-child(2n+1) figcaption {
            color: #2A2A2A;
        }*/
                #Main_Sampling .Block a:focus figcaption, #Main_Sampling .Block a:hover figcaption {
                text-decoration: none;
            }
    /*#endregion */


    @media only screen and (max-width: 47.9735em) {
        #Main_Sampling .Block {
            height: 200px;
        }

            #Main_Sampling .Block figure {
                width: 64px;
                height: 64px;
            }

            #Main_Sampling .Block a {
                width: 98%;
                height: calc(64px + 15px + 2rem);
            }
        #Main_Sampling {
            margin: 100px 0 100px 0;
            padding-top: 1rem;
        }

            #Main_Sampling::before {
                height: 100px;
                top: -100px;
            }
            #Main_Sampling::after {
                height: 100px;
                bottom: -100px;
            }
            #Main_Sampling .Block i {
                width: unset;
                line-height: 60px;
            }
    }

    @media only screen and (max-width: 29.9375em) {
        #Main_Sampling .Block h2 {
            font-size: 1.75rem;
            width: calc(100% - 10px);
            height: 3rem;
        }

/*        #Main_Sampling .Block figcaption {
            font-size: 1.375rem;
            line-height: 1.75rem;
            margin-top: 15px;
        }*/
    }
    /*#endregion */
    /*#region #Main_News */
    #Main_News {
    position: relative;
    z-index: 10;
    /* background-color: #F8FEFF;*/
}
/*#region NewsArea */
.NewsArea {
}

    .NewsArea .NewsCtr {
       /* border-bottom: 1px solid #0269A4;*/
        margin-bottom: 30px;
        margin-top: 40px;
    }

        .NewsArea .NewsCtr li {
            display: inline-block;
            margin-right: -4px;
        }

.no-js .NewsArea .NewsCtr {
    border-bottom: none;
    margin: 0;
}

.NewsArea .NewsBlock {
    display: none;
}

    .NewsArea .NewsBlock.Show {
        display: block;
    }

.no-js .NewsArea .NewsBlock {
    display: block;
    margin-bottom: 20px;
}

.NewsArea .PageTitle {
    border-bottom: none;
    position: relative;
}

    .NewsArea .PageTitle h2 {
        font-size: 1.875rem;
        color: #757575;
        width: 150px;
        border: 1px solid #305A06;
        padding: 0 1rem;
        color: #305A06;
    }
        .NewsArea .PageTitle h2:after{
            display:none;
        }

        .NewsArea .PageTitle .unread {
            background: red;
            position: absolute;
            top: -24px;
            right: 10px;
            width: 1.6rem;
            height: 1.6rem;
            line-height: 1.6rem;
            border-radius: 50%;
            color: #fff;
            text-align: center;
        }

    .NewsArea .PageTitle:focus h2 {
        outline: 4px dotted #FFCAB8;
        outline: 4px dotted #D04926;
        -webkit-transition: outline 0.15s linear;
        -moz-transition: outline 0.15s linear;
        -o-transition: outline 0.15s linear;
        transition: outline 0.15s linear;
    }

.NewsArea li.NewsActive .PageTitle h2 {
    color: #fff;
    background: #305A06;
}

/*.NewsArea .PageTitle h2:after {
    background: #DFDFDF;
}

.NewsArea li.NewsActive .PageTitle h2:after {
    background: #0269A4;
}*/

.no-js .NewsArea .PageTitle h2 {
    display: none;
}

.NewsArea .PageTitle-no-js h2 {
    font-size: 1.875rem;
    color: #000;
    display: none;
    font-weight: bold;
    margin-bottom: 0;
    padding-left: 2rem;
}

/*    .NewsArea .PageTitle-no-js h2:after {
        content: "";
        display: block;
        height: 5px;
        width: calc(100% + 4rem);
        margin-left: -2rem;
        margin-top: .5rem;
        background: #0269A4;
    }*/
/*.NewsArea .PageTitle:focus {
        outline: 2px dotted #FFCAB8;
        -webkit-transition: outline 0.15s linear;
        -moz-transition: outline 0.15s linear;
        -o-transition: outline 0.15s linear;
        transition: outline 0.15s linear;
    }*/
.no-js .NewsArea .PageTitle-no-js h2 {
    display: inline-block;
}

.NewsArea .MoreLink {
    margin-top: 20px;
    position: relative;
    float: right;
    top: auto;
    display: block;
}

    .NewsArea .MoreLink a {
        display: inline-block;
        background-color: transparent;
        -webkit-border-radius: 16px;
        -moz-border-radius: 16px;
        border-radius: 16px;
        padding: 5px 1rem;
        background-color: #267DAE;
        border: 1px solid #267DAE;
        -webkit-transition: all .35s ease-out;
        -moz-transition: all .35s ease-out;
        -o-transition: all .35s ease-out;
        transition: all .35s ease-out;
        color: #FFF;
    }

        .NewsArea .MoreLink a:hover, .NewsArea .MoreLink a:focus {
            color: #267DAE;
            border: 1px solid #267DAE;
            background-color: transparent;
        }

.NewsArea .NewsList {
}

    .NewsArea .NewsList li {
        vertical-align: middle;
        border-bottom: 2px dashed #305A06;
        padding-bottom: 10px;
        padding-top: 10px;
    }

        .NewsArea .NewsList li span {
            display: inline-block;
            font-size: 1.125rem;
            line-height: 1.5rem;
        }

    .NewsArea .NewsList .PublishDate {
        margin-left: 1rem;
        margin-right: 1rem;
        color: #6C757D;
    }

    .NewsArea .NewsList .type {
        display: inline-block;
        padding: 0.5rem;
        border-radius: 10px;
        position: relative;
        width: 80px;
        text-align: center;
/*        background: #7CAE4A;*/
        background: #598033;
        color: #FFF;
        margin-right: 1rem;
    }
        .NewsArea .NewsList .type::before {
            display: inline-block;
            -webkit-font-smoothing: antialiased;
            font-family: "Font Awesome 5 Free";
            content: "\f02c";
            font-weight: 900;
            font-size: 1.25rem;
            position: absolute;
            top: -6px;
            right: -10px;
            color: #7CAE4A;
        }

    .NewsArea .NewsList a .Subject {
        color: #305A06;
        display: inline-block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: calc(100% - 2em - 60px - 10em);
        -webkit-line-clamp: 2;
        font-size: 1.5rem;
        vertical-align: text-bottom;
    }

    .NewsArea .NewsList a:hover .Subject {
        color: #0269a4;
    }

    .NewsArea .NewsList a:focus .Subject {
        color: #0269a4;
        text-decoration: underline;
    }
/*#endregion */

/*#region NewsCtrls */
.NewsCtrls {
    margin-top: 40px;
    float: right;
}

    .NewsCtrls li {
        font-size: 1.75rem;
        line-height: 100px;
        display: block;
        width: 100%;
        vertical-align: middle;
        text-align: center;
        margin-bottom: 20px;
        background-color: #FFF;
        -webkit-box-shadow: 0 1px 4px 0 rgba(0,0,0,0.14);
        box-shadow: 0 1px 4px 0 rgba(0,0,0,0.14);
        box-sizing: border-box;
    }

        .NewsCtrls li a:focus {
            text-decoration: underline;
        }

        .NewsCtrls li:focus, .NewsCtrls li:hover {
            -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.30);
            box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.30);
        }

.no-js .NewsCtrls li.NewsCtr {
    display: none;
}

.NewsCtrls li.NewsCtr {
    border-left: 5px solid rgba(0,0,0,0.14);
}

    .NewsCtrls li.NewsCtr.NewsActive, .NewsCtrls li.NewsCtr:focus, .NewsCtrls li.NewsCtr:hover {
        border-left: 5px solid #0269A4;
    }


    .NewsCtrls li.NewsCtr a {
        color: #000000;
        display: block;
    }


.NewsCtrls li.mGIS {
    display: block;
    text-align: center;
    vertical-align: middle;
}


    .NewsCtrls li.mGIS a {
        color: #00716B;
        display: block;
        /*padding: 16px 0;*/
        -webkit-transition: all .35s ease-out;
        -moz-transition: all .35s ease-out;
        -o-transition: all .35s ease-out;
        transition: all .35s ease-out;
        position: relative;
        opacity:0.8;
    }
    .NewsCtrls li.mGIS:first-child a {
        background-image: -webkit-linear-gradient(180deg, #579214 0%, #3B7700 50%);
    }
    .NewsCtrls li.mGIS:last-child a {
        background-image: -webkit-linear-gradient(180deg, #004AAC 0%, #00A4BE 50%);
    }

    .NewsCtrls li.mGIS a:hover, .NewsCtrls li.mGIS a:focus {
        color: #fff;
        background-color: #00716B;
        opacity: 1;
    }

    .NewsCtrls li.mGIS figure {
        text-align: center;
        display: block;
    }

        .NewsCtrls li.mGIS figure img {
            width: 100%;           
            height: auto;
        }

    .NewsCtrls li.mGIS figcaption {
        font-size: 1.625rem;
        font-weight: bold;
        line-height: 1.75em;
        color: #fff;
        margin: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }
  /*#endregion */
  @media only screen and (min-width: 48em) and (max-width:61em) {
    .NewsArea .NewsList .PublishDate {
        margin-left: 1em;
        margin-right: 20px;
    }

    .NewsArea .NewsList a .Subject {
        width: calc(100% - 1em - 20px - 6em);
    }

    .NewsCtrls li {
        font-size: 1.5rem;
        line-height: 100px;
        margin-bottom: 20px;
    }

        .NewsCtrls li.mGIS figcaption {
            margin-top: 10px;
            font-size: 1.25rem;
            line-height: 1.5em;
        }
}

@media only screen and (max-width: 47.9735em) {
    .NewsCtrls.columns {
        width: calc( 100% - 10px);
        display: table;
    }

    .NewsCtrls ul {
        margin-left: 20px;
        display: table-row;
    }

    .NewsCtrls li {
        display: table-cell;
        margin-bottom: 5px;
        line-height: 2rem;
        min-height: 48px;
        display: block;
    }

        .NewsCtrls li:last-child {
            margin-right: 0;
        }

        .NewsCtrls li.mGIS {
            margin-left: 5px;
        }

            .NewsCtrls li.mGIS figure img {
               /* max-width: 150px;*/
            }

        .NewsCtrls li.NewsCtr a {
            padding: 14px 0;
        }

        .NewsCtrls li.mGIS a {
            padding: 5px 0;
        }

    .NewsArea.columns {
        width: calc( 100% - 20px);
    }
}

@media only screen and (max-width: 29.9375em) {
    .NewsCtrls {
        margin-top: 20px;
    }

    .NewsArea .PageTitle {
        margin-top: 20px;
        margin-bottom: 10px;
    }

        .NewsArea .PageTitle h2 {
            font-size: 1.375rem;
        }

    /*.NewsArea .MoreLink {
        margin-top: -3.5rem;
    }*/

    .NewsArea .NewsList li span {
        /*display: block;*/
  /*      margin-right:0.5rem;*/
    }

    .NewsArea .NewsList .PublishDate {
        margin-right: 0.5em;
    }

    .NewsArea .NewsList a .Subject {
        margin-left: 1rem;
        margin-top: 1rem;
        width: calc(100% - 2em);
    }

    .NewsArea .NewsCtr {
        border-bottom: none;
        text-align: center;
    }

        .NewsArea .NewsCtr li {
            /*width: 100%;*/
        }

            .NewsArea .NewsCtr li + li {
                margin-top: 5px;
            }

            .NewsArea .NewsCtr li .PageTitle h2 {
                text-align: center;
                padding-left: 0;
                display: block;
            }

    .PageTitle h2:after {
        width: 100%;
        margin-left: 0;
    }
}

/*#endregion */

/*.AQI_mySwiper iframe{
    width:100%;
}*/
/*#region #Main_Extend */
#Main_Extend {
    background: #DEEDF2;
    margin-top: 100px;
    position: relative;
}
    #Main_Extend::before {
        content: "";
        display: block;
        clear: both;
        position: absolute;
        width: 100%;
        height: 300px;
        top: -300px;
        left: 0;
        background-image: url(../images/Index/Main_Extend_bg.svg);
        background-position: bottom left;
        background-size: 100%;
        background-repeat: no-repeat;
        z-index: -1;
    }

.extArea {
    margin-top: 50px;
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(3, 1fr);
}
/*#region extCont */

.extCont {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 20px;
    margin-bottom: 20px;
    /*    border: 1px solid #A2C840;*/
    background: #fff;
    height: 200px;
}

/*.extContDouble {
    margin-bottom: 28px;
}

.extContDouble, .extAbout, .extEvn, .extDownload {
    height: 416px;
}*/

    .extCont h2 {
        color: #03485A;
        font-size: 1.875rem;
        font-weight: bold;
        line-height: 2.5rem;
        text-align: left;
        margin-top: 10px;
        margin-bottom: 1rem;
    }

.extCont ul.Link {
}

    .extCont ul.Link li {
        font-size: 1.25rem;
        line-height: 1.5rem;
    }



        .extCont ul.Link li a {
            color: #347E98;
            font-weight: bold;
        }

            .extCont ul.Link li a:hover, .extCont ul.Link li a:focus {
                text-decoration: underline;
            }

        .extCont ul.Link li:before {
            display: inline-block;
            font-style: normal;
            font-variant: normal;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            font-family: "Font Awesome 5 Free";
            content: "\f138";
            font-weight: 900;
            color: #03485A;
            font-size: 1.25rem;
            margin-right: .5rem;
        }


/*#endregion */

/*#region extAbout */
.extAbout {
    background-image: linear-gradient(180deg,#89D5C9 0%, #ABFFF2 50%);
    background-image: -moz-linear-gradient(180deg,#89D5C9 0%, #ABFFF2 50%);
    background-image: -webkit-linear-gradient(180deg,#89D5C9 0%, #ABFFF2 50%);
    background-image: -o-linear-gradient(180deg,#89D5C9 0%, #ABFFF2 50%);
    border: none;
}

    .extAbout:hover {
        -webkit-box-shadow: 0 1px 4px 0 rgba(0,0,0,0.54);
        box-shadow: 0 1px 4px 0 rgba(0,0,0,0.54);
    }

/*    .extAbout h2 {
        color: #FFF;
    }*/

    .extAbout a {
        display: block;
        width: 100%;
        height: 100%;
        position: relative;
    }

        .extAbout a:after {
            content: "";
            background-image: url(../images/Index/Visual_About.svg);
            background-repeat: no-repeat;
            background-position-x: center;
            background-position-y: top;
            background-size: contain;
            opacity: 0.5;
            height: 150px;
            width: 100px;
            top: 0;
/*            left: 0;
            bottom: 0;*/
            right: 0;
            position: absolute;
            -webkit-transition: all .15s ease-out;
            -moz-transition: all .15s ease-out;
            -o-transition: all .15s ease-out;
            transition: all .15s ease-out;
        }

        .extAbout a:hover:after {
            opacity: 1;
        }

        .extAbout a:focus h2, .extAbout a:hover h2 {
            text-decoration: underline;
        }
/*#endregion */

/*#region extEvn */
.extEvn {
}

    .extEvn li {
        display: block;
    }

        .extEvn li a {
            overflow: hidden;
            display: inline-block;
            width: 100%;
        }


            .extEvn li a figure img {
                width: 64px;
                -moz-transform: translateY(0) scale(1);
                -webkit-transform: translateY(0) scale(1);
                -o-transform: translateY(0) scale(1);
                -ms-transform: translateY(0) scale(1);
                transform: translateY(0) scale(1);
                -webkit-transition: all .5s ease-out;
                -moz-transition: all .5s ease-out;
                -o-transition: all .5s ease-out;
                transition: all .5s ease-out;
            }

            .extEvn li a:hover figure img {
                -moz-transform: translateY(-.5rem) scale(1.2);
                -webkit-transform: translateY(-.5rem) scale(1.2);
                -o-transform: translateY(-.5rem) scale(1.2);
                -ms-transform: translateY(-.5rem) scale(1.2);
                transform: translateY(-.5rem) scale(1.2);
            }

        .extEvn li figure {
            float: left;
            width: 40%;
            text-align: center;
            margin-top: 2rem;
        }

        .extEvn li figcaption {
            color: #666666;
            font-size: 1.5rem;
            line-height: 4rem;
            float: left;
            width: 60%;
            margin-top: 2rem;
        }

        .extEvn li a:hover figcaption, .extEvn li a:focus figcaption {
            text-decoration: underline;
        }
/*#endregion */


/*#region extDownload */


/*.extDownload {
    background-image: url(../images/Index/BG_DownLoad.svg);
    background-repeat: no-repeat;
    background-position: center -20px;
}*/

/*    .extDownload p {
        color: #6D6D6D;
        font-size: 1.125rem;
        line-height: 1.5rem;
    }*/

.extDownload .MoreLink a {
    box-sizing: border-box;
    display: block;
    width: 100%;
    font-size: 1.125rem;
    line-height: 1.5rem;
    color: #fff;
    /*        background-image: linear-gradient(180deg,#7AA800 0%, #577800 50%);
        background-image: -moz-linear-gradient(180deg,#7AA800 0%, #577800 50%);
        background-image: -webkit-linear-gradient(180deg,#7AA800 0%, #577800 50%);
        background-image: -o-linear-gradient(180deg,#7AA800 0%, #577800 50%);*/
    /*background-image: -webkit-linear-gradient(180deg, #89D5C9 0%, #ABFFF2 50%);*/
    background: #03485A;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    padding: 11px 1rem;
    margin-top: .5em;
    -webkit-transition: all .35s ease-out;
    -moz-transition: all .35s ease-out;
    -o-transition: all .35s ease-out;
    transition: all .35s ease-out;
    text-align: center;
}

    .extDownload .MoreLink a:hover, .extDownload .MoreLink a:focus {
        background-image: -webkit-linear-gradient(180deg, #89D5C9 0%, #ABFFF2 50%);
        -webkit-box-shadow: 0 1px 4px 0 rgba(0,0,0,0.16);
        box-shadow: 0 1px 4px 0 rgba(0,0,0,0.16);
        color: #03485A;
    }

/*        .extDownload .MoreLink a:first-child {
            margin-bottom: 48px;
        }*/

        .extDownload .MoreLink a i {
            margin-right: .5em;
        }
/*#endregion */

/*#region extLaw */
.extLaw {
    height: calc(45% - 10px);
    background-image: url(../images/Index/BG_Law.svg);
    background-repeat: no-repeat;
    background-position: bottom right;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}

.extCont.extLaw ul.Link li + li {
    margin-top: 1rem;
}

/*#endregion */

/*#region extLink */
/*.extLink {
    height: calc(55% - 10px);
    background-image: url(../images/Index/BG_Link.svg);
    background-repeat: no-repeat;
    background-position: bottom right
}*/

/*.extCont.extLink ul.Link li + li {
    margin-top: .5rem;
}*/

.extLink .MoreLink {
    margin-top: 5px;
    text-align: right;
}

    .extLink .MoreLink a {
        display: inline-block;
        color: #03485A;
        border: 1px solid #03485A;
        background-color: transparent;
        -webkit-border-radius: 16px;
        -moz-border-radius: 16px;
        border-radius: 16px;
        padding: 5px 1rem;
        -webkit-transition: all .35s ease-out;
        -moz-transition: all .35s ease-out;
        -o-transition: all .35s ease-out;
        transition: all .35s ease-out;
    }

        .extLink .MoreLink a:hover, .extLink .MoreLink a:focus {
            color: #FFF;
            border: 1px solid #03485A;
            background-color: #03485A;
        }
/*#endregion */


@media only screen and (min-width: 76.25em) and (max-width: 86.1875em) {
    .extCont ul.Link li {
        font-size: 1.15rem;
    }

    .extEvn li figure {
        width: 30%;
    }

    .extEvn li figcaption {
        width: 70%;
    }

/*    .extLaw {
        height: calc(40% - 10px);
    }

    .extLink {
        height: calc(60% - 10px);
    }*/

    .extCont.extLaw ul.Link li + li {
        margin-top: .5rem;
    }

    .extCont.extLink ul.Link li + li {
        margin-top: .75rem;
    }

    .extLink .MoreLink {
        margin-top: 10px;
    }
}

@media only screen and (min-width: 61.0625em) and (max-width: 76.1875em) {

    .extCont {
        padding: 10px 10px;
    }

        .extCont h2 {
            font-size: 1.75rem;
            line-height: 2.25rem;
        }

    .extAbout a:after {
        background-position-y: 50%;
    }

    .extEvn li figure {
        width: 30%;
    }

    .extEvn li a figure img {
        width: 48px;
    }

    .extEvn li figcaption {
        width: 70%;
        font-size: 1.4rem;
        margin-top: 1.5rem;
    }

    .extCont ul.Link li {
        font-size: 1.05rem;
    }

    .extLaw {
        height: calc(36% - 10px);
    }

    .extLink {
        height: calc(64% - 10px);
    }

    .extCont.extLaw ul.Link li + li {
        margin-top: .5rem;
    }

    .extCont.extLink ul.Link li + li {
        margin-top: 1rem;
    }

    .extLink .MoreLink {
        margin-top: 15px;
    }
}

@media only screen and (min-width: 48em) and (max-width:61em) {
    .columns.extCont, .columns.extContDouble {
        width: 356px;
    }
}

@media only screen and (max-width: 47.9735em) {
/*    .extContDouble, .extAbout, .extEvn, .extDownload {
        height: auto;
    }*/

/*    .extAbout {
        height: 150px;
    }*/

        .extAbout a:after {
            top: -45px;
            bottom: 45px;
            background-position-x: right;
            background-position-y: 0;
            background-size: contain;
        }

        .extAbout a:hover:after {
            opacity: 0.25;
        }

        .extAbout h2 {
            margin-top: 60px;
        }

    .columns.extCont, .columns.extContDouble {
        width: calc(100% - 20px);
    }

    .extLaw {
        -webkit-background-size: 300px auto;
        background-size: 300px auto;
    }
    .extArea{
        display:block;
    }
}

@media only screen and (min-width: 30em) and (max-width: 47.9735em) {
}

@media only screen and (max-width: 29.9375em) {
}
/*#endregion */

#Main_Video {
    background: #F3F7EF;
}

    #Main_Video .swiper-slide {
        display: flex;
    }
.videoBox {
    margin: 1rem;
    text-align: center;
    color: #03485A;
}
    .videoBox:hover {
        font-weight: bold;
        color: #347E98;
    }
    .videoBox:before {
        content: "";
    }
        .videoBox .thumbnailBox {
            position: relative;
            cursor: pointer;
        }
            .videoBox .thumbnailBox .btnPlay {
                width: 100%;
                height: 100%;
                background-image: url(../images/Index/video/btnPlay.png);
                background-repeat: no-repeat;
                background-position: center center;
                position: absolute;
                left: 0;
                top: 0;
                background-color: rgba(0,0,0,0.3);
                transition: background-color 0.3s ease;
            }
        .videoBox:hover .thumbnailBox .btnPlay {
            background-color: rgba(0,0,0,0);

        }
        .videoBox p {
            margin-top: 0.5rem;
            font-size: 1.2rem;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
    .videoBox:hover p {
        font-weight: bold;
    }
    /*        .videoBox iframe {
            width: -webkit-fill-available;
        }*/
    .thumbnailBox img {
        width: 100%;
        aspect-ratio: 16 / 9;
        object-fit: cover;
    }

.swiper, swiper-container {
    padding: 1.5rem;
}
#Main_Video .swiper-button-next, #Main_Video .swiper-button-prev {
    color: #03485A;
}
.swiper-pagination-bullet-active {
    background: #03485A;
}
/*#region Rating */
#Main_Rating {
}

.ratingWrap {
    text-align: center;
}

    .ratingWrap::after {
        content: '';
        display: table;
        clear: both;
    }

/*    .ratingWrap h3 {
        margin-bottom: 5px;
        margin-top: 10px;
    }*/

    .ratingWrap p {
        font-size: 1.25rem;
        margin-bottom: 15px;
    }

.ratinCont {
    width: 246px;
    margin: 0 auto;
    overflow: hidden;
}

    .ratinCont .rating-input {
        opacity: 0;
        width: 0;
        height: 0;
    }

    .ratinCont .rating-label {
        margin: 0;
        color: #ffb300;
        cursor: pointer;
        float: right;
        padding: 0 5px;
    }

.rating-label:hover::before,
.rating-label:hover ~ .rating-label::before,
.rating-input:checked ~ .rating-label::before,
.rating-input:focus ~ .rating-label::before {
    content: "\f005";
    font-weight: 900;
}

.ratingWrap .QueryComm {
    margin-top: 15px;
}

    .ratingWrap .QueryComm .btn {
        color: #fff;
        font-size: 1rem;
        line-height: 1.875rem;
        font-weight: 700;
        background-color: #D04926;
        border: 1px solid #fb7e5e;
        padding: 0 1rem;
        -webkit-transition: all .05s ease-out;
        -moz-transition: all .05s ease-out;
        -o-transition: all .05s ease-out;
        transition: all .05s ease-out;
    }

        .ratingWrap .QueryComm .btn:hover,
        .ratingWrap .QueryComm .btn:focus {
            -webkit-box-shadow: 1px 2px 5px 3px rgba(251,126,94,.25);
            box-shadow: 1px 2px 5px 3px .125rem rgba(251,126,94,.25);
        }

        .ratingWrap .QueryComm .btn:focus {
            outline: #FFCAB8 dotted 2px;
        }

#Main_Extend {
     padding: 1rem; 
}

/*#endregion */
