/* BASIC css start */
/* 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;
    background: #ffe4d3;
    padding-bottom: 25px;
} 
.h_top {
    background: transparent;
   
}

.H_menu {
    width: 1240px;
    margin: 0 auto;
    font-size: 0;
    text-align: right;
    padding-top: 20px;
}
.H_menu li {
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
}
.H_menu li a {
    color: #444;
    font-size: 15px;
   
}

.H_menu li a:hover {
    color: #000;
}
.H_logo {
    width: 1280px;
    margin: 0 auto;
    font-size: 0;
    padding-top: 15px;
    text-align: center;
    padding-bottom: 63px;
}
.H_logo > div {
    display: inline-block;
    vertical-align: middle;
}
.H_logo > div.left {
    margin-top: -4px;
    margin-left:-40px;
}
.H_logo > div.center {
    margin: 0 0px 0 400px;
}
   
.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;
}
.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; */
    text-align: center;
    /*padding: 10px 0 0;*/

}
.header.-fix .h_bottom_wrap {
    position: fixed;
    /* background: #fff; */
    top: 0;
    left: 0;
    right: 0;
}

.h_bottom_wrap > ul {
    font-size: 0;
}

.h_bottom_wrap > ul > li {
    display: inline-block;
    vertical-align: top;
    margin: 0 10px;
}

.h_bottom_wrap > ul > li.txt {
    background: #474747;
    width: 125px;
    height: 96px;
    border-radius: 30px;
    line-height: 96px;
}

.h_bottom_wrap > ul > li.txt > a {
    color: #ffac9d;
    font-size: 18px;
    letter-spacing: -1px;
    font-weight: 600;
    display: block;
    height: 96px;
    /* line-height: 96px; */
    padding-top: 38px;
    -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;
}
.h_bottom_wrap > ul > li.txt.B-S a{
    padding-top: 28px;
}


.h_bottom_wrap > ul > li > ul {background: #ffac9d;margin-top: -30px;border-radius: 0 0 30px 30px;text-align: left;padding: 36px 0 9px 0;display: none;}

.h_bottom_wrap > ul > li.on {
    background: #ffac9d;
}
 
.h_bottom_wrap > ul > li.on > a {
    color: #fff;
}

.h_bottom_wrap > ul > li > ul > li {
    line-height: 1;
    margin-left: 10px;
    padding-bottom: 8px;
    border-bottom: 1px solid #fff;
    padding-top: 14px;
    margin-right: 10px;
}

.h_bottom_wrap > ul > li > ul > li > a {
    color: #fff;
    padding-left: 5px;
    font-size: 14px;
   
}
.h_bottom_wrap > ul > li > ul > li > a:hover {
    opacity: 0.9;
}
.h_bottom_wrap > ul > li > ul > li:last-child {
    border-bottom: 0;
}
.h_bottom_wrap > ul > li.on > ul { display: block; }
.header.-fix .h_bottom_wrap > ul > li > a {
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
    display: block;
    border-radius: 30px;
}





.h_bottom_wrap > ul > li.txt2 {
    background: #FFF;
    width: 125px;
    height: 96px;
    border-radius: 30px;
    line-height: 96px;
}

.h_bottom_wrap > ul > li.txt2 > a {
    color: #000c;
    font-size: 18px;
   
    font-weight: 700;
    display: block;
    height: 96px;
    /* line-height: 96px; */
    padding-top: 38px;
    -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;
}
.h_bottom_wrap > ul > li.txt2.B-S a{
    padding-top: 28px;
}






/* ´ÙÃ£´Ù ÀÚµ¿¿Ï¼º*/
.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; }


    

/* BASIC css end */




/*½ºÅ©·Ñ¹Ù »ö»ó Ãß°¡*/
::-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 */

