@charset "utf-8";

/* 220322 자주하는질문 */
.qna_contents {
    position: relative;
    margin:30px auto;
    width:1100px;
}
.qna_contents ul {
    display: flex;
}
.qna_contents ul li {
    float: left;
    width: 100%;
}
.qna_contents ul li a {
    display:block;
    border:1px solid #00acd0;
    line-height:40px;
    text-align:center;
    font-size:16px;
    color:#000;
}
.qna_contents ul li a.on {
    background-color:#00acd0;
    border-color:#00acd0;
    color:#fff;
}

/* 2203258 김석진랩 브랜드소개 */
#brand_info {
    position: relative;
}
.brand_cont {
    width: 100%;
    text-align: center;
    position: relative;
}
.w1100 {
    position: relative;
    width: 1100px;
    margin: 0 auto;
}
.brand_cont01 {
    background: #fff url('/static/images/p_images/lab/lab_brand01.jpg') no-repeat center top;
    height: 1983px;
}
.brand_cont02 {
    background: #fff url('/static/images/p_images/lab/lab_brand02_bg.jpg') no-repeat center top;
    height: 896px;
}
.brand_cont03 {
    background: #f7f5f5;
    height: 1430px;
}
.brand_cont img {
    margin:0 auto;
    text-align: center;
}
.brand_cont04 {
    background: #fff url('/static/images/p_images/lab/lab_brand04_bg.jpg') no-repeat center top;
    height: 2216px;
}
.brand_cont05 {
    background: #fff url('/static/images/p_images/lab/lab_brand05_bg.jpg') no-repeat center top;
    height: 998px;
}
.lab_brand05 {
    position: absolute;
    display: block;
    top: 162px;
}