/*ol*/
.ol-zoom {
    top: inherit;
    bottom: 6px;
    width: calc(1.5rem + 4px);
}

.ol-control button {
    width: 1.5rem;
    height: 1.5rem;
    margin: 0;
}

.ol-zoom .ol-zoom-out {
    margin-top: 104px;
}

.ol-zoomslider {
    background-color: transparent;
    top: inherit !important;
    bottom: 35px;
    height: 100px;
    width: calc(1.5rem + 4px);
}

.ol-zoomslider:hover {
    background-color: transparent;
}

.ol-zoomslider .ol-zoomslider-thumb {
    margin: 0;
    width: 100%;
    height: 10px;
}

.ol-zoom-in.ol-has-tooltip:hover [role=tooltip],
.ol-zoom-in.ol-has-tooltip:focus [role=tooltip] {
    top: 3px;
}

.ol-zoom-out.ol-has-tooltip:hover [role=tooltip],
.ol-zoom-out.ol-has-tooltip:focus [role=tooltip] {
    top: 132px;
}

/*map*/
.information_main {
    height: 100%
}

.information_main > .contents {
    height: 100%
}

.blind {
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
    padding: 0px;
    margin: 0px;
    visibility: hidden;
}

.map_notice {
    position: absolute;
    left: 0;
    top: 350px;
    width: 100%;
}

.map_notice p {
    text-align: center;
    color: #666;
    font-size: 28px;
    font-weight: 600;
    text-shadow: 1px 1px 0 #000;
}

.typhoon_map {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 100%;
}

.typhoon_map .tab {
    height: auto;
    margin: 3px 0 0 4px;
}

#tab_box {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 1;
    pointer-events: none;
}

#tab_box a {
    pointer-events: auto;
}

#tab_box .map_toggle {
    position: static;
    margin: 0 0 0 4px;
    display: flex;
    flex-wrap: wrap;
}

.map_toggle .btn_custom {
    margin: 4px 0 0 0;
    padding: 0 16px;
    border-radius: 10px;
    color: #2196F3;
    line-height: 32px;
    text-decoration: none;
    background-color: #fff;
}

.map_toggle .allTyp {
    background: #2196F3;
    color: #fff;
}

#tab_box .map_tap {
    position: static;
    width: 100%;
}

.tab.list > ul > li {
    width: 100%;
}

.tab.list ul:after {
    content: "";
    display: block;
    clear: both
}

.tab_list_button.active {
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.7);
}

li.tab_list_button.active#basic_id > a,
li.tab_list_button.active#statistics_id > a {
    box-sizing: border-box;
    display: block;
    width: 100%;
    padding: 5px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: rgba(0, 0, 0, 0.3);
}

li.tab_list_button.active#statistics_id > * {
    position: static;
}

li.tab_list_button a span {
    display: inline-block;
    margin: 2px 0;
    padding: 4px 8px;
    font-size: 1em;
    cursor: pointer;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    text-shadow: 0 0 4px #000;
}

.tab_list_button.active a span {
    background: none;
    font-weight: bold;
}

.layer_tip {
    position: relative;
    left: 0;
    background: #fff;
    border-radius: 5px;
    box-shadow: 2px 2px 0 rgba(0, 0, 0, .2);
    z-index: 98;
}

.layer_tip ul {
    padding: 6px 10px 10px;
    font-size: 14px;
}

.layer_tip ul li {
    line-height: 23px;
}

.layer_tip .date {
    width: 100%;
    font-weight: bold;
    line-height: 18px;
    padding: 10px 10px 5px;
    box-sizing: border-box;
    border-radius: 5px 5px 0 0;
    font-size: 14px;
}

.layer_tip .arrow {
    position: absolute;
    left: 50%;
    bottom: -13px;
    margin-left: -6px;
}

.typhoon_p {
    border: 1px solid #75328e;
}

.typhoon_p .date {
    background: #fcf2fc;
    color: #75328e;
}

.typhoon_g {
    border: 1px solid #959595;
}

.typhoon_g .date {
    background: #edebed;
    color: #333;
}

.graphDetailLayer {
    position: fixed;
    left: 50%;
    top: 50%;
    width: 400px;
    margin: -250px 0 0 -200px;
    border: 1px solid #3c90e0;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    padding: 15px;
    box-sizing: border-box;
    z-index: 999;
    display: none;
}

.graphDetailLayer .tit {
    margin-bottom: 15px;
}

.graphDetailLayer .tit a {
    position: absolute;
    right: 15px;
    top: 13px;
}

.graphDetailLayer .graph-detail-title {
    font-size: 24px;
    color: #000;
    line-height: 1.5;
}

.graphDetailLayer .scroll {
    max-height: 287px;
    overflow-y: scroll;
}

.table_midterm {
    width: 100%;
    border-top: 2px solid #006ad0;
    border-right: 1px solid #d0d0d0;
}

.table_midterm thead th {
    padding: 6px 2px 3px 2px;
    border-top: none;
    border: 1px solid #d0d0d0;
    background: #dce6ef;
    color: #333;
    text-align: center;
    word-break: break-word;
}

.table_midterm tbody th {
    padding: 6px 3px 3px 3px;
    border-top: none;
    border: 1px solid #d0d0d0;
    font-weight: normal;
    color: #666;
    text-align: center;
    background: #f4f7ff;
}

.table_midterm tbody th.bg_gray {
    background: #f2f2f2;
    font-weight: bold;
    color: #006ad0;
}

.table_midterm tbody td {
    padding: 5px 2px 2px 2px;
    border-top: none;
    border: 1px solid #d0d0d0;
    text-align: center;
}

.table_midterm tbody td img {
    vertical-align: top;
}

.table_midterm tbody td ul {
    text-align: left;
}

.table_midterm tbody td ul li {
    text-align: center;
}

.table_midterm tfoot td {
    padding: 6px 5px 3px 5px;
    border-top: none;
    border: 1px solid #c8c8c8;
    text-align: center;
}

.table_midterm tfoot th {
    padding: 6px 5px 3px 5px;
    border-top: none;
    border: 1px solid #c8c8c8;
    text-align: center;
    font-weight: normal;
}

.h6cb {
    background: url(../images/typhoon/bu_arrow.gif) no-repeat left 5px;
    font-size: 100%;
    padding-left: 19px;
    margin-bottom: 7px;
    display: inline-block;
}

/*영상*/
.landsat {
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
    margin-right: 10px;
    background: #f2f2f2;
    border: 1px solid #3c90e0;
}

.info_text {
    display: none;
}

.map_control {
    position: static;
    padding: 5px;
}

.map_control li {
    display: inline-block;
    float: left;
    width: 25px;
    height: 25px;
    margin: 0 3px;
}

.map_control li:nth-child(1) {
    background: center / contain no-repeat url(../images/typhoon/btn_prev.png);
}

.map_control li.on:nth-child(1) {
    background: center / contain no-repeat url(../images/typhoon/btn_prev_on.png);
}

.map_control li:nth-child(2) {
    background: center / contain no-repeat url(../images/typhoon/btn_play.png);
}

.map_control li.on:nth-child(2) {
    background: center / contain no-repeat url(../images/typhoon/btn_play_on.png);
}

.map_control li:nth-child(3) {
    background: center / contain no-repeat url(../images/typhoon/btn_pause.png);
}

.map_control li.on:nth-child(3) {
    background: center / contain no-repeat url(../images/typhoon/btn_pause_on.png);
}

.map_control li:nth-child(4) {
    background: center / contain no-repeat url(../images/typhoon/btn_next.png);
}

.map_control li.on:nth-child(4) {
    background: center / contain no-repeat url(../images/typhoon/btn_next_on.png);
}

.map_control li a {
    display: inline-block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    font-size: 0;
}

.slide_wrap .graph .tit {
    background: #eef2f7;
    padding: 10px 5px 0 5px;
}

.tbl_top {
    display: flex;
    width: 100%;
}

#detail .tit {
    overflow: hidden;
    margin-bottom: 10px !important;
}

#detail .tit h1 {
    float: left;
    font-size: 15px;
    color: #0089cd;
    width: auto;
}

.more_info_wrap {
    font-size: 14px;
    text-align: left;
    text-align-last: start;
}

.more_info_wrap th,
.more_info_wrap td {
    border: solid #dbe0e4;
    border-width: 1px 0 0 0;
    padding: 5px 3px;
}

.more_info_wrap th {
    background: #e5f4fb;
    font-weight: normal;
}

.more_info_wrap tr:first-child th,
.more_info_wrap tr:first-child td {
    border-top: 0;
}

/*.more_info_wrap tbody th:first-child {*/
/*    border-left: 1px solid #7fc3e6;*/
/*}*/


.more_info_wrap tr:nth-child(even) {
    background: #f1f9fc;
}

.graph .tit select {
    width: 100%;
    height: 30px;
    line-height: 30px;
    border-radius: 5px;
    border: 1px solid #fff;
    font-size: 14px;
}

.tab_menu {
    position: relative;
    display: flex;
    justify-content: space-between;
    height: 40px;
}

.tab_menu .list li {
    float: left;
}

.tab_menu .list .btn {
    display: inline-block;
    width: 60px;
    height: 40px;
    background: #DAE0E8;
    border-bottom: none;
    font-size: 14px;
    text-align: center;
    line-height: 40px;
    text-decoration: none;
}

.tab_menu .list li.is_on .btn {
    position: relative;
    background: #fff;
    font-weight: bold;
    color: #0099E1;
    border-top: 2.5px solid #00A9CD;
}

.cont {
    display: none;
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    padding: 10px;
}

.is_on .cont {
    display: block;
}

.is_on .btn {
    position: relative;
    background: #fff;
    font-weight: bold;
    color: #0099E1;
}

.graphLayer {
    display: block;
    width: 100%;
    overflow-y: visible;
}

.graphLayer .tit {
    display: none;
}

.layer_graph_area {
    width: 360px;
    height: 170px;
    margin-bottom: 50px;
    position: relative;
    left: 12px;
}

#graph_legend {
    display: flex;
    justify-content: center;
    padding: 10px 20px;
}

#graph_legend_head {
    width: 60px;
    padding: 2px;
    margin-right: 15px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
}

#graph_legend_body {
    display: flex;
    align-items: center;
    font-size: 13px;
}

.legend_color {
    border: black 1px solid;
    margin-right: 5px;
    width: 30px;
    height: 20px;
}

.forecast_color {
    background-color: rgba(68, 170, 213, 0.2);
    margin-left: 10px;
}

.blind {
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
    padding: 0px;
    margin: 0px;
    visibility: hidden;
}

.slide_wrap {
    position: absolute;
    top: 0;
    right: -2px;
    width: 390px;
    height: 100%;
    border: 2px solid #3c90e0;
    background: #fff;
    transition: .5s;
    box-sizing: border-box;
    z-index: 1;
}

.slide_wrap.off {
    right: calc(-390px + 2px);
}

.btn_slide {
    position: absolute;
    bottom: calc(50% - 40px);
    left: -27px;
    width: 27px;
    height: 59px;
    background: url(../images/typhoon/bg_slide.png);
    background-position: center right;
    text-indent: -9999px;
}

.slide_wrap.off .btn_slide {
    background-position: center left;
}

.common_tab_list {
    display: flex;
    width: 100%;
    height: auto;
    margin: 2px 0;
    padding: 5px;
    background: none;
    border: none;
}

.switch {
    position: relative;
    display: inline-block;
    width: 35px;
    height: 18px;
    margin-right: 10px;
    pointer-events: auto;
    align-self: center;
}

.switch:before {
    position: relative;
    top: 1px;
    z-index: 1;
    display: inline-block;
    content: '';
    width: 15px;
    height: 15px;
    margin-right: 5px;
    outline: none;
}

.common_tab_list input {
    display: none;
}

.common_tab_list span {
    color: #fff;
}

.tbl_typhooninfo h3 {
    padding-left: 10px;
    margin-bottom: 5px;
    background: #2f7ecf;
    color: #fff;
    line-height: 30px;
}

/* main */
.slide_main_wrap {
    display: none;
    height: 100%;
    box-sizing: border-box;
    position: absolute;
    z-index: 9999;
    width: 100%;
    background: #fff;
}

.slide_main_wrap.on {
    display: block;
}

.slide_main_wrap .h2_detailmain {
    padding: 30px 20px 22px;
    background: #dff0ff;
    text-align: center;
    font-weight: 600;
    color: #000;
}

.slide_main_wrap .h5_infotime {
    padding: 20px 10px 22px;
    font-size: 14px;
    position: absolute;
    bottom: 0;
    text-align: center;
    font-weight: 600;
    word-break: break-word;
}

.act_wrap {
    border-top: double #4472C4;
    padding: 20px;
}

.act_wrap li > h {
    margin: 30px;
    padding-left: 10px;
}

.act_wrap li > a {
    /*display: block;*/
    position: relative;
    left: 30px;
    font-size: 17px;
    font-weight: 600;
    color: #0066FF;
    line-height: 1.5;
    padding-left: 10px;
    /*height: 45px;*/
    /*margin-top: 10px;*/
}

.act_wrap li > a:before {
    position: absolute;
    top: 3px;
    left: -40px;
    content: '';
    display: inline-block;
    width: 40px;
    height: 40px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: center;
}

.act_wrap li > a:hover:before {
    animation: icon_typhoon 2s infinite linear;
}

@keyframes icon_typhoon {
    0% {
        transform: rotateZ(360deg);
    }
    100% {
        transform: rotateZ(0deg);
    }
}

.act_wrap li.td > a:before {
    background-image: url(../images/typhoon/ico_typhoon_td.png);
}

.act_wrap li.td > a:hover:before {
    animation: none;
}

.act_wrap li.red > a:before {
    background-image: url(../images/typhoon/ico_typhoon_red_td.png);
}

.act_wrap li.red > a:hover:before {
    animation: none;
}

.act_wrap li.weak > a:before {
    background-image: url(../images/typhoon/ico_typhoon_weak.png);
}

.act_wrap li.normal > a:before {
    background-image: url(../images/typhoon/ico_typhoon_normal.png);
}

.act_wrap li.strong > a:before {
    background-image: url(../images/typhoon/ico_typhoon_strong.png);
}

.act_wrap li.very > a:before {
    background-image: url(../images/typhoon/ico_typhoon_very.png);
}

.act_wrap li.super > a:before {
    background-image: url(../images/typhoon/ico_typhoon_very2.png);
}

.act_wrap li.hs > a:before {
    background-image: url(../images/typhoon/ico_typhoon_hs.png);
}

.act_wrap li.hs > a:hover:before {
    animation: none;
}


.act_wrap li.low-e > a:before {
    background-image: url(../images/typhoon/ico_low-e.png);
}

.act_wrap li.low-e > a:hover:before {
    animation: none;
}

.act_wrap li.td-e > a:before {
    background-image: url(../images/typhoon/ico_td-e.png);
}

.act_wrap li.td-e > a:hover:before {
    animation: none;
}

.act_wrap li.low-p > a:before {
    background-image: url(../images/typhoon/ico_low-p.png);
}

.act_wrap li.td-p > a:before {
    background-image: url(../images/typhoon/ico_td-p.png);
}

.act_wrap li.ts-p > a:before {
    background-image: url(../images/typhoon/ico_ts-p.png);
}

.act_wrap li.sts-p > a:before {
    background-image: url(../images/typhoon/ico_sts-p.png);
}

.act_wrap li.ty-p > a:before {
    background-image: url(../images/typhoon/ico_ty-p.png);
}

.act_wrap li.sty-p > a:before {
    background-image: url(../images/typhoon/ico_sty-p.png);
}


@media screen and (max-width: 1199px) {
    .landsat {
        height: calc(100% - 40px);
    }

    .info_text {
        display: block;
        margin: 5px 5px 0 10px;
        font-size: 14px;
        line-height: 16px;
        word-break: break-word;
        font-weight: 400;
    }

    #legend_id.legend_close,
    #legend_id.map_legend {
        bottom: 46px;
    }

    #legend_image_id {
        bottom: 75px;
    }
}

#forecast {
    width: 25%;
    margin-left: 5px;
    background: #5c99d2;
    font-size: 0.9em;
    font-family: "Public Sans";
    color: #fff;
    cursor: pointer;
    border: none;
    border-radius: 5px;
}

#statistics_date > .now_view {
    position: static;
    padding: 5px;
}

.now_view_text {
    padding: 0 5px;
    color: #fff;
    font-weight: normal;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    height: 18px;
    width: 35px;
    border-radius: 20px;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider.round:before {
    position: absolute;
    display: block;
    content: '';
    height: 12px;
    width: 12px;
    top: auto;
    left: 3px;
    bottom: 3px;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: .2s;
    transition: .2s;
}

input:checked + .slider {
    background-color: #2196F3;
}

input:checked + .slider:before {
    left: calc(100% - 2px);
    transform: translateX(-100%);
}

.legend_close, .map_legend {
    position: absolute;
    bottom: 6px;
    left: 48px;
    width: 60px;
    height: 30px;
}

.legend_close, .map_legend {
    border-radius: 5px;
    font-family: "Public Sans";
    line-height: 30px;
    text-align: center;
    color: #fff !important;
}

.legend_close {
    background: #535353;
}

.map_legend {
    background: #6081e0;
}

.legend_close:hover, .map_legend:hover {
    text-decoration: none;
}

.map_legend_image {
    position: absolute;
    left: 48px;
    bottom: 35px;
}

@media screen and (max-width: 1199px) {
    .slide_wrap {
        height: calc(100% - 40px);
        width: 40%;
    }

    .slide_wrap.off {
        right: calc(-40% + 2px);
    }

    .graph {
        padding: 0 10px;
        background: #eef2f7;
    }

    .tab_menu .list .btn {
        width: 50px;
        font-size: 12px;
    }

    .slide_main_wrap .h2_detailmain {
        padding: 20px 10px;
        font-size: 17px;
    }

    .slide_main_wrap .h5_infotime {
        padding: 20px 10px;
        font-size: 13px;
        width: 100%;
        font-weight: 400;
    }

    .act_wrap {
        padding: 10px;
    }

    .act_wrap li > a {
        font-size: 16px;
        line-height: 40px;;
        height: 35px;
    }

    .act_wrap li > a:before {
        top: 8px;
        left: -30px;
        width: 30px;
        height: 30px;
    }

    .act_wrap li > h {
        font-size: 15px;
    }

    .act_wrap li > a > b {
        font-size: 14px
    }
}

@media screen and (max-width: 1024px) {
    .slide_wrap {
        width: 50%;
    }

    .layer_graph_area {
        width: 320px;
    }
}


@media screen and (max-width: 821px) {
    #tab_box {
        height: calc(100% - 50px);
        overflow-y: auto;
        -ms-overflow-style: none; /* 인터넷 익스플로러 */
        scrollbar-width: none; /* 파이어폭스 */
    }

    #tab_box::-webkit-scrollbar {
        display: none;
    }

    li.tab_list_button > a > span,
    div.common_tab_list > span,
    .now_view_text,
    .map_toggle .btn_custom,
    #legend_id {
        font-size: 0.9em;
    }

    .slide_wrap {
        width: 95%;
    }

    .slide_wrap.off {
        right: calc(-95% + 2px);
    }

    .slide_main_wrap .h2_detailmain {
        font-size: 14px;
    }

    .act_wrap li > a {
        font-size: 14px;
        line-height: 30px;
        height: 25px
    }

    .act_wrap li > a:before {
        top: 0;
        left: -25px;
        width: 20px;
        height: 26px;
    }

    .act_wrap li > h {
        font-size: 12px;
    }

    .act_wrap li > a > b {
        font-size: 12px
    }

    .tbl_typhooninfo h3 {
        font-size: 14px;
    }

    #graph_legend {
        justify-content: start;
        padding: 0;
    }

    .map_notice p {
        font-size: 20px;
        word-break: break-word;
    }
}

@media screen and (max-width: 369px) {
    .slide_wrap .graph .tit {
        padding: 10px 0 0 0;
    }

    .layer_graph_area {
        width: 300px;
        left: 0;
    }

    .tab_menu .list .btn {
        width: 40px;
    }
}




