@charset "utf-8";
/* Reset */
html,body{min-height:100%}
body{margin:0}
img{border:none;}

/* Skin to content */
.skip{margin:0}
.skip>a{display:block;text-align:center;line-height:28px;height:1px;overflow:hidden}
.skip>a:focus{height:auto}

/* Layout */
.container,
.footer>p{width:960px;margin:0 auto}
.header{position:relative;z-index:2;zoom:1;margin:24px 0 0 0}
.header h1{margin:0;}
.header>.headerTopWrapper{position:relative;margin:0 auto;width:980px;}
.header .side{top:21px;position:absolute;z-index:2;right:0;zoom:1}
.header:after{content:"";display:block;clear:both}
.content{padding:0 0 40px 0;zoom:1}
.content>*:first-child{margin-top:0}
.content img{max-width:100%;height:auto}

/* Header */
.header>h1{display:inline-block;*display:inline;zoom:1;margin:19px 0}
.header>h1>a,
.header>h1 img{display:block}
.header>h1>a{font-size:32px;text-decoration:none;color:#333}

/* Footer */
.footer{background:url(../images/copyright_bg.png) no-repeat;background-position:top center;padding:70px 0;text-align:center;width:100%;}

/* Login */
.account{margin-right:15px !important}

/* Search */
.header .search{display:inline-block;*display:inline;zoom:1;vertical-align:top;margin:0}
.header .search>input{font-size:12px;vertical-align:top;border-radius:2px}
.header .search>input[type="text"]{background:#e5e6e8;border:1px solid #dedede;height:21px;line-height:21px;padding:0 4px;margin:0 -6px 0 0;width:126px}
.header .search>input[type="submit"]{background:#484d51;border:1px solid #272b30;color:#fff;height:23px;line-height:23px;padding:0 15px;margin:0;cursor:pointer;box-shadow:0 1px 0 #6d7174 inset}

/* GNB */
.gnb{background:url(../images/topMenusBg.jpg) repeat-x;left:0;top:76px;position:absolute;font-size:13px;height:46px;clear:both;width:100%;z-index:1;}
.gnb #key66{display:none;}
.gnb:before{content:"";display:block;width:100%;height:1px}
.gnb ul{margin:0;padding:0;list-style:none}
.gnb a{text-decoration:none;white-space:nowrap}
.gnb>.gnbWrapper{position:relative;margin:0 auto;width:980px;}
.gnb>.gnbWrapper>ul{position:absolute;top:32px;left:-1px;right:-1px;opacity:.98;filter:alpha(opacity=98);}
/*.gnb.open{height:300px;}*/
.gnb ul ul{display:none;position:relative;z-index:2;padding:0;margin:1px 0 0 -1px;overflow:hidden}
.gnb ul>li:hover>ul{background:#3d80b7;display:block;}
.gnb>.gnbWrapper>ul:after{content:"";display:block;clear:both}
.gnb>.gnbWrapper>ul>li{position:relative;top:-32px;float:left;margin:0 -1px -8px 0}
.gnb>.gnbWrapper>ul>li>a{display:block;font-size:14px;font-weight:600;line-height:32px;padding:6px 39px;color:#fff;position:relative}
.gnb>.gnbWrapper>ul>li>a:after{content:"";position:absolute;width:1px;height:100%;right:0;top:0;overflow:hidden}
.gnb>.gnbWrapper>ul>li.active>ul>li.active>a,
.gnb ul ul a:hover,.gnb ul ul a:focus{background:#418FAF;color:#F7F9FE;}

/*
.gnb.open ul ul{margin-top:6px}
.gnb ul ul:before{content:"";position:absolute;left:0;top:0;width:1px;height:100%;}
.gnb.open ul ul{padding:1px 20px 0 20px;height:auto}
*/
.gnb>.gnbWrapper>ul>li:first-child>ul{border:0}
.gnb>.gnbWrapper>ul>li:first-child>ul:before{content:normal}
.gnb ul ul{
    box-shadow: 0px 2px 3px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 2px 3px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 2px 3px 2px rgba(0, 0, 0, 0.1);
}
.gnb ul ul a{
    background: #F7F9FE;
    color: #585858;
    display: block;
    line-height: 20px;
    font-size: 13px;
    margin: 0;
    text-align: center;
    border-bottom: 1px solid #e6e6e6;
    padding: 8px 0;
}
.gnb ul ul>li:last-child>a{border-bottom: none;}

/* nowLoading */
#nowLoading{color:#aaa;font-size:4em;position:fixed;top:40%;right:50%;margin-right:-30px;z-index:997;}