@charset "utf-8";
/* 투어머치 전현진 2021-03 */

/* 랩 컨설팅 */
#labConsulting {
    position: relative;
}

@media screen and (min-width:767px) {
}

@media screen and (min-width:1240px) {
}


/* 랩 컨설팅 타이틀 */
#labConsulting .lc-top {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

#labConsulting .lc-top figure img {
    width: 100%;
}

#labConsulting .lc-top .lc-title {
    padding: 30px 20px;
    background: url("./img/lctop_bg.jpg") no-repeat center/cover;
    color: #fff;
}

#labConsulting .lc-top .lc-title h1 {
    margin-bottom: 10px;
    font-size: 24px;
	font-family: 'S-CoreDream-7ExtraBold';
}

#labConsulting .lc-top .lc-title p {
    opacity: 0.7;
}

#labConsulting .lc-top .lc-title p br {
    display: none;
}

@media screen and (min-width:767px) {
    #labConsulting .lc-top {
        padding: 30px 0 0 30px;
        border-radius: 0px;
    }

    #labConsulting .lc-top figure {
        position: absolute;
        top: 0;
        left: 0;
        overflow: hidden;
        width: 250px;
        border-radius: 10px;
        font-size: 0;
    }

    #labConsulting .lc-top .lc-title {
        overflow: hidden;
        height: 250px;
        padding: 100px 30px 0 250px;
        border-radius: 0 10px;
    }

    #labConsulting .lc-top .lc-title h1 {
        font-size: 30px;
    }

    #labConsulting .lc-top .lc-title p br {
        display: block;
    }
}

@media screen and (min-width:1240px) {
    #labConsulting .lc-top {
        padding: 40px 0 0 40px;
    }

    #labConsulting .lc-top figure {
        width: 300px
    }

    #labConsulting .lc-top .lc-title {
        height: 300px;
        padding: 110px 30px 0 320px;
    }

    #labConsulting .lc-top .lc-title h1 {
        margin-bottom: 20px;
        font-size: 40px;
    }

    #labConsulting .lc-top .lc-title p {
        font-size: 18px;
    }
}


/* 랩컨설팅 스탭 */
#labConsulting .lc-step {
    margin: 40px 0;
    text-align: center;
}

@media screen and (min-width:767px) {
    #labConsulting .lc-step {
        padding-left: 30px;
        margin: 50px 0;
    }
}

@media screen and (min-width:1240px) {
    #labConsulting .lc-step {
        padding-left: 40px;
        margin: 60px 0;
    }
}


/* 랩컨설팅 활동범위 */
#labConsulting .lc-state {
    position: relative;
    padding-bottom: 50px;
    overflow: hidden;
}

#labConsulting .lc-state h2 {
    position: relative;
    margin-bottom: 20px;
    letter-spacing: -.5pt;
    text-align: center;
    font-size: 20px;
}

#labConsulting .lc-state h2:after {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #dcdcdc;
    content: '';
    z-index: -1;
}

#labConsulting .lc-state h2 em {
    position: relative;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    background-color: #0A2145;
    border-radius: 20px;
    color: #fff;
}

#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;
    bottom: 0;
    left: 50%;
    width: 34px;
    height: 34px;
    line-height: 32px;
    border: 1px solid #dcdcdc;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
}

#labConsulting .lc-state .swiper-button.swiper-next {
    margin-left: 5px;
}

#labConsulting .lc-state .swiper-button.swiper-prev {
    margin-left: -39px;
}

@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-bottom: 60px;
    }

    #labConsulting .lc-state h2 {
        margin-bottom: 40px;
    }

    #labConsulting .lc-state h2 em {
        height: 50px;
        line-height: 50px;
        padding: 0 30px;
        border-radius: 25px;
    }
    
    #labConsulting .lc-state {
        margin-left: 40px;
    }

    #labConsulting .lc-state .lcstate-box .lcstate-con .lcs-pic {
        width: 40%;
    }

    #labConsulting .lc-state .lcstate-box .lcstate-con .lcs-con {
        width: 60%;
        padding: 60px;
    }

    #labConsulting .lc-state .lcstate-box .lcstate-con .lcs-con .lcsc {
        margin-top: 40px;
    }

    #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 {
        margin-left: -45px;
    }
}


/* 팝업 */
.lab-state-pop-box {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 60px 20px 40px;
    overflow-y: auto;
    background-color: rgba(0,0,0,0.7);
    z-index: 9000;
}

.lab-state-pop-box .lab-state-pop {
    position: relative;
    max-width: 800px;
    padding: 40px 20px;
    margin: 0 auto;
    background-color: #fff;
    border-top: 5px solid #DD0B14;
    border-radius: 10px;
    -moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.15);
    box-shadow: 0px 2px 5px rgba(0,0,0,0.15);
}

.lab-state-pop-box .lab-state-pop h2 {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #dcdcdc;
	font-family: 'S-CoreDream-7ExtraBold';
    font-size: 20px;
}

.lab-state-pop-box .lab-state-pop .lsp-con .lsp-txt {
    margin-bottom: 20px;
}

.lab-state-pop-box .lab-state-pop .lsp-con .lsp-txt ul li {
    position: relative;
    padding-left: 12px;
    margin-top: 10px;
    color: #666;
}

.lab-state-pop-box .lab-state-pop .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-pop-box .lab-state-pop .lsp-con .lsp-txt ul li:first-child {
    margin-top: 0 !important;
}

.lab-state-pop-box .lab-state-pop .lsp-con .lsp-txt ul li b {
    color: #212121;
}

.lab-state-pop-box .lab-state-pop a.popup-close-btn {
    position: absolute;
    top: -20px;
    left: 50%;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-left: -20px;
    background-color: #333;
    text-align: center;
    color: #fff;
    font-size: 20px;
    border-radius: 50%;
}

@media screen and (min-width:767px) {
    .lab-state-pop-box .lab-state-pop {
        padding: 60px 40px 40px;
    }

    .lab-state-pop-box .lab-state-pop h2 {
        padding-bottom: 30px;
        margin-bottom: 30px;
        font-size: 24px;
    }

    .lab-state-pop-box .lab-state-pop .lsp-con .lsp-txt {
        margin-bottom: 30px;
    }

    .lab-state-pop-box .lab-state-pop a.popup-close-btn {
        top: -25px;
        width: 50px;
        height: 50px;
        line-height: 50px;
        margin-left: -25px;
        font-size: 24px;
    }
}

@media screen and (min-width:1240px) {
}