/* Common Start */
* {
    box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6, p, label, b {
    font-family: NanumBarunGothicRound !important;
}

h1, h2, h3, h4, h5, h6 {
    /*font-weight: 300 !important;*/
}

body {
    height: 100% !important;
    /*background-color: rgb(0, 154, 225);*/
    background-color: rgba(0, 0, 0, 0.7) !important;
    overflow-y: hidden;
}

canvas {
    background-color: transparent;
}

select::-ms-expand {
    display: none; /* for IE 11 */
}

select, button {
    font-family: "NanumBarunGothic", "나눔바른고딕", "맑은 고딕", "Malgun Gothic", Dotum, Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #4a4a4a;
    letter-spacing: -.15px;
}

.hide, .blind, caption, legend {
    visibility: hidden;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
}

#satViewerContent {
    width: 100%;
    height: 3.7em;
    position: absolute;
    top: 0em !important;
    left: 0em !important;
    z-index: 100 !important;
    background-color: rgba(0, 0, 0, 0.7) !important;
    /*background-color: rgba(0, 154, 225, 0.6) !important;*/
}

section, article {
    width: 100%;
    height: 100%;
}

#layerCheck {
    float: left;
    width: 100%;
    height: 100%;
    position: relative;
    padding: 10px;
}

.controls {
    width: auto;
    height: auto;
    float: left;
    position: relative;
    z-index: 9999;
}

.content-section {
    position: relative !important;
}

.container > .btn {
    margin: 60px;
    padding: 20px 40px;
    font-size: 30px;
    border-radius: 40px;
}

.select-style2 {
    float: left;
    margin: 0px 2.5px;
}

.sidebar {
    border-radius: 0px !important;
}

#progress {
    position: absolute;
    top: 0em;
    left: 0em;
    height: 0;
    width: 100%;
    box-shadow: 0px 0px 1px 2px rgb(255,204,0);
    transition: width 250ms;
    z-index: 100 !important;
}
/* Common End */

/* PC Start */
/* Header Start */
#title {
    float: left;
    width: auto;
    height: auto;
    /*margin-left: 2.43em;*/
}

#title .px55 {
    font-size: 2.1em;
    font-family: NanumBarunGothicRound !important;
    display: table;
    color: white;
    line-height: 1;
    margin-left: 0px;
    margin-right: 10px;
}

#title .px55 #mainTitle {
    text-decoration: none;
    color: white;
}

.map.outline.icon {
    margin-left: 0px;
    margin-right: 5px;
}

#timeSlider {
    float: left;
    width: calc(100% - 28em);
    height: 33px;
    margin: 0px 0px 0px 30px;
    padding: 6.5px;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0px;
}

#timeSlider .inner .track, #timeSlider .inner .track-fill {
    background-color: #FFFFFF;
}

#timeSlider .inner #sliderLabel {
    position: absolute;
    right: auto;
    bottom: 1.3em;
    width: 6em;
    height: 1.7em;
    padding: 6.5px 5px 5px 5px;
    text-align: center;
    transform: translate(-2.2em, 0);
    color: #000000;
    background-color: rgb(255, 223, 99);
}

#mouse-position {
    width: 175px;
    height: 34px;
    /* float: right; */
    font-weight: normal;
    font-family: NanumBarunGothicRound !important;
    color: white;
    position: absolute;
    bottom: 0.5em;
    left: 0.5em;
    z-index: 9999;
    /*background-color: rgba(0, 154, 225, 0.6);*/
    background-color: rgba(0, 0, 0, 0.6);
    border: 2px solid white;
    border-radius: 5px;
}

.custom-mouse-position {
    /*display: table-cell;*/
    /*text-align: center;*/
    vertical-align: middle;
    width: 100%;
    height: 30px;
    font-size: 0.9em;
    padding: 5px 0px;
    text-align: center;
}

.btn-group {
    width: 100%;
    height: 100%;
    float: left;
}

.btn-group .selection {
    font-size: 0.9em;
}

.btn-group .selection .menu .item {
    font-size: 1em;
    line-height: 1.1;
}

.column i.icon {
    margin: 0px 0px 0px 0px !important;
}

.ui {
    font-family: "NanumBarunGothic", "나눔바른고딕", "맑은 고딕", "Malgun Gothic", Dotum, Arial, sans-serif;
}

.ui.medium.buttons {
    float: left;
    background-color: transparent !important;
    color: #FFFFFF;
    margin-left: 10px;
}

.ui.medium.button:hover, .ui.compact.icon.button:hover {
    background-color: rgba(0, 0, 0, 0.4) !important;
}

.ui.compact.icon.button {
    float: left;
    height: 33px;
    margin: 0px 2.5px;
    background-color: transparent;
    color: #FFFFFF;
}

.ui.medium.buttons .ui.button {
    background-color: transparent !important;
    color: #FFFFFF;
    width: 30px;
    padding: .78571429em 0.2em .78571429em;
}

.ui.medium.buttons .ui.button:hover {
    background-color: rgba(0, 0, 0, 0.4) !important;
}

.ui.selection.dropdown {
    cursor: pointer;
    word-wrap: break-word;
    line-height: 1.2;
    white-space: normal;
    outline: 0;
    -webkit-transform: rotateZ(0);
    transform: rotateZ(0);
    min-width: 12em;
    width: 100% !important;
    min-height: 33px;
    display: inline-block;
    padding: .6em 2em .6em 1em;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid rgba(34, 36, 38, .15);
    border-radius: .28571429rem;
    -webkit-transition: width .1s ease, -webkit-box-shadow .1s ease;
    transition: width .1s ease, -webkit-box-shadow .1s ease;
    transition: box-shadow .1s ease, width .1s ease;
    transition: box-shadow .1s ease, width .1s ease, -webkit-box-shadow .1s ease;
}

.ui.selection.dropdown .dropdown.icon {
    padding: 0.716667em;
}

/* Header End */

/* Content Start */
#imageSearchArea {
    width: calc(100% - 38em);
}

#load {
    width: 150px;
    height: 150px;
    float: right;
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -60%);
    z-index: 0;
    display: block;
    line-height: 1;
}

#load img {
    width: 100%;
    height: 100%;
}

#load div {
    position: absolute;
    top: 50%;
    left: 0%;
    width: 100%;
    height: 50px;
    font-size: 33px;
    font-weight: bold;
    text-align: center;
    transform: translate(0%, -30%);
}

#satImgTitle {
    position: absolute;
    width: 100%;
    height: 20px;
    left: 0em !important;
    top: 3.7em !important;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 10 !important;
    text-align: center;
    line-height: 1.4;
    font-family: NanumBarunGothicRound !important;
}

#nmscLogo-top {
    position: absolute;
    height: 35px;
    bottom: 0.6em;
    right: 1em;
    z-index: 9999;
    cursor: pointer;
}

#nmscLogo-top img {
    float: left;
    height: 100%;
}

#nmscLogo-bottom {
    display: none;
}

#map {
    width: 100%;
    height: 100% !important;
    float: left;
    border: 0px solid whitesmoke;
    position: relative;
    z-index: 0;
    margin-left: 0em;
    background-color: #FFFFFF;
}

#opacityController {
    width: 40%;
    height: 35px;
    position: absolute;
    background-color: transparent;
    left: 50%;
    bottom: 0%;
    transform: translate(-50%, 0%);
    z-index: 100;
}

#opacityController #satSlider {
    padding: 0.5em 1em;
    width: 100%;
}

#opacityController #satSlider .track {
    background-color: #FFFFFF;
}

#opacityController #satSlider .track-fill {
    /*background-color: #009AE1;*/
    background-color: rgb(255, 223, 99);

}

#drawBtn {
    /*background-color: rgb(0, 154, 225);*/
    background-color: rgba(0, 0, 0, 0.6);
}

#drawBtn:hover {
    /*background-color: rgb(24, 133, 184) !important;*/
    background-color: rgba(0, 0, 0, 0.8) !important;
}

#mapFooter {
    display: none;
    width: 100%;
    height: 2em;
    float: left;
    font-size: 13px;
    font-family: NanumBarunGothicRound !important;
    padding-right: 10px;
    line-height: 1;
}

.ol-zoom.ol-unselectable.ol-control.ol-draw {
    top: 15.7em !important;
    z-index: 999;
    height: 35px;
    width: 35px;
}

.ui.compact.icon.button.ol-draw {
    width: 28px;
    height: 28px;
    border-radius: 20px;
    margin: 1px;
    padding: 2.5px;
}

.ui.compact.icon.button.ol-draw.active {
    background-color: red !important;
}

/* Content End */

/* OpenLayers Controller */
.ol-rotate {
    right: .9em;
    top: 12.3em;
}

.ol-touch .ol-control button {
    font-size: 1.14em !important;
}

.ol-control button {
    font-family: "-webkit-pictograph";
    /*background-color: rgb(0, 154, 225) !important;*/
    background-color: rgba(0, 0, 0, 0.6) !important;
}

.ol-zoom {
    width: 35px;
    height: 70px;
    top: 10.7em !important;
    right: 0.7em;
    left: auto;
    background-color: transparent;
}

.ol-zoom button div i {
    line-height: 1.8 !important;
    cursor: pointer;
}

.ol-zoom:hover {
    background-color: transparent;
}

.ol-zoom.ol-unselectable.ol-control .ol-zoom-in {
    border-radius: 50%;
    width: 28px;
    height: 28px;
    margin-bottom: 5px;
}

.ol-zoom.ol-unselectable.ol-control .ol-zoom-out {
    border-radius: 50%;
    width: 28px;
    height: 28px;
}

.ol-zoom.ol-unselectable.ol-control .ol-zoom-in:hover, .ol-zoom.ol-unselectable.ol-control .ol-zoom-out:hover{
    /*background-color: rgb(24, 133, 184) !important;*/
    background-color: rgba(0, 0, 0, 0.8) !important;
}

.ol-zoom.ol-unselectable.ol-control .ol-zoom-in .column, .ol-zoom.ol-unselectable.ol-control .ol-zoom-out .column {
    width: 100%;
    height: 100%;
    line-height: 1.8;
}

.ol-overviewmap {
    padding: 0px;
}

.ol-overviewmap button {
    margin: 0px;
}

.ol-overviewmap-map > button {
    line-height: 0.15em !important;
}

.ol-attribution {
    display: none;
}

.ol-layerswitcher .panel li label {
    max-width: none;
    width: 100%;
    font-size: 1.1em;
    font-weight: bold;
}

.ol-layerswitcher-image {
    right: 0.7em !important;
    top: 5.7em !important;
    padding: 0px !important;
    background-color: transparent !important;
}

.ol-layerswitcher-image button {
    border-radius: 5px !important;
    display: none !important;
}

.ol-layerswitcher-image .panel {
    height: 65px !important;
    display: block !important;
}

.ol-custom-overviewmap, .ol-custom-overviewmap.ol-uncollapsible {
    top: auto;
    right: 10px;
    bottom: 10px;
    left: auto;
}

.ol-custom-overviewmap:not(.ol-collapsed) {
    border-radius: 0px;
}

.ol-custom-overviewmap div.ol-overviewmap-map {
    border: none;
    width: 300px;
    height: 260px;
    margin: 1px;
}

.ol-custom-overviewmap div.ol-overviewmap-box {
    border: 2px solid red;
}

.ol-custom-overviewmap:not(.ol-collapsed) button {
    top: auto;
    right: 3px;
    bottom: 3px;
    left: auto;
    border: 2px solid rgba(255, 255, 255, 0.4);
}

.ol-scale-line {
    bottom: 3.3em !important;
}

/* OpenLayers Controller */

/* Left SideBar Start */
#sidebar {
    background-color: transparent !important;
    top: 5.2em;
    bottom: 2em;
    left: 0em;
    min-width: 3.3em;
    overflow: visible;
    height: 130px !important;
}

#sidebar .sidebar-tabs {
    top: 0;
    bottom: 0;
    height: 100%;
    background-color: transparent;
    margin: 0.5em 0em 0em 0.5em !important;
}

#sidebar .sidebar-tabs ul li a i {
    line-height: 2.5;
}

#sidebar .question.circle.outline.icon {
    margin: 0px !important;
}

#sidebar .sidebar-tabs ul li {
    border-radius: 20px;
    margin-bottom: 5px;
    /*background-color: rgb(0, 154, 225);*/
    background-color: rgba(0, 0, 0, 0.6);
}

#sidebar .sidebar-tabs > li:hover, .sidebar-tabs > ul > li:hover {
    color: #FFFFFF;
    background-color: rgba(0, 0, 0, 0.8) !important;
    /*border-radius: 5px 5px 5px 5px !important;*/
    border-radius: 20px;
}

.sidebar-content {
    /*border-radius: 0px 5px 5px 5px;*/
    border-radius: 5px 5px 5px 5px;
    overflow-y: initial;
}

.sidebar-content #home {
    padding: 0px 25px 10px 20px;
    width: 100%;
    height: 100%;
}

.sidebar-content #profile {
    padding: 0px 10px 10px 20px;
}

.sidebar-content #help {
    padding: 0px 10px 10px 20px;
}

.sidebar-content #help h4 {
    font-weight: normal;
    margin-top: 1em !important;
}

.sidebar-content #help p {
    margin-left: 0.5em;
    font-weight: lighter;
    margin-top: -10px;
    font-size: 0.9em;
}

.sidebar-content #home .sidebar-header {
    margin-bottom: 1em;
}

.sidebar-content .sidebar-header .sidebar-close i {
    line-height: 2.1;
}

.sidebar-content #home #dataSearchForm {
    width: 100%;
    height: auto;
}

.sidebar-content #home #dataSearchForm .select-style2 {
    width: 97%;
    margin: 0px 0px 1em 3%;
    /*width: 49%;
    margin: 0px 0px 2% 0px;*/
}

.sidebar-content #home #dataSearchForm .select-style2 .selection {
    font-size: 0.9em;
    line-height: 1.4;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sidebar-content #home #dataSearchForm .select-style2.type {
    float: left;
    /*margin-left: 2%;*/
}

.sidebar-content #home #dataSearchForm .select-style2.date {
    /*width: 100%;*/
}

.sidebar-content #home #dataSearchForm .select-style2 .ui.dropdown .menu .item {
    font-size: 1em;
}

.sidebar-content #home #dataSearchForm h4 {
    width: 100%;
    float: left;
    margin: 0em 0em 0.5em 0em;
    font-size: 1em;
}

#sidebar #date_calendar {
    font-size: 0.9em;
}

#sidebar #date_calendar .ui.calendar .ui.table.day {
    min-width: 15em;
}

#date_calendar span {
    color: black;
    cursor: default;
}

#date_calendar .prev.link {
    float: left;
}

#date_calendar .next.link {
    float: right;
}

#date_calendar td {
    cursor: pointer;
}

#date_calendar #searchDate {
    cursor: pointer;
}

#date_calendar table tr td:first-child {
    color: rgb(255, 0, 0);
}

#date_calendar table tr td:last-child {
    color: rgb(0, 0, 255);
}

/* Left SideBar End */
/* PC End */

/* Tablet Width Start */
@media (max-width: 1280px) {
    /* Header Start */
    #title {
        float: left;
        width: auto;
        height: auto;
        /*margin-left: 2.43em;*/
    }

    #title .px55 {
        font-size: 1.6em;
        font-family: NanumBarunGothicRound !important;
        display: table;
        color: white;
        line-height: 1.4;
        margin-left: 0px;
        margin-right: 0px;
    }

    #title .px55 #mainTitle {
        text-decoration: none;
        color: white;
    }

    #timeSlider {
        float: left;
        width: calc(100% - 23em);
        height: 33px;
        margin: 0px 10px 0px 10px;
        padding: 6.5px;
        background: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius: 0px;
    }

    #timeSlider .inner .track, #timeSlider .inner .track-fill {
        background-color: #FFFFFF;
    }

    #timeSlider .inner #sliderLabel {
        display: none;
        /*position: absolute;
        right: auto;
        bottom: 1.3em;
        width: 6em;
        height: 1.7em;
        padding: 6.5px 5px 5px 5px;
        text-align: center;
        transform: translate(-2.2em, 0);
        color: #000000;*/
    }

    #mouse-position {
        width: 160px;
        height: 30px;
        font-weight: normal;
        font-family: NanumBarunGothicRound !important;
        color: white;
        position: absolute;
        bottom: 0.5em;
        left: 0.5em;
        z-index: 9999;
        /*background-color: rgba(0, 154, 225, 0.6);*/
        background-color: rgba(0, 0, 0, 0.6);
        border: 2px solid white;
        border-radius: 5px;
    }

    .custom-mouse-position {
        /*display: table-cell;*/
        text-align: center;
        /*vertical-align: middle;*/
        width: 100%;
        height: 26px;
        font-size: 0.8em;
        padding: 3px 0px;
    }

    .btn-group {
        width: 100%;
        height: 100%;
        float: left;
    }

    .btn-group .select-style2 {
        padding: 4px 0px;
    }

    .btn-group .select-style2 .selection {
        height: 26px !important;
        min-height: 26px !important;
        min-width: 60px !important;
        padding: 0.55em 1em 0.3em 1em !important;
        font-size: 0.9em !important;

    }

    .btn-group .select-style2 .dropdown.icon {
        padding: 0.416667em !important;
    }

    .column i.icon {
        margin: 0px 0px 0px 0px !important;
    }

    .ui {
        font-family: "NanumBarunGothic", "나눔바른고딕", "맑은 고딕", "Malgun Gothic", Dotum, Arial, sans-serif;
    }

    .ui.medium.buttons {
        float: left;
        background-color: rgb(0, 154, 225);
        color: #FFFFFF;
        margin-left: 10px;
    }

    .ui.medium.button:hover, .ui.compact.icon.button:hover {
        background-color: rgb(24, 133, 184);
    }

    .ui.compact.icon.button {
        float: left;
        height: 33px;
        margin: 0px 2.5px;
        background-color: transparent !important;
        color: #FFFFFF;
    }

    .ui.medium.buttons .ui.button {
        background-color: transparent !important;
        color: #FFFFFF;
        width: 30px;
        padding: .78571429em 0.2em .78571429em;
    }

    .ui.medium.button:hover, .ui.compact.icon.button:hover, .ui.medium.buttons .ui.button:hover {
        background-color: rgba(0, 0, 0, 0) !important;
    }

    .ui.selection.dropdown {
        cursor: pointer;
        word-wrap: break-word;
        font-size: 0.9em !important;
        line-height: 1.1em;
        white-space: normal;
        outline: 0;
        -webkit-transform: rotateZ(0);
        transform: rotateZ(0);
        min-width: 12em;
        width: 100% !important;
        min-height: 33px;
        display: inline-block;
        padding: .7em 2em .7em 1em;
        -webkit-box-shadow: none;
        box-shadow: none;
        border: 1px solid rgba(34, 36, 38, .15);
        border-radius: .28571429rem;
        -webkit-transition: width .1s ease, -webkit-box-shadow .1s ease;
        transition: width .1s ease, -webkit-box-shadow .1s ease;
        transition: box-shadow .1s ease, width .1s ease;
        transition: box-shadow .1s ease, width .1s ease, -webkit-box-shadow .1s ease;
    }

    .btn-group .ui.selection.dropdown .menu .item {
        font-size: 1em;
        padding: 10px 20px !important;
        line-height: 1.2;
    }

    .ui.selection.dropdown .dropdown.icon {
        padding: 0.916667em;
    }

    /* Header End */
    /* Content Start */
    #imageSearchArea {
        width: calc(100% - 32em);
    }

    #load {
        width: 125px;
        height: 125px;
        float: right;
        color: white;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -60%);
        z-index: 0;
        display: block;
        line-height: 1.5;
    }

    #load img {
        width: 100%;
        height: 100%;
    }

    #load div {
        position: absolute;
        top: 50%;
        left: 0%;
        width: 100%;
        height: 50px;
        font-size: 1.5em;
        font-weight: bold;
        text-align: center;
        transform: translate(0%, -30%);
    }

    #satImgTitle {
        position: absolute;
        width: 100%;
        height: 16px;
        left: 0em !important;
        top: 4.6em !important;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 9999;
        text-align: center;
        line-height: 1.4;
        font-family: NanumBarunGothicRound !important;
        font-size: 0.8em;
    }

    #nmscLogo-top {
        position: absolute;
        height: 30px;
        bottom: 0.8em;
        right: 1em;
        z-index: 9999;
    }

    #nmscLogo-top img {
        float: left;
        height: 100%;
    }

    #nmscLogo {
        display: none;
    }

    #map {
        width: 100%;
        height: calc(100% - 3.7em);
        float: left;
        border: 0px solid whitesmoke;
        position: relative;
        z-index: 0;
        margin-left: 0em;
        background-color: #FFFFFF;
    }

    #opacityController {
        width: 40%;
        height: 35px;
        position: absolute;
        background-color: transparent;
        left: 50%;
        bottom: 0%;
        transform: translate(-50%, 0%);
        z-index: 100;
    }

    #opacityController #satSlider {
        padding: 0.5em 1em;
        width: 100%;
    }

    #opacityController #satSlider .track {
        background-color: #FFFFFF;
    }

    #opacityController #satSlider .track-fill {
        /*background-color: #009AE1;*/
        background-color: rgb(255, 223, 99) !important;
    }

    #mapFooter {
        display: none;
        width: 100%;
        height: 2em;
        float: left;
        font-size: 13px;
        font-family: "NanumBarunGothic", "나눔바른고딕", "맑은 고딕", "Malgun Gothic", Dotum, Arial, sans-serif;
        padding-right: 10px;
    }

    .ol-zoom.ol-unselectable.ol-control.ol-draw {
        display: none;
    }

    /* Content End */
    /* OpenLayers Controller */
    .ol-rotate {
        right: .9em;
        top: 12.3em;
    }

    .ol-touch .ol-control button {
        font-size: 1.14em !important;
    }

    .ol-control button {
        font-family: "-webkit-pictograph";
        /*background-color: rgb(0, 154, 225) !important;*/
        background-color: rgba(0, 0, 0, 0.6);
    }

    .ol-zoom {
        width: 35px;
        height: 70px;
        top: 10em !important;
        right: 0.5em;
        left: auto;
        background-color: transparent;
    }

    .ol-zoom button div i {
        line-height: 1.8 !important;
        cursor: pointer;
    }

    .ol-zoom:hover {
        background-color: transparent;
    }

    .ol-zoom.ol-unselectable.ol-control .ol-zoom-in {
        border-radius: 50%;
        width: 28px;
        height: 28px;
        margin-bottom: 5px;
    }

    .ol-zoom.ol-unselectable.ol-control .ol-zoom-out {
        border-radius: 50%;
        width: 28px;
        height: 28px;
    }

    .ol-zoom.ol-unselectable.ol-control .ol-zoom-in:hover, .ol-zoom.ol-unselectable.ol-control .ol-zoom-out:hover {
        /*background-color: rgb(0, 154, 225) !important;*/
        background-color: rgba(0, 0, 0, 0.6) !important;
    }


    .ol-zoom.ol-unselectable.ol-control .ol-zoom-in .column, .ol-zoom.ol-unselectable.ol-control .ol-zoom-out .column {
        width: 100%;
        height: 100%;
        line-height: 1.8;
    }

    .ol-overviewmap {
        padding: 0px;
    }

    .ol-overviewmap button {
        margin: 0px;
    }

    .ol-attribution {
        display: none;
    }

    .ol-layerswitcher .ol-layer-group {
        margin-top: 1em;
        /*margin-bottom: 1.5em;*/
    }

    .ol-layerswitcher .panel li label {
        max-width: none;
        width: 100%;
        font-size: 1em;
        font-weight: bold;
        margin: 0.3em 0em;
        line-height: 1.4;
    }

    .ol-layerswitcher .panel li .layerswitcher-opacity {
        width: 70%;
    }

    .ol-layerswitcher-image {
        right: 0.5em !important;
        top: 5.3em !important;
        padding: 0px !important;
        background-color: transparent !important;
    }

    .ol-layerswitcher-image button {
        border-radius: 5px !important;
        display: none !important;
    }

    .ol-layerswitcher-image .panel {
        height: 65px !important;
        display: block !important;
    }

    .ol-custom-overviewmap, .ol-custom-overviewmap.ol-uncollapsible {
        top: auto;
        right: 10px;
        bottom: 10px;
        left: auto;
    }

    .ol-custom-overviewmap:not(.ol-collapsed) {
        border-radius: 0px;
    }

    .ol-custom-overviewmap div.ol-overviewmap-map {
        border: none;
        width: 150px;
        height: 130px;
        margin: 1px;
    }

    .ol-custom-overviewmap div.ol-overviewmap-box {
        border: 2px solid red;
    }

    .ol-custom-overviewmap:not(.ol-collapsed) button {
        top: auto;
        right: 3px;
        bottom: 3px;
        left: auto;
        border: 2px solid rgba(255, 255, 255, 0.4);
    }

    .ol-scale-line {
        bottom: 3em !important;
    }

    /* OpenLayers Controller */
    /* Left SideBar Start */
    #sidebar {
        background-color: rgb(0, 154, 225);
        top: 5.2em;
        bottom: 2em;
        left: 0em;
        /*height: 25em;*/
        /*min-width: 3.3em;*/
    }

    .sidebar .ui.selection.dropdown {
        cursor: pointer;
        word-wrap: break-word;
        font-size: 0.9em !important;
        line-height: 1.4 !important;
        white-space: normal;
        outline: 0;
        -webkit-transform: rotateZ(0);
        transform: rotateZ(0);
        min-width: 12em;
        width: 100% !important;
        min-height: 33px;
        display: inline-block;
        padding: .7em 2em .7em 1em;
        -webkit-box-shadow: none;
        box-shadow: none;
        border: 1px solid rgba(34, 36, 38, .15);
        border-radius: .28571429rem;
        -webkit-transition: width .1s ease, -webkit-box-shadow .1s ease;
        transition: width .1s ease, -webkit-box-shadow .1s ease;
        transition: box-shadow .1s ease, width .1s ease;
        transition: box-shadow .1s ease, width .1s ease, -webkit-box-shadow .1s ease;
    }

    .sidebar.sidebar-left.collapsed {
        width: 0em;
    }

    .sidebar.sidebar-left {
        width: 21em;
    }

    #sidebar .sidebar-tabs {
        top: 0;
        bottom: 0;
        height: 100%;
        background-color: transparent;
    }

    #sidebar .sidebar-tabs ul li a i {
        line-height: 2.5;
    }

    #sidebar .ol-header {
        display: none;
    }

    #sidebar .ol-layerswitcher .panel {
        padding: 0em;
    }

    .sidebar-tabs > li:hover, .sidebar-tabs > ul > li:hover {
        color: #FFFFFF;
        background-color: rgb(24, 133, 184);
    }

    .sidebar-content #home {
        padding: 0px 25px 10px 20px;
        width: 100%;
        height: 100%;
    }

    .sidebar-content #profile {
        padding: 0px 10px 10px 20px;
    }

    .sidebar-content #help {
        padding: 0px 10px 10px 20px;
    }

    .sidebar-content #help p {
        margin-left: 0.5em;
        font-size: 0.85em;
        margin-top: -10px;
    }

    .sidebar-content .sidebar-header {
        margin-bottom: 0em;
        font-size: 1.2em;
    }

    .sidebar-content .sidebar-header .sidebar-close i {
        line-height: 2.5;
    }

    .sidebar-content #home #dataSearchForm {
        width: 100%;
        height: auto;
    }

    .sidebar-content #home #dataSearchForm .select-style2 {
        width: 97%;
        margin: 0px 0px 1em 3%;
        /*width: 49%;
        margin: 0px 0px 2% 0px;*/
    }

    .sidebar-content #home #dataSearchForm .select-style2.type {
        float: left;
        /*margin-left: 2%;*/
    }

    .sidebar-content #home #dataSearchForm .select-style2.date {
        /*width: 100%;*/
    }

    #sidebar .sidebar-tabs > li:hover, .sidebar-tabs > ul > li:hover {
        color: #FFFFFF;
        /*background-color: #0074d9 !important;*/
        background-color: rgba(0, 0, 0, 0.8) !important;
        /*border-radius: 5px 0px 0px 5px !important;*/
        border-radius: 20px !important;
    }

    .sidebar-content #home #dataSearchForm h4 {
        width: 100%;
        float: left;
        margin: 0em 0em 0.5em 0em;
        font-size: 1em;
    }

    #date_calendar span {
        color: black;
        cursor: default;
    }

    #date_calendar .prev.link {
        float: left;
    }

    #date_calendar .next.link {
        float: right;
    }

    #date_calendar td {
        cursor: pointer;
    }

    #date_calendar #searchDate {
        cursor: pointer;
        font-size: 1em;
    }

    .ui.calendar .ui.table.day {
        min-width: 14em !important;
    }

    #date_calendar table tr td:first-child {
        color: rgb(255, 0, 0);
    }

    #date_calendar table tr td:last-child {
        color: rgb(0, 0, 255);
    }

    /* Left SideBar End */
}

/* Tablet Width End */

/* Tablet Height Start */
@media (max-width: 1023px) {
    #timeSlider {
        display: none;
    }

    #mouse-position {
        width: 165px;
        height: 30px;
        font-weight: normal;
        font-family: NanumBarunGothicRound !important;
        color: white;
        position: absolute;
        bottom: 0.5em;
        left: 0.5em;
        z-index: 9999;
        /*background-color: rgba(0, 154, 225, 0.6);*/
        background-color: rgba(0, 0, 0, 0.6);
        border: 2px solid white;
        border-radius: 5px;
    }

    .custom-mouse-position {
        /*display: table-cell;*/
        text-align: center;
        /*vertical-align: middle;*/
        width: 100%;
        height: 26px;
        font-size: 0.8em;
        padding: 3px 0px;
    }

    #datasearchForm .selection .text, #datasearchForm .selection .menu div {
        font-size: 0.9em;
        line-height: 1.2;
    }

    #datasearchForm h4 {
        /*display: none !important;*/
    }

    #datasearchForm .calendar {
        font-size: 0.9em;
        line-height: 1;
    }

    .ol-layerswitcher .panel li .layerswitcher-opacity {
        width: 70%;
        margin-left: 0em;
    }

    .ol-layerswitcher .layerswitcher-opacity-label {
        margin-left: 0.5em;
    }

    .ol-layerswitcher .panel li label {
        max-width: none;
        width: 100%;
        font-size: 1em;
        font-weight: bold;
        margin: 0em;
    }

    .sidebar-content .sidebar-header {
        font-size: 1.1em;
        margin-bottom: 0.5em;
    }

    .ol-layerswitcher .panel {
        padding: 0px !important;
    }

    .ol-layerswitcher .ol-layer-group {
        margin-top: 0.5em;
        margin-bottom: 1.5em;
    }

    .sidebar #date_calendar {
        font-size: 1em;
    }

    .sidebar .ui.selection.dropdown {
        font-size: 1em !important;
        line-height: 1.4 !important;
    }

    .sidebar .ui.selection.dropdown .menu .item {
        font-size: 0.9em !important;
    }

    .ui.calendar .ui.table.day {
        min-width: 17.7em !important;
        z-index: 9999;
    }

}

/* Tablet Height End */

/* Mobile Start */
@media (max-width: 767px) {

    #satViewerContent {
        height: 3em !important;
    }

    #layerCheck {
        padding: 5px !important;
    }

    /* Header Start */
    #title {
        /*float: left;
        width: 100%;
        height: auto;
        margin: 0em !important;*/
        display: none;
    }

    #title .px55 {
        font-size: 1.2em;
        font-family: NanumBarunGothicRound !important;
        display: table;
        color: white;
        line-height: 1.6;
        margin: 0px !important;
        width: 100%;
        text-align: center;
        /*transform: translate(-50%, 0px);*/
        /*margin-left: 50% !important;*/
    }

    #title .px55 #mainTitle {
        text-decoration: none;
        color: white;
    }

    #timeSlider {
        float: left;
        width: calc(100% - 145px);
        height: 33px;
        margin: 0px 5px 0px 10px;
        padding: 6.5px;
        background: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius: 0px;
        border: none;
        display: block;
    }

    #nowBtn, #testBtn {
        float: left;
    }

    #timeSlider .inner .track, #timeSlider .inner .track-fill {
        background-color: #FFFFFF;
    }

    #timeSlider .inner #sliderLabel {
        display: none;
        /*position: absolute;
        right: auto;
        bottom: 1.5em;
        width: 6em;
        height: 1.1em;
        padding: 1px 0px;
        text-align: center;
        transform: translate(-2.2em, 0);
        color: #000000;
        font-size: 0.8em;*/
    }

    #mouse-position {
        display: none;
    }

    /*.custom-mouse-position {
        display: table-cell;
        text-align: center;
        vertical-align: middle;
        width: 100%;
        height: 30px;
        font-size: 1em;
        line-height: 2.5;
    }*/
    .btn-group {
        width: 100%;
        height: 100%;
        float: left;
    }

    .btn-group .select-style2, #playIntervalMinusBtn, #playIntervalPlusBtn {
        display: none;
    }

    .btn-group .select-style2 .selection {
        height: 26px !important;
        min-height: 26px !important;
        /*width: 60px !important;*/
        min-width: 60px !important;
        padding: 0.4em 1em 0.3em 1em !important;
    }

    .btn-group .select-style2 .dropdown.icon {
        padding: 0.416667em !important;
    }

    .column i.icon {
        margin: 0px 0px 0px 0px !important;
    }

    .ui {
        font-family: "NanumBarunGothic", "나눔바른고딕", "맑은 고딕", "Malgun Gothic", Dotum, Arial, sans-serif;
    }

    .ui.medium.buttons {
        float: left;
        background-color: rgb(0, 154, 225);
        color: #FFFFFF;
        margin-left: 0px;
    }

    .ui.medium.button:hover, .ui.compact.icon.button:hover, .ui.medium.buttons .ui.button:hover {
        background-color: rgba(0, 0, 0, 0) !important;
    }

    .ui.compact.icon.button {
        float: left;
        height: 33px;
        margin: 0px;
        background-color: rgb(0, 154, 225);
        color: #FFFFFF;
    }

    .ui.medium.buttons .ui.button {
        background-color: rgb(0, 154, 225);
        color: #FFFFFF;
        width: 30px;
        padding: .78571429em 0.2em .78571429em;
    }

    .ui.medium.buttons .ui.button:hover {
        background-color: rgb(24, 133, 184);
    }

    .ui.selection.dropdown {
        cursor: pointer;
        word-wrap: break-word;
        line-height: 1em;
        white-space: normal;
        outline: 0;
        -webkit-transform: rotateZ(0);
        transform: rotateZ(0);
        min-width: 12em;
        width: 100% !important;
        min-height: 33px;
        display: inline-block;
        padding: .6em 2em .6em 1em;
        -webkit-box-shadow: none;
        box-shadow: none;
        border: 1px solid rgba(34, 36, 38, .15);
        border-radius: .28571429rem;
        -webkit-transition: width .1s ease, -webkit-box-shadow .1s ease;
        transition: width .1s ease, -webkit-box-shadow .1s ease;
        transition: box-shadow .1s ease, width .1s ease;
        transition: box-shadow .1s ease, width .1s ease, -webkit-box-shadow .1s ease;
    }

    .ui.selection.dropdown .dropdown.icon {
        padding: 0.716667em;
    }

    /* Header End */
    /* Content Start */
    #imageSearchArea {
        width: 100%;
    }

    #load {
        width: 100px;
        height: 100px;
        float: right;
        color: white;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 0;
        display: block;
        line-height: 1.5;
    }

    #load img {
        width: 100%;
        height: 100%;
    }

    #load div {
        position: absolute;
        top: 50%;
        left: 0%;
        width: 100%;
        height: 50px;
        font-size: 1.5em;
        font-weight: bold;
        text-align: center;
        transform: translate(0%, -30%);
    }

    #satImgTitle {
        position: absolute;
        width: 100%;
        height: 1.4em;
        left: 0em !important;
        top: 3.75em !important;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 9999;
        text-align: center;
        line-height: 1.4;
        font-family: NanumBarunGothicRound !important;
        font-size: 0.8em;
    }

    #nmscLogo-top {
        display: none;
    }

    #nmscLogo-bottom {
        display: block;
        position: absolute;
        width: 100px;
        bottom: 1em;
        right: 0.7em;
        z-index: 9999;
    }

    #nmscLogo-bottom img {
        float: left;
        width: 100%;
    }

    #map {
        width: 100%;
        height: calc(100% - 2.5em);
        float: left;
        border: 0px solid whitesmoke;
        position: relative;
        z-index: 0;
        margin-left: 0em;
        background-color: #FFFFFF;
    }

    #opacityController {
        width: 40%;
        height: 35px;
        position: absolute;
        background-color: transparent;
        left: 50%;
        bottom: 0.5em;
        transform: translate(-50%, 0%);
        z-index: 100;
    }

    #opacityController #satSlider {
        padding: 0.5em 1em;
        width: 100%;
    }

    #opacityController #satSlider .track {
        background-color: #FFFFFF;
    }

    #opacityController #satSlider .track-fill {
        /*background-color: #009AE1;*/
        background-color: rgb(234, 174, 0);
    }

    #mapFooter {
        width: 100%;
        height: 2em;
        float: left;
        font-size: 0.8em;
        font-family: "NanumBarunGothic", "나눔바른고딕", "맑은 고딕", "Malgun Gothic", Dotum, Arial, sans-serif;
        padding-right: 5px;
        line-height: 1.6;
    }

    .ol-zoom.ol-unselectable.ol-control.ol-draw {
        display: none;
    }

    /* Content End */
    /* OpenLayers Controller */
    .ol-rotate {
        right: .9em;
        top: 12.3em;
    }

    .ol-touch .ol-control button {
        font-size: 1.14em !important;
    }

    .ol-control button, .ol-control button:hover {
        font-family: "-webkit-pictograph";
        background-color: rgba(0, 0, 0, 0.6) !important;
    }

    .ol-zoom {
        width: 33px;
        height: 58px;
        top: 9em !important;
        right: 0.5em;
        left: auto;
        background-color: transparent;
    }

    .ol-zoom button div i {
        line-height: 1.8 !important;
        cursor: pointer;
    }

    .ol-zoom:hover {
        background-color: transparent;
    }

    .ol-zoom.ol-unselectable.ol-control .icon {
        font-size: 1.2em !important;
    }

    .ol-zoom.ol-unselectable.ol-control .ol-zoom-in {
        border-radius: 50%;
        width: 28px;
        height: 28px;
        margin-bottom: 5px;
    }

    .ol-zoom.ol-unselectable.ol-control .ol-zoom-out {
        border-radius: 50%;
        width: 28px;
        height: 28px;
    }

    .ol-zoom.ol-unselectable.ol-control .ol-zoom-in .column, .ol-zoom.ol-unselectable.ol-control .ol-zoom-out .column {
        width: 100%;
        height: 100%;
        line-height: 1;
        font-size: 0.83em;
    }

    .ol-overviewmap {
        padding: 0px;
    }

    .ol-overviewmap button {
        margin: 0px;
    }

    .ol-attribution {
        display: none;
    }

    .ol-layerswitcher .panel li label {
        max-width: none;
        width: 100%;
        font-size: 1em;
        font-weight: bold;
        margin: 0em;
    }

    .ol-layerswitcher .panel {
        padding: 0.5em 0em;
    }

    .ol-layerswitcher .panel .visible.ol-layer-group {
        margin-top: 0em !important;
        margin-bottom: 1em !important;
    }

    /*모바일 슬라이드 툴팁 숨김*/

    .ol-layerswitcher-image {
        right: 0.5em !important;
        top: 4.5em !important;
        padding: 0px !important;
        background-color: transparent !important;
    }

    .ol-layerswitcher-image button {
        border-radius: 5px !important;
        display: none !important;
    }

    .ol-layerswitcher-image .panel {
        height: 65px !important;
        display: block !important;
    }

    .ol-custom-overviewmap, .ol-custom-overviewmap.ol-uncollapsible {
        /*top: auto;
        right: 10px;
        bottom: 10px;
        left: auto;*/
        display: none;
    }

    .ol-custom-overviewmap:not(.ol-collapsed) {
        border-radius: 0px;
    }

    .ol-custom-overviewmap div.ol-overviewmap-map {
        border: none;
        width: 150px;
        height: 130px;
        margin: 1px;
    }

    .ol-custom-overviewmap div.ol-overviewmap-box {
        border: 2px solid red;
    }

    .ol-custom-overviewmap:not(.ol-collapsed) button {
        top: auto;
        right: 3px;
        bottom: 3px;
        left: auto;
        border: 2px solid rgba(255, 255, 255, 0.4);
    }

    .ol-layerswitcher-image li {
        width: 45px !important;
        height: 45px !important;
    }

    .ol-layerswitcher-image li img {
        width: 100%;
        height: 100%;
    }

    .ol-layerswitcher-image li p, .ol-layerswitcher-image li:hover p {
        display: none;
    }

    .ol-scale-line {
        bottom: 1em !important;
    }

    /* OpenLayers Controller */
    /* Left SideBar Start */
    #sidebar {
        background-color: transparent;
        top: 4.6em;
        bottom: 2em;
        left: 0.4em;
        height: 18em;
        min-width: 3em;
    }

    .sidebar.sidebar-left.collapsed {
        height: 9em !important;
    }

    .ol-header {
        display: none !important;
    }

    .sidebar-content .sidebar-header {
        font-size: 1.2em;
        margin-bottom: 1em !important; /*여기부터 다시*/
    }

    #sidebar .sidebar-tabs {
        top: 0;
        bottom: 0;
        height: 100%;
        background-color: transparent;
    }

    #sidebar .sidebar-tabs ul li a i {
        line-height: 2.5;
    }

    .sidebar-tabs > li:hover, .sidebar-tabs > ul > li:hover {
        color: #FFFFFF;
        background-color: rgba(0, 0, 0, 0.6) !important;
        border-radius: 20px !important;
    }

    .sidebar-tabs > li.active, .sidebar-tabs > ul > li.active {
        color: #FFFFFF;
        background-color: rgba(0, 0, 0, 0.6) !important;
        border-radius: 20px !important;
    }

    .sidebar-content {
        /*width: 18em;*/
        border-radius: 5px;
    }

    .sidebar-content #home {
        padding: 0px 25px 10px 20px;
        width: 100%;
        height: 100%;
        overflow-y: hidden;
    }

    .sidebar-content #profile {
        padding: 0px 10px 10px 20px;
    }

    .sidebar-content #help {
        padding: 0px 10px 10px 20px;
    }

    .sidebar-content #help p {
        margin-left: 0.5em;
        font-size: 0.85em;
        margin-top: -10px;
    }

    .sidebar-header {
        margin: 0px -25px 0px -25px;
        height: 30px;
        padding: 0px 20px;
        line-height: 1.8;
        font-size: 1.2em;
        color: #ffffff;
        background-color: #0074d9;
        margin-bottom: 0.5em;
    }

    .sidebar-content .sidebar-header .sidebar-close i {
        line-height: 1.9;
    }

    .sidebar-content #home #dataSearchForm {
        width: 100%;
        height: auto;
    }

    .sidebar-content #home #dataSearchForm h4, .sidebar-content #home #dataSearchForm .selection {
        font-size: 1em;
    }

    .sidebar-content #home #dataSearchForm .select-style2 {
        width: 97%;
        margin: 0px 0px 1em 3%;
    }

    .sidebar-content #home #dataSearchForm .select-style2.type {
        float: left;
    }

    .sidebar-content #home #dataSearchForm .select-style2.date {
        /*width: 100%;*/
    }

    .sidebar-content #home #dataSearchForm h4 {
        display: none;
    }

    #date_calendar span {
        color: black;
        cursor: default;
    }

    #date_calendar .prev.link {
        float: left;
    }

    #date_calendar .next.link {
        float: right;
    }

    #date_calendar td {
        cursor: pointer;
    }

    #date_calendar #searchDate {
        cursor: pointer;
    }

    #date_calendar table tr td:first-child {
        color: rgb(255, 0, 0);
    }

    #date_calendar table tr td:last-child {
        color: rgb(0, 0, 255);
    }

    /* Left SideBar End */
    .amaran-wrapper.bottom.right {
        width: 16em !important;
        right: 1em !important;
    }

    .amaran-wrapper.bottom.right .amaran-wrapper-inner {
        width: 100% !important;
        height: 100% !important;
    }

    .amaran-wrapper.bottom.right .amaran-wrapper-inner .amaran.default {
        width: 100% !important;
    }

    .amaran-wrapper.bottom.right .amaran-wrapper-inner .default-message {
        font-size: 0.5em !important;
    }

    #footerSpan {
        margin-top: 3px !important;
    }

    /*#searchTime {*/
    /*    display: block !important;*/
    /*}*/

}

.

/* Mobile End */

/* iPhone 5/SE */
@media (max-width: 321px) {
    #satSlider {
        display: none;
    }
}

/* ###################################### 2022.08.02 박유진 수정 */

/* 천리안위성 2A호 영상뷰어 */

.content-section #backBtn{
	width:100px;
	height:40px;
	border:none;
	background:#016cbf;
	color:#ffffff;
	border-radius:4px;
	cursor:pointer;
	position:absolute;
	bottom:6.5em;
	left:8px;
}


.upload-btn{
	width: 100px;
    height: 40px;
    border: none;
    background: #016cbf;
    color: #ffffff;
    border-radius: 4px;
    cursor: pointer;
    position: absolute;
    bottom: 10.5em;
    left: 8px;
}

.default-btn.close {
	background: white;
	border: 1px solid black;
	border-radius: 3px;
	margin-left: 620px;
	width: 80px;
	height: 24px;
	cursor: pointer;
}

#upload-content {
	display: none;
	padding: 10px;
	border: 1px solid black;
	width: 1022px;
	height: 570px;
	border-radius: 3px;
	position: absolute;
	top: 86px;
	left: 120px;
	background: white;
}

#upload-content span{
	color: black;
}

.upload-content-header {
	postion: relative;
	margin-bottom: 10px;
	height: 40px;
	
}

#bottom-area{
	margin-top: 10px;
}

.content-table {
	margin-top: 10px;
	width: 1000px;
	height: 450px; 
/* 	-border: 1px solid #ccc; */
	overflow: auto;
	/* 	overflow-x: hidden */
}

.content-table{
	border : 2px solid #ccc;
}
.content-table::-webkit-scrollbar {
	width: 6px;
	height: 6px;
}

.content-table::-webkit-scrollbar-thumb {
	background-color: #2f3542;
	border-radius: 10px;
}

.content-table::-webkit-scrollbar-track {
	background-color: grey;
	border-radius: 10px;
	box-shadow: inset 0px 0px 5px white;
}

#csv-table {
	width: 100%;
/* 	border: 1px solid #444444; */
	border-collapse: collapse;
}

#csv-table th, td {
	border-bottom: 1px solid #444444;
	border-left: 1px solid #444444;
	padding: 5px;
	text-align: center;
}

.upload-btn {
	height: 34px;
	/* line-height: 32px; */
	padding: 0 10px;
	border: none;
	background: cornflowerblue;
	border-radius: 4px;
	color: #fff;
	cursor: pointer;
}

.upload-btn:hover {
	background: #8db5fd;
}

.blue-btn {
	height: 34px;
	/* line-height: 32px; */
	padding: 0 10px;
	border: none;
	background: cornflowerblue;
	border-radius: 4px;
	color: #fff;
	cursor: pointer;
}

.blue-btn:hover {
	background: #8db5fd;
}

.white-btn {
	border: 1px solid #ccc;
	color: black;
	width: 80px;
	height: 34px;
	/* line-height: 32px; */
	padding: 0 10px;
	background: white;
	border-radius: 4px;
	cursor: pointer;
}

.white-btn:hover {
	background: #f1f1f1;
}

.close-btn {
	position: absolute;
    top: 10px;
    right: 10px;
}


@media(max-width:768px){	
	.content-section #backBtn{
		bottom:4em;
	}
}