/* BASIC css start */
#mask { display:none; position:fixed; top:0; left:0; right:0; bottom:0; width:100%; height:100%; background:rgba(0,0,0,0.6); z-index:200 }

/* header */ 


/* ========================================================================
*  new css
* ======================================================================== */
html {
    width: 100%;
    height: 100%;
}
#wrap {
    width: 100%;
    min-width: 1330px;
}
.clearfix:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}
.overflowhidden{
    overflow: hidden;
}

.displaynone {
  display:none !important;}

.trans{
    -webkit-transition: all 0.3s ease;
    -khtml-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.trans1{
    -webkit-transition: all 0.3s ease-out;
    -khtml-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.trans2{
    -webkit-transition: all 0.3s ease-in-out;
    -khtml-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
/* ========================================================================
*  new css
* ======================================================================== */

.header {
    position: absolute;
    left: 0;
    right: 0;
    top: 40;
    z-index: 300; 
    width: 100%;
    min-width: 1330px;
} 
.h_top {    
    max-width: 1800px;
    margin: 0 auto;
    margin-top: 25px;
    line-height:30px;
}

.H_menu {
    margin: 0 auto;
    font-size: 0;
    text-align: right;
    float: right;
}
.H_menu li {
    display: inline-block;
    vertical-align: middle;
    margin-left: 25px;
    position:relative;
}
.H_menu li .subtxt {
    position:absolute;
    border:1px solid #000;
    font-size:12px;
    color:#000;
    font-weight:500;
    width:65px;
    height:21px;
    line-height:21px;
    text-align: center;
    left: 50%;
    top: 40px;
    margin-left: -27.5px;
    background:#fff;
    visibility:hidden;
    transition:all .3s ease;
}
.H_menu li.on .subtxt {
    top:34px;
    display:block;
    opacity:1;
    visibility:visible;
}
.H_menu li .subtxt:after {
    content:'';
    display:inline-block;
    position:absolute;
    top:0;
    width:5px;
    height:5px;
    transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    border: 1px solid #000;
    left: 47%;
    top: -4px;
    background:#fff;
    z-index:1;
    background: #fff;
    border-bottom: none;
    border-right: none;
}
.H_logo {
    width: 100%;
    margin: 0 auto;
    font-size: 0;
    text-align: left;
}
.H_logo > div {
    display: inline-block;
    vertical-align: middle;
}

.H_logo > div.center {
    /* margin: 0 377px 0 152px; */
    width: 50%;
}
   
.H_logo > div.left a + a {
    margin-left: 80px;
}
H_logo > div.right {
    padding-top: 5px;
}
.H_logo > div.right ul {
    font-size: 0;
}
.H_logo > div.right ul li {
    display: inline-block;
    vertical-align: middle;
}
.H_menu li.search {
}

.H_logo > div .right {}

.H_logo > div.right ul li + li {
    margin-left: 23px;
} 

.H_menu li.join a {
    position: relative;
}

.H_menu .join-p{
    position: absolute;
    top: -16px;
    left: -112px;
    width: 108px;
    height: 27px;
    background: url(https://junjewelry.jpg3.kr/home/2022/page/join_bg.png) no-repeat;
    color: #fff;
    line-height: 27px;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: -1px; text-align:center;
}
.H_logo > div.right ul li a span b {
    font-weight: 800;
}

.search_layer {
    display: none;
    position: fixed;
    right: 0;
    /*top: 210px !important;*/
    bottom: 0;
    width: 100%;
    height: 280px;
    background: #fff;
    z-index: 9999;
    text-align: left;
    padding-left: 35px;
    padding-right: 37px;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom:1px solid #000;
}

.search_layer_close {
    position: absolute;
    height: 18px;
    width: 22px;
    display: inline-block;
    vertical-align: middle;
    right: 48px;
    top: 42px;
    cursor: pointer;
}


.search_layer_close span {
    position: absolute;
    width: 100%;
    height: 2px;
    background: #000;
}
 
.search_layer_close.rotate span {
    transform: rotate(45deg);
}

.search_layer_close.rotate span:nth-child(2) {
    transform: rotate(-45deg);
}
.search_tit {
    padding-top: 90px;
    font-weight: 700;
    font-size: 32px;
    line-height: 1;
    padding-bottom: 20px;
}
.search_box {
    border: 1px solid #000;
    position: relative;
    width:1330px;
    margin:70px auto 25px;
}

.search_box .MS_search_word {
    height: 76px;
    width: 100%;
    border: 0;
    padding: 0 60px 0 15px;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    font-size:20px;
    color:#000;
    font-weight:400;
}

.search_box .MS_search_word::placeholder {
    color:#9c9c9c;
}

.search_box a {
    position: absolute;
    top: 26px;
    right: 13px;
}


.hot_search_tit {
    padding-top: 32px;
    font-size: 20px;
    line-height: 1;
    padding-bottom: 25px;
}

.ht_search {
    font-size: 0;
    width:1330px;
    margin:0 auto;
    text-align:right;
}

.ht_search a {
    font-size: 14px;
    background: #f4f4f4;
    height: 29px;
    line-height: 29px;
    display: inline-block;
    padding: 0 10px;
    margin-left: 10px;
    -webkit-transition: all 0.3s ease;
    -khtml-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius:14px;
}

.ht_search a:hover {
    background: #000;
    color:#fff;
}
.h_bottom_wrap {
    background: #fff;
    padding-top: 7px;;
    border-bottom:1px solid #dfdfdf;
    clear:both;
}
.header.-fix .h_bottom_wrap {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
   
}
.h_bottom {
    max-width: 1800px;
    margin: 0 auto;
    font-size: 0;
    line-height: 55px;
}

.cate_allbtn {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;

    height: 36px;
    line-height: 32px;
  
}


.cate_allbtn:after {
   position: absolute;
    top: 50%;
    right: -18px;
    width: 1px;
    height: 15px;
    margin-top: -9px;
    background: #cbcbcb;
    content: '';
}



.cate_allbtn p {
display: inline-block;
    font-size:17px;
    color:#000;
}

.cate_allbtn  img {
    float: left;
        margin-right: 5px;
    margin-top: 4px;vertical-align: middle;
}

.cate_allbtn.on p img {
    transform:rotate(180deg);
    -webkit-transform:rotate(180deg);
}

.cate_allbtn span {
    position: absolute;
    width: 100%;
    height: 2px;
    background: #000;
    left: 0;
}

.cate_allbtn span:nth-child(1) {
    top: 0;
}

.cate_allbtn span:nth-child(2) {
    top: 9px;
}

.cate_allbtn span:nth-child(3) {
    top: 9px;
}

.cate_allbtn span:nth-child(4) {
    top: 18px;
}
.cate_allbtn.on span:nth-child(1) {
    transform: rotate(45deg);
    top: 9px;
}
.cate_allbtn.on span:nth-child(2) {
    transform: rotate(45deg);
}
.cate_allbtn.on span:nth-child(3) {
    transform: rotate(-45deg);
}
.cate_allbtn.on span:nth-child(4) {
    transform: rotate(-45deg);
    top: 9px;
}
.cate_allbtn:hover span:nth-child(2), .cate_allbtn:hover span:nth-child(3) {
    width: 65%;
}
.cate_allbtn.on:hover span:nth-child(2), .cate_allbtn.on:hover span:nth-child(3) {
    width: 100%;
}

.bold_cate {
    display: inline-block;
    vertical-align: middle;
    margin-left: 35px;
}




.bold_cate a.on:after{  position: absolute;
    top: -4px;
    right: -7px;
    width: 5px;
    height: 5px;
    background: #ff6d44;
    border-radius: 50%;
    content: "";}

.bold_cate a {
    font-size: 16px;
    font-weight: 500;
}

.bold_cate a:hover{
    text-decoration : underline; text-decoration-thickness: 2px;
}

.bold_cate a.krtxt {
    font-weight:500;
}
.H_cate > div,
.bold_cate > div {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    line-height: 22px;
}
.bold_cate a + a,
.bold_cate div + div {
    margin-left: 22px;
}

.H_cate {
    display: inline-block;
    text-align: right;
    vertical-align: middle;
   float: right;
}

.H_cate a {
    font-size: 12px;
    font-weight: 400;
}

.H_cate a:hover{
    text-decoration : underline;
}

.H_cate a.entxt {
    font-size:12px;
    font-weight:400;
}

.H_cate a + a, .H_cate div + div {
    margin-left: 17px;
}
 
.mega_wrap {
    display: none;
    width: 100%;
    background: #fff;
    height: 430px;
    position: absolute;
    top: 119px;
    border-bottom:1px solid #000;
    z-index:10;
}

.header.-fix .mega_wrap {
    top: 64px;
    position: fixed;
}

.mega_box {
    max-width: 1800px;
    margin: 0 auto;
    font-size: 0;
    padding-bottom: 100px;
    position:relative;
    box-sizing:border-box;
}

.mega_box .mega_close {
    position:absolute;
    right:0;
    top:17px;
    z-index:1;
    cursor:pointer;
}

.mega_box .left {
 width: 1790px;
    margin: 0 auto;
    display: flex
;
    justify-content: space-between;
}

.mega_box > div > ul {
    font-size: 0;
}

.mega_box > div > ul > li {
    width: 127px;
    display: inline-block;
    vertical-align: top;
    margin-top: 30px;
}

.mega_box > div > ul > li .bigname {padding-bottom: 12px;}
.mega_box > div > ul > li .bigname a {
    font-size: 16px;
    font-weight: 700;
}

.mega_box > div > ul > li > a {
    color: #656565;
    font-size: 13px;
    display: block;
    padding-bottom: 14px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-out;
    -khtml-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.mega_box > div > ul > li > a:hover {
    color:#000;
}



/* ´ÙÃ£´Ù ÀÚµ¿¿Ï¼º*/
.search-auto-complete-list { display:none; z-index:1; position:absolute; top:40px; left:0; border:1px solid #ddd; border-top:1px solid #000; line-height:14px; background:#fff; }
.search-auto-complete-list ul { width:202px; padding:4px 0 6px; border-bottom:1px solid #ddd; }
.search-auto-complete-list ul li { text-align:left; }
.search-auto-complete-list ul li.on { background:#f3f3f3; }
.search-auto-complete-list ul li a { display:block; padding:8px 14px 7px; color:#000; background:none; font-family:'dotum'; font-size:12px; letter-spacing:-1px; }
.search-auto-complete-list ul li a strong { color:#ab3e41; }
.search-auto-complete-list ul li a:hover { background:#f2f2f2; }
.search-auto-complete-list ul li a:hover span { border-bottom:1px solid #000; }
.search-auto-complete-list .search-list-close { display:block; padding:10px 11px; text-align:right; color:#999; font-size:11px; }

.H_logo > div.left {
    display: none;
}

.H_logo > div.right {
  
}
.H_logo > div.center a + a {
    margin-left: 55px;
}
.depth2 {
   position: absolute;
    /* top: 26px; */
    background: #ffffff;
    border: 1px solid #c4c4c4;
    width: 136px;
    left: -3px;
    padding: 5px 13px;
    text-align: left;
    display: none;
    z-index: 10;
}

.depth2 li {
    height: 35px;
    line-height: 35px;
}

.depth2 li a {
    color: #000;
    font-size: 14px;
    font-weight: 400;
  
}

.depth2 li a:hover{
    text-decoration : underline;
}

.H_cate > div:hover .depth2, .bold_cate > div:hover .depth2 {
    display: block;
}


/*½ºÅ©·Ñ¹Ù »ö»ó Ãß°¡*
::-webkit-scrollbar{width: 16px;}
::-webkit-scrollbar-track{background-color: #ffefec;}
::-webkit-scrollbar-thumb{background-color: #ffaba0; border-radius: 10px;}
::-webkit-scrollbar-button:start:decrement,::-webkit-scrollbar-button:end:increment {
    width: 10px; 
}


/*Àå¹Ù±¸´ÏÄ«¿îÆ®*/
li.cartArea {
    position: relative;
    display: inline-block;
}
.bsCount{    
    position: absolute;
    top: -3px;
    right: -8px;
    width: 18px;
    height: 18px;
    line-height: 18px;
    border-radius: 50%;
    background-color: #ff5013;
    font-weight: 500;
    text-align: center;
    font-size: 12px;
    color: #fff;
}




@media screen and (max-width:1800px){
    .h_top,
    .h_bottom {padding:0 60px;}
    .mega_box {padding:0 30px;}
    .mega_box .mega_close {right:30px;}
}

@media screen and (max-width:1500px){
    .h_top,
    .h_bottom {padding:0 30px;}
}




/*»ó´Ü ÅØ½ºÆ® ½½¶óÀÌµå*/

.top_sli{ 

height: 45px;

min-width: 320px;
    font-size: 12px;
    line-height: 27px;
    color: #2e2e2e;
    -webkit-text-size-adjust: none;
    max-width: 100%;
    
    min-height: 100%;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;


}

.main_slide {

background: #fff;
    border-bottom: 1px solid #2e2e2e;
z-index: 99;


    width: 100%;
    margin: 0 auto 0px;
    overflow-x: hidden;
    overflow-y: hidden;
    z-index: 7;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 35px;
    font-size: 11px;
    font-weight: 600;
    padding: 6px 0 0;

}


.main_slide .s_text {
position: absolute;
    white-space: nowrap;
   
    animation: marquee 50s linear infinite;

}


.main_slide .s_text span.nonono {
    -webkit-transform: translateY(calc(100% - 0rem));
    transform: translateY(calc(100% - 0rem));
}


@keyframes marquee {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}


o {   padding: 0 100px;}



/*»ó´Ü ÅØ½ºÆ® ½½¶óÀÌµå ³¡*/




/* BASIC css end */

