b {
    font-weight: 700;
    color: #0361d5;
}

hr {
    background: #0361d5;
    height: 2px;
    margin: 0;
    padding: 0;
}

#titleBar>.back {
    opacity: 0;
}

.card {
    background: #f4f4f4;
}

.card .title {
    box-shadow: 0px 0 5px #bbb;
    background: #fff;
    margin: 0;
    z-index: 5;
}

.card h1 {
    display: inline-block;
    flex: 1;
    padding: 0.7em 1em;
    margin: 0;
    font-size: 1.6em;
    font-weight: 600;
}

#cover .Typhoon {
    display: block;
    margin-top: -123vw;
    width: 50vw;
    padding-left: 46vw;
    text-align: right;
}
#cover .Typhoon button{
    border-radius: 3em;
    font-size: 1.2em;
    font-weight: bold;
}
#cover .Typhoon button:before{
    content: '';
    display: inline-block;
    width: 50vw;
    height: 15vw;
    margin-right: 0.5em;
    background: url('../img/typhoon_20181005.gif?ver=20200420');
    background-repeat: no-repeat;
    background-size: 50vw 15vw;
}

#cover #btnTyphoon {
    border: 1px solid #ff8f8e;
}
#cover #btnTyphoon:focus, #cover #btnTyphoon:hover {
    background: #ca3d3b;
}

.btnMore {
    display: inline-flex;
    float: right;
    font-size: 1.2em;
    padding: 0.9em 1em;
    text-align: right;
    border-left: 1px solid #ddd;
    color: #5a5a5a;
    line-height: 160%;
}

.btnMore:after {
    content: '';
    float: right;
    width: 15px;
    height: 15px;
    margin: 0.2em;
    background: url('../img/arrow_right_gray.png?ver=20200420');
    background-size: 15px;
    background-repeat: no-repeat;
}


#cover {
    height: 520px;
    /**background: url('../img/main1.png?ver=20200420');**/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    font-family: 'Namum Gothic Bold';
    position:relative;
}

#cover #info {
    position: relative;
    top: 0;
    right: 170px;
    /* min-width: 120px; */
    /* max-width: 150px; */
    width: 170px;
    height: 520px;
    margin: 0;
    padding: 3em 1.5em;
    box-sizing: border-box;
    text-shadow: 0 0 5px #333;
    background: rgba(0, 0, 0, 0.6);
    color: white;
    transition: right 1s;
}

#cover.show #info {
    right: 0;
}

#cover #info div {
    width: 100%;
    margin: 2em 0;
    text-align: left;
}

#cover #info div>h1 {
    font-size: 1.8em;
    color: #ffe65e;
	width:80px
}

#cover #info div>h1 {
    margin: 0;
}

#cover #info div>h2 {
    display: inline-block;
    font-size: 3em;
    color: #ffe65e;
    margin: 0;
}

#cover #info div>img {
    position: relative;
    width: 40px;
    height: 40px;
    margin: 3.5em -0.5em 0 1em;
    float: right;
}

#cover #info li {
    display: block;
    height: 30px;
    font-size: 1.2em;
}

#cover #info li>img {
    width: 25px;
    height: 25px;
    float: left;
    margin-right: 0.5em;
}

#cover #info li>p {
    margin: 0.5em;
    line-height: 200%;
}

#cover #btnFold {
    position: relative;
    bottom: 120px;
    left: 0px;
    width: 40px;
    height: 80px;
    text-shadow: 0 0 5px #333;
    border-radius: 0 40px 40px 0;
    background: rgba(0, 0, 0, 0.6);
    color: white;
    transition: left 1s;
}

#cover.show #btnFold {
    left: 170px;
}

#cover #btnFold img {
    width: 30px;
    height: 30px;
    transition: transform 1s;
}

#cover.show #btnFold img {
    transform: rotate(180deg);
}

#cover #btnMore {
    display: block;
    margin-top: -18em;
    width: 50vw;
    padding: 2em;
    padding-left: 45vw;
    text-align: right;
}

#cover #btnMore button {
    border-radius: 3em;
    padding: 0.5em 1em;
    margin-top: 0.5em;
    font-size: 1.2em;
    font-weight: bold;
}

#cover #btnMore button:before {
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 0.5em;
    background: url('../img/go_right_white.png?ver=20200420');
    background-repeat: no-repeat;
    background-size: 14px;
}

#cover #btnToday {
    background: #fdd108;
    border: 1px solid #ffe56f;
    color: #4a4a49;
}

#cover #btnToday:focus,
#cover #btnToday:hover {
    background: #D7B715;
}


#cover #btnWeather:focus,
#cover #btnWeather:hover {
    background: #aa8c08;
}

#cover #btnWeather {
    background: #ff4e4c;
    border: 1px solid #ff8f8e;
    color: white;
}

#cover #btnWeather:focus,
#cover #btnWeather:hover {
    background: #ca3d3b;
}

.description {
    background: transparent;
    margin: 0;
    padding: 0;
    /* text-align: center; */
}

.description h4 {
    margin: 0;
    padding: 1em 1em 0 1em;
    font-size: 1.3rem;
    line-height: 1.5;
    color: #333;
}

.description p {
    margin: 0;
    padding: 1em;
    font-size: 1.1rem;
    line-height: 1.5;
    color: #333;
}

#korea .positioner {
    position: absolute;
}

#korea #wDim {
    position: relative;
    top: 3px;
    width: 100vw;
    height: 0;
    background:rgba(255, 255, 255, 0.7);
    transition: opacity 0.5s;
    opacity: 0;
    z-index: 5;
}
#korea.show #wDim {
    opacity: 1;
    height: 100.5vw;
}

#korea #wInfo {
    position: relative;
    width: 0;
    height: 0;
    top: 10vw;
    left: 15vw;
    padding: 5vw;
    background: rgba(39, 139, 213, 0.82);
    border: 5vw solid rgb(108, 184, 234);
    border-radius: 100vw;
    z-index: 6;
    opacity: 0;
    transform: scale(0);
    transition: all 0.5s;
}
#korea.show #wInfo {
    opacity: 1;
    transform: scale(1);
    width: 50vw;
    height: 50vw;
}

#korea #wInfo h5 {
    font-size: 6vw;
    color: white;
    margin: 1vw 0 0 0;
}

#korea #wInfo img {
    width: 25vw;
    height: 25vw;
    margin: 1em;
}

#korea #wInfo h6 {
    font-size: 3vw;
    margin: 0.5em;
    color: #eee;
}

#korea #wInfo p {
    position: relative;
    margin-top: 15vw;
    font-size: 3vw;
    font-weight: bold;
    color: rgb(23, 129, 179);
}

#korea #tip {
    position: relative;
    top: 80vw;
    left: 70vw;
    color: rgb(39, 84, 151);
    font-weight: bold;
    font-size: 1.5em;
    text-align: right;
    transition: opacity 0.5s;
}
#korea.show #tip {
    opacity: 0;
}

#korea .location {
    display: inline-block;
    position: relative;
    width: calc(25px + 1em);
    height: calc(25px + 2em);
    color: white;
    background: rgba(51, 158, 206, 0.8);
    border-radius: 1em 1em 0 0;
    padding-top: 0.5em;
    z-index: 4;
}
#korea #wUL {
    height: calc(25px + 3em);
}

#korea .location h5 {
    font-size: 1em;
    margin: 0;
    padding: 0;
}

#korea .location img {
    width: 25px;
    height: 25px;
    padding: 0.3em 0.5em;
    float: left;
}

#korea .location h6 {
    font-size: 1em;
    width: calc((25px + 1em) / 2);
    margin: 0;
    padding: 0.5em 0;
    line-height: 80%;
    float: left;
    background: rgba(117, 117, 117, 0.9);
}

#korea .location #tmax {
    background: rgba(150, 150, 150, 0.9);
    border-radius: 0 0 1em 0;
}

#korea .location #tmin {
    background: rgba(117, 117, 117, 0.9);
    border-radius: 0 0 0 1em;
}

.themePage {
    display: inline-block;
    border: none;
    width: 100vw;
    height: 400px;
}

#weatherissue li {
    display: inline-block;
    width: calc(100vw / 3);
    padding: 0.5em;
    box-sizing: border-box;
}

#weatherissue img {
    width: calc(100vw / 3 - 1em);
    height: auto;
}

#weatherissue h3 {
    font-weight: normal;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 1.2em;
    height: 2.4em;
    margin: 0.5em;
}

.onlyKorea.hide {
    display: none;
}
.onlyKorea.hidden {
    visibility: hidden;
}

.peak {
    position: absolute;
    margin-top: -19vw;
    margin-left: 3vw;
}

.peak img{width:42vw;height:auto }

.bottom-movie {
    margin-top:10px;
    vertical-align: baseline;
    border-top:5px solid #eee;
    display:inline-table;
    width:100%;
}