/* BASIC css start */
#hdWrap {
    width: 100%;
    position: relative;
    background: #fff;
    font-family: Arial, "Malgun Gothic", "¸¼Àº °íµñ", sans-serif;
}


/* TOP BAR */

#hdWrap .hdArea {
    width: 100%;
    height: 36px;
    background: #f7f8fa;
    border-bottom: 1px solid #eee;
}

#hdWrap .hdArea .hdInner {
    position: relative;
    width: 1200px;
    height: 36px;
    margin: 0 auto;
}

#hdWrap .hdWelcome {
    position: absolute;
    left: 0;
    top: 0;
    height: 36px;
    line-height: 36px;
    color: #777;
    font-size: 11px;
}

#hdWrap .mlnk {
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
    padding: 0;
}

#hdWrap .mlnk:after {
    content: "";
    display: block;
    clear: both;
}

#hdWrap .mlnk li {
    float: left;
    position: relative;
    margin-left: 22px;
    list-style: none;
}

#hdWrap .mlnk li a {
    display: block;
    height: 36px;
    line-height: 36px;
    color: #666;
    font-size: 11px;
    text-decoration: none;
}

#hdWrap .mlnk li a:hover {
    color: #111;
}

#hdWrap .mlnk li strong {
    color: #e60012;
}


/* MAIN HEADER */

#header {
    position: relative;
    width: 1200px;
    height: 112px;
    margin: 0 auto;
}


/* LOGO */

#header .bi {
    position: absolute;
    left: 0;
    top: 31px;
    margin: 0;
    padding: 0;
}

#header .bi img {
    display: block;
    width: 270px;
    height: auto;
    max-width: none;
    max-height: none;
}


/* SEARCH */

#header .search {
    position: absolute;
    left: 330px;
    top: 22px;
    width: 500px;
}

#header .searchTitle {
    margin-bottom: 7px;
    color: #222;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 1px;
}

#header .search fieldset {
    margin: 0;
    padding: 0;
    border: 0;
}

#header .search legend {
    display: none;
}

#header .searchBox {
    position: relative;
    height: 46px;
    border: 2px solid #222;
    background: #fff;
    box-sizing: border-box;
}

#header .search .MS_search_word {
    display: block;
    width: 405px;
    height: 42px;
    padding: 0 16px;
    margin: 0;
    border: 0;
    outline: none;
    background: #fff;
    color: #333;
    font-size: 14px;
    line-height: 42px;
    box-sizing: border-box;
}

#header .search .btn-sch {
    position: absolute;
    right: -1px;
    top: -1px;
    width: 88px;
    height: 44px;
    background: #222;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    line-height: 44px;
    text-decoration: none;
}

#header .search .btn-sch:hover {
    background: #e60012;
}

#header .searchGuide {
    margin-top: 7px;
    color: #999;
    font-size: 11px;
}


/* RIGHT INFO */

#header .headerInfo {
    position: absolute;
    right: 0;
    top: 29px;
    width: 235px;
    padding-left: 25px;
    border-left: 1px solid #e7e7e7;
    box-sizing: border-box;
}

#header .headerInfoTitle {
    margin-bottom: 5px;
    color: #111;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 1px;
}

#header .headerInfoText {
    margin-bottom: 13px;
    color: #777;
    font-size: 11px;
}

#header .headerInfoLinks {
    font-size: 11px;
}

#header .headerInfoLinks a {
    color: #444;
    text-decoration: none;
}

#header .headerInfoLinks a:hover {
    color: #e60012;
}

#header .headerInfoLinks span {
    display: inline-block;
    width: 1px;
    height: 10px;
    margin: 0 10px;
    background: #ddd;
    vertical-align: middle;
}


/* CATEGORY GNB */

#hdWrap .gnbArea {
    position: static !important;
    top: auto !important;
    left: auto !important;
    width: 100% !important;
    height: 54px;
    margin: 0;
    clear: both;
    background: #fff;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #d7d7d7;
    z-index: 500;
}

#hdWrap .gnbArea .gnb {
    position: relative !important;
    width: 1200px !important;
    height: 54px;
    margin: 0 auto !important;
    padding: 0;
    text-align: center;
    background: #fff;
}

.gnbArea .gnb:after {
    content: "";
    display: block;
    clear: both;
}

.gnbArea .gnb > li {
    position: relative;
    display: inline-block;
    width: 145px;
    height: 54px;
    margin: 0;
    padding: 0;
    list-style: none;
    vertical-align: top;
}

.gnbArea .gnb > li > a {
    display: block;
    width: 100%;
    height: 54px;
    overflow: hidden;
    color: #333;
    font-size: 14px;
    font-weight: 500;
    line-height: 54px;
    text-align: center;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
}

.gnbArea .gnb > li > a:hover,
.gnbArea .gnb > li:hover > a.gnbTit {
    color: #e60012;
    font-weight: bold;
}


/* SUB CATEGORY */

.gnbArea .gnb > li dl {
    display: none;
    position: absolute;
    left: 0;
    top: 54px;
    width: 190px;
    margin: 0;
    padding: 10px 0;
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
    text-align: left;
    z-index: 1000;
}

.gnbArea .gnb > li:hover dl {
    display: block;
}

.gnbArea .gnb > li dl dd {
    width: 100%;
    margin: 0;
    padding: 0;
}

.gnbArea .gnb > li dl dd a {
    display: block;
    padding: 9px 18px;
    color: #555;
    font-size: 12px;
    line-height: 18px;
    text-decoration: none;
}

.gnbArea .gnb > li dl dd a:hover {
    background: #f6f6f6;
    color: #e60012;
}


/* ETC */

#hdWrap:after {
    content: "";
    display: block;
    clear: both;
}

#hdWrap + hr,
#hdWrap hr {
    display: none;
}
/* =========================================================
   HEADER BRAND SIZE - BALANCE FIX
   ========================================================= */

/* Çì´õ ³ôÀÌ */
#header {
    height: 116px !important;
}


/* LEFT LOGO */

#header .bi {
    left: 0 !important;
    top: 29px !important;
}

#header .bi img {
    width: 230px !important;
    max-width: 230px !important;
    height: auto !important;
    max-height: none !important;
}


/* SEARCH */

#header .search {
    left: 315px !important;
    top: 22px !important;
    width: 500px !important;
}


/* RIGHT INFO */

#header .headerInfo {
    right: 0 !important;
    top: 25px !important;
    width: 245px !important;
    padding-left: 26px !important;
}


/* ¿À¸¥ÂÊ POWER LAND¸¸ Á¸Àç°¨ °­È­ */

#header .headerInfoTitle {
    margin-bottom: 6px !important;
    color: #111 !important;
    font-size: 19px !important;
    font-weight: 700 !important;
    letter-spacing: 1px !important;
}

#header .headerInfoText {
    margin-bottom: 13px !important;
    font-size: 12px !important;
}

#header .headerInfoLinks,
#header .headerInfoLinks a {
    font-size: 12px !important;
}
/* BASIC css end */

