/* /// PC용 /// */
/* 가로사이즈 1001px 이상 일때 아래 CSS 적용 */
@media (min-width: 1001px) {
    .mobile-only {
    display: none !important;
    }
    .nav {
	position: absolute;
	top: 35px;
	left: 5px;
	height: calc(100% - 70px);
	transition: all 500ms;
	z-index: 120;
	}
    .gnbM, .searchCon {
    display: none;
    }
    /* /// GNB /// */
    .gnb > h1 {
    padding: 5px 0 0 35px;
    font-family: nsreb;
    font-size: 1.1em;
    cursor: pointer;
    background-image: url(../images/logo_mark.png);
    background-repeat: no-repeat;
    background-position: 7px 3px;
    background-size: 21px auto;
    text-shadow: 1px 1px 0px #fff;
    /* -webkit-text-stroke: 1px;
    -webkit-text-stroke-color: rgba(255,255,255,0.5); */
    }
    .gnb>div.gnb-section {
    position: absolute;
    top: 3px;
    right: 3px;
    }
    .gnb>div.gnb-section>div {
    display: inline-block;
    }
    .gnbBtns {
    position: relative;
    }
    .gnbBtns>div {
    display: inline-block;
    height: 30px;
    border-radius: 17px;
    background-color: rgba(0, 0, 0, 0.3);
    }

    .place {
    padding: 0 5px 0 15px;
    border-radius: 20px;
    border: 1px solid #009ae1;
    box-sizing: border-box;
    background-color: #fff;
    }
    .place {
    display: inline-block;
    }
    .place > input {
    height: 25px;
    border: none;
    background: transparent;
    }
    .place > button {
    width: 30px;
    height: 30px;
    margin-left: -2px;
    text-indent: -999em;
    }
    .place > button.search {
    background: url(../images/svg/search_bk.svg) no-repeat center center;
    background-size: 30px auto;
    }
    button.bookmark {
    display: inline-block;
    width: 30px;
    height: 30px;
    background:url(../images/svg/bookmark_gr.svg) no-repeat center center;
    }
    button.bookmark.on {
    background:url(../images/svg/svg/bookmark_on.svg) no-repeat center center;
    }
    .place > ul {
    position: absolute;
    top: 35px;
    left: 0px;
    overflow-y: auto;
    min-width: 200px;
    padding: 0;
    border-radius: 7px;
    border: 1px solid #ccc;
    background-color: #fff;
    }
    .place ul li:hover {
    background-color: #f0f0f0;
    }
    .place ul li {
    font-size: 13px;
    color: #666;
    line-height: 1.1em;
    }
    .log-list li {
    padding: 8px 8px 8px 28px;
    cursor: pointer;
    background-image: url(../images/svg/location_gr.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 24px 24px;
    }
    .local-list {
    max-height: 410px;
    }
    .local-list li {
    padding: 8px;
    cursor: pointer;
    border-bottom: 1px solid #efefef;
    }
    .local-list li span.local-tit {
    display: block;
    margin-bottom: 8px;
    padding: 0;
    font-size: 14px;
    color: #2E75B6;
    }
    .local-list li.more {
    text-align: center;
    padding: 5px;
    color: #000;
    font-size: 12px;
    }
    .local-list li button.bookmark {
    float: left;
    width: 16px;
    height: 16px;
    margin-right: 5px;
    /* border:1px solid #eee; */
    border-radius: 2px;
    background-image:url(../images/svg/bookmark_gr.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px auto;
    }
    .local-list li button.bookmark.on {
    background-image:url(../images/svg/bookmark_on.svg);
    }

    /* TIMEBAR */
    .timebar-wrap {
    display: flex;
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translate(-50%, 0);
	width: 740px;	
    height: 42px;
    z-index: 100;
    gap: 10px;
    align-items: center;
    }
    .timebar-wrap.selected .past-wrap {
    display: block;
    }
    .timebar-wrap > div {
/*     padding-top: 3px; */
    box-shadow: 1px 1px 1px #999;
    border: 1px solid #ccc;
    background-color: #fff;
    }
    .timebar-past {
    flex: 0 0 40px;
    }
    .timebar {
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    }
    .timebar>div * {
    vertical-align: middle;
    }
    .timebar-date {
    flex: 0 0 82px;
    }
    .timebar .date {
    display: inline-block;
    width: 50px;
    margin-left: 5px;
    }
    .timebar .date-time {
    display: inline-block;
    width: 50px;
    }
    .timebar-select {
    display: inline-block;
    width: 20px;
    }
    .timebar-button {
    flex: 0 0 auto;
    }
    .timebar-range {
    flex: 1 1 auto;
    padding: 0 5px;
    text-align: center;
    }
    .timebar-speed {
    flex: 0 0 70px;
    text-align: center;
    }
    .timebar div>span {
    display: block;
    font-size: 0.95em;
    }
    .timebar div>select {
    padding: 3px;
    background-color: #fff;
    }
    .timebar div>span.time {
    font-weight: bold;
    font-size: 1em;
    }
    .timebar input.range {
    width: 430px;
    }
    button.time {
    width: 30px;
    height: 30px;
    background-color: transparent;
    font-size: 0.8;
    background-repeat: no-repeat;
    background-position: center center;
    }
    button.time.play {
    background-image: url(../images/svg/vod_paly_bk.svg);
    }
    button.time.stop {
    background-image: url(../images/svg/vod_stop_bk.svg);
    }
    button.time.tw {
    background-image: url(../images/svg/forward_bk.svg);
    }
    button.time.pause {
    background-image: url(../images/svg/vod_paly_bk.svg);
    }
    button.time.forward {
    background-image: url(../images/svg/forward_bk.svg);
    }
    button.time.backward {
    background-image: url(../images/svg/backward_bk.svg);
    }
    button.time>span {
    display: inline-block;
    width: 100%;
    margin-top: 17px;
    font-size: 0.6em;
    text-align: center;
    letter-spacing: -1px;
    }
    .timebar div > .controlWrap {
    position: relative;
    padding-top: 15px;
    }
    .timebar .controler {
    position: absolute;
    top: 0;
    width: 18px;
    height: 15px;
    text-indent: -999em;
    background: url(../images/svg/now_bk.svg) no-repeat center center;
    }
    button.interval {
    padding: 3px 5px;
    font-size: 1.0em;
    color: #222;
    border-radius: 2px;
    background-color: #ddd;
    }
    button.interval.on {
    color: #fff;
    background-color: #009ae1;
    }
    /* 과거자료 검색 */
    .timebar-past > button {
    width: 40px;
    height: 40px;
    text-indent: -999em;
    background-color: transparent;
    background-image: url(../images/past_bk.svg);
    background-repeat: no-repeat;
    background-position: center center;
    }
    button.btn-past {
    width: 30px;
    height: 30px;
    border: 1px sollid #555;
    background: #fff url(../images/svg/past_bk.svg) no-repeat center center;
    }
    .past-wrap {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 45px;
    align-items: center;
    padding: 10px 20px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.9);
    }
    .past-wrap * {
    vertical-align: middle;
    }
    .past-wrap input {
    padding: 5px 5px 5px 40px;
    color: #fff;
    font-size: 13px;
    border: none;
    border-bottom: 2px solid #fff;
    background-color: transparent;
    background-image: url(../images/svg/past_wh.svg);
    background-repeat: no-repeat;
    background-position: center -30px center;
    }
    .past-wrap > button {
    width: 30px;
    height: 30px;
    text-indent: -999em;
    border-radius: 5px;
    }
    .past-wrap > button.search {
    background: #555 url(../images/svg/search_wh.svg) no-repeat center center;
    }
    .past-wrap > button.close {
    float: right;
    background: transparent url(../images/svg/close_wh.svg) no-repeat center center;
    }
    .past-wrap p {
    display: inline-block;
    margin-left: 150px;
    font-weight: 100;
    }

    	
	
	

    /* intro */
    .introWrap {
    position: fixed;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.8);
    z-index:999;
    }
    .introCenterWrap {
    position: absolute;
    top : 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    }
    .introWrap .introLogo-ko {
    width: 217px;
    height: 166px;
    text-indent: -999em;
    background: url(../images/intro/intro_logo.png) no-repeat 0 0;
    }
    .introWrap .introLogo-en {
    width: 270px;
    height: 166px;
    text-indent: -999em;
    background: url(../images/intro_en/intro_logo.png) no-repeat 0 0;
    }
    .introBtn {
    display: flex;
    }
    .introBtn > button {
    flex: auto;
    margin: 5px;
    padding: 15px 0;
    font-size: 1.3em;
    font-weight: bold;
    border-radius: 30px;
    text-align: center;
    background-color: #2196F3;
    color: white;
    }
    .introWrap .introLayer-ko {
    position: absolute;
    top : 40px;
    left: 10px;
    width: 500px;
    height: 537px;
    text-indent: -999em;
    background: url(../images/intro/left.png) no-repeat 0 0;
    background-size: contain;
    }
    .introWrap .introLayer-en {
    position: absolute;
    top : 40px;
    left: 10px;
    width: 500px;
    height: 537px;
    text-indent: -999em;
    background: url(../images/intro_en/left.png) no-repeat 0 0;
    background-size: contain;
    }
    .introWrap .introGnb-ko {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 287px;
    height: 486px;
    text-indent: -999em;
    background: url(../images/intro/right.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
    }
    .introWrap .introGnb-en {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 496px;
    height: 486px;
    text-indent: -999em;
    background: url(../images/intro_en/right.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
    }
    .introWrap .introTime-ko {
    position: absolute;
    left: 50%;
    bottom : 0px;
    width: 1249px;
    height: 169px;
    transform: translateX(-50%);
    background: url(../images/intro/timebar.png) no-repeat 0 0;
    background-size: contain;
    }
    .introWrap .introTime-en {
    position: absolute;
    left: 30%;
    bottom : 50px;
    width: 257px;
    height: 94px;
    margin-left: -130px;
    background: url(../images/intro_en/timebar.png) no-repeat 0 0;
    background-size: contain;
    }
    .introWrap .introCtrl-ko {
    position: absolute;
    bottom: 0px;
    right: 30px;
    width: 188px;
    height: 150px;
    text-indent: -999em;
    background: url(../images/intro/ctrl.png) no-repeat 0 0;
    background-size: contain;
    }
    .introWrap .introCtrl-en {
    position: absolute;
    bottom: 0px;
    right: 30px;
    width: 194px;
    height: 150px;
    text-indent: -999em;
    background: url(../images/intro_en/ctrl.png) no-repeat 0 0;
    background-size: contain;
    }

    .helpWrap {
    position: relative;
    width: 1000px;
    height: calc(100% - 30px);
    margin: 10px auto;
    color: #fff;
    }
    .helpContents {
    height: calc(100% - 90px);
    overflow-y: auto;
    padding-right: 10px;
    line-height: 1.7em;
    }
    .help-group {
    margin-bottom: 30px;
    padding: 20px 0 30px 0;
    border-bottom: 1px dotted #555;
    }
    .help-group > p {
    margin-bottom: 20px;
    }

    .help-tit {
    position: relative;
    margin: 10px auto;
    width: 1000px;
    }
    .help-tit > button {
    position: absolute;
    top: 3px;
    right: 3px;
    width: 30px;
    height: 30px;
    text-indent: -999em;
    background: url(../images/svg/x_wh.svg) no-repeat center center;
    }
    .help-tit > ul {
    border-left: 1px solid #222;
    }
    .help-sys > ul {
    text-align: center;
    }
    .help-tit > ul li {
    display: inline-block;
    margin: 0 -2px;
    padding: 5px 50px;
    cursor: pointer;
    color: #fff;
    text-align: center;
    border: 1px solid #fff;
    }
    .help-tit > ul li.on {
    color: #333;
    background-color: #fff;
    }

    .help-tab {
    display: flex;
    margin: 20px 0 10px;
    }
    .help-tab li {
    padding: 5px 10px;
    cursor: pointer;
    text-align: center;
    }
    .help-tab li a {
    padding: 5px 0;
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid #fff;
    }

    .h2-help {
    display: inline-block;
    padding: 5px 7px;
    color: #222;
    font-size: 20px;
    margin-bottom: 20px;
    border-radius: 3px;
    background-color: #fff;
    }
    .h3-help {
    display: block;
    margin-bottom: 10px;
    padding: 3px 0 3px 10px;
    font-size: 16px;
    font-weight: 700;
    background: url(../images/help/bullet_h3.png) no-repeat 0 10px;
    }

    .help-list  label {
    display: inline-block;
    margin-right: 12px;
    border-bottom: 1px solid #ddd;
    }
    .help-list {
    margin-bottom: 30px;
    }
    .help-list li {
    padding: 3px 0 3px 10px;
    background: url(../images/help/bullet_a.png) no-repeat 0 13px;
    }
    .help-list-sub {
    margin:0 0 30px 10px;
    }
    .help-list-sub li {
    padding: 3px 0 3px 7px;
    background-image: none;
    background: url(../images/help/bullet_b.png) no-repeat 0 12px;
    }
    .help-list-sub li * {
     vertical-align: middle;
    }

    .img-group {
    overflow: hidden;
    clear: left;
    padding-bottom: 30px;
    }
    .img-left {
    float: left;
    margin-right: 20px;
    }
    .img-left > span {
    display: block;
    padding: 3px 7px;
    background-color: #000;
    }

    .help-table {
    width: 100%;
    }
    .help-table * {
    color: #fff;
    }
    .help-table th {
    padding: 3px 10px;
    color: #333;
    background-color: #fff;
    }
    .help-table tbody tr > th {
    color: #fff;
    background-color: transparent;
    }
    .help-table tbody tr > th * {
    vertical-align: middle;
    }
    .help-table th, .help-table td {
    padding: 3px 10px;
    border: 1px solid #fff;
    }

    .help-tag {
    display: inline-block;
    padding: 2px 5px;
    font-size: 12px;
    border-radius: 3px;
    line-height: 1.3em;
    background-color: tomato;
    }
    span.sign {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    }
    span.concern {
    background-color: #0099ff;
    }
    span.care {
    background-color: #ffff00;
    }
    span.warn {
    background-color: #ffcc00;
    }
    span.danger {
    background-color: #ff0000;
    }

    span.fst {
    background-color: #ffff00;
    }
    span.snd {
    background-color: #ffcc00;
    }
    span.trd {
    background-color: #ff6600;
    }

    /* 시계열표 / PC */
    .title {
    overflow: hidden;
    /* height: 20px; */
    padding: 5px;
    font-family: nsrr;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #e2e2e2;
    background-color: #eef2f7;
    }
    .slide {
    height: fit-content;
    flex: 1 1 auto;
    /* padding: 10px 0px; */
    overflow-x: scroll;
    overflow-y: hidden;
    }
    .itemWrap.land div.slide-data {
    position: relative;
    height: 305px;
    padding: 5px 10px;
    margin-bottom: 3px;
    user-select: none;
    white-space: nowrap;
    }
    .itemWrap.land div.slide-data.winter {
    height: 323px;
    }
    .slide-data > li {
    float: left;
    }
    .itemWrap {
    display: flex;
    }

    .item-title-rww p {
    height: 17px;
    margin: 6px 0px;
    }
    .item-title-rww p.blank {
    height: 15px;
    }
    .item-rww div > p {
    height: 22px;
    }
    .item-title-land .WSDtitle {
        height: 20px;
        margin-top: 20px;
        margin-bottom: -8px;
    }
    .item-title-land .TMPtitle {
    margin-top: 3px;
    }
    .item-title-land .PCPtitle {
    margin: 1px;
    }
    .item-title-land .PTYtitle {
        height: 40px;
        margin-top: 6px;
        /*margin-bottom: 5px;*/
    }
    .item-title-land .REHtitle {
    margin-top: 30px;
    }
    /*.item-title-land .POPtitle {*/
    /*    margin-top: 10px;*/
    /*}*/
    .item-land {
    width: 55px;
    }
    .item-sea {
    width: 55px;
    }
    .item-sea > div {
    padding: 2px 0px;
    }
    .item-title {
    /* flex: 0 0 106px; */
    padding: 7px;
    /* padding-right: 1px; */
    text-align: right;
    display: inline-block;
    font-size: 0.9em;
    min-width: 85px;
    }
    .item-title-sea p {
    padding: 5px 0;
    }
    .item-title.item-title-sea >  p.WSDtitle {
        margin-top: 24px;
    }
    .item {
    position: relative;
    display: inline-block;
    /* margin: -12px 0px; */
    text-align: center;
    }
    .sea p {
    /* margin: 10px 0px; */
    }
    .item img {
    width: 30px;
    height: 30px;
    margin: -9px 0px;
    }

    /* 지점 / 관측 팝업 */
    #obsPopup {
        position: absolute;
        top: 30%;
        left: 50%;
        margin-left: -90px;
        width: auto;
        min-width: 180px;
        height: auto;
        padding: 10px;
        text-align: left;
        box-shadow: 2px 2px 2px #999;
        border-radius: 5px;
        background-color: #fff;
    }
    #obsPopup div.basic {
        text-align: center;
        padding-top: 5px;
        margin-bottom: 5px;
        padding-bottom: 5px;
        color: #fff;
        background-color: rgba(68,65,65,0.84);
    }
    #obsPopup p.ko {
        padding-left: 20px;
        font-size: 1.4em;
        font-weight: 400;
        font-family: 'nsrr';
    }
    #obsPopup p.coord {
        font-size: 0.8em;
        color: #eee;
    }
    #obsPopup p.tm {
        font-size: 0.8em;
        text-align: left;
        padding: 5px;
        color: #000;
        text-align: center;
    }
    #obsPopup #close {
        float: right;
        width: 20px;
        height: 20px;
        text-indent: -999em;
        background: transparent url(../images/svg/x_wh.svg) no-repeat center center;
    }
    #obsPopup table {
        display: inline-block;
        width: 100%;
        background-color: #e5e5e5;
        padding: 5px 0px 0px 10px;
    }
    #obsPopup tbody {
        overflow-y:scroll;
        float:left;
        width: 100%;
        max-height:190px;
        -webkit-overflow-scrolling: touch;
    }
    #obsPopup th {
        font-size: 0.9em;
        color: #000;
        text-align: left;
        font-weight: normal;
        padding-right: 10px;
    }
    #obsPopup tr td {
        font-size: 0.9em;
        padding: 5px;
        color: #000;
    }
    #obsPopup td {
        color: #000;
    }
    #obsPopup th,td * {
        vertical-align: middle;
    }
    #obsPopup button.obsBtn {
        width: 100%;
        padding: 5px;
        text-align: center;
        color: #fff;
        border-radius: 5px;
        border: none;
        background-color: #db6200;
    }
    /* #obsSlide{
        overflow: auto;
        background-color: #e5e5e5;;
    } */
    /* 스크롤바 스타일 */
    /* width */
    ::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background-color: #F5F5F5;
    }
    /* Track */
    ::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
    }
    /* Handle */
    ::-webkit-scrollbar-thumb {
    background: #888;
    }
    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
    background: #333;
    }
    .scroll-x {
    overflow-x: auto;
    overflow-y: hidden;
    }
    .scroll-y {
    overflow-x: hidden;
    overflow-y: auto;
    }


    /* LAYER / 설정 */
    .layer-setup {
    position: absolute;
    bottom: 40px;
    right: 0;
    width: 240px;
    /* height: 500px; */
    padding: 7px;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.8);
    box-shadow: 1px 1px 1px #000;
    z-index: 149;
    }
    .layer-setup > ul {
    -ms-user-select: none;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    }
    .layer-setup > ul li {
    padding: 5px;
    line-height: 1.7em;
    }
    .layer-setup > ul li * {
    vertical-align: middle;
    }
    .layer-setup > ul li > label {
    cursor: pointer;
    }
    .layer-setup > ul.dline {
    margin-top: 7px;
    padding-top: 5px;
    border-top: 1px dotted #ccc;
    }
    .layer-setup > button.close {
    position: absolute;
    right: 3px;
    bottom: 3px;
    width: 25px;
    height: 25px;
    text-indent: -999em;
    border-radius: 50%;
    background-image: url(../images/svg/x_bk.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #eee;
    }
    .setup-contents {
    padding: 5px 10px 10px 10px;
    }
    .setup-section {
    /* height: 400px; */
    }
    .setup-section-lang {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dotted #ccc;
    }
    .setup-section-ws {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dotted #ccc;
    }
    .setup-section-wd {
    margin-bottom: 20px;
    }
    .setup-section-wd > span {
    margin: 10px 0px;
    }
    .setup-section-wd .btn-reset {
    margin-left: 5px;
    padding: 3px 7px;
    font-size: 12px;
    border: 1px solid #d9d9d9;
    background-color: #fff;
    }
    .setup-section-wd h4 {
    display: inline-block;
    }

    .range-wrap {
    display: flex;
    gap: 10px;
    margin: 10px 0;
    }
    .range-wrap > div:first-child {
    flex:  0 0 50px;
    }
    .range-wrap > div:last-child {
    flex:  0 0 40px;
    }
    .range-wrap div.input-range {
    flex: 1 1 auto;
    }

    .basic-wrap .setup-btn > button.save {
    width: 100%;
    }
    .menu-wrap .setup-btn > button.save {
    width: calc(100% - 85px);
    }
    .menu-wrap .setup-btn > button.default {
    width: 80px;
    }
    .setup-btn button.close {
    position: absolute;
    top: 2px;
    right: 3px;
    width: 25px;
    height: 25px;
    text-indent: -999em;
    border-radius: 50%;
    background-image: url(../images/svg/x_bk.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #eee;
    }

    .setup-contents label {
    display: inline-block;
    margin-right: 10px;
    }
    .setup-contents label * {
    vertical-align:middle;
    }
    .setup-contents ul {
    padding-left: 40px;
    background-color: #eee;
    }
    .setup-contents ul li * {
    vertical-align:middle;
    }
    .setup-contents .setup-scroll {
    overflow-y:scroll;
    height:400px;
    }
    .setup-contents span {
    display: inline-block;
    margin-bottom:5px;
    }
    .setup-contents span label {
    display: inline-block;
    margin-right:10px;
    }
    .setup-scroll div > label {
    padding: 7px 0;
    }
    .setup-btn {
    margin-top: 7px;
    text-align: center;
    }
    .setup-contents  div h4 {
    font-weight: bold;
    margin-bottom: 15px;
    }
    .setup-contents  div h4::before {
    content: '• ';
    }
    .setup-contents .setup-scroll button {
    display: inline-block;
    width: 20px;
    height: 20px;
    }
    .setup-contents button.folder-on {
    background-color: #ffc600;
    }
    .setup-btn * {
    vertical-align: middle;
    }
    .tabs {
        display: flex;
        margin : 10px;
        padding-bottom: 8px;
        color: gray;
    }
    .tabs div {
        flex: 1 1 auto;
        text-align: center;
        border-bottom: 2px solid transparent;
    }
    .tabs div:hover {
        border-bottom: 2px solid black;
        color: black;
    }
    .tabs .active {
        border-bottom: 2px solid black;
        color: black;
    }
    .tabs div label{
    display: inline-block;
    width: 100%;
    cursor: pointer;
    }
    button.text-btn {
    display:inline-block;
    height: 25px;
    min-width: 70px;
    padding: 0 10px;
    line-height: 23px;
    font-size: 12px;
    border-radius: 20px;
    }
    .only-mobile {
        display: none;
    }
    .only-pc {
    }
    .info-tag {
    padding: 3px 10px;
    color: #fff;
    font-size: 11px;
    border-radius: 3px;
    background-color: #444;
    z-index: 100;
    }
    .tag-pilot {
    position: absolute;
    left: 54px;
    }
    .tag-sno {
    position: absolute;
    top: 180px;
    left: 100px;
    }
    .tag-pop {
    position: absolute;
    top: 200px;
    left: 100px;
   }
    .tag-pop.winter {
    position: absolute;
    top: 220px;
    left: 100px;
    }
    #information {
    position: absolute;
    transform: translate(-50%, 0%);
    left: 50%;
    min-width: 150px;
    height: auto;
    padding: 10px;
    text-align: left;
    color: #fff;
    font-size: 13px;
    line-height: 25px;
    white-space: nowrap;
    box-shadow: 2px 2px 2px #222;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.8);
    user-select: none;
    z-index: 130;
    }
    #information.default {	/* 일반문구 */
    top: 100px;
    }
    #information.long {
        top: 100px;
        white-space: pre-wrap;
    }
    
    /* URL 공유하기 PC 부분 */
	.gnb-exporturl > .share-wrap {
	width: 240px;
	}
	.gnb-exporturl > .share-wrap > input{
	width: 180px;
	}
}

/* PC와 모바일에 동인한 css 적용 */
@media  {
	.gnb-exporturl > button.export {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background:url(../images/svg/export_wh.svg) no-repeat 0 0;
    background-position: center top -1px;
    background-size: 30px;
    }
    
    .gnb-exporturl > .share-wrap {
	position: absolute;
    display: inline-block;
    text-align: center;
    bottom: 40px;
    right: 0;
    padding: 7px;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.8);
    box-shadow: 1px 1px 1px #000;
    z-index: 149;
	}
	
	.gnb-exporturl > .share-wrap > button.close {
    position: absolute;
    top: 2px;
    right: 3px;
    width: 25px;
    height: 25px;
    text-indent: -999em;
    border-radius: 50%;
    background-image: url(../images/svg/x_bk.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 15px auto;
    background-color: #eee;
    }
	
	.gnb-exporturl > .share-wrap > input {
	border: 1px soild #999 !important;
	}
	
	.gnb-exporturl > .share-wrap > .copy-btn {
	height: 25px;
    padding: 0 10px;
    line-height: 23px;
    font-size: 12px;
    border-radius: 20px;
	color: #fff;
	background: #000;
	}
    
    .gnb-exporturl > .share-wrap > label {
	font-weight: bold;
    margin-top: 2px;
    margin-bottom: 5px;
    display: inline-block;
    }
	
	button.export:hover {
	background-color: rgba(0, 0, 0, 0.5);
	}
	button.export.on {
	background-color: rgba(0, 0, 0, 0.5);
	}
	
    /* dfs-new 241118*/
    .item-title-land p {
        height: 20px;
        display: flex;
        align-items: center;
        justify-content: right;
    }
    .item-title-sea p {
        height: 20px;
        display: flex;
        align-items: center;
        justify-content: right;
    }

    .dfs.wct, .dfs.wsd {
        border-bottom: 1px solid #dedede;
    }
    .dfs.pcp, .dfs.sno, .dfs.pty, .dfs.wsdWord {
        font-size: 12px;
    }

    .dfs.pty{
        height: 45px;
        align-items: center;
        display: flex;
        justify-content: center;
        line-height: 1.1;
    }

    .dfs.wsd.sea {
        margin-top: -6px;
    }
    .dfs.wsdWord {
        font-size: 12px;
    }
    .dfs.wsdWord.sea {
        font-size: 10px;
    }
}
