/* BASIC css start */
/* BASIC css start */
/* BASIC css start */
/* BASIC css start */


@font-face {
    font-family: 'BASKVILL';
    src:url('/design/mariang7/font/BASKVILL.TTF') format('woff'),
        url('/design/mariang7/font/BASKVILL.TTF') format('woff2');
    /* ÀÌ·±½ÄÀ¸·Î weight¸¦ ÁöÁ¤ÇØ¼­ »ç¿ëÇÒ ¼öµµ ÀÖ´Ù!*/
    font-weight: 400;
} 

.speechbubble{ position: absolute; top: 20px; right: 220px; width: 95px; height: 28px; line-height: 32px; background: url(http://mariang7.jpg3.kr/img2/mimg/speechbubble.png) no-repeat 0 0; color: #fff; font-size: 12px; font-family: tahoma; font-weight: bold; text-align: center; z-index:999999; }

#wrap {min-width:1600px;}
.header {display:none; position:fixed; top:0; left:0; width:100%; z-index:99;}
.header_inner {position:relative; padding:0 30px; background:#000; zoom: 1;}
/*.header_inner .logo{position:absolute; top:144px; left:45%;}*/
.header_inner:after {content: ""; display: block; clear: both;}
.header div ul li a {color:#fff;line-height:18px;}
.header .left_area {float:left;}
.header .left_area ul {overflow:hidden;}
.header .left_area ul li {float:left; margin-right:30px;padding:14px 0 13px;}
.header .langLink {float:left; margin-right:30px;padding:14px 0 13px;}
.header .right_area {position:relative; float:right;}
.header .right_area .global {overflow:hidden;}
.header .right_area .global li {float:left; margin-left:20px; padding:14px 0 13px;}
.header .login_layer {display:none; position:absolute; top:40px; left:-163px; padding:18px 15px; border:1px solid #ccc; background:#fff;}
.header .login_layer div {overflow:hidden;}
.header .login_layer div ul {float:left; margin-right:10px;}
.header .login_layer div ul a {float:left; display:block;}
.header .login_layer div ul .first {margin-bottom:7px;}
.header .login_layer input[type=text],
.header .login_layer input[type=password] {width:163px; height:16px; border:1px solid #ccc; color:#666; font-size:11px; padding:5px 5px; line-height:16px;}
.header .login_layer p {margin-top:17px; font-size:11px; width:175px; overflow:hidden;}
.header .login_layer p span {display:block;}
.header .login_layer p .left_area {float:left;}
.header .login_layer p .right_area {float:right;}
.header .login_layer p .right_area a{line-height:14px;}
.header .login_layer p label {margin-left:5px;}
.header .login_layer p a {font-size:11px;}
.header .login_layer .bul_login {position:absolute; top:-8px; left:193px;}
/* // header */



#pooky_header{
    position: relative;
    width: 100%;
    min-width: 1550px;
}
#pooky_header .header_top{
    background: #000;
    width: 100%;
    padding: 9px 40px;
    position: relative;
    text-align: center;
    box-sizing: border-box;

}
#pooky_header .header_top .left_area{
    width: 50px;
    text-align: center;
    position: absolute;
    left: 50px;
    top: 9px;
    cursor: pointer
}
#pooky_header .header_top .left_area .text{
    color: #fff;
    font-size: 11px;
    font-weight: normal;
    position: relative;
}
#pooky_header .header_top .left_area .text:after{content:"";position: absolute;border-bottom: 7px solid;border-left: 5px solid rgb(131 131 131 / 0%);border-right: 5px solid rgb(131 131 131 / 0%);right: -18px;top: 7px;transform: rotate(180deg); transition: 0.5s;}

#pooky_header .header_top .left_area .text.active:after{transform: rotate(0);}
#pooky_header .header_top .left_area .hidden_layer{
    position: absolute;
    top: 27px;
    left: 3px;
    transition: 0.5s;
    height: 0;
    overflow: hidden;
    z-index:10000;
}

#pooky_header .header_top .left_area .hidden_layer.active{
        height: 112px;
}
#pooky_header .header_top .left_area .hidden_layer ul{
    border: 1px solid #ddd;
    padding: 5px 10px;
    background: #fff;
}
#pooky_header .header_top .left_area .hidden_layer ul li{
    margin-bottom: 6px;
}
#pooky_header .header_top .left_area .hidden_layer ul li a{}
#pooky_header .header_top .left_area .hidden_layer ul li a img{}
#pooky_header .header_top .center_area{
    display: inline-block;
}
#pooky_header .header_top .center_area p{
    color: #fff;
    font-size: 12px;
}
#pooky_header .header_top .right_area{
    position: absolute;
    right: 64px;
    top: 8px;
}
#pooky_header .header_top .right_area ul{
    overflow: hidden;
}
#pooky_header .header_top .right_area ul li{
    float: left;
    margin-right: 20px;
}
#pooky_header .header_top .right_area ul li:last-child{margin-right:0;}
#pooky_header .header_top .right_area ul li a{
    color: #fff;
    font-size: 13px;
}
#pooky_header .header_bottom{
    padding: 31px  20px;
    text-align: left;
    position: relative;
    box-sizing: border-box;
    width: 100%;
    overflow: hidden;
    background: #fff;
    z-index: 1000;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    transform: translateY(0px);
    border-bottom: 1px solid #ddd;
}
#pooky_header .header_bottom.active{
        position: fixed;
    top: 0;
    left: 0;
    transform: translateY(0px);
    height: 65px;
    padding: 15px 20px;
}
#pooky_header .header_bottom .menu_btn{
    position: absolute;
    top: 34px;
    left: 66px;
    cursor: pointer;
    width: 22px;
    height: 21px;
}
#pooky_header .header_bottom.active .menu_btn{
        top: 19px;
}
#pooky_header .header_bottom .menu_btn img{}
#pooky_header .header_bottom .menu_btn.active{
    background: url(/design/mariang7/Pooky/ham_close01.gif) no-repeat center;
}
#pooky_header .header_bottom .menu_btn.active img{display:none;}
#pooky_header .header_bottom .logo{
    display: inline-block;
    padding-left: 92px;
}
#pooky_header .header_bottom .logo a{font-family: 'BASKVILL','Spoqa Han Sans', 'Spoqa Han Sans KR', 'Sans-serif';font-size: 23px;}

#pooky_header .header_bottom .cate_list{
    display: inline-block;
    margin-left: 55px;
    vertical-align: middle;
}
#pooky_header .header_bottom .cate_list ul{
    overflow: hidden;
}
#pooky_header .header_bottom .cate_list ul li{
    float: left;
    margin-right: 20px;
}
#pooky_header .header_bottom .cate_list ul li a{
    font-size: 16px;
    font-weight: 500;
}
#pooky_header .header_bottom .cate_list ul li.space{
    width: 1px;
    height: 23px;
    background: #000;
    position: relative;
    top: 3px;
}
#pooky_header .header_bottom .cate_list ul li:last-child{
    margin-right: 0;
}
#pooky_header .header_bottom .other_menu{
  display: inline-block;
  vertical-align: top;
  position: absolute;
  right: 35px;
}
#pooky_header .header_bottom .other_menu .search_area{
    display: inline-block;
    vertical-align: bottom;
    margin-right: 20px;
}
#pooky_header .header_bottom .other_menu .search_area .search{
    position: relative;
    text-align: right;
}
#pooky_header .header_bottom .other_menu .search_area .search input{
    border: 0;
    border-bottom: 2px solid #000;
    width: 165px;
    max-width: none;
}
#pooky_header .header_bottom .other_menu .search_area .search a{
    position: absolute;
    right: 5px;
    top: -10px;
    background: transparent;
}
#pooky_header .header_bottom .other_menu .search_area .search a img{
    width: 100%;
}
#pooky_header .header_bottom .other_menu .cart{
    margin-right: 20px;
    position: relative;
}
#pooky_header .header_bottom .other_menu .cart > span{
    font-size: 0;
}
#pooky_header .header_bottom .other_menu .cart > span > span{
    font-size: 15px;
    background: #000;
    color: #fff;
    width: 20px;
    height: 20px;
    line-height: 20px;
    position: absolute;
    text-align: center;
    border-radius: 50px;
    font-size: 12px;
    right: -11px;
    top: 11px;
}
#pooky_header .header_bottom .other_menu .mypage{display: inline-block;vertical-align: top;margin-right: 15px;position: relative;}
#pooky_header .header_bottom.active .other_menu .mypage:after{content:"";width: 75px;height: 25px;background: url(/design/mariang7/Pooky/benefit01.gif) no-repeat center;position: absolute;left: -25px;top: -27px;transition: 0.5s;}

#pooky_header .header_bottom .other_menu .mypage:after{display:none;}
#pooky_header .header_bottom .other_menu .wish{
    margin-right: 20px;
}
#pooky_header .header_bottom .other_menu .insta{}
#pooky_header #pooky_hidden_layer{
    display:none;
    width: 100%;
    background: #fff;
    position: fixed;
    z-index: 100;
    left: 0;
    top: 127px;
    padding: 30px 112px 50px;
    border-bottom: 1px solid #ddd;
    box-sizing: border-box;
    overflow: hidden;
}
#pooky_header #pooky_hidden_layer.fixed{
    top: 65px;
}
#pooky_header #pooky_hidden_layer .inner{}
#pooky_header #pooky_hidden_layer .inner ul{
    overflow: hidden;
}
#pooky_header #pooky_hidden_layer .inner ul li{
    float: left;
    margin-right: 65px;
}
#pooky_header #pooky_hidden_layer .inner ul li p{
     font-size: 20px;
    font-weight: bold;
    display: block;
    margin-bottom: 15px;
    
}
#pooky_header #pooky_hidden_layer .inner ul li a{display: block;margin-bottom: 15px;font-size: 15px;}
#pooky_header #pooky_hidden_layer .inner ul li a:last-child{}
#pooky_header #pooky_hidden_layer .inner ul li a.point{
    margin-bottom: 45px;
}
#pooky_header #pooky_hidden_layer .inner ul li.child a{
    font-size: 20px;
    font-weight: bold;
    display: block;
    margin-bottom: 15px;
}



/* BASIC css end */
#blk_scroll_wings{display:none !important;}

/* BASIC css end */


/* BASIC css end */


/* BASIC css end */

