@charset "utf-8";
/* Reset */
html,body{min-height:100%}
body{background-image:url(../images/main/bg_big.jpg);background-repeat:no-repeat;background-position:bottom;background-size:100%;margin:0; margin-bottom:-92px; }
img{border:0;}

/* topSection */
.topSection{position:relative;}
.topSection .topAllmenus{position:absolute;text-align:center;width:100%;}
.topSection .topAllmenus .likeBorder{background:#000;height:5px;overflow:hidden;position:relative;text-align:center;width:100%;z-index:5;}
.topSection .topAllmenus #allMenuButton{position:relative;z-index:2;}
.topSection .topBackground{background:#0068b7;height:35px;text-align:center;}
.topSection .topBackground .topBackgroundWrapper{width:1000px;margin:0 auto;position:relative;}
.topSection .topBackground .side{position:absolute;z-index:2;right:0;top:7px;zoom:1;z-index:4;}
.topSection .topBackground .side>.home {    
	float: left;
    font-size: 13px;
    font-weight: bold;
    color: white;
    text-decoration: none;
    margin: 2px 0 0 0;
    }
.topSection .topBackground .side>div{float:left;}
.topSection .topBackground .side>form{float:left;}
.topSection .topBackground #search{background-image:url(../images/main_bg.jpg);background-repeat:no-repeat;}

/* middleSection*/
.middleSection .container #right_logo{display:none;float:right}



/* Layout */
.container,
.footer>p{width:1040px !important;margin:0 auto;}
.header{position:relative;z-index:2;zoom:1;margin:0 0 17px 0}
.body{position:relative;z-index:1}
.header:after,
.body:after{content:"";display:block;clear:both}


/* Header */
.logo{zoom:1;margin:12px auto; width:170px;}
.logo>a,
.logo img{display:block}
.logo>a{font-size:32px;text-decoration:none;color:#333}

/* Footer */
.footer{padding:25px 0 80px 0;background:#333333;text-align:center;}
.footer p{font-size:15px ; color : #fff; line-height: 27px;}
.footer a{text-decoration:none;color:#fff;}
.footer a:hover,
.footer a:focus{text-decoration:underline;color:#fff;}
.footer .copyright {color:#fff;}
/* 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{position:relative;z-index:1;font-size:13px;height:31px;clear:both;width:1000px;margin:0 auto;}
.gnb:before{content:"";display:block;width:100%;height:1px}
.gnb ul{margin:0;padding:0;list-style:none}
.gnb>ul>li:first-child{display:none;}
.gnb a{margin-top:5px;text-decoration:none;white-space:nowrap}
.gnb>ul{position:absolute;top:64px;left:-1px;right:-1px;opacity:.98;filter:alpha(opacity=98);height:0}
.gnb.open>ul{height:auto;}
.gnb>ul:after{content:"";display:block;clear:both}
.gnb>ul>li{position:relative;top:-32px;float:left;margin:0 -8px -8px 0}
.gnb>ul>li>a{font-size:18px;font-weight:bold;display:block;line-height:32px;padding:0 20px;color:#fff;position:relative}
.gnb>ul>li>a:after{content:"";position:absolute;width:1px;height:100%;right:0;top:0;overflow:hidden}
.gnb>ul>li.active>a,
.gnb>ul>li.hover>a{}
.gnb ul ul{display:block;position:relative;z-index:2;padding:0 20px;margin:0 0 0 -1px;}
.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:13px 20px;height:auto}
.gnb>ul>li:first-child>ul{border:0}
.gnb>ul>li:first-child>ul:before{content:normal}
.gnb ul ul a{display:block;line-height:20px;font-size:14px;color:#fff;font-weight:600;}
.gnb ul ul a:hover,
.gnb ul ul a:focus{text-decoration:underline}

