@charset "utf-8";       
@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/                                           
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;
}
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;
}


html,body{height:100%;min-width:320px}
body{background:#c2e2f7;font-family:"Microsoft YaHei", "Arial" , "simsun";font-size:15px;color:#000;line-height:25px}
body.bg{background:url("../../images/bg.png") 0 0 repeat}
#intro{position:relative;height:105%;}
#intro div{position:absolute;width:200px;height:201px;left:50%;top:50%;margin-left:-100px;margin-top:-140px;}
#intro div img{width:200px}

#header{position:fixed;z-index:999;width:100%;height:95px;min-width:320px}
#header .logo{width:100%;height:57px;background:#48d5fb;text-align:center}
#header .logo h1{text-align:center;padding-top:16px;font-size:20px;color:#242f8f;font-weight:700}
#header .logo h1 img{width:193px;}
#header .gnb{width:100%;height:38px;background:#0297e5}
#header .gnb ul{overflow:hidden;}
#header .gnb ul li{float:left;}
#header .gnb ul li.btn_prev{width:19%;line-height:49px;text-align:left}
#header .gnb ul li.btn_prev a{padding:6px 13px;}
#header .gnb ul li.btn_prev img{height:22px;}
#header .gnb ul li.today_date{width:62%;font-size:17px;color:#fff;font-weight:bold;line-height:35px;text-align:center}

#content{position:relative;min-width:320px;padding-top:125px}    
#content .container{width:100%;}

#content .container .box{padding:30px 52px 30px 80px;border-bottom:1px solid #cfcfcf;border-top:1px solid #fff;}
#content .container .nb_t{border-top:0 !important;}
#content .container .nb_b{border-bottom:0 !important;}
#content .container .icon_a{background:url("../images/icon_a.png") 38px 29px no-repeat;background-size:28px 28px}
#content .container .icon_b{background:url("../images/icon_b.png") 38px 29px no-repeat;background-size:28px 28px}

#content .container .repeatall_area{width:77px;height:30px;display:inline-block;}
#content .container .play_area{width:33px;height:30px;display:inline-block;}
#content .container .repeat_area{width:33px;height:30px;display:inline-block;}

#content .container .box > div{overflow:hidden}
#content .container .box .lang{clear:both;font-size:17px;font-size:17px;color:#000;line-height:23px;}                                  
#content .container .box .eng_txt{float:left;font-size:18px;color:#000;line-height:23px;font-weight:bold;padding-bottom:10px;display:inline-block;margin-right:10px}
#content .container .box .btn_group{float:left;display:inline-block;padding-right:12px;}
#content .container .box .btn_group span{position:relative}
#content .container .box .btn_group span img{position:absolute;cursor:pointer}       
#content .container .box .btn_group span img.btn_play{top:0;left:0}
#content .container .box .btn_group span img.btn_repeat{top:0;left:6px}
#content .container .box .btn_group span img.btn_repeatall{top:0;left:8px}


.footer-info{position:fixed;bottom:36px;width:100%;min-width:320px;height:36px;text-align:center;color:#999;font-size:8px;line-height:36px;}
#footer{position:fixed;bottom:0;width:100%;min-width:320px;height:36px;background:#0297e5;text-align:center;color:#fff;font-size:8px;line-height:36px;}
