/* BASIC css start */
//body {background:#ddd;}
#rightWings {
    display: none;
}

.minSizeWrap {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    height: 10px;
    padding: 0px;
}

#hdWrap {
    position: relative;
    z-index: 100;
    height: 240px;
}

#hdWrap.headerFix .hdBtm {
    position: fixed;
    top: 39px;
    left: 0;
    right: 0;
}

#hdWrap.headerFix .hdTop .ht_left .listWrap {
    margin-left: 72px;
}

#hdWrap.headerFix .hdTop .ht_left .listWrap .joinPoint {
    display: none;
}

#hdWrap .hdTop {
    position: fixed;
    top: 0;    left: 0;    right: 0;
    background: #fff;
    z-index: 98;    padding: 0px;    margin: 0px;
    height: 39px;
}


#hdWrap .hdTop .ht_left {
    float: left;
}

#hdWrap .hdTop .ht_left .ht_home {
    display: none;    position: absolute;
}

#hdWrap .hdTop .ht_left .ht_home a {
    display: block;
    width: 52px;
    height: 39px;
    line-height: 39px;
    font-size: 22px;
    background: #292929;
    color: #fff;
    text-align: center;
    margin-right: 20px;
    padding: 0px;
}

#hdWrap .hdTop .ht_left .listWrap {
    float: left;     -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#hdWrap .hdTop .ht_left .listWrap .list {
    float: left;
    padding: 6px 0;
}

#hdWrap .hdTop .ht_left .listWrap .link {
    position: relative;
    display: block;
    padding: 0 10px;
    height: 27px;
    line-height: 27px;
}

#hdWrap .hdTop .ht_left .listWrap .list:first-child .link {
    padding-left: 0;
}

#hdWrap .hdTop .ht_left .listWrap .joinPoint {
    display: inline-block;
    position: absolute;
    top: 20px;
    left: 50%;
    margin-left: -25px;
    width: 50px;
    height: 16px;
    line-height: 16px;
    padding-top: 4px;
    text-align: center;
    color: #fff;
    font-size: 11px;
    background: url("/design/joo2234/tem131/top_point.png") no-repeat 0 0;
    -webkit-animation: joinPointAni 3s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
}

#hdWrap .hdTop .ht_left .hdNotice {
    position: relative;
    height: 27px;
    line-height: 27px;
    overflow: hidden;
    float: left;
    padding: 6px 0;
}

#hdWrap .hdTop .ht_left .hdNotice dt {
    float: left;
    padding: 0 8px 0 10px;
}

#hdWrap .hdTop .ht_left .hdNotice dt a {
    font-size: 14px;
}

#hdWrap .hdTop .ht_left .hdNotice dt .grBar {
    display: inline-block;
    margin-right: 17px;
    width: 1px;
    height: 11px;
    background: #ddd;
    vertical-align: -1px;
}

#hdWrap .hdTop .ht_left .hdNotice dd {
    position: relative;
    float: left;
    width: 230px;
    height: 27px;
    padding-right: 20px;
}

#hdWrap .hdTop .ht_left .hdNotice .hdNoticeBtn .prev {
    position: absolute;
    right: 0;
    top: -4px;
}

#hdWrap .hdTop .ht_left .hdNotice .hdNoticeBtn .next {
    position: absolute;
    right: 0;
    top: 8px;
}

.listWrap {
    margin-top: 20px;
}

.listWrap2 {
    margin-top: 1px;
}

@-webkit-keyframes joinPointAni {
    0% {
        -webkit-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    }

    5% {
        -webkit-transform: scale(1) rotate(0deg) translateX(0px) translateY(-2px) skewX(0deg) skewY(0deg);
    }

    10% {
        -webkit-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    }

    15% {
        -webkit-transform: scale(1) rotate(0deg) translateX(0px) translateY(-2px) skewX(0deg) skewY(0deg);
    }

    20% {
        -webkit-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    }

    100% {
        -webkit-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    }
}



/*Ä«Å×°í¸® 3´Ü*/

/* -----------------#½½¶óÀÌ½º¸Þ´º#-----------------------*/

#cssmenu {
    //position: relative;
    min-width: 1200px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    //padding: 0;
    //margin: 0;
    border: 0;
    width: auto;
    height: 60px;
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 400;
    z-index: 1000;
    margin-left: -1800px;
    margin-top: 14px;
}

#cssmenu a {
    display: inline-block;
    line-height: 60px;
    text-decoration: none; 
    color: #EB7530; 
    font-weight: bold;  z-index: 19;
    padding: 0px 5px; 
    background-size: 150px 80px;
  width: 100%;   height: 100%;  border: 5px solid transparent;
}

/*
.aa { z-index: 19; display: inline-block; padding:20px; background-color: aquamarine; }
*/
#cssmenu ul {
    position: relative;
    left: 30%; top: -20px;
    margin-left: -26.5%;    display: inline-block;
    z-index: 20; 
}

#cssmenu:after, #cssmenu ul:after {
    content: '';
    display: inline-block;
    clear: both;
}


#cssmenu ul,#cssmenu li {
    list-style: none;
    margin: 0;
    padding: 0; 
}


#cssmenu ul li {
    float: left; display: inline-block;
    vertical-align: middle; 
}

#cssmenu ul li.hover, #cssmenu ul li:hover {
    position: relative;
    z-index: 100;
    cursor: default; 
}

#cssmenu ul ul {
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 20% z-index: 100;
    bottom: 0;
    text-transform: none;
    margin-top: 0px; 
}


#cssmenu ul ul a {
    border: 0px solid #EB7530;
    border-top: 0 none;
    line-height: 105%;
    padding: 12px 15px;
    font-weight: bold;
    width: auto;    min-width: 230px; 
    display: inline-block;
    width: auto;

}

#cssmenu ul ul li:hover {
text-decoration: underline;
}

#cssmenu > ul > li > a.big_title {
    line-height: 50px;
    font-size: 14px;
    font-weight: normal; color: #FFF; display: inline-block;
}

#cssmenu ul li a {
 color: #3a3a3a; 
}

#cssmenu ul li a:hover {
 color:coral; text-decoration: overline; 
    //line-height: 50px;
}

#cssmenu ul li:hover > ul {
    visibility: visible;
    display: inline-block; 
}

#cssmenu ul ul>li {
    position: relative;
    font-weight: normal; float: none;
    margin-left:-10px;    
    background-color: rgba(233, 215, 195, 0.85);
    padding 10px;
}

#cssmenu ul>li>ul {
    background-color:darkgreen;
}

#cssmenu ul ul ul {
    border-top: 0 none; top: -0.2em;
    left: 270px;
    width: auto;  //border-radius: 30px;

}
#cssmenu > ul > li > ul > dl {
    margin-left:35px;
}

#cssmenu > ul > li > ul > dl > a {
    font-weight: normal; color: #3a3a3a; margin-left:35px;
}
   

/*Ä«Å×°í¸® 3´Ü ³¡*/

#hdWrap .hdTop .ht_right {
    float: right;
}

#hdWrap .hdTop .ht_right .list {
    float: left;
    padding: 6px 0;
}

#hdWrap .hdTop .ht_right .link {
    display: block;
    padding: 0 2px;
    height: 27px;
    line-height: 27px;
}

#hdWrap .hdTop .ht_right .link span {
    display: block;
    border-radius: 4px;
    width: 28px;
    height: 25px;
    text-align: center;
}

#hdWrap .hdTop .ht_right .link span i {
    font-size: 16px;
    line-height: 25px;
}

#hdWrap .hdTop .ht_right .list.search {
    padding: 6px 0 6px 2px;
}

#hdWrap .hdTop .ht_right .searchArea form {
    position: relative;
}

#hdWrap .hdTop .ht_right .searchArea input {
    position: relative;
    z-index: 2;
    height: 25px;
    width: 140px;
    border: 1px solid #eaeaea;
    background-color: #eaeaea;
    padding: 0 28px 0 10px;
    outline: none;
    border-radius: 4px;
}

#hdWrap .hdTop .ht_right .searchArea input:hover,
#hdWrap .hdTop .ht_right .searchArea input:focus {
    background-color: #d6d6d6;
    border: 1px solid #d6d6d6;
}

#hdWrap .hdTop .ht_right .searchArea .searchBtn {
    position: absolute;
    top: 1px;
    right: 1px;
    width: 28px;
    height: 28px;
    z-index: 2;
    text-align: center;
    line-height: 1;
    font-size: 18px;
    color: #292929;
    display: block;
}

#hdWrap .hdTop .ht_right .searchArea .searchBtn i {
    padding-top: 4px;
}


#hdWrap .hdMid {
    text-align: center;
    height: 160px;
    padding-top: 40px;
}

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

#hdWrap .hdMid img {
    margin-top: 30px;
    vertical-align: middle;
    /* width: 250px; */
}

#hdWrap .hdMid a {
    /* font-size: 50px; */
}


#hdWrap .hdBtm {
    position: relative;
    //background-image: url(http://joo2234.img13.kr/2022/layout/main_nav.jpg);
    background-color: rgba(255, 255, 255, 0.86);
    border-top: 1px solid #EB7530;
    border-bottom: 1px solid #EB7530;
    height: 50px;
}



#hdWrap .hdBtm .menuArea {
    position: absolute;
    top: 0;
    left: 0;
}

#hdWrap .hdBtm .cartArea {
    position: absolute;
    top: 0;
    right: 0;
}

#hdWrap .hdBtm .menuArea a,
#hdWrap .hdBtm .cartArea a {
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    vertical-align: middle;
    border-bottom: 1px solid #EB7530;
}

#hdWrap .hdBtm .menuArea a:hover,
#hdWrap .hdBtm .cartArea a:hover {
    background: #f1f1f1;
}

#hdWrap .hdBtm .menuArea i,
#hdWrap .hdBtm .cartArea i {
    font-size: 26px;
}

#hdWrap .hdBtm .cartArea .bsCount {
    position: absolute;
    right: 6px;
    top: 11px;
    width: 20px;
    height: 20px;
    line-height: 16px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 0;
    background-color: #d8d8d8;
    text-align: center;
    font-size: 11px;
}


#hdWrap .hdBtm .allMenu {
    display: none;
    position: absolute;
    top: 0px;     left: 0;
}

#hdWrap .hdBtm .allMenu #btn-allMenuClose {
    position: relative;
    width: 52px;
    height: 51px;
    font-size: 26px;
    color: #fff;
    text-align: center;
    line-height: 52px;
    background-color: #EB7530;
    cursor: pointer;
    z-index: 99;
}

#hdWrap .hdBtm .allMenu .allMenuBx {
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    width: 1198px;
    background: #fff;
    border: 1px solid #ddd;
    z-index: 100;
}

#hdWrap .hdBtm .allMenu .allMenuBx .allMenuInner {
    padding: 20px 0 0 34px;
    overflow: hidden;
}

#hdWrap .hdBtm .allMenu .allMenuBx .allMenuInner .allMenuList {
    *zoom: 1;
}

#hdWrap .hdBtm .allMenu .allMenuBx .allMenuInner .allMenuList:after {
    display: block;
    clear: both;
    content: ''
}

#hdWrap .hdBtm .allMenu .allMenuBx .allMenuInner .allMenuList dl {
    padding: 0 34px 30px 0;
    float: left;
    width: 160px;
}

#hdWrap .hdBtm .allMenu .allMenuBx .allMenuInner dl dt {
    border-bottom: 1px solid #ddd;
    margin-bottom: 4px;
}

#hdWrap .hdBtm .allMenu .allMenuBx .allMenuInner dl dt a {
    padding-left: 5px;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
}

#hdWrap .hdBtm .allMenu .allMenuBx .allMenuInner dl dd a {
    display: block;
    padding: 3px 0 3px 5px;
    color: #777;
}

#hdWrap .hdBtm .allMenu .allMenuBx .allMenuInner dl dd a:hover {
    background: #f8f8f8;
    color: #111;
}

#hdWrap .hdBtm .allMenu .allMenuBx .allMenuInner .boardList {
    padding-left: 5px;
    height: 44px;
    border-top: 1px solid #ddd;
}

#hdWrap .hdBtm .allMenu .allMenuBx .allMenuInner .boardList a {
    display: inline-block;
    margin-right: 35px;
    height: 44px;
    line-height: 44px;
}


#hdWrap .hdBtm .cateWrap {
    text-align: center;
    width: 1096px;
    margin: 0 auto;
    position: relative;
    height: 50px;
}

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

#hdWrap .hdBtm .cateWrap a:hover {
    border-bottom: 1.2px dashed #EB7530;
}

#hdWrap .hdBtm .cateWrap .tmenu {
    position: relative;
    padding: 0 20px;
    display: inline-block;
}

#hdWrap .hdBtm .cateWrap .tmenu > a {
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 15px;
    line-height: 50px
}

#hdWrap .hdBtm .cateWrap .tmenu .depth2 {
    display: none;
    position: absolute;
    background: #fff;
    top: 50px;
    left: 50%;
    width: 150px;
    margin-left: -80px;
    padding: 10px 0;
    border: 1px solid #EB7530;
    z-index: 97;
}

#hdWrap .hdBtm .cateWrap .tmenu .depth2 li {
    line-height: 30px;
}

#hdWrap .hdBtm .cateWrap .tmenu .depth2 li a {
    font-size: 13px;
}


/* right */
#asideMenu {
    position: fixed;
    top: 0;
    right: 0;
    width: 170px;
    height: 100%;
    background: #fff;
    z-index: 101;
    box-shadow: -1px 0px 2px rgba(0, 0, 0, 0.1);
    border-left: 1px solid #ddd;
}

#asideMenu.rmFix {
    right: -170px;
}

#asideMenu .aminner {
    padding: 20px 0 20px 11px;
}


#asideMenu .astSliderWrap {
    position: relative;
    width: 150px;
    height: 150px;
    overflow: hidden;
}

#asideMenu .astSliderWrap .astSlider img {
    width: 100%;
}

#asideMenu .astSliderWrap .bx-controls-direction {
    opacity: 0;
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: 60;
    text-align: center;
}

#asideMenu .astSliderWrap:hover .bx-controls-direction {
    opacity: 1.0;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

#asideMenu .astSliderWrap .bx-prev,
#asideMenu .astSliderWrap .bx-next {
    position: absolute;
    top: 0;
    margin-top: -13px;
    font-size: 24px;
    display: inline-block;
}

#asideMenu .astSliderWrap .bx-prev {
    left: 2px;
}

#asideMenu .astSliderWrap .bx-next {
    right: 2px;
}

#asideMenu .astSliderWrap .bx-pager {
    position: absolute;
    bottom: 3px;
    left: 0;
    right: 0;
    z-index: 60;
    text-align: center;
}

#asideMenu .astSliderWrap .bx-pager-item {
    transition: all 0.3s ease;
    display: inline-block;
    position: relative;
}

#asideMenu .astSliderWrap .bx-pager-link {
    display: inline-block;
    width: 14px;
    height: 3px;
    font-size: 0;
    margin: 2px;
    background-color: rgba(104, 238, 160, 0.63)
}

#asideMenu .astSliderWrap .bx-pager-link.active {
    width: 24px;
    background-color: rgba(243, 218, 149, 0.63);
}

#asideMenu .amWrap {
    margin-top: 20px;
}

#asideMenu .amWrap:after {
    content: "";
    display: block;
    clear: both;
}

#asideMenu .amTit {
    margin-bottom: 2px;
    color: #EB7530;
    font-size: 13px;
    font-weight: bold;
}

#asideMenu .amWrap .amBtn li {
    float: left;
}

#asideMenu .amWrap .amBtn li a {
    display: inline-block;
    width: 150px;
    height: 28px;
    line-height: 26px;
    text-align: center;
    border-bottom: 2px solid #ddd;
    margin: 2px 4px 4px 0;
    font-size: 13px;
    font-weight: bold;
    color: #CE4E02;
}


#asideMenu .amWrap .amTel {
    color: #292929;
    font-size: 18px;
    font-weight: bold;
}

#asideMenu .todayViewWrap {
    position: relative;
    width: 150px;
    visibility: hidden;
}

#asideMenu .todayViewWrap .todaySlider img {
    width: 100%;
}

#asideMenu .todayViewWrap .bx-controls-direction {
    opacity: 0;
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: 60;
    text-align: center;
}

#asideMenu .todayViewWrap:hover .bx-controls-direction {
    opacity: 1.0;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

#asideMenu .todayViewWrap .bx-prev,
#asideMenu .todayViewWrap .bx-next {
    position: absolute;
    top: 0;
    margin-top: -13px;
    font-size: 24px;
    display: inline-block;
}

#asideMenu .todayViewWrap .bx-prev {
    left: 2px;
}

#asideMenu .todayViewWrap .bx-next {
    right: 2px;
}

#asideMenu .todayViewWrap .bx-pager {
    position: absolute;
    bottom: 8px;
    left: 0;
    right: 0;
    z-index: 60;
    text-align: center;
}

#asideMenu .todayViewWrap .bx-pager-item {
    transition: all 0.3s ease;
    display: inline-block;
    position: relative;
}

#asideMenu .todayViewWrap .bx-pager-link {
    display: inline-block;
    width: 14px;
    height: 3px;
    font-size: 0;
    margin: 2px;
    background-color: rgba(0, 0, 0, 0.4)
}

#asideMenu .todayViewWrap .bx-pager-link.active {
    width: 24px;
    background-color: rgba(0, 0, 0, 0.8);
}


#asideMenu .asideBtn {
    position: absolute;
    top: 50%;
    left: -42px;
    margin-top: -72px;
}

#asideMenu .asideBtn .asideOpen {
    width: 42px;
    height: 42px;
    font-size: 20px;
    color: #fff;
    line-height: 44px;
    text-align: center;
    background: #292929;
    cursor: pointer;
}

#asideMenu .asideBtn .pageTop,
#asideMenu .asideBtn .pageBottom {
    display: block;
    width: 40px;
    height: 41px;
    font-size: 20px;
    color: #292929;
    line-height: 44px;
    text-align: center;
    background: #fff;
    cursor: pointer;
    border: 1px solid #ddd;
    margin-top: -1px;
}


#wnInput {
    border: 0px;
}

.bankinfo {
    font-size: 10px;
    border: 0px;
    color: darkgrey;
}


li.cart_ani .cartArea {
    width: 150px;
    height: 26px;
    animation-name: cartbtt;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    border-radius: 30px;
}



#side_listmenu {
    width: 150px;
}

#side_listmenu ul {
    list-style: none;
    width: 150px;
}

#side_listmenu li {
    margin-left: 0px;
    padding 30px;
    line-height: 35px;
    text-align: center;
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: bold;
}

#side_listmenu li:nth-child(1) a {
    color: #FFF;
}


#side_listmenu li:nth-child(2) {
    border-bottom: 2px solid #eb752e;
}

#side_listmenu li:nth-child(2) a {
    color: #705a4f;
}

#side_listmenu li:nth-child(3) {
    border-bottom: 2px solid #eb752e;
}

#side_listmenu li:nth-child(3) a {
    color: #705a4f;
}

#side_listmenu li:nth-child(4) {
    border-bottom: 2px solid #eb752e;
}

#side_listmenu li:nth-child(4) a {
    color: #705a4f;
}

#side_listmenu .bt_basket {

    background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
    border: none;
    background-size: 300% 100%;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 0;
    animation-name: cartbtt;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}


@keyframes cartbtt {
    0% {
        background: linear-gradient(to right, #ed6ea0, #ec8c69, #f7186a, #FBB03B);
    }

    50% {
        background-color: #efc222;
    }

    100% {
        background: linear-gradient(-45deg, #ee7752, #e73c7e);
    }
}


#side_listmenu .bt_basket:hover {
    background-position: 100% 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.icon_cart_01 {
    display: inline-block;
    width: 24px;
    height: auto;
    margin-top: 6px;
}


/* 3rd */
.hdBtm {
    background-image: url("http://joo2234.img13.kr/2022/layout/main_navi_bar.jpg");
    border-bottom: 1px solid #A48458;
    height: 50px;
}

.brand_img {
    width:150px; border: 2px solid #A48458; 
}
.wnx-col {
    float: left; margin-right: 10px; padding: 5px 10px; margin-left: 24px;
}
/* BASIC css end */

