@charset "utf-8";

/*main*/
body{background:url('../img2/bg_main.jpg') no-repeat 50% top;}
.wrap{position:relative;width:100%;min-height:1040px;}
.content{position:relative;margin:0 auto;width:1100px;}

.gnb{position:absolute;top:236px;left:25px;}
.gnb>li{position:relative;margin:0 0 17px 0;font-size:19px;letter-spacing:2px;width:110px;height:40px;line-height:40px;}
.gnb>li>a{color:#DCFFDC;
    -o-transition:color 0.3s ease;
    -webkit-transition:color 0.3s ease;
    transition:color 0.3s ease;}
.gnb>li>a:hover{color:#fff;}
.gnb>li>ul{display:none;opacity:0;position:absolute;top:2px;left:80px;height:40px;line-height:40px;background-color:rgba(80, 80, 80, 0.7);}
.gnb>li>ul::before{display:block;content:'';position:absolute;top:11px;left:-9px;width:9px;height:16px;background:url('../img2/bg_menu_arrow.png');}
.gnb>li>ul>li{font-size:16px;padding:0 0 0 25px;float:left;letter-spacing:0;}
.gnb>li>ul>li>a{color:#fff;
    -o-transition:color 0.3s ease;
    -webkit-transition:color 0.3s ease;
    transition:color 0.3s ease;}
.gnb>li>ul>li>a:hover{color:#e3e33e;}
.logo{width:190px;height:170px;background:url('../img2/logo_main.png') no-repeat 0 0;}
.logo>span{display:block;text-indent:-1000em;overflow:hidden;}
.footer>p{display:block;text-indent:-1000em;overflow:hidden;}

#tnb-kcl {position:absolute;top:40px;left:160px;border-bottom:1px solid #ddd;background:#fff}
#tnb-kcl h3 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#tnb-kcl ul {margin:0 auto;zoom:1}
#tnb-kcl ul:after {display:block;visibility:hidden;clear:both;content:""}
#tnb-kcl li {float:right;border-left:1px solid #ddd;margin-bottom:-1px;font-size:0.92em}
#tnb-kcl a {display:inline-block;padding:0 10px;color:#646464;line-height:35px}
#tnb-kcl a:focus, #tnb-kcl a:hover {color:#253dbe;background:#fafafa}
#tnb-kcl .tnb_admin a{color:#ff0000;}
#tnb-kcl .tnb_left{float:left}
#tnb-kcl .tnb_left a{;padding:0 14px}
#tnb-kcl .tnb_cart{border-right:1px solid #ddd;}
#tnb-kcl .tnb_community{border-right:1px solid #ddd}
#tnb-kcl .tnb_community i{font-size:15px}
#tnb-kcl .tnb_community{background:#e7e7e7;font-weight:bold;}
#tnb-kcl .tnb_community:focus, #tnb-kcl .tnb_community:hover {color:#333;border-bottom:0}
#tnb-kcl .tnb_community a{color:#253dbe;border-bottom:1px solid #e7e7e7}