/* BASIC css start */
/* BASIC css start */
/* BASIC css start */
.overflowhidden {overflow:hidden;}
#contentWrapper {
    margin: 117px 0 0;
}
#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
}


.promotionBanner {
    position: relative;
    overflow: hidden;
    text-align: center;
    background: #000000;
    height: 35px;
}

.promotionBanner .bannerLink {}

.promotionBanner a {
    color: #fff !important;
    line-height: 35px;
    /* font-style: italic; */
}

.promotionBanner .slash {
    color: #fff !important;
    font-family: 'Noto Sans KR', sans-serif;
    line-height: 35px;
    font-style: italic;
    margin: 0 5px;
}

.promotionBanner a .slash {
    margin: 0 12px 0 12px;
}


#header #category_L {
    left: 0;
}

#header #category_L>li {
    margin-right: 65px;
    font-size: 12px;
}

#header #category_L>li:nth-child(4) {
    margin-right: calc(65px + 215px);
}

#header #category_L>li:nth-child(5) {
    margin-left: 55px;
}

#header #category_L>li:nth-child(n+5) {
    margin-right: 42px;
}
#header #category_L>li:last-child {
    margin-right: 0;
}


#header #category_R {
    right: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

#header #category_R>li {
    margin: 0 2.5em;
}

#header #category_R>li:last-child {
    padding-right: 0px;
    margin-right: 0px;
}

#member_menu {
    position: relative;
    z-index: 10;
    font-size: 0px;
}

#member_menu li {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 30px;
}

#member_menu li.btn_menu .close {
    display: none;
}

#member_menu_sub .pc_hide {
    display: none;
}

.inner {
    display: inline-block;
    min-width: 1500px;
    max-width: 1920px;
    width: 1500px;
    box-sizing: border-box;
}

.inner_L {
    display: inline-block;
    float: left;
}

.inner_R {
    display: inline-block;
    float: right;
}

#wrap {
    width: 100%;
    min-width: 1500px;
    position: relative;
    margin: 0 auto;
    /* text-align: center; */
}

/*
#container {
    display: inline-block;
    width: 1280px;
    text-align: left;
    margin: 180px 0 0;
    zoom: 1;
}

#container:after {
    content: "";
    display: block;
    clear: both;
}
*/
#header {
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 101;
    display: block;
    width: 100%;
    background: rgba(255, 255, 255, 0.8);
    text-align: center;
}
#header.fixed {
    background: #fff;
}
#header .inner {
    position: relative;
}

#header .inner {
    min-width: 1500px;
    max-width: 1920px;
    width: 1500px;
}

#header #logo {
    display: inline-block;
    padding: 23px 0;
    z-index: 3;
    position: relative;
}

#header .top_category {
    position: absolute;
    top: 0px;
    z-index: 1;
    /*display:inline-block; font-size:0px;*/
    *overflow: hidden;
    font-size: 0;
}

#header .top_category>li {
    display: inline-block;
    padding-top: 30px;
    padding-bottom: 32px;
    position: relative;
}
#header .top_category>li.active:after,
#header .top_category>li:hover:after {
    content: "";
    background: #000;
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
}
#header .top_category>li>a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    c: #000;
}

#header .top_category>li>a>img {
    position: relative;
    left: 0px;
    top: 0px;
    z-index: 2;
    display: inline-block;
}

#header .top_category>li>a>img.on {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
    zoom: 1;
    filter: alpha(opacity=0);
    opacity: 0.0;
    -moz-opacity: 0.0;
}


#header #category_L .sub-category {
    display: none;
    position: fixed;
    left: 0px;
    top: 117px;
    z-index: 10;
    font-size: 0px;
    color: #000;
    width: 100%;
    text-align: center;
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
}
#header #category_L .sub-category .in {background: #fff; padding: 35px 0 55px;}

#header #category_L .sub-category ul {
    display: inline-block;
    width: calc(100% - 320px);
    vertical-align: top;
    text-align: left;
}

#header #category_L .sub-category li {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-bottom: 20px;
}

#header #category_L .sub-category .Dragon li {
   width: calc(70%/2);
}

#header #category_L .sub-category li:last-child {
    border: 0px !important;
}

#header #category_L .sub-category li a {
    display: inline-block;
    font-size: 14px;
    color: #000;
    /*font-weight:600;*/
}

#header #category_L .sub-category li a:hover {
    color: #8f9f7b;
}


#header #category_R>li:hover>a>img {
    filter: alpha(opacity=0);
    opacity: 0.0;
    -moz-opacity: 0.0;
}

#header #category_R>li:hover>a>img.on {
    filter: alpha(opacity=100);
    opacity: 1.0;
    -moz-opacity: 1.0;
}

.top_sub {
    position: fixed;
    left: 0px;
    top: 117px;
    z-index: 10;
    font-size: 0px;
    color: #000;
    padding: 25px 0;
    display: none;
    width: 100%;
    text-align: center;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background: #fff;
}

.top_sub ul {
    font-size: 0;
}

.top_sub ul li {
    display: inline-block;
    margin: 0 18px;
    vertical-align: middle;
}

.top_sub li a {
    display: inline-block;
    font-size: 14px;
    color: #000;
    /*font-weight:600;*/
    font-family: 'Kumbh Sans', sans-serif;
    font-weight: 300;
}

.top_sub li a:hover {
    color: #8f9f7b;
}

#header .top_category>li:hover .top_sub {
    display: inline-block !important;
}

#header #category_L .sub-category .sub-category-banner {
    width: 315px;
    vertical-align: top;
    display: inline-block;
    text-align: left;
}

#header #category_L .sub-category .sub-category-banner p {
    font-size: 14px;
    color: #000;
    margin-top: 20px;
}

#header #category_L .sub-category .sub-category-banner img {
    width: 100%;
}
#searchLayer {
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.9);
    width: 100%;
    height: 100%;
    z-index: 88;
    display: none;
}

#searchLayer .searchClosed {
    margin-top: 60px;
}

#searchLayer .inner {
    text-align: right;
}
 
#searchLayer .searchArea {
    margin-top: 80px;
    width: 800px;
    float: right;
}

#searchLayer .searchArea .search {
    border-bottom: 3px solid #000;
    position: relative;
}
#searchLayer .searchArea .search input {
    width: 100%;
    border: 0;
    height: 65px;
    line-height: 65px;
    color: #000000;
    font-size: 24px;
    font-weight: 700;
    background: transparent;
}

#searchLayer .searchArea .search a {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

#searchLayer .searchArea .hotKeyword {
    text-align: left;
    margin-top: 27px;
}

#searchLayer .searchArea .hotKeyword h3 {
    font-size: 24px;
    font-weight: 700;
    color: #000;
    padding-bottom: 22px;
    cursor: default;
}

#searchLayer .searchArea .hotKeyword ul {}

#searchLayer .searchArea .hotKeyword ul li {
    margin-bottom: 20px;
}

#searchLayer .searchArea .hotKeyword ul li a {
    color: #000;
    font-size: 16px;
    font-weight: 400;
}

#searchLayer .searchArea .hotKeyword ul li a:hover {
    opacity: 0.85;
} 

.life_left{padding-left: 912px;}

/* BASIC css end */


/* BASIC css end */


/* BASIC css end */

