/* 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: 1360px;
}
.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: 0;
    z-index: 300; 
    width: 100%;
    min-width: 1360px;
} 
.h_top {
    background: #ffe4d3;
}

.H_menu {
    width: 1360px;
    margin: 0 auto;
    font-size: 0;
    text-align: right;
    padding-top: 30px;
}
.H_menu li {
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
}
.H_menu li a {
    color: #464646;
    font-size: 13px;
    font-weight: 500;
}

.H_menu li a:hover {
    color: #000;
}
.H_logo {
    width: 1360px;
    margin: 0 auto;
    font-size: 0;
    text-align: left;
    padding-bottom: 40px;  
}
.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_logo > div.right ul li.search {
}

.H_logo > div .right {}

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

.H_logo > div.right ul li a {
    position: relative;
}

.H_logo > div.right ul li a .join-p{
    position: absolute;
    top: -16px;
    left: -108px;
    width: 108px;
    height: 27px;
    background: url(/design/koreajisuk/new/join_bg.png) no-repeat;
    color: #fff;
    line-height: 27px;
    font-size: 14px;
    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: 0;
    bottom: 0;
    width: 470px;
    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;
}
.search_layer_close {
    position: absolute;
    height: 18px;
    width: 22px;
    display: inline-block;
    vertical-align: middle;
    right: 36px;
    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: 2px solid #000;
    height: 60px;
    line-height: 60px;
    position: relative;
}

.search_box .MS_search_word {
    height: 54px;
    width: 99%;
    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: 15px;
}

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

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

.ht_search {
    font-size: 0;
}

.ht_search a {
    font-size: 14px;
    background: #f4f4f4;
    height: 29px;
    line-height: 29px;
    display: inline-block;
    padding: 0 8px;
    margin-right: 10px;
    margin-bottom: 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;
}

.ht_search a:hover {
    background: #f0f0f0;
}
.h_bottom_wrap {
    background: #fff;
    height: 60px;
}
.header.-fix .h_bottom_wrap {
    position: fixed;
    background: #ffe4d3;
    top: 0;
    left: 0;
    right: 0;
}
.h_bottom {
    width: 1360px;
    margin: 0 auto;
    font-size: 0;
    line-height: 60px;
}

.cate_allbtn {
    position: relative;
    height: 18px;
    width: 26px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}


.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: 25px;
    width: 575px;
}

.bold_cate a {
    font-size: 17px;
    font-weight: 600;
}
.H_cate > div,
.bold_cate > div {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
.bold_cate a + a,
.bold_cate div + div {
    margin-left: 29px;
}

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

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

.H_cate a + a, .H_cate div + div {
    margin-left: 22px;
}
 
 
.mega_wrap {
    display: none;
    width: 100%;
    background: #fff;
    height: 624px;
    border-top: 1px solid #f4f4f4;
    position: absolute;
    top: 227px;
}
.header.-fix .mega_wrap {
    top: 60px;
    position: fixed;
}
.mega_box {
    width: 1360px;
    margin: 0 auto;
    font-size: 0;
    /* padding-top: 60px; */
    padding-bottom: 34px;
}

.mega_box .left {
    width: 1026px;
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.mega_box .right {
    display: inline-block;
    vertical-align: top;
    width: 333px;
    padding-left: 62px;
    -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;
}

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

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

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

.mega_box > div > ul > li > a {
    color: #888888;
    font-size: 14px;
    display: block;
    padding-bottom: 9px;
    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 .left:after {content: "";background: #f1f1f1;position: absolute;width: 1px;height: 520px;display: block;right: 0;top: 60px;}
.mega_box > div > ul > li > a:hover {
    color: #000;
}

.mega_box > div > ul > li > a.ev_img {
    width: 271px;
}

.mega_box > div > ul > li > a.ev_img img {
    width: 100%; 
} 
.mega_box > .left > ul > li:nth-child(3), .mega_box > .left > ul > li:nth-child(10) {
    padding-right: 15px;
}

.mega_box > .left > ul > li:nth-child(4), .mega_box > .left > ul > li:nth-child(11) {
    padding-right: 35px;
}

.mega_box > .left > ul > li:nth-child(5), .mega_box > .left > ul > li:nth-child(12) {
    padding-right: 43px;
}

.mega_box > .left > ul > li:nth-child(7), .mega_box > .left > ul > li:nth-child(14) {
    width: 72px;
}

.mega_box .right li:nth-child(2) {
    margin-left: 24px;
    width: 110px;
}

.mega_box .right li:nth-child(3) {
    padding-top: 51px;
}



/* ´ÙÃ£´Ù ÀÚµ¿¿Ï¼º*/
.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 {
    width: 50%;
    text-align: right;
    margin-top: 30px;
}
.H_logo > div.center a + a {
    margin-left: 55px;
}
.depth2 {
    position: absolute;
    top: 50px;
    background: #ffe4d3;
    width: 160px;
    left: -15px;
    padding: 12px 15px;
    text-align: left;
    display: none;
}

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

.depth2 li a {
    color: #000;
    font-size: 15px;
    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; 
}
/* BASIC css end */

