﻿.readySection {
    width: 100vw;
    height: 70vh;
    padding: 3em;
    font-size: 2em;
    text-align: center;
    box-sizing: border-box;
}

body {
    padding: 0;
    margin: 0;
    font-family: 'Nanum Gothic', 나눔고딕, '맑은 고딕', 돋움;
    font-variant-ligatures: none;
    -webkit-font-variant-ligatures: none;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
    background: white;
    overflow-x: hidden;
    text-overflow: ellipsis;
    font-size:15px;
    line-height:25px;
}

.title,
#titleBar>#title,
#news>#contents,
#info {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

b {
    font-weight: 700;
    color: #0361d5;
}

@-webkit-keyframes pop-in {
    from {
        opacity: 0;
        left: 100vw;
        -webkit-transform: scale(0.5);
    }
    to {
        opacity: 1;
        left: 40vw;
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes pop-in {
    from {
        opacity: 0;
        left: 100vw;
        -moz-transform: scale(0.5);
    }
    to {
        opacity: 1;
        left: 40vw;
        -moz-transform: scale(1);
    }
}

@keyframes pop-in {
    from {
        opacity: 0;
        left: 100vw;
        transform: scale(0.5);
    }
    to {
        opacity: 1;
        left: 40vw;
        transform: scale(1);
    }
}
@-webkit-keyframes fade-in {
    to {
        opacity: 1;
        visibility: visible;
    }
}

@-moz-keyframes fade-in {
    to {
        opacity: 1;
        visibility: visible;
    }
}

@keyframes fade-in {
    to {
        opacity: 1;
        visibility: visible;
    }
}
@-webkit-keyframes intro {
    to {
        padding: 5px 1vw;
        margin-bottom: 0;
    }
}

@-moz-keyframes intro {
    to {
        padding: 5px 1vw;
        margin-bottom: 0;
    }
}

@keyframes intro {
    to {
        padding: 5px 1vw;
        margin-bottom: 0;
    }
}

.youtube {
    width: 100%;
}
#player {
    width: 100%;
}

ul,
li {
    list-style-type: none;
    display: inline-block;
}

.foldedList {
    background: white;
}

.foldedList h1 {
    width: 100vw;
    border-bottom: 1px solid #ccc;
    box-sizing: border-box;
    padding: 0.7em 1em;
    margin: 0;
    transition: background 0.5s color 0.5s;
    font-size:1.5rem;
}

.foldedList h1:after {
    content: ' ';
    width: 14px;
    height: 14px;
    display: block;
    float: right;
    background-image: url('../img/arrow_top_black.png?ver=20220228');
    background-size: 14px;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0em;
    transition: transform 0.5s;
}

.foldedList li.show h1:after {
    transform: rotate(180deg);
}

.foldedList .folded {
    border-bottom: 1px solid #ccc;
    height: 0;
    opacity: 0;
    overflow: hidden;
    transition: opacity 0.5s ease-in;
}

.foldedList li.show .folded {
    height: auto;
    opacity: 1;
}

.foldedList figure {
    margin: 0;
    padding: 0;
}

.foldedList figcaption {
    position: relative;
    margin: 0;
    margin-top: -2em;
    padding: 0.5em 1em;
    background: rgba(17, 17, 17, 0.667);
    color: white;
    text-align: center;
    z-index: 8;
}

.foldedList h2,
.foldedList p {
    margin: 1em;
    line-height: 150%;
}


a,
a:link,
a:visited,
a:hover {
    color: inherit;
    text-decoration: none;
}

.imgPlay {
    display: inline-block !important;
    width: .8rem;
    vertical-align: middle;
}

header,
footer,
section {
    width: 100vw;
}

section img {
    width: 100vw;
    /* TODO: Delete this later */
    margin-bottom: -3px;
}

button {
    background: none;
    border: none;
    outline: none;
}

header {
    background: #0361d5;
    color: white;
    height: fit-content;
    background-image: url(../img/header_bg1.gif?ver=20220228);
    background-size : 218px auto;
    background-position: center;
    background-repeat: no-repeat;
}

.header_typhoon {
    color: white;
    height: fit-content;
    background-image: url(../img/header_typhoon.jpg?ver=20220228);
    background-size : 100% auto;
    background-position: center;
    background-repeat: no-repeat;
}

.rTable {
    display: table;
    width: 100%;
    background: none;
    /* background: #f0f0f0; */
    font-size: 1.2em;
    text-align: center;
}

.rTableRow {
    display: table-row;
}

.rTableColumn1 {
    display: table-column;
}

.rTableColumn2 {
    display: table-column;
}

.rTableHeading {
    display: table-cell;
    font-weight: bold;
    padding: 0.5em 0.9em;
    vertical-align: middle;
}

.rTableCell,
.rTableHead {
    display: table-cell;
    padding: 0.5em 0.3em;
    white-space: nowrap;
}

.rTableRow.hg-2em .rTableCell,
.rTableRow.hg-2em .rTableHead{min-height:2em;line-height:2em}
.rTableRow.hg-2em .nor{font-weight:normal}

.rTableCell img {
    width: 33px;
}

.rTableHead {
    font-weight: bold;
    border-bottom: 1px solid #ccc;
}

.rTableFoot {
    display: table-footer-group;
    font-weight: bold;
}

.rTableBody {
    display: table-row-group;
}

#titleBar { 
    /* padding: 2em 1vw;
    margin-bottom: -40px; */
    padding: 2px 2.5vw 2px 1vw;
    margin-bottom: 0;
    height: 40px;
    display: flex;
    
    /* -webkit-animation: intro 0.5s;
    -moz-animation: intro 0.5s;
    -ms-animation: intro 0.5s;
    animation: intro 0.5s;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -ms-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    animation-fill-mode: forwards; */
}

#titleBar>button {
    display: inline-flex;
    width: 24px;
    height: 30px;
    margin: 7px 1vw;
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    cursor: pointer;
}

#titleBar>.back {
    background-image: url("../img/left.svg?ver=20220228");
    margin-right: 40px;
    float: left;
}

#titleBar>#title, #titleBar>a{  
    flex: 1;
    text-align: center;
    padding: 0;
    font-weight: 600;
    line-height: 2em;
    margin: 0;
}

#titleBar>#title>img {
    height: 2em;
}

#titleBar>.refresh {
    background-image: url("../img/reload.svg?ver=20220228");
    -webkit-transition: transform 0.5s;
    -moz-transition: transform 0.5s;
    transition: transform 0.5s, margin 0.5s;
    float: right;
}

#titleBar>.buttons {
    -webkit-transition: transform 0.5s;
    -moz-transition: transform 0.5s;
    transition: transform 0.5s, margin 0.5s;
    float: right;
}
#titleBar>.buttons.notice {
    background-image: url("../img/btn_notice.png?ver=20220228");
}
#titleBar>.buttons.search {
    background-image: url("../img/icon_search.png?ver=20220228");
}
#titleBar>.buttons.menu {
    background-image: url("../img/btn_menu.png?ver=20220228");
}
#titleBar>.buttons.btnshare {
    background-image: url("../img/btn_share.png?ver=20220228");
}

#titleBar>.buttons.notice.typhoon {
    background-image: url("../img/btn_notice_white.png?ver=20220228");
}
#titleBar>.buttons.menu.typhoon {
    background-image: url("../img/btn_menu_white.png?ver=20220228");
}
#titleBar>.buttons.btnshare.typhoon {
    background-image: url("../img/btn_share_white.png?ver=20220228");
}


/* #titleBar>.refresh:hover,
#titleBar>.refresh:focus {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-top: 5px;
} */

#titleBar>.menu {
    background-image: url("../img/menu.svg?ver=20220228");
    float: right;
}

#titleBar>.refresh.main {
    background-image: url("../img/reload_main.png?ver=20220228");
}

#titleBar>.menu.main {
    background-image: url("../img/menu_main.png?ver=20220228");
}



/**
#titleBar.sec-main{position:relative;height:fit-content;width:100vw}
#titleBar.sec-main>#title{position:absolute;left:0;top:0;bottom:0;right:0;background-color:red;z-index:0;height:80px}
#titleBar.sec-main>#title> img{width:100%;max-width:100%;height:100%}
**/
#searchBar {
    width: 96vw;
    height: 40px;
    box-sizing: border-box;
    border: 1px solid #1d6ceb;
    /* border-radius: 0.5em; */
    box-shadow: 0 0 5px #339;
    padding: 0 3vw;
    margin: 5px 2vw;
    background: #fff;
    
    /* opacity: 0; */
    
    /* -webkit-animation: pop-in 0.5s;
    -moz-animation: pop-in 0.5s;
    -ms-animation: pop-in 0.5s;
    animation: pop-in 0.5s;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -ms-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    animation-fill-mode: forwards; */
}

#searchBar>form {
    width: 100%;
    display: flex;
    vertical-align: middle;
}

#searchBar input {
    flex: 1;
    height: 35px;
    font-size: 1.5em;
    margin: 0;
    border: none;
    outline: none;
    display: inline-block;
	background:transparent
}

#searchBar .search {
    width: 20px;
    height: 20px;
    margin: 10px 0;
    background-image: url("../img/search.svg?ver=20220228");
    background-repeat: no-repeat;
    background-size: 20px;
    float: right;
}

#login {
    position: fixed;
    left: 5vw;
    top: 8vh;
    width: 90vw;
    z-index: 11;
    transform: scale(0);
}

#login.show {
    transform: scale(1);
}
#login+#login_close {
    font-weight: 100;
    font-size: 5em;
    position: fixed;
    top: 8vh;
    right: 5vw;
    color: black;
    opacity: 0;
    z-index: 12;
    background-image:url(../img/btn_close.png?ver=20220228);
    background-size:contain;
    width:14px;
    height:14px;
    visibility: hidden;
}
#login.show+#login_close {
    -webkit-animation: fade-in 0.5s;
    -moz-animation: fade-in 0.5s;
    -ms-animation: fade-in 0.5s;
    animation: fade-in 0.5s;
    -webkit-animation-delay: 0.1s;
    -moz-animation-delay: 0.1s;
    -ms-animation-delay: 0.1s;
    animation-delay: 0.1s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

#drawer {
    position: fixed;
    right: 0;
    top: 0;
    width: 65vw;
    height: 100vh;
    background: rgba(238, 238, 238, 0.733);
    background-image: url("../img/bg_drawer.png?ver=20220228");
    color: #333;
    font-size: 1.6em;
    font-weight: 700;
    line-height: 2.0em;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    z-index: 11;
    transform: scale(0);
    /* overflow-y: scroll; */
    /* overflow-x: hidden; */
}

.shadeslideMenu {
    position: fixed;
    top: 0;
    z-index: 10010;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background-color: rgba(0,0,0,.7);
}

.shadeclose {
    color: white;
    font-size: 3.7rem;
    font-weight: normal;
    position: absolute;
    left: 20px;
    top: 10px;
}

.slideMenu {
    position: fixed;
    top: 0;
    right: -260px;
    z-index: 10020;
    width: 260px;
    height: 100%;
    background-color: #fff;
    overflow: auto;
}

.slideMenu dd {
    background-color: #fff;
    color: #333;
    font-size: 14px;
    font-weight: 300;
    margin-left: 0;
    padding: 6px 6px 6px 7px;
    line-height:1.5;
}
.slideMenu dd.category {
    text-align:left !important;
}

.slideMenu dd.contents {
    padding: 0 7px 7px 7px;
}

.slideMenu dd.contents a {
    display: inline-block;
    padding: 4px;
    margin: 0 0 5px;
    border: 1px solid #0c419a;
    background-color: #fff;
    color: #0c419a;
    border-radius: 2px;
}

.sharescreen {
    display: none;
    position: fixed;
    top: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
}

.sharescreen .modal_head {
    width: 100%;
    padding: 16px;
    text-align: right;
}
.sharescreen .modal_head_btn {
    display: inline-block;
    width: 38px;
    text-align: center;
    font-size: 12px;
}

.sharescreen .btn_close {
    width: 38px;
    height: 38px;
}

.sharescreen .modal_content {
    width: 100%;
    padding: 0 8px;
}

.sharescreen .modal_content_title {
    font-weight: 600;
    font-size: 18px;
    padding: 0 0 8px;
    text-align: center;
}

.list_sns_links {
    width: 260px;
    text-align: center;
    margin: 0 auto;
}

.list_sns_links .sns_icon {
    width: 60px;
    height: 60px;
}

.list_sns_links table {
    margin: 0 auto;
    border-collapse:separate !important;
    border-spacing:2px !important;
    font-size:1.4rem;
}

.list_sns_links tr {
    display: block;
}
.list_sns_links td {
    font-weight: 600;
}

#drawer.show {
    -webkit-animation: pop-in 0.5s;
    -moz-animation: pop-in 0.5s;
    -ms-animation: pop-in 0.5s;
    animation: pop-in 0.5s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

#drawer+#close {
    font-weight: 100;
    font-size: 5em;
    position: fixed;
    top: 3vw;
    right: 68vw;
    color: white;
    opacity: 0;
    z-index: 10;
    visibility: hidden;
}
#drawer.show+#close {
    -webkit-animation: fade-in 0.5s;
    -moz-animation: fade-in 0.5s;
    -ms-animation: fade-in 0.5s;
    animation: fade-in 0.5s;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -ms-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

#drawer li {
    width: 65vw;
    border-bottom: 1px solid rgba(153, 153, 153, 0.8);
    padding:0;
    letter-spacing: 0;
    box-sizing: border-box;
}
#drawer li a{display:block;padding: 0.7em 0em 0.7em 1em;}
#drawer li:focus, #drawer li:hover {
    background: rgba(0, 0, 0, .4);
}

#drawer img {
    height: 2em;
    margin: 0 0.5em 0 0;
    float: left;
}

#drawer li * {
    display: inline-block;
}

.dim {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 100vw;
    height: 500vh;
    background: rgba(0, 0, 0, 0.667);
    opacity: 0;
    z-index: 9;
}

.dim.show {
    display: block;
    -webkit-animation: fade-in 0.5s;
    -moz-animation: fade-in 0.5s;
    -ms-animation: fade-in 0.5s;
    animation: fade-in 0.5s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

#ad {
    text-align: center;
}
#adtop {
    text-align: center;
    height: auto;
    margin-bottom:3px;
    margin-top:58px !important;
}

#place {
    text-align: center;
}

#place>* {
    vertical-align: middle;
}

img#point {
    width: 1em;
    height: 1em;
    vertical-align: text-top;
    margin-top: 0.1em;
}

img#point+span {
    color: #0361d5;
    font-weight: 800;
}

#timeline {
    color: white;
}

.time {
    padding: 0.2em 1vw;
}

.time>* {
    font-size: 1.5em;
    vertical-align: middle;
}

.time>img {
    width: 1.5em;
    margin: 0.3em 1em;
}

.time>.description {
    width: 40%;
    background:unset !important;
}

.time::before {
    display: inline-block;
    content: ' ';
    width: 1em;
    height: 1em;
    margin: 0.3em 1em;
    vertical-align: middle;
}

.time:nth-child(odd) {
    background: #242f43;
}

.time:nth-child(even) {
    background: #2a3549;
}

.time.selected::before {
    background: url('../img/now.png?ver=20220228') no-repeat;
    background-size: 1em 1em;
}

.time.selected {
    background: linear-gradient(90deg, #03a0e7, #0361d5);
}

#timeline>nav {
    padding: 0.5rem 0;
    text-align: center;
}

#timeline>nav>button {
    width: 2vw;
    height: 2vw;
    border-radius: 1vw;
    background: #babac1;
    margin: 7px;
    padding: 0;
}

#timeline>nav>button.selected {
    background: #0361d5;
}

#cast p {
    padding: 0 2rem;
}

.card {
    width: 100vw;
    height: fit-content;
    padding-bottom: 0.5em;
    background: #fff;
    /* box-shadow: 0px 0 5px #bbb; */
    transition: all 1s;
}

.nopadding {
    padding :0 !important;
}


/* .card+.card {
    margin-top: 15px;
} */

.card h1 {
    color: #333;
    margin: 0.3em 0;
    font-weight: normal;
}

.card h2 {
    font-weight: 500;
    padding: 0.2em 0;
    margin: 0;
}

.card p {
    color: #555;
    margin: 0.3em 0;
    font-weight: normal;
}

.text {
    display: inline-block;
    color: #333;
    padding: 0.7em 5%;
    font-size: 1.3rem;
    word-break: break-all;
}

.text p>img {
    width: 0.8rem;
    vertical-align: middle;
}

.card .title {position:relative;
    flex: 1; 
}

.card button {
    display: flex;
    flex: 1;
	
}
.card button:focus, .card button:hover {
    background: #ccc;
}
.card .btn-r-02 {
	position:absolute;right:100px;top:8px;height:2rem
}
.card .btn-r-02 img{max-width:130px;height:90%;width:auto}
.card .btn-r-03 {
	float:right;top:8px;height:2rem;margin-top:0.8em;
}
.card .btn-r-03 #update {
    margin-right: 1vw;
    line-height: 2rem;
    font-size: 1.1em;
    display: inline;
}
.menu1 {
    background: white;
    display: flex;
}
.menu1 button {
    flex: auto;
    padding: 0.7em 0.3em;
    font-size: 1.3em;
    text-align: center;
    cursor: pointer;
    background: #f4f4f4;
    display: block;
}

.slide {
    overflow-x: scroll;
}

.slideList {
    width: max-content;
    display: inline-block;
    margin: 0.8em 5vw;
}

.slideList img {
    width: 45vw;
}


.slideTab {
    background: white;
    text-align:center;
    /* display: flex; */
}

.slideTab li:not(:last-child) {
    margin-right:10%;
}

.slideTab .info {
    margin-left: -10%;
    padding: 0.2em !important;
    font-size: 1rem;
    border: 1px solid #333;
    border-radius: 5px;
}

.slideTab li {
    /* flex: auto; */
    padding: 0.7rem 0.3rem 0.2rem 0.3rem;
    font-size: 1.4rem;
    text-align: center;
	cursor:pointer;
}

.slideTab li.selected {
    /* font-weight: bold;
    color: #0361d5; */
    border-bottom: 1px solid blue;
}



.slidePage {
    height: 0;
    opacity: 0;
    transition: opacity 0.5s;
    overflow: hidden;
}

.slidePage.show {
    height: auto;
    opacity: 1;
}


.categories {
    width: 100vw;
    padding: 0;
    margin: 0;
    background: #eee;
    box-shadow: inset 0 0 10px #bbb;
    height: 0;
    overflow: hidden;
    /* display: none; */
    transition: all 0.5s;
}

.categories li {
    display: inline-block;
    width: calc(50vw - 2em - 5px);
    padding: 0;
    list-style-type: none;
    font-size: 1.2em
}

.categories li > a{display:block;padding:1em 0 1em 2em }

.categories li:hover:not(.selected) {
    background: #ccc;
}

.btnCategory::before {
    content: ' ';
    background-image: url('../img/arrow_top_black.png?ver=20220228');
    display: inline-block;
}

.categories.show {
    /* display: block; */
    height: calc(6 * 4em);
}

.hidden {
    display: none;
}

.listNav {
    text-align: center;
    padding: 1rem 0;
}

.listNav li {
    list-style-type: none;
    display: inline-block;
    width: 10vw;
    height: 6vw;line-height:6vw;
    border: 1px solid #ccc;
    text-align: center;
    padding: 0;
}

.listNav li:hover {
    border: 1px solid #666;
    background: #aaa;
}
.listNav a{padding-top:0;display:block}
.listNav strong{padding-top:0;display:block}

/*
.btnCategory2 {
    width: 100vw;
    height: 3rem;
    padding: 1rem 0;
    font-weight: 500;
    color: #666;
    text-align: center;
    -webkit-transition: transform 1s;
    -moz-transition: transform 1s;
    transition: transform 1s;
}
.btnCategory2:hover::after {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
} */

.title .left {
    width: 45vw;
}

.titleBanner {
    width: 100%;
    padding: 1.5em 0;
    text-align: center;
    background: url('../img/bg_titlebanner.png?ver=20220228');
    background-size: 100vw auto;
    color: white;
}

.titleBanner h1 {
    font-size: 2em;
    margin: 0;
}

.titleBanner h3+h2 {
    margin-top: 0.5em;
}

.titleBanner h2 {
    display: inline-block;
    font-size: 1.7em;
    margin: 0;
    padding: 0 0 0 0.3em;
    border: 2px solid white;
    line-height: 150%;
}

.titleBanner h2 b {
    display: inline-block;
    height: 0;
    border-left: 0.5em solid transparent;
    border-bottom: 1.5em solid white;
    border-right: 0.3em solid white;
}

.titleBanner h3 {
    font-size: 1.1em;
    font-family: 'Nanum Gothic';
    color: #ccc;
    margin: 0;
    margin-top: 0.7em;
}

.BtnToggle {
    display: inline-block;
    width: 100vw;
    padding: 1em 0;
    font-size: 1.5em;
    font-weight: 500;
    color: #666;
    text-align: center;
    border-top: 1px solid #ccc;
}

.BtnToggle.right {
    width: 40vw;
    border-top: none;
    margin-right: 2vw;
    font-size: 1.4em;
    float: right;
}

label[for="toggleCategories"] {
    vertical-align: middle;
    font-size: 1em;
}

label[for="toggleCategories"]::after {
    display: inline-block;
    content: ' ';
    width: 1em;
    height: 1em;
    margin-top: -0.3em;
    margin-left: 0.3em;
    background-image: url('../img/arrow_top_black.png?ver=20220228');
    background-position: center;
    background-repeat: no-repeat;
    vertical-align: middle;
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: transform 0.5s;
    -moz-transition: transform 0.5s;
    transition: transform 0.5s;
}

label[for="toggleCategories"].fold::after {
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
}

label[for="toggleMore"]::after {
    display: inline-block;
    content: ' ';
    width: 1em;
    height: 1em;
    background-size: 1em;
    margin-top: -0.1em;
    margin-left: 0.3em;
    background-image: url('../img/more.png?ver=20220228');
    background-position: center;
    background-repeat: no-repeat;
    vertical-align: middle;
}

input[type="checkbox"] {
    display: none;
}

ul.blank {
    width: 100vw;
    color: #999;
    padding: 5em 0;
    text-align: center;
}

.videoList {
    width: 96vw;
    padding: 2vw;
    margin: 0;
    border-top: 1px solid #ccc;
    width:100vw !important;
}

.videoList:last-child {
    border-bottom: 1px solid #ccc;
}
.videoList:hover {
    background: #eee;
}

.videoList>img {
    display: inline-block;
    width: 40vw;
    vertical-align: middle;
}

.videoList span {
    display: inline-block;
    padding-left:10px;
    vertical-align: middle;
    text-align: justify;
    /* text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap; */
    width: auto;
    max-width:55%
}

.videoList p {
    font-size:11px;
}

.videoList span h3 {
    font-weight: normal;
    margin: 0 0 0.8em 0;
    font-size:1.3rem;
    /* text-overflow: ellipsis;
    overflow: hidden; */
}

.videoList span img {
    display: inline-block;
    width: 0.7rem;
    margin-right: 0.4rem;
    vertical-align: middle;
}

.categories li.selected {
    background: #0361d5;
}

.card .selected {
    background: linear-gradient(90deg, #03a0e7, #0361d5);
    color: white;
}

.slideList li.selected img {
    mix-blend-mode: overlay;
    -webkit-filter: grayscale(100%) contrast(120%);
    filter: grayscale(100%) contrast(120%);
    opacity: 1;
}

.slideList li.selected::before {
    content: '현재 시청중';
    padding: 0.3rem 0.4rem;
    line-height: 200%;
    margin-right: -6em;
    background: #333;
    color: white;
    vertical-align: top;
}


/* li.selected::after {
    content: ' 안녕';
    position: absolute;
    width: 30vw;
    height: fit-content;
    
    background: rgba(0,0,0,0.6);
} */

#showList {
    height: 40px;
    background: #f4f4f4;
    margin: 0 0 -30px 0;
}
#showList button {
    float: right;
    width: auto;
    height: 26px;
    background: white;
    margin: 0.5em;
    padding: 0 1em;
    border-radius: 20px;
    box-shadow: 0 0 3px #666;
}
#showList button:after {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 0.3em;
    background: url('../img/arrow_right_black.png?ver=20220228');
    background-repeat: no-repeat;
    background-size: 10px;
}
#showList button:focus, #showList button:hover {
    background: #ccc;
}

#banner #more {
    display: block;
    width: 60px;
    height: 30px;
    padding: 0;
    margin-left: 3em;
    border: none;
    border-radius: 30px 30px 0 0;
    background: #2276f9;
    color: white;
}

#banner #more img {
    width: 20px;
    height: 10px;
    transition: transform 1s;
}

#banner.show #more img {
    transform: rotate(180deg);
}

#banner #container {
    display: block;
    width: 100vw;
    height: 70px;
    overflow: hidden;
}

#banner.show #container {
    height: auto;
}

#banner ul {
    display: relative;
    margin: 0;
    padding: 0;
    transition: all 1s;
}

#banner img{
    width: 100vw;
    height: 75px;
    margin-bottom: -4px;
}

footer {
    background: #323e49;
    color: white;
    width: 100vw;
    padding: 1em 0;
    display: flex;
}

footer>.refresh,
footer>.top {
    width: 4em;
    height: 4em;
    background-size: 1.5em;
    border: 1px solid #5a646d;
    display: inline-block;
    margin: 25px 15px;
}

footer>.refresh {
    background-image: url("../img/reload.png?ver=20220228");
    background-repeat: no-repeat;
    background-position: center;
    float: left;
}

footer>.top {
    background-image: url('../img/top.png?ver=20220228');
    background-repeat: no-repeat;
    background-position: center;
    float: top;
}

footer>#info {
    flex: 1;
    padding: 15px 0;
    text-align: center;
    display: inline-block;
}

footer h3 {
    font-weight: 900;
    color: #b2b6ba;
    margin: 0.8em 0;
}

footer p {
    color: #dcdee0;
    margin: 0;
}

footer a+a::before {
    display: inline-block;
    content: ' | ';
    font-weight: 500;
    margin: 0 1vw;
    color: #7c838b;
}

#map {
	width: 100%;
	height: 500px;
	margin: 0;
	padding: 0;
}
.leaflet-container {
	background-color: #000;
}
/**

.slideTab.h-big li {  padding: 0 0.3em;line-height:4rem }
.slideTab #sec-btn{flex:6;display: flex;flex-direction: column}
.slideTab #sec-btn button{display: felx;font-size:0.8rem;letter-spacing:-1px;margin-right:0;margin-top:0.5em;background-color:#01398A;border:2px solid #01398A;color:#fff;font-weight:bold;cursor:pointer}
.slideTab #sec-btn button.on{border:2px solid #01398A;color:#01398A;background-color:#fff}
**/
/**
#display_legend {width:80vw;margin:0 auto;border:1px solid #cecece;display:block;position:relative;}
#display_legend img{max-width:100%}
#display_legend_root{;position:absolute;top:1vw;left:0;right:5vw;z-index:3;text-align:center}
*/
#display_legend_root {flex:1;display: flex;background-color:#fff;height: 5.2rem;}
#display_legend_root.wd100 .sec-img{flex:1;width:100%;}
#display_legend_root.wd100 .sec-img img{display:block;width:100%}
#display_legend_root.wd100 #sec-btn{display:none}
#display_legend_root .sec-img{width:70%;float:left;display:block;}
#display_legend_root .sec-img img{display:inherit;width:100%;height:100%;max-width:100%}
#display_legend_root #sec-btn{width:30%;float:left;display: block;flex-direction: column;justify-content: space-around}
#display_legend_root #sec-btn button.on{display: block;font-size:1.6vw;letter-spacing:-1px;background-color:#01398A;border:2px solid #01398A;color:#fff;font-weight:bold;cursor:pointer;line-height:2.5vw;width:80%;margin:0 auto}
#display_legend_root #sec-btn button{border:2px solid #01398A;color:#01398A;background-color:#fff}
#display_legend_root #sec-btn img{width: 90%; margin: 0 auto; max-width:163px;max-height:2.6rem}
#display_legend_root #sec-btn #who{margin-top:-2px}
#display_legend_root #sec-btn div{border: 2px solid #01398A; color: #01398A; background-color: #fff; width: 80%; margin: 0 auto; font-size: 2.8vw; line-height: 6vw;}

#theme.description{background:transparent;opacity:1}
#slidePage10{position:relative}
.sec-theme-text{position:absolute;left:0;bottom:0;background: rgba(255, 255, 255, 0.8);color:#0078A8;font-size:11px;z-index:2;padding:2px}

.red {
    color:red;
}

.blue {
    color:blue;
}

#anc_ad{display:none;position:fixed; left:0;bottom:0;z-index: 100;width:100%;height:75px;padding:0;background:white}
#anc_space{display:none;width:100%;height:75px}
#anc_adx_space{display:block;width:100%;height:50px}
.adx_anc{display:block;position:fixed;text-align: center; left:0;bottom:0;z-index: 100;width:100%;height:50px !important;padding:0;background:white}

@media screen and (max-width : 430px){/**가로가 430px 보다 작을 때 모바일 **/
    #display_legend_root #sec-btn button{font-size:3vw; line-height:5vw;}
	#display_legend_root #sec-btn #normal{margin-top:-4px}
	#display_legend_root {height: 3.6rem;}
    
}

@media screen and (max-width : 380px){/**가로가 380px 보다 작을 때 모바일 **/
	.slideTab #sec-btn{flex:12}
	#display_legend_root #sec-btn button{font-size:2.8vw; line-height:6vw;}
	#display_legend_root {height: 3.4rem;}
    
}
@media screen and (max-width : 320px){/**가로가 320px 보다 작을 때 모바일 **/
    #display_legend_root #sec-btn button{font-size:2.2vw; line-height:5vw;}
	#display_legend_root {height: 3rem;}
    
}
#unse_ban{
	width: 150px;
	height: 127px;
	position: fixed;
	right: -10px;
	top: 25vh;
	z-index: 900;
	overflow: hidden;
	transition: bottom 0.6s ease;
}
#unse_ban a img{width:84%;}
#unse_ban a{
	display:none;
	position:absolute;
	top:0;
	left:0;
	z-index:10;
    width: inherit;
    height: inherit;
    
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

#unse_ban .unse_ban_close{
	position:absolute;
	top:0;
	right:4px;
	display:block;
	width:40px;
	height:40px;
	background: url(../img/fortune/close.png?ver=20220228) 0 5px no-repeat;
	background-size:20px 18px;
	text-indent:-9999px;
	z-index:20;
}
.subtitle{
    font-size:1.4rem;
    margin:1% 5%;
}

.pm_table_value{
    border-radius:1.5em;
    background: #73AD21;
    font-size:0.7em;
    color:white;
    font-weight: 550;
    width:3em;
    height:3em;
    padding:0;
    vertical-align: middle;
}
.map_table_value{
    width:3em;
    height:2.5em;
}
.pm_table_loc, .map_table_loc{
    font-size:0.9em;
    color:black;
    font-weight: 500;
    padding:0;
    vertical-align: middle;
    line-height:1;
}
.map_table_loc{
    font-weight: 600;
}

.map_table_temp::after{
    content:"°";
}

.headline__sub_pm{
    font-size: 1.1rem;
    position: relative;
    float:right;
    margin-top:0.8rem;
}

#slideMenu li.on:after {
    content: "";
    display: block;
    width: 90%;
    height: 0;
    border-bottom: 1px solid blue;
    position: relative;
    left:5%;
}

.newsBar, .newsBar1 {
    display: flex;
    height: 25px;
    box-sizing: border-box;
    font-family: 'Nanum Gothic', '나눔고딕', '맑은 고딕', '돋움' !important;
}

.newsBar *, .newsBar1 * {
    font-size: 1.4rem;
    line-height: 1.2 !important;
    color: #5a5a5a;
    position:relative;
}

.main_notice_tit_id, .main_notice2_tit_id {
    padding: 0 0 0 0.8em !important;
}

.newsBar1 #title {
    min-width: 110px;
    font-weight: 800;
    text-align: center;
    vertical-align: middle;
    float: left;
}

.newsBar #title {
    text-align: left;
    width: 18%;
    min-width: 0;
    font-weight: 800;
    vertical-align: middle;
    float: left;
}

.newsBar #title:before, .newsBar1 #title:before {content: '';width: 0px;height: 0px;}
.newsBar #title:after {content: '';width:0;}

.newsBar #contents {
    flex: 4;
    width: 80%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding-right: 5px;
}

#news1, #news2, #news3, #news4, #news5, #news6 {
    background: #fff;
    color: #5a5a5a;
    position:relative;
}

#news1 #contents > a, #news2 #contents > a, #news3 #contents > a, #news4 #contents > a, #news5 #contents > a, #news6 #contents > a
{font-size:1.1em;display:block;padding:0.6em 1.1em 0.6em 0;line-height:1;  text-overflow: ellipsis;overflow: hidden; white-space: nowrap;}
.newsBar > a
{display:block;line-height:1;  text-overflow: ellipsis;overflow: hidden; white-space: nowrap;width: 100%;}
/* #news2 #contents {font-size:1.1em} */

#news1 #title:before {
    background: url('../img/icon_fortune2.png?ver=20220228');
    background-size: 15px;
}
#news4 #title:before {
    background: url('../img/noti_event.png?ver=20220228');
    background-size: 15px;
}

/* #news1 #title:after, #news2 #title:after, #news3 #title:after {
    background: url('../img/arrow_right_black.png?ver=20220228');
    background-size: 15px;
} */

#news2 #title:before {
    background: unset;
    background-size: 0px;
}

#news3 #title:before, #news5 #title:before {
    background: url('../img/noti_bell2.png?ver=20220228');
    background-size: 15px;
}

/* #news6 #title:before {
    background: url('../img/icon_healing.png?ver=20220228');
    background-size: 15px;
} */

#news6 #title:before {
    background: url('../img/icon_maple.png?ver=20220228');
    background-size: 15px;
}

#indicator {
    display: table;
    table-layout: fixed;
    position: absolute;
    left: 10px;
    top: 10px;
    overflow: hidden;
    border-radius: 2px;
    box-shadow: 0px 1px 2px 1px rgba(0,0,0, 0.15);
}

#indicator > * {
    font-weight: 500;
    padding: 5px 10px;
    display: table-cell;
    background-color: #fff;
}

#indicator > *:not(:last-child) {
    border-right: 1px solid #ccc;
}

#indicator > *.active {
    transition: .25s;
    background-color: #0b419a;
    color: #fff;
}

.divTable{
	display: table;
    width: 98%;
    margin:0 auto;
    line-height:1.5;
}
.divTableRow {
	display: table-row;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
}
.divTableCell, .divTableHead {
	border: 1px solid #999999;
	display: table-cell;
    padding: 10px 10px;
    margin: 3px 0;
    vertical-align: middle;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
	font-weight: bold;
}
.divTableFoot {
	background-color: #EEE;
	display: table-footer-group;
	font-weight: bold;
}
.divTableBody {
	display: table-row-group;
}

.label {
    position: relative;
    font-size: 12px;
    line-height: 1.6;
}
.labelTitle {
    padding:5px 8px;
    position: relative;
    left:1%;
    top:0;
    z-index:100; 
    width:50%;
    font-weight:bold;
}
.labelContent {
    position:relative; 
    top:-12px;
    border:2px solid #eee;
    width:94%;margin:0 auto;
    padding: 10px 10px;
}

.colorgood {
    background: rgb(50,161,255);
}
.colornormal {
    background:rgb(122,207,22);
}
.colorbad{
    background:rgb(253,147,76);
}
.colorverybad{
    background:rgb(255,112,112);
}

.colorgood_alpha {
    background: rgba(50,161,255,.4);
}
.colornormal_alpha {
    background:rgba(122,207,22,.4);
}
.colorbad_alpha{
    background:rgba(253,147,76,.4);
}
.colorverybad_alpha{
    background:rgba(255,112,112,.4);
}

/* .font-good {
    background: rgb(50,161,255);
}
.font-normal {
    background:rgb(122,207,22);
}
.font-bad{
    background:rgb(253,147,76);
}
.font-verybad{
    background:rgb(255,112,112);
} */

.caption{
    font-size:1.0rem;
    line-height: 1.5;
    margin:0 3%;
}
.caption .source{
    float:right;
    font-weight:bold;
}
.pm-circle{
    width:18vw;height:18vw;border-radius:9vw;vertical-align: middle;background: #73AD21;display:table-cell;
}

footer {
    padding-top: 1rem;
    padding-bottom: 0 !important;
    background-size: cover;
    background-position: 50%;
}

footer.footer {
    background-image: url(../img/footerbg3.jpg?ver=20220228);
    background-color: #404040;
    overflow: hidden;
    position: relative;
    margin-top: 0.8rem;
    text-align: left;
    display: block !important;
}

footer.footer2 {
    background-color: #fff7cf;
    overflow: hidden;
    position: relative;
    margin-top: 0.8rem;
    text-align: left;
    display: block !important;
}

footer.footer a+a::before, footer.footer2 a+a::before{
    content:"";
    margin:0;
}

footer .footer-cta {
    padding-top: 0;
    padding-bottom: 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

footer .container {
    margin-right: auto;
    margin-left: auto;
    padding-right: 2em;
    padding-left: 2em;
    width: 100%;
}

footer .row {
    display: inline-block;
    width: 100% !important;
    margin: 0 1vw !important;
    flex-wrap: wrap;
}

footer .footer-cta .footer-cta-title {
    font-size: 18px;
    color: #fff;
    line-height: 19px;
    font-style:italic;
}

footer .row > .col-md-12, footer .row > .col-lg-3, footer .row > .col-lg-2 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

footer .row > .col-md-12 a+a {
    margin-left:10vw;
}

footer .footer-cta .footer-cta-text {
    font-size: 16px;
    color: #fff;
    line-height: 28px;
}

footer .link_header {
    width: 6px;
    height: 16px;
    content: '';
    margin: 5px 4px 0 0;
    background-color: #000000;
    display:inline-flex;
    vertical-align: top;
}

footer .footer-cta a.btn.btn-blue-ghost {
    background-color: transparent;
    border-color: #000000;
    color: #000000;
    width: 100%;
    max-width: 100% !important;
    margin: 10px auto;
}

.footer a {
    color: #868e96;
    transition: all .2s;
}
.btn{
    display: inline-block;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.65rem 1.75rem;
    font-size: 1rem;
    line-height: 1.25;
    border-radius: 0.5rem;
    transition: all 0.15s ease-in-out; 
}
.btn:focus{
    text-decoration: none; 
}
.btn:focus{
    outline: 0;
    box-shadow: 0 0 0 3px rgba(0, 156, 236, 0.25); 
}
.btn.disabled{
    opacity: .65; 
}
.btn:active  {
    background-image: none; 
}

footer .footer-bottom *, footer .footer-bottom .address {
    color: #000000;
}

footer .footer-bottom {
    padding-bottom: 10px;
    padding-top: 5px;
    /* background-image: linear-gradient(rgba(16, 24, 32, 0) 0%, rgba(16, 24, 32, 0.78) 32%, #101820 70%); */
}
footer .col-lg-2 {
    padding-bottom: 5px;
}
footer .pb-4 {
    padding-bottom: 1.5rem !important;
}
.d-block {
    display: block !important;
}

footer p {
    line-height: 1.5;
    letter-spacing: 0.3px;
    margin: 0;
}

footer.footer .socials {
    text-align: center;
    padding-top: 1rem;
    white-space: nowrap;
}

footer .footer-bottom a {
    color:#000000;
    /* display: -ms-flexbox; */
    /* display: flex; */
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: center;
        align-items: center; 
}

.socials-item {
    display: inline-block;
    /* width: 20px; */
    height: 20px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#snackbar {
    visibility: hidden;
    min-width: 250px;
    margin-left: -125px;
    background-color: rgba(0, 0, 0, .6);
    color: #fff;
    text-align: center;
    border-radius: 5px;
    padding: 12px;
    position: fixed;
    z-index: 2147483647;
    left: 50%;
    bottom: 50px;
    font-size: 15px;
  }
  
  #snackbar.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
  }

  #adtop > .adsbygoogle {
    display:inline-block;width:320px;height:100px
}

  
  @-webkit-keyframes fadein {
    from {bottom: 0; opacity: 0;} 
    to {bottom: 30px; opacity: 1;}
  }
  
  @keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 30px; opacity: 1;}
  }
  
  @-webkit-keyframes fadeout {
    from {bottom: 30px; opacity: 1;} 
    to {bottom: 0; opacity: 0;}
  }
  
  @keyframes fadeout {
    from {bottom: 30px; opacity: 1;}
    to {bottom: 0; opacity: 0;}
  }
