@charset "utf-8";
/* 투어머치 전현진 2021-03 */

/* 랩컨설팅 활동범위 */
#labConsulting .lc-state {
    position: relative;
    padding: 50px 0;
    overflow: hidden;
}

#labConsulting .lc-state .lcstate-box .lcstate-con {
    overflow: hidden;
    background-color: #333;
    color: #fff;
    border-radius: 5px;
}

#labConsulting .lc-state .lcstate-box .lcstate-con:nth-child(2n+1) {
    background-color: #0E2953;
}

#labConsulting .lc-state .lcstate-box .lcstate-con .lcs-pic {
    font-size: 0;
}

#labConsulting .lc-state .lcstate-box .lcstate-con .lcs-pic img {
    width: 100%;
}

#labConsulting .lc-state .lcstate-box .lcstate-con .lcs-con {
    position: relative;
    padding: 20px;
}

#labConsulting .lc-state .lcstate-box .lcstate-con .lcs-con .lcsc {
    margin-top: 20px;
}

#labConsulting .lc-state .lcstate-box .lcstate-con .lcs-con .lcsc:first-child {
    margin-top: 0px !important;
}

#labConsulting .lc-state .lcstate-box .lcstate-con .lcs-con .lcsc h3 {
    margin-bottom: 10px;
}

#labConsulting .lc-state .lcstate-box .lcstate-con .lcs-con .lcsc h3 em {
    display: block;
    font-size: 20px;
	font-family: 'S-CoreDream-7ExtraBold';
}

#labConsulting .lc-state .lcstate-box .lcstate-con .lcs-con .lcsc h3 span {
    display: block;
    margin-top: 5px;
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 16px;
}

#labConsulting .lc-state .lcstate-box .lcstate-con .lcs-con .lcsc p {
    opacity: 0.8;
}

#labConsulting .lc-state .lcstate-box .lcstate-con .lcs-con .lcsc p br {
    display: none;
}

#labConsulting .lc-state .lcstate-box .lcstate-con .lcs-con .lcsc ul {
    opacity: 0.8;
}

#labConsulting .lc-state .lcstate-box .lcstate-con .lcs-con .lcsc ul li {
    position: relative;
    padding-left: 12px;
    margin-top: 5px;
}

#labConsulting .lc-state .lcstate-box .lcstate-con .lcs-con .lcsc ul li:after {
    position: absolute;
    top: 8px;
    left: 0;
    width: 3px;
    height: 3px;
    background-color: #fff;
    border-radius: 50%;
    content: '';
}

#labConsulting .lc-state .lcstate-box .lcstate-con .lcs-con .lcsc ul li:first-child {
    margin-top: 0 !important;
}

#labConsulting .lc-state .lcstate-box .lcstate-con .lcs-con a.more-btn {
    display: inline-block;
    height: 34px;
    line-height: 34px;
    padding: 0 20px;
    margin-top: 10px;
    background-color: #DD0B14;
    color: #fff;
    border-radius: 17px;
}

#labConsulting .lc-state .swiper-button {
    position: absolute;
    top: 0;
    width: 34px;
    height: 34px;
    line-height: 32px;
    border: 1px solid #dcdcdc;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
}

#labConsulting .lc-state .swiper-button.bottomstyle {
    top: auto;
    bottom: 0;
}

#labConsulting .lc-state .swiper-button.swiper-next {
    right: 0;
}

#labConsulting .lc-state .swiper-button.swiper-prev {
    left: 0;
}

#labConsulting .lc-state .swiper-pagination {
    bottom: 6px;
    left: 15%;
    width: 70%;
}

#labConsulting .lc-state .swiper-pagination-top {
    bottom: auto;
    top: 6px;
}

#labConsulting .lc-state .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border-radius: 6px;
}

#labConsulting .lc-state .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 30px;
    background-color: #DD0B14;
}

@media screen and (min-width:767px) {
    #labConsulting .lc-state h2 {
        margin-bottom: 30px;
    }

    #labConsulting .lc-state {
        margin-left: 30px;
    }

    #labConsulting .lc-state .lcstate-box .lcstate-con {
        display: flex;
        justify-content: center;
        align-items: stretch;
    }

    #labConsulting .lc-state .lcstate-box .lcstate-con .lcs-pic {
        width: 30%;
    }

    #labConsulting .lc-state .lcstate-box .lcstate-con .lcs-pic img {
        width: 100%;
        height: 100%;
    }

    #labConsulting .lc-state .lcstate-box .lcstate-con .lcs-con {
        width: 70%;
        padding: 60px 40px;
    }

    #labConsulting .lc-state .lcstate-box .lcstate-con .lcs-con .lcsc h3 {
        margin-bottom: 20px;
    }

    #labConsulting .lc-state .lcstate-box .lcstate-con .lcs-con .lcsc h3 em {
        font-size: 24px;
    }
    
    #labConsulting .lc-state .lcstate-box .lcstate-con .lcs-con .lcsc h3 span {
        margin-top: 10px;
        font-size: 16px;
    }

    #labConsulting .lc-state .lcstate-box .lcstate-con .lcs-con .lcsc p br {
        display: block;
    }

    #labConsulting .lc-state .lcstate-box .lcstate-con .lcs-con a.more-btn {
        margin-top: 20px;
    }
}

@media screen and (min-width:1240px) {
    #labConsulting .lc-state {
        padding: 60px 0;
        margin-left: 40px;
    }

    #labConsulting .lc-state .lcstate-box .lcstate-con .lcs-pic {
        width: 40%;
        height: 300px;
    }

    #labConsulting .lc-state .lcstate-box .lcstate-con .lcs-con {
        width: 60%;
        height: 300px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        padding: 0 60px;
    }

    #labConsulting .lc-state .lcstate-box .lcstate-con .lcs-con .lcsc {
        margin-top: 40px;
    }

    #labConsulting .lc-state .lcstate-box .lcstate-con .lcs-con .lcsc h3 em {
        font-size: 32px;
    }

    #labConsulting .lc-state .lcstate-box .lcstate-con .lcs-con a.more-btn {
        height: 44px;
        line-height: 44px;
        padding: 0 30px;
        border-radius: 22px;
    }

    #labConsulting .lc-state .swiper-button {
        width: 40px;
        height: 40px;
        line-height: 38px;
    }
    
    #labConsulting .lc-state .swiper-button.swiper-prev {
    }
}


/* 콘텐츠 */
.lab-state-con {
    position: relative;
    margin: 40px auto 0;
    background-color: #fff;
}

.lab-state-con h2 {
    display: none;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #dcdcdc;
	font-family: 'S-CoreDream-7ExtraBold';
    font-size: 20px;
    letter-spacing: -.5pt;
    text-align: center;
}

.lab-state-con .lsp-con .lsp-txt {
    margin-bottom: 20px;
}

.lab-state-con .lsp-con .lsp-txt ul li {
    position: relative;
    padding-left: 12px;
    margin-top: 10px;
    color: #666;
}

.lab-state-con .lsp-con .lsp-txt ul li:after {
    position: absolute;
    top: 8px;
    left: 0;
    width: 3px;
    height: 3px;
    background-color: #666;
    border-radius: 50%;
    content: '';
}

.lab-state-con .lsp-con .lsp-txt ul li:first-child {
    margin-top: 0 !important;
}

.lab-state-con .lsp-con .lsp-txt ul li b {
    color: #212121;
}

@media screen and (min-width:767px) {
    .lab-state-con h2 {
        padding-bottom: 30px;
        margin-bottom: 30px;
        font-size: 36px;
    }

    .lab-state-con .lsp-con .lsp-txt {
        margin-bottom: 30px;
    }
}

@media screen and (min-width:1240px) {
    .lab-state-con .lsp-con .lsp-txt {
        padding: 0 20px;
        margin-bottom: 40px;
    }
}