/* BASIC css start */
/* ºê·£µå */
body {padding-top:128px !important;}

.openCategory.on {font-weight:700 !important;}
.brand_detail_wrap .b_banner img {
    width:100%;
}

.brand_detail_wrap .b_inner {
    max-width:1300px;
    margin:0 auto;
    text-align: center;
}

.brand_detail_wrap .b_banner {
    position:relative;
}

.brand_detail_wrap .b_banner strong {
    position: absolute;
    top: 68%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}

.brand_detail_wrap .b_nav {
    border-bottom:1px solid #bababa;
}

.brand_detail_wrap .b_nav ul {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px 0;
}

.brand_detail_wrap .b_nav ul li {
    position:relative;
    width:25%;
}

.brand_detail_wrap .b_nav ul li a {
    font-size: 20px;
    line-height: 57px;
    font-weight: 500;
}

.brand_detail_wrap .cont01 {
    background: url('/design/enprani/images/main/lip_img01.png') no-repeat;
    background-size:cover;
    background-position:center;
    width:100%;
    height:690px;
}

.brand_detail_wrap .cont01 .dt_txt {
    font-weight: 500;
    font-size: 25px;
    line-height: 45px;
    text-align: center;
    padding:195px 0;

}

.brand_detail_wrap .cont01 .dt_txt strong {
    display:block;
    margin-bottom:60px;
    font-weight: 600;
    font-size: 60px;
    line-height: 37px;
    letter-spacing: -0.03em;
}

.brand_detail_wrap .cont02 {
    position:relative;
}

.brand_detail_wrap .cont02 .txtBox {
    position: absolute;
    top: 23%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color:#fff;
}

.brand_detail_wrap .cont02 .bg img {
    width:100%;
}

.brand_detail_wrap .cont02 .txtBox p {
    font-weight: 400;
    font-size: 40px;
    line-height: 60px;
    letter-spacing: -0.05em;
    text-align: center;
}

.brand_detail_wrap .cont02 .bttm_logo {
    position: absolute;
    bottom: 8%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.brand_detail_wrap .cont03 {
    background-color:#006C67;
    text-align:center;
    padding: 120px 0 110px;
}

.brand_detail_wrap .cont03 .dt_txt {
    font-weight: 500;
    font-size: 40px;
    line-height: 70px;
    letter-spacing: -0.03em;
    color:#fff;
}

.brand_detail_wrap .cont03 .dt_txt strong {
    font-size:50px;
    font-weight: 500;
}

.brand_detail_wrap .cont03 .dt_txt img {
    display:block;
    margin:50px auto 0;
}

.brand_detail_wrap .b_nav ul li::after {
    content:"";
    display:inline-block;
    width:1px;
    height:22px;
    background-color:#ABABAB;
    position:absolute;
    top: 18px;
    right:0;
}

.brand_detail_wrap .b_nav ul li:last-child::after {
    display:none;
}

/* BASIC css end */

