
header {
    position: relative;
    width: 100%;
    background: #fff;
    box-shadow: 3px 0 10px rgba(0, 0, 0, .2);
}

.header_big_banner_box {
    position: relative;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    text-align: center;
}

.header_big_banner_box img {
    width: 100%;
}

.close_img {
    position: absolute;
    top: 1.1em;
    left: auto;
    right: 350px;
    padding: 1em;
    cursor: pointer;
    font-style: normal;
    transition: all ease .3s;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -o-transition: all ease .3s;
}

.fa-times-circle {
    font-size: 24px;
    color: #515151;
    vertical-align: top;
}

/*---------------로그인 & 회원가입-------------*/
.login_join_mypage_area {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #ececec;
    text-align: right;
    background: #f6f6f6;
}

.login_join_mypage {
    width: 1200px;
    margin: 0 auto;
}

.login_join_mypage li {
    position: relative;
    display: inline-block;
    text-align: center;
    padding: 1em;
    font-size: 13px;
    vertical-align: top;
}

.login_join_mypage li a {
    color: #7b7b7b;
}

.login_join_mypage li button {
    background: transparent;
    border: 0;
    color: #7b7b7b;
}

.login_join_mypage li a:hover {
    color: #212121;
}

/*---------------마이페이지-------------*/

.mypage_menu {
    cursor: pointer;
    color: #7b7b7b;
}

.mypage_menu .fa-angle-down {
    margin-left: 3px;
}

.mypage_menu_area{
    display: none;
}
.mypage_menu:hover .mypage_menu_area {
    position: absolute;
    top: 3em;
    right: -1em;
    z-index: 101;
    display: block;
    width: 120px;
    background: #fff;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
}

.mypage_menu_area li {
    display: block;
    text-align: center;
    padding: 0;
    width: 100%;
}

.mypage_menu_area li a {
    display: block;
    padding: 0.7em;
    width: 100%;
    color: #7b7b7b;
}

.mypage_menu_area li a:hover {
    background: #f6f6f6;
}

/*---------------기업로고 & 검색창 & 장바구니,견적문의,고객센터 바로가기-------------*/

.logo_search_icon_box {
    position: relative;
    width: 100%;
    z-index: 9;
}

.logo_search_icon_area {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    padding: 3em 0;
    text-align: center;
}

.logo_search_icon_area li {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    font-size: 12px;
    color: #212121;
}

.header_sm_img {
    position: absolute;
    top: 2em;
    bottom: auto;
    left: 0;
    right: auto;
    width: 300px;
}

.header_sm_img img {
    width: 100%;
}

.logo_box {
    margin: 0 6.5em;
}

.search_box {
    position: absolute;
    right: 0;
    left: auto;
    top: 3em;
    bottom: auto;
    width: 400px;
    color: #777;
}

.search_box input {
    padding: 1em 0;
    width: 50%;
    letter-spacing: -1px;
    border: 1px solid #fff;
    text-align: center;
    margin: 0 5px;
    border-bottom: 1px solid #212121;
}

.search_box input::placeholder {
    color: #bbb;
}

#permit {
    padding: 1em 1.2em 1em 0.5em;
    letter-spacing:-1px;
    border: 0;
    border-bottom: 1px solid #212121;
    vertical-align: bottom;
    margin: 0 1em 0 0.5em;
    cursor: pointer;
}

.search_box input:focus {
    outline: 2px solid #bed62e;
    letter-spacing: -1px;
}

.search_box button {
    position: absolute;
    top: 18px;
    bottom: auto;
    right: 0;
    left: auto;
    border: 0;
    background: transparent;
}

.icon_box {
    position: relative;
    float: right;
}

.icon_box:after {
    content: '';
    display: block;
    clear: both;
}

.icon_box li img {
    display: block;
    margin: 0 auto 8px auto;
}

.icon_box ul li {
    padding: 0 1.5em;
}

.icon_box ul li:nth-child(2), .icon_box ul li:nth-child(4) {
    padding: 1em 0 0 0;
}

/*---------------메뉴-------------*/

.navigator_search_word_box {
    position: relative;
    width: 100%;
    border-top: 1px solid #ececec;
}

.navigator_box {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}

.navigator, .search_word {
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.navigator li {
    position: relative;
    width: 100%;
    display:block;
}

.fa-bars, .fa-times {
    margin-right: 0.5em;
}

.all_category {
    position: relative;
    display: block;
    padding: 1em 1.5em;
    width:130px;
    font-size: 16px;
    color: #fff;
    background: #221e1f;
    cursor: pointer;
    text-align:center;
}

.all_category_btn {
    position: relative;
    display: block;
    font-size: 24px;
    padding: 1em 0;
}

.all_category_btn .fa-times-circle {
    font-size: 30px;
}

.category_list {
    position: absolute;
    top: 49px;
    left: 0;
    z-index: 9999;
    width: 1200px;
    background: #fff;
    /* border: 1px solid #221e1f; */
    padding: 0 1em;
    box-shadow: 0px 0px 3px rgba(11, 11, 11, .2);
}

.category_list li {
    display: inline-block;
    width: 160px;
    margin: 1em 1em 2em 1em;
    vertical-align: top;
}

.category_list li a {
    position: relative;
    display: block;
    border-bottom: 1px dashed #ccc;
    width: 100%;
    color: #212121;
    padding: 1em 0;
    font-size: 16px;
}

.category_list li a:hover {
    color: #de284a;
}

.category_list li ol li {
    margin: 0.5em !important;
    color: #777;
    cursor: pointer;
    font-weight:300;
}

.category_list li ol li:hover {
    color: #de284a;
    text-decoration: underline;
}

/*---------------중분류 노출--------------*/

.search_word li {
    position: relative;
    display: inline-block;
    padding: 1em;
    font-size: 16px;
    color: #777777;
    vertical-align: top;
    cursor: pointer;
}

.category_list_sm_box {
    position: absolute;
    top: 48px;
    left: 0;
    z-index: 999;
    background: #fff;
    width: 150px;
    box-shadow: 0 7px 10px rgba(11, 11, 11, .2);
}

.category_list_sm_box li:first-child {
    border-top: 2px solid #de284a;
}

.category_list_sm_box li {
    position: relative;
    width: 100%;
    display: block;
    font-size: 14px;
}

.category_list_sm_box li:hover {
    background: #f6f6f6;
}

.search_title {
    padding: 1.03em 2em !important;
    font-size: 16px;
    background: #f6f6f6;
    color: #221e1f !important;
    cursor: auto !important;
}

.triangle {
    width: 0px;
    height: 0px;
    padding: 0 !important;
    border-top: 23px solid transparent;
    border-left: 20px solid #f6f6f6;
    border-bottom: 23px solid transparent;
    margin-left: -2px;
    margin-top: 1px;
}

/*------------------------------------------------------------------최근본상품-----------------------------------------------------*/

.right_wing_box {
    position: absolute;
    z-index: 999;
    top: 66.7em;
    bottom: auto;
    right: 10%;
    left: auto;
    background: #fff;
    width: 130px;
    box-shadow: 0 0 10px rgba(11, 11, 11, .1);
    border: 1px solid #ececec;
}

.right_wing_list dt {
    text-align: center;
    padding: 1em 0;
    border-bottom: 1px solid #ececec;
    background: #f6f6f6;
}

.right_wing_list dd {
    position: relative;
    width: 78%;
    margin: 1em 1em 0 1em !important;
}

.right_wing_list dd a {
    display: block;
    width: 100%;
    border: 1px solid #f6f6f6;
}

.right_wing_list dd a:hover {
    border: 1px solid #777;
}

.right_wing_list dd img {
    width: 97px;
    height: 97px;
    display: inline-block;
}

.wing_list_hover {
    position: absolute;
    top: 0;
    left: 100px;
    margin-left: -1px;
    display: none;
    width: 170px;
    height: 99px;
    border: 1px solid #f6f6f6;
    border-left: 1px solid #fff;
    background: #fff;
}

.right_wing_list dd a:hover .wing_list_hover {
    border: 1px solid #777;
    border-left: 0;
}

.right_wing_list dd:last-child {
    margin-bottom: 1em !important
}

.wing_list_hover ul {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 1em;
}

.wing_list_hover ul li:first-child {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2em;
    height: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    overflow: hidden;
    color: #212121 !important;
}

.wing_list_hover ul li:last-child {
    position: absolute;
    bottom: 1em;
    right: 1em;
    font-size: 16px;
    font-weight: 500;
    color: #de284a !important;
}

.disc {
    font-size: 13px;
    margin-left: 7px;
    color: #a0a0a0;
    font-weight: 400;
    text-decoration: line-through;
}

.right_wing_btn {
    text-align: center;
}

.right_wing_btn li a {
    padding: 0.5em;
    width: 100%;
    display: block;
    background: #f6f6f6;
    border-top: 1px solid #ececec;
    text-align: center;
    transition: all ease .3s;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -o-transition: all ease .3s;
}

.right_wing_btn li a:hover {
    background: #de284a;
    color: #fff;
    transition: all ease .3s;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -o-transition: all ease .3s;
}

.fa-angle-up {
    padding: 0 1em 0 0;
}

.top_btn {
    display: none;
}