/* BASIC css start */
/* »ó´Ü */
div#wrap {   position: relative;}
.top-sp { height:100px;}
.logo {
    height: 22px;
    display: inline-block;
    margin-top: 2px;
    vertical-align: middle;
}
#header {  width:100%; z-index:100; position:fixed; background:#fff; height:78px;top:0 }

#header .headerLnb { width:100%; }

#header .headerLnb .sideMenuOpen { position:absolute; top:10px; left:5px; font-size:24px; color:#000; cursor:pointer }
#header .headerLnb .tlogo { margin:0 auto; text-align: left;  margin-left:5%}
#header .headerLnb .tlogo a { font-size: 20px; font-family: 'Poppins', 'Lato', 'Nanum Gothic', Arial; font-weight:700;color:#fff;text-align: center; line-height: 45px;}

#header .headerLnb .searchToggle {
    position: absolute;
    top: 9px;
    right: 13.26667vw;
    font-size: 15px;
    color: #fff;

}

#header .headerLnb .cart { position: absolute; top: 8px; right: 5%; font-size: 14px; color: rgb(255, 255, 255); cursor: pointer; }
#header .searchLy {display: none;position: absolute;top: 45px;left: 0px;width: 100%;height: 45px;background: #fff;z-index: 100;}
#header .searchLy .search {padding: 8px 10px;position: relative;text-align: center;}
#header .searchLy .search .delete_btn { display: none; position: absolute; top: 10px; right: 40px; width: 30px; height: 24px; font-size: 18px; color: rgb(173, 173, 173); line-height: 24px; z-index: 10; }
#header .searchLy .search input {width: 97%;height: 29px;border: none;outline: none;border-bottom: 1px solid;box-sizing: border-box;}
#header .searchLy .search .btn_search { position: absolute; top: 12px; right: 20px; font-size: 20px; color: rgb(102, 102, 102); }
#header .searchLy .search img {
    position: absolute;
    top: -4px;
    right: -2px;
}
#header .searchLy .clearTag { height: 200px; }


.mask {	display:none; position:fixed; top:0; left:0; width:100%; height:100%; background:#000; opacity:0.7; filter:alpha(opacity=50); z-index:120; }




/* ============= »óÇÏÀÌµ¿¹öÆ° ============= */
.pageTop {
    display: none;
    position: fixed;
    bottom: 80px;
    right: 5px;
    z-index: 9;
    height: 100px
}
.pageTop .btn_up {
    width: 43px;
    height: 43px;
    line-height: 33px;
    display: block;
    background-color: #A3A3A3;
    text-align: center;
    border-radius: 50%;
    color: #333;
    box-sizing: border-box;
    font-size: 18px;
    margin-bottom: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pageTop .btn_up img { width: 21px;}


.global {
    position: fixed;
    display: inline-block;
    width: 43px;
    height: 43px;
    line-height: 43px;
    background: #000;
    transition: 1s;
    border-radius: 100%;
    text-align: center;
}
.global img {
    vertical-align: middle;
    display: inline-block;
    width: 43px;
}
.lang {
    position: absolute;
    height: 43px;
    border-radius: 25px;
    background: #000;
    transition: .5s;
    opacity: 0;
    top: 50px;
    right: 0;
}
.lang.on { opacity: 1; }
.lang .inner {
    display: flex;
    transition: 1s;
    align-items: center;
    justify-content: flex-start;
    box-sizing: border-box;
    opacity: 0;
    width: 0;
    height: 100%;
}
.lang.on .inner {
    width: 200px;
    padding: 0 18px;
    opacity: 1;
}
.lang a {
    color: #565656;
    font-size: 14px;
    transition: 0.5s;
    margin-right: 14px;
    opacity: 0;
    padding: 0 3px;
}
.lang a.on{color:#fff}
.lang.on .inner img {
    width: 45px;
    position: absolute;
    top: 8px;
    right: 0;
}

/* BASIC css end */

