@charset "euc-kr";
@font-face{
    src: url("/font/MBC_NEW_OTF_L.otf");
    font-family: 'mbcL';
}
@font-face{
    src: url("/font/MBC_NEW_OTF_M.otf");
    font-family: 'mbcM';
}
@font-face{
    src: url("/font/MBC_NEW_OTF_B.otf");
    font-family: 'mbcB';
}

/* reset ½ÃÀÛ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
	font-family: 'Noto Sans KR', sans-serif;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a{
    color: inherit;
	text-decoration: none;
}
/* ÇÃ·Ô ÇØÁ¦*/
.cf:after {
    content: "";
    display: block;
    clear: both;
}
/* reset ³¡ */

html, body{
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}
body{
    font-family: 'mbcL';
}
.hidden{ 
    display:none; 
} 


.wea{
    width: 100%;
    height: 100%;
}
.wea-wrap{
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-shadow: 0px 0px 3px #a9a9a9;
    /* padding-bottom: 20px; */
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}



.wea_today{
    text-align: center;
}
.wea_today .left_local{
    font-size: 20px;
    margin-bottom: 20px;
}
.wea_today .big_temp{
    font-family: "mbcM";
    font-size: 64px;
    position: relative;
}
.wea_today .big_temp::after{
    content: "¡É";
    font-family: "mbcL";
    font-size: 16px;
    position: absolute;
}
.wea_today .wea_text{
    margin-top: 16px;
    margin-bottom: 6px;
}

.wea_after{
    width: calc(100% - 32px);
    max-width: 412px;
    margin: 40px auto 0;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    -webkit-backdrop-filter: blur(200px);
    backdrop-filter: blur(200px);
    display: flex;
    flex-flow: row nowrap;
    justify-content: start;
    padding: 20px 20px;
    box-sizing: border-box;
    overflow-x: scroll;
    /* ½ºÅ©·Ñ¹Ù css */
    -ms-overflow-style: none; /* IE and Edge */ 
    scrollbar-width: none; /* Firefox */ 
} 
.wea_after::-webkit-scrollbar { 
    display: none; /* Chrome, Safari, Opera*/ 
}

.wea_after li{
    text-align: center;
    margin-right: 24px;
    position:relative;
}
.wea_after li:last-child{
    margin-right: 0;
}
.wea_after div{
    width: 100%;
}
.wea_after .after_date{
    width: 56px;
    font-size: 10px;
    text-align: center;
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.wea_after .after_time{
    font-size: 14px;
    margin-bottom: 20px;
}
.wea_after img{
    width: 32px;
    margin-bottom: 20px;
}


/* .wea_week{
    width: calc(100% - 32px);
    max-width: 412px;
    margin: 20px auto 0;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    -webkit-backdrop-filter: blur(200px);
    backdrop-filter: blur(200px);
}
.wea_week>li{
    border-bottom: 1px solid #a9a9a9;
}    
.wea_week li:last-child{
    border-bottom: none;
} */

.weeken_day{
    font-size: 14px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
}
.weeken_day li{
    padding: 10px 0;
}
.weeken_day li:last-child{
    width: 60px;
    text-align: right;
}
.weeken_day img{
    width: 32px;
}


/* [S] : »çÀÌµå ÆÐ³Î */
#admin{
    width:316px;
    height:100%;
    background-color: #8CC8FF;
    /* border:1px solid #a2a2a2; */
    border-left: none;
    box-sizing:border-box;
    z-index:900 !important;
    position:absolute;
    left: -316px;
    top: 0;
    transition:all 0.6s ease;
    -webkit-transition:all 0.6s ease;
    -moz-transition:all 0.6s ease;
    -ms-transition:all 0.6s ease;
    -o-transition:all 0.6s ease;
}
#admin.on{
    left: 0;
}
#admin .admin_tab{
    display: block;
    width:28px;
    height:48px;
    position: absolute;
    top:50%;
    left: 316px;
    background:url(/images/tpeg-connect/tab_open.png) no-repeat center;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    border-radius: 0 10px 10px 0;
    -webkit-border-radius: 0 10px 10px 0;
    -moz-border-radius: 0 10px 10px 0;
    -ms-border-radius: 0 10px 10px 0;
    -o-border-radius: 0 10px 10px 0;
}
#admin.on .admin_tab{
    background:url(/images/tpeg-connect/tab_close.png) no-repeat center;
}
#admin .admin_contain{
    height: 100%;
    box-sizing: border-box;
} 

p.now{
    width: 80px;
    font-family: "mbcM";
    font-size: 16px;
    color: #fff;
    text-align: center;
    background-color: #4664e6;
    padding: 8px 0;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    position:absolute;
    left: 16px;
    top: 16px;
}
p.unit{
    font-size: 12px;
    position: absolute;
    right: 16px;
    top: 16px;
}
.wea_map{
    width: 260px;
    height: 100%;
    margin: auto 4px;
    background-image: url(/images/tpeg-connect/wea/map.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    position: relative;
}
.local_box{
    width: 76px;
    position: absolute;
    text-align: center;
}
/* Áö¿ªÀ§Ä¡ */
.seoul{left:64px; top:calc(50% - 150px);}
.chuncheon{left:120px; top:calc(50% - 200px);}
.gangleung{left:180px; top:calc(50% - 160px);}
.deajeon{left:100px; top:calc(50% - 36px);}
.chungju{left:130px; top:calc(50% - 100px);}
.deagu{left:166px; top:calc(50% - 20px);}
.jeonju{left:40px; top:calc(50% - 16px);}
.busan{left:184px; top:calc(50% + 54px);}
.gwangju{left:36px; top:calc(50% + 50px);}
.euleung{right:-50px; top:calc(50% - 80px);}
.jeju{left:20px; top:calc(50% + 180px);}

.local_box .small_img{
    width: 40px;
    margin-bottom: 4px;
}
.local_box p{
    font-size: 14px;
    color: #424242;
}



@media all and (min-width:768px){
    .wea-wrap{
        padding-bottom: 40px;
    }
    .wea_today{
        padding-top: 60px;
        margin-bottom: 60px;
    }
    .wea_after{
        max-width: 500px;
        justify-content: space-between;
        padding: 28px 28px;
    }
    /* .wea_week{
        max-width: 500px;
    } */
}



@media all and (min-width:1028px){
    .wea-wrap{
        max-width: 480px;
        min-height: 344px;
        position: relative;
        left: 65%;
        top: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        padding-bottom: 0;
    }
    .wea_today{
        max-width: 412px;
        margin-left: 12px;
        padding-top: 20px;
    }
    .wea_after{
        max-width: 412px;
        margin-left: 12px;
        padding: 20px 20px;
        position: absolute;
        bottom: 0;
    }
    /* .wea_week{
        width: 264px;
        position: absolute;
        right: 12px;
        bottom: 0;
    } */

    #admin{
        left: 0;
    }
    #admin .admin_tab{
        display: none;
    }
    .wea_map{
        width: 200px;
        margin: auto auto;
    }
    .seoul{left:36px; top:calc(50% - 100px);}
    .chuncheon{left:84px; top:calc(50% - 150px);}
    .gangleung{left:136px; top:calc(50% - 114px);}
    .deajeon{left:72px; top:calc(50% - 32px);}
    .chungju{left:84px; top:calc(50% - 80px);}
    .deagu{left:124px; top:calc(50% - 20px);}
    .jeonju{left:26px; top:calc(50% - 12px);}
    .busan{left:136px; top:calc(50% + 44px);}
    .gwangju{left:14px; top:calc(50% + 40px);}
    .euleung{right:-66px; top:calc(50% - 80px);}
    .jeju{left:10px; top:calc(50% + 120px);}

    .local_box .small_img{
        width: 32px;
        margin-bottom: 2px;
    }
    .local_box p{
        font-size: 12px;
    }
}