@charset "utf-8";
/* 아이랩스 전현진 팀장 */


/* 공통 */
.service-content {
    position: relative;
    overflow: hidden;
    padding: 60px 20px;
}

.service-content:not(.respon) {
    background-color: var(--bg-gray);
}

.service-content h1.service-h1 {
    margin-bottom: 20px;
    font-size: 26px;
    text-align: center;
}

.service-content h2.service-h2 {
    margin-bottom: 40px;
    font-size: 20px;
    text-align: center;
}

.service-content h2.service-h2 em {
    display: block;
    letter-spacing: -.5pt;
}

.service-content h2.service-h2 em br {
    display: none;
}

.service-content h2.service-h2 small {
    display: block;
    margin-top: 5px;
    font-size: 14px;
    font-weight: 400;
}

.service-cutimg {
    position: relative;
    height: 200px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.tab-choice {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: -6px -3px 23px;
}

.tab-choice .tab-btn {
    display: inline-block;
    height: 40px;
    line-height: 38px;
    padding: 0 20px;
    margin: 6px 3px;
    border: 1px solid #666;
    background-color: #fff;
    border-radius: 20px;
}

.tab-choice .tab-btn.active {
    border-color: var(--color-blue);
    background-color: var(--color-blue);
    color: #fff;
}

@media screen and (min-width: 767px) {
    .service-content h1.service-h1 {
        margin-bottom: 40px;
        font-size: 30px;
    }

    .service-content h2.service-h2 {
        margin-bottom: 40px;
        font-size: 26px;
        text-align: center;
    }
    
    .service-content h2.service-h2 em br {
        display: block;
    }
    
    .service-content h2.service-h2 small {
        font-size: 16px;
    }
}

@media screen and (min-width: 979px) {
    .service-content {
        padding: 80px 40px;
    }

    .service-content h1.service-h1 {
        margin-bottom: 50px;
        font-size: 40px;
    }

    .service-content h2.service-h2 {
        margin-bottom: 60px;
        font-size: 30px;
    }
    
    .service-content h2.service-h2 small {
        font-size: 18px;
    }

    .service-cutimg {
        height: 300px;
    }

    .tab-choice {
        margin: 0;
        margin-bottom: 40px;
    }

    .tab-choice .tab-btn {
        height: 50px;
        line-height: 48px;
        padding: 0 25px;
        margin: 0 8px;
        border-radius: 25px;
        font-size: 18px;
    }
}

@media screen and (min-width: 1239px) {
    .service-content {
        padding: 120px 0px;
    }

    .service-content:not(.respon) {
        padding: 80px 0px;
    }

    .service-cutimg {
        height: 400px;
    }

    .tab-choice .tab-btn {
        height: 60px;
        line-height: 58px;
        padding: 0 30px;
        margin: 0 10px;
        border-radius: 30px;
        font-size: 22px;
    }
}


/* 서비스 상단 */
.service-top {
    overflow: hidden;
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: center;
    padding: 40px 20px;
}

.service-top h1 {
    display: flex;
    flex-direction: column;
    font-size: 26px;
}

.service-top h1 em {
    display: block;
    line-height: 1.4;
}

.service-top h1 em small {
    font-size: 18px;
}

.service-top h1 span {
    display: block;
    margin-top: 10px;
    font-size: 16px;
    font-weight: 400;
}

.service-top h1 span br {
    display: none;
}

.service-top h1 p {
    margin-top: 10px;
    font-weight: 400;
    font-size: 14px;
}

.service-top .s-top-ico {
    width: 50%;
    margin: 0 auto 30px;
}

@media screen and (min-width: 767px) {
    .service-top {
        flex-direction: row;
        justify-content: space-between;
    }

    .service-top h1 {
        flex-grow: 1;
        font-size: 30px;
    }

    .service-top h1 span {
        font-size: 20px;
    }

    .service-top h1 span br {
        display: block;
    }

    .service-top h1 p {
        font-size: 16px;
    }

    .service-top .s-top-ico {
        flex-shrink: 0;
        width: 30%;
        max-width: 270px;
        margin: 0;
    }
}

@media screen and (min-width: 979px) {
    .service-top h1 {
        font-size: 40px;
    }

    .service-top h1 em small {
        font-size: 24px;
    }

    .service-top h1 span {
        font-size: 24px;
    }

    .service-top h1 span br {
        display: block;
    }

    .service-top h1 p {
        margin-top: 20px;
        font-size: 18px;
    }
}

@media screen and (min-width: 1239px) {
    .service-top {
        padding: 70px 0px;
    }
}


/* 간단 소개 */
.service-introduce {
    overflow: hidden;
    padding: 40px 20px;
}

.service-introduce h2 {
    position: relative;
    padding-top: 50px;
    margin-bottom: 20px;
    background: url("../images/service_whatico.svg") no-repeat left top/auto 40px;
    font-weight: 500;
    font-size: 20px;
}

.service-introduce p {
    position: relative;
    padding-top: 20px;
}

.service-introduce p:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: rgba(255,255,255,0.5);
    content: '';
}

@media screen and (min-width: 639px) {
    .service-introduce h2 {
        padding-top: 0;
        padding-left: 80px;
        margin-bottom: 30px;
        background-position: left center;
        background-size: auto 60px;
        font-size: 24px;
    }

    .service-introduce p {
        padding-top: 30px;
        font-size: 18px;
    }
}

@media screen and (min-width: 979px) {
    .service-introduce {
        padding: 60px 40px;
    }

    .service-introduce .respon {
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

    .service-introduce h2 {
        flex-shrink: 0;
        width: 350px;
        padding-left: 90px;
        margin-right: 30px;
        margin-bottom: 0;
    }

    .service-introduce p {
        flex-grow: 1;
        padding-top: 0;
        padding-left: 30px;
    }

    .service-introduce p:after {
        top: 10px;
        bottom: 10px;
        width: 2px;
        height: auto;
    }
}

@media screen and (min-width: 1239px) {
    .service-introduce {
        padding: 60px 0px;
    }

    .service-introduce h2 {
        width: 420px;
        margin-right: 40px;
        font-size: 28px;
    }

    .service-introduce p {
        padding-left: 40px;
    }
}


/* 서비스 미리보기 */
.preview-slide {
    position: relative;
}

.preview-slide ul li {
    text-align: center;
}

.preview-slide ul li figure {
    font-size: 0;
}

.preview-slide ul li figure.in-phone {
    padding: 0 21.5%;
}

.preview-slide ul li figure.in-keepper {
    padding: 0 10%;
}

.preview-slide ul li em {
    display: block;
    margin-top: 20px;
}

.preview-slide ul li em small {
    color: #666;
}

.preview-slide .swiper-pagination {
    position: relative;
    bottom: auto;
    left: auto;
    margin-top: 20px;
    text-align: center;
    font-size: 0;
}

.preview-slide .swiper-pagination .swiper-pagination-bullet {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    background-color: rgba(0,0,0,0.3);
    border-radius: 5px;
    transition: 0.3s;
}

.preview-slide .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 25px;
    background-color: var(--color-blue);
}

.preview-slide .swiper-button {
    position: absolute;
    top: calc(50% - 50px);
    width: 40px;
    height: 60px;
    line-height: 60px;
    background-color: rgba(0,0,0,0.4);
    font-size: 24px;
    color: #fff;
    text-shadow: 0 2px 3px rgba(0,0,0,0.2);
    text-align: center;
    z-index: 1000;
}

.preview-slide .swiper-button.swiper-button-disabled {
    opacity: 0.3;
}

.preview-slide .swiper-button.swiper-prev {
    left: -20px;
}

.preview-slide .swiper-button.swiper-next {
    right: -20px;
}

@media screen and (min-width: 639px) {
    .preview-slide .swiper-pagination,
    .preview-slide .swiper-button {
        display: none;
    }

    .preview-slide ul li figure.in-phone,
    .preview-slide ul li figure.in-keepper {
        padding: 0 !important;
    }
}

@media screen and (min-width: 767px) {
    .preview-slide ul li em {
        line-height: 1.2;
        font-size: 18px;
    }
}

@media screen and (min-width: 979px) {
    .preview-slide ul li em {
        font-size: 20px;
    }

    .preview-slide ul li em small {
        font-size: 14px;
    }
}

@media screen and (min-width: 1239px) {
    .preview-slide.phone-only {
        width: 1020px;
        margin: 0 auto;
    }
}


/* 모바일 신분증 // 서비스 미리보기 */
.passport-preview {
    max-width: 1020px;
    margin: 0 auto;
}


/* 모바일 신분증 // 기타 서비스 */
.other-list {
    position: relative;
    font-size: 0;
}

.other-list a {
    display: block;
    overflow: hidden;
    margin-bottom: 10px;
    border-radius: 10px;
}

@media screen and (min-width: 639px) {
    .other-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: stretch;
    }
    
    .other-list a {
        width: 49%;
        margin: 1% 0 1% 2%;
    }
    
    .other-list a:nth-child(2n+1) {
        margin-left: 0;
    }
}

@media screen and (min-width: 979px) {
    .other-list a {
        width: 32%;
        margin: 1% 0 1% 2%;
    }

    .other-list a:nth-child(2n+1) {
        margin-left: 2%;
    }

    .other-list a:nth-child(3n+1) {
        margin-left: 0;
    }
}


/* 출입관리 // 편리하고 안전한 출입관리 */
.inouteasy-box {
    overflow: hidden;
    border: 1px solid #c9c9c9;
    border-radius: 20px;
}

.inouteasy-box .easy-con {
    position: relative;
}

.inouteasy-box .easy-con figure {
    background-color: #f5f5f5;
    font-size: 0;
}

.inouteasy-box .easy-con .txt {
    padding: 30px 20px 40px;
    text-align: center;
}

.inouteasy-box .easy-con .txt h3 {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 700;
    color: #666;
}

.inouteasy-box .easy-con .arrowbox {
    position: absolute;
    top: -20px;
    left: calc(50% - 20px);
    width:40px;
    height:40px;
    line-height:40px;
    background-color: var(--color-blue);
    text-align: center;
    color: #fff;
    font-size: 20px;
    border-radius: 50%;
    z-index: 20;
}

.inouteasy-box .easy-con.easy-mobile:after {
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    border: 4px solid var(--color-blue);
    border-radius: 0 0 20px 20px;
    content: '';
    z-index: 10;
}

.inouteasy-box .easy-con.easy-mobile figure {
    background-color: #f8fbff;
    padding-top: 20px;
}

.inouteasy-box .easy-con.easy-mobile .txt h3 {
    color: var(--color-blue);
}

@media screen and (min-width: 767px) {
    .inouteasy-box {
        display: flex;
        justify-content: center;
        align-items: stretch;
    }

    .inouteasy-box .easy-con {
        width: 50%;
    }

    .inouteasy-box .easy-con .arrowbox {
        top: calc(50% - 25px);
        left: -25px;
        width: 50px;
        height: 50px;
        line-height: 50px;
        transform: rotate(-90deg);
        font-size: 24px;
    }

    .inouteasy-box .easy-con.easy-mobile:after {
        border-width: 5px;
        border-radius: 0 20px 20px 0;
    }

    .inouteasy-box .easy-con.easy-mobile figure {
        padding-top: 0px;
    }
}

@media screen and (min-width: 979px) {
    .inouteasy-box .easy-con .txt {
        padding: 40px 20px 60px;
    }

    .inouteasy-box .easy-con .txt h3 {
        margin-bottom: 20px;
        font-size: 28px;
    }

    .inouteasy-box .easy-con .txt p {
        font-size: 18px;
    }

    .inouteasy-box .easy-con .arrowbox {
        top: calc(50% - 40px);
        left: -40px;
        width: 80px;
        height: 80px;
        line-height: 80px;
        font-size: 30px;
    }
}

@media screen and (min-width: 1239px) {
    .inouteasy-box .easy-con .arrowbox {
        top: 50%;
        left: -50px;
        width: 100px;
        height: 100px;
        line-height: 100px;
        font-size: 40px;
    }

    .inouteasy-box .easy-con.easy-mobile:after {
        border-width: 8px;
    }
}


/* 출입관리 // 서비스 특징 */
.service-feature {
    position: relative;
    margin-top: 40px;
}

.inout-preview .service-feature {
    margin-top: 80px;
}

.inout-preview .service-feature {
    margin-top: 80px;
}

.service-feature h3 {
    position: relative;
    margin-bottom: 20px;
    font-size: 20px;
}

.service-feature h3:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: var(--color-line-gray);
    content: '';
}

.service-feature h3 em {
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
    letter-spacing: -.25pt;
    border-bottom: 2px solid #000;
}

.service-feature ul li {
    width: 100%;
    padding: 20px 0;
    border-top: 1px solid var(--color-line-gray);
}

.service-feature ul li:first-child {
    padding-top: 0;
    border-top: none;
}

.service-feature ul li h4 {
    margin-bottom: 10px;
    font-size: 18px;
}

.service-feature ul li p {
    color: #666;
    font-size: 16px;
}

.service-feature ul li p br {
    display: none;
}

.service-feature ul li .feature-button {
    position: relative;
    display: inline-block;
    margin-top: 10px;
    font-size: 14px;
}

.service-feature ul li .feature-button .colorBlue {
    font-size: 14px;
}

.feature-info {
    display: none;
    position: absolute;
    top: 36px;
    left: 0;
    width: 300px;
    padding: 15px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.15);
    border-radius: 5px;
    z-index: 100;
}

.feature-info:after {
    position: absolute;
    top: -10px;
    left: 20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7px 10px 7px;
    border-color: transparent transparent #ffffff transparent;
    content: '';
}

.feature-info dl dt {
    margin-bottom: 5px;
    font-size: 14px;
}

.feature-info dl dd p {
    font-size: 12px;
}

.feature-info dl dd p:not(:first-child) {
    margin-top: 5px;
}

.feature-info .feature-info-btn {
    position: absolute;
    top: 5px;
    right: 15px;
    padding: 5px;
    color: #696c6f;
    font-size: 16px;
}

@media screen and (min-width: 767px) {
    .service-feature {
        margin-top: 80px;
    }

    .service-feature h3 {
        margin-bottom: 30px;
        font-size: 26px;
    }

    .service-feature ul li {
        width: 50%;
        padding: 20px 40px 20px 0 !important;
        border-top: none;
    }
}

@media screen and (min-width: 979px) {
    .service-feature h3 {
        font-size: 30px;
    }

    .service-feature ul li {
        padding: 30px 40px 40px 0 !important;
    }

    .service-feature ul li p br {
        display: block;
    }

    .feature-info {
        left: auto;
        right: -360px;
        width: 340px;
        border-radius: 10px;
    }

    .feature-info#sha {
        top: calc(50% - 75px);
    }

    .feature-info#timeStemp {
        top: calc(50% - 55px);
    }
    
    .feature-info:after {
        position: absolute;
        top: calc(50% - 5px);
        left: -10px;
        border-width: 7px 10px 7px 0;
        border-color: transparent #ffffff transparent transparent;
    }
}

@media screen and (min-width: 1239px) {
    .service-feature {
        margin-top: 120px;
    }

    .inout-preview .service-feature {
        margin-top: 120px;
    }

    .service-feature ul li {
        width: 33.3333%;
    }

    .service-feature.in-feature-info {
        margin-left: 70px;
    }
    
    .service-feature.in-feature-info ul li:nth-child(3) p {
        padding-bottom: 34px;
    }
}


/* 출입관리 // 출입 단말기 */
.inout-reader-con {
    overflow: hidden;
    max-width: 990px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 20px;
}

.inout-reader-con .pic {
    background-color: #f8fbff;
    font-size: 0;
}

.inout-reader-con .txt-con {
    position: relative;
    padding: 30px 20px;
}

.inout-reader-con .txt-con h3 {
    margin-bottom: 10px;
    font-size: 20px;
}

.inout-reader-con .txt-con .icobox {
    margin-top: 30px;
    font-size: 0;
}

.inout-reader-con .txt-con .icobox img {
    height: 60px;
}

.inout-reader .guide-txt {
    margin-top: 20px;
    letter-spacing: -.25pt;
}

@media screen and (min-width: 767px) {
    .inout-reader-con {
        display: flex;
        justify-content: flex-start;
        align-items: stretch;
    }

    .inout-reader-con .pic {
        flex-shrink: 0;
        width: 50%;
    }

    .inout-reader-con .txt-con {
        flex-grow: 1;
        padding: 40px 30px;
    }

    .inout-reader-con .txt-con .icobox {
        position: absolute;
        bottom: 40px;
        left: 30px;
        margin-top: 0;
    }

    .inout-reader .guide-txt {
        margin-top: 30px;
        text-align: center;
    }
}

@media screen and (min-width: 979px) {
    .inout-reader-con .pic {
        width: 452px;
    }

    .inout-reader-con .txt-con {
        padding: 60px 40px;
    }

    .inout-reader-con .txt-con h3 {
        margin-bottom: 15px;
        font-size: 28px;
    }

    .inout-reader-con .txt-con p {
        font-size: 20px;
    }

    .inout-reader-con .txt-con .icobox img {
        height: 90px;
    }
}


/* 출입관리 // 애니싸인 방문자 출입관리 서비스 */
.guide-service {
    position: relative;
    overflow: hidden;
    border: 1px solid var(--color-line-gray);
    border-radius: 20px;
}

.guide-service .gs-box {
    padding: 20px;
}

.guide-service .gs-box:not(:first-child) {
    border-top: 1px solid var(--color-line-gray);
}

.guide-service .gs-box h3 {
    margin-bottom: 10px;
    font-size: 20px;
}

.guide-service .gs-box .why-txt {
    margin: 20px -20px -20px;
    padding: 20px;
    background-color: #f8fbff;
}

.guide-service .gs-box .why-txt dt {
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 16px;
}

.guide-service .gs-box .why-txt dd {
    font-size: 14px;
    color: #666;
}

.guide-service .gs-box .why-txt dd br {
    display: none;
}

@media screen and (min-width: 767px) {
    .guide-service {
        display: flex;
        justify-content: center;
        align-items: stretch;
    }

    .guide-service .gs-box {
        width: 50%;
    }
    
    .guide-service .gs-box:not(:first-child) {
        border-top: none;
        border-left: 1px solid var(--color-line-gray);
    }

    .guide-service .gs-box .why-txt {
        margin: 20px 0 0;
        border-radius: 10px;
    }
}

@media screen and (min-width: 979px) {
    .guide-service .gs-box {
        padding: 40px 30px;
    }

    .guide-service .gs-box h3 {
        font-size: 28px;
    }

    .guide-service .gs-box p {
        height: 60px;
        line-height: 30px;
        font-size: 18px;
    }

    .guide-service .gs-box .why-txt {
        margin-top: 30px;
        padding: 20px 30px;
    }

    .guide-service .gs-box .why-txt dt {
        font-size: 18px;
    }
    
    .guide-service .gs-box .why-txt dd {
        font-size: 16px;
    }

    .guide-service .gs-box .why-txt dd br {
        display: block;
    }
}


/* 보안 로그인 // 안전하고 편리 */
.secure-safety .safety-box .safety-con {
    position: relative;
    padding: 20px 0;
    border-bottom: 1px solid var(--color-line-gray);
}

.secure-safety .safety-box .safety-con .ico {
    width: 100px;
    margin-bottom: 10px;
    font-size: 0;
}

.secure-safety .safety-box .safety-con .txt-con h3 {
    margin-bottom: 10px;
    font-size: 18px;
}

.secure-safety .safety-box .safety-con .txt-con p {
    color: #666;
}

@media screen and (min-width: 639px) {
    .secure-safety .safety-box .safety-con {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        max-width: 1100px;
        margin: 0 auto;
    }

    .secure-safety .safety-box .safety-con .ico {
        flex-shrink: 0;
        margin-right: 30px;
        margin-bottom: 0;
    }

    .secure-safety .safety-box .safety-con .txt-con {
        flex-grow: 1;
    }
}

@media screen and (min-width: 979px) {
    .secure-safety .safety-box {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: stretch;
    }

    .secure-safety .safety-box .safety-con {
        width: 48%;
    }

    .secure-safety .safety-box .safety-con .txt-con h3 {
        font-size: 20px;
    }
    
    .secure-safety .safety-box .safety-con .txt-con p {
        font-size: 16px;
    }
}

@media screen and (min-width: 1239px) {
    .secure-safety .safety-box .safety-con {
        width: 480px;
        padding: 40px 0;
    }

    .secure-safety .safety-box .safety-con:nth-child(3),
    .secure-safety .safety-box .safety-con:nth-child(4) {
        margin-top: 40px;
    }
}


/* 보안 로그인 // 보안 로그인 이용 절차 */
.secure-step .width-scrollbox:last-child {
    padding-top: 40px;
}

@media screen and (min-width: 979px) {
    .secure-step .width-scrollbox:last-child {
        padding-top: 60px;
    }
}


/* 보안 로그인 // 서비스 미리보기 */
@media screen and (min-width: 639px) {
    .secure-preview .preview-slide1 ul li {
        width: 28%;
        padding: 0 1%;
    }

    .secure-preview .preview-slide1 ul li:first-child {
        width: 44%;
    }

    .secure-preview .preview-slide2 ul li {
        width: 36%;
        padding: 0 1%;
    }

    .secure-preview .preview-slide2 ul li:first-child {
        width: 64%;
    }
}


/* 보안 로그인 // OTAC란? */
.secure-otac .otac-box {
    padding: 30px 20px;
    border: 1px solid var(--color-line-gray);
    border-radius: 20px;
}

.secure-otac .otac-box ul {
    margin-top: 20px;
}

.secure-otac .otac-box ul li {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 5px;
}

.secure-otac .otac-box ul li:first-child {
    margin-top: 0 !important;
}

.secure-otac .otac-box ul li .ico {
    flex-shrink: 0;
    margin-right: 5px;
}

.secure-otac .otac-box ul li em {
    flex-grow: 1;
}

.secure-otac .otac-box .detail-view {
    margin-top: 20px;
}

.secure-otac .otac-box .detail-view p {
    color: #666;
}

.secure-otac .otac-box .detail-view .btns {
    height: 40px;
    line-height: 38px;
    padding: 0 20px;
    margin-top: 20px;
    border-radius: 20px;
}

@media screen and (min-width: 639px) {
    .secure-otac .otac-box .detail-view {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .secure-otac .otac-box .detail-view .btns {
        margin-top: 0;
    }
}

@media screen and (min-width: 979px) {
    .secure-otac .otac-box {
        padding: 50px 60px;
    }

    .secure-otac .otac-box ul {
        margin-top: 30px;
    }

    .secure-otac .otac-box .detail-view {
        margin-top: 30px;
    }

    .secure-otac .otac-box .detail-view .btns {
        height: 50px;
        line-height: 46px;
        padding: 0 30px;
        border-width: 2px;
        border-radius: 25px;
    }
}


/* 근태관리 // 다양한 조건의 근무유형 */
@media screen and (min-width: 767px) {
    .work-type .service-feature {
        margin-top: 60px !important;
    }
}


/* 근태관리 // 선호하는 방식의 출퇴근 체크인 방법 */
.work-checkin {
    background-color: #f8fbff !important;
}

.work-checkin .width-scrollbox {
    margin-bottom: 20px !important
}

.work-checkin .width-scrollbox:last-child {
    margin-top: 0 !important;
}

@media screen and (min-width: 979px) {
    .work-checkin .width-scrollbox {
        margin-bottom: 40px !important;
    }
}


/* 근태관리 // 서비스 특징 */
.work-process .service-feature {
    margin-top: 0 !important;
}

@media screen and (min-width: 1239px) {
    .work-process .service-feature ul li p {
        height: 48px;
        line-height: 24px;
    }
}


/* 전자계약 // 애니싸인의 전자계약은 안전하고 믿을 수 있으며 새롭습니다. */
@media screen and (min-width: 767px) {
    .contract-type .service-feature {
        margin-top: 60px !important;
    }
}


/* 전자계약 // 애니싸인만의 간편한 전자계약 */
.contract-simple {
    background-color: #f8fbff !important;
}

.contract-simple-box .contract-simple-con {
    overflow: hidden;
    border: 1px solid var(--color-line-gray);
    background-color: #fff;
    margin-top: 20px;
    border-radius: 10px;
}

.contract-simple-box .contract-simple-con:first-child {
    margin-top: 0 !important;
}

.contract-simple-box .contract-simple-con .csc-txt {
    padding: 20px;
}

.contract-simple-box .contract-simple-con .csc-txt h3 {
    margin-bottom: 20px;
    font-size: 18px;
}

.contract-simple-box .contract-simple-con .csc-txt p {
    margin-top: 10px;
}

.contract-simple-box .contract-simple-con .csc-txt p:first-of-type {
    margin-top: 0px !important;
}

.contract-simple-box .contract-simple-con .csc-img {
    padding: 20px 40px;
    border-top: 1px solid var(--color-line-gray);
    background-color: var(--bg-gray);
    text-align: center;
}

@media screen and (min-width: 639px) {
    .contract-simple-box .contract-simple-con {
        display: flex;
        justify-content: center;
        align-items: stretch;
    }

    .contract-simple-box .contract-simple-con .csc-txt,
    .contract-simple-box .contract-simple-con .csc-img {
        width: 50%;
    }

    .contract-simple-box .contract-simple-con .csc-txt {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }

    .contract-simple-box .contract-simple-con .csc-img {
        display: flex;
        justify-content: center;
        align-items: center;
        border-top: none;
        border-left: 1px solid var(--color-line-gray);
    }
}

@media screen and (min-width: 979px) {
    .contract-simple-box .contract-simple-con .csc-txt {
        padding: 40px;
    }

    .contract-simple-box .contract-simple-con .csc-txt h3 {
        font-size: 28px;
    }
    
    .contract-simple-box .contract-simple-con .csc-txt p {
        font-size: 18px;
    }

    .contract-simple-box .contract-simple-con .csc-img img {
        max-width: 290px;
    }
}

@media screen and (min-width: 1239px) {
    .contract-simple-box .contract-simple-con {
        margin-top: 40px;
    }

    .contract-simple-box .contract-simple-con .csc-txt {
        padding: 60px 50px;
    }
}


/* MRO 쇼핑 // 애니싸인과 SEESAW 쇼핑몰 서비스가 만나 비품 관리를 위한 MRO 쇼핑 서비스를 제공합니다. */
.mro-seesaw h2.service-h2 figure {
    margin-bottom: 10px;
    font-size: 0;
}

.mro-seesaw h2.service-h2 figure img {
    width: 60%;
    max-width: 318px;
}

@media screen and (min-width: 979px) {
    .mro-seesaw {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .mro-seesaw h2.service-h2 {
        flex-grow: 1;
        margin-bottom: 0;
        text-align: left;
    }

    .mro-seesaw h2.service-h2 figure {
        margin-bottom: 20px;
    }

    .mro-seesaw .seesaw-img {
        flex-shrink: 0;
        width: 35%;
    }
}

@media screen and (min-width: 1239px) {
    .mro-seesaw .seesaw-img {
        width: 545px;
    }
}


/* MRO 쇼핑 // 쇼핑 카테고리 */
.mro-shop .shop-cate-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    margin: -1%;
}

.mro-shop .shop-cate-list dl {
    width: 48%;
    margin: 1%;
    text-align: center;
    padding: 15px 0;
    border-radius: 10px;
}

.mro-shop .shop-cate-list dl:nth-child(1) {
    background-color: #eaeeff;
}

.mro-shop .shop-cate-list dl:nth-child(2) {
    background-color: #defff7;
}

.mro-shop .shop-cate-list dl:nth-child(3) {
    background-color: #e2f4ff;
}

.mro-shop .shop-cate-list dl:nth-child(4) {
    background-color: #dbffd9;
}

.mro-shop .shop-cate-list dl dt {
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 18px;
}

.mro-shop .shop-cate-list dl dd {
    line-height: 24px;
    font-size: 14px;
}

@media screen and (min-width: 767px) {
    .mro-shop .shop-cate-list dl {
        width: 23%;
    }
}

@media screen and (min-width: 979px) {
    .mro-shop .shop-cate-list dl {
        padding: 25px 0;
    }

    .mro-shop .shop-cate-list dl dt {
        font-size: 22px;
    }

    .mro-shop .shop-cate-list dl dd {
        line-height: 30px;
        font-size: 16px;
    }
}

@media screen and (min-width: 1239px) {
    .mro-shop .shop-cate-list {
        margin: 0;
    }

    .mro-shop .shop-cate-list dl {
        width: 264px;
        padding: 40px 0;
        border-radius: 20px;
    }

    .mro-shop .shop-cate-list dl dt {
        font-size: 28px;
    }

    .mro-shop .shop-cate-list dl dd {
        line-height: 40px;
        font-size: 18px;
    }
}


/* 스트레스 진단 // 애니싸인과 in mind 서비스가 만나 스트레스 진단 및 관리 서비스를 제공합니다. */
.stress-inmind h2.service-h2 figure {
    margin-bottom: 10px;
    font-size: 0;
}

.stress-inmind h2.service-h2 figure img {
    width: 60%;
    max-width: 213px;
}

.stress-inmind .inmind-box {
    padding: 20px 20px 0;
    border: 1px solid var(--color-line-gray);
    border-radius: 10px;
}

.stress-inmind .inmind-box .inmind-con p {
    margin-bottom: 15px;
}

.stress-inmind .inmind-box .inmind-con p br {
    display: none;
}

.stress-inmind .inmind-box .inmind-con p.emphasis {
    font-weight: 500;
}

.stress-inmind .inmind-box .inmind-con figure figcaption {
    margin-top: 10px;
    font-size: 12px;
    color: #666;
}

.stress-inmind .inmind-box .side-img {
    margin-top: 20px;
    font-size: 0;
}

@media screen and (min-width: 639px) {
    .stress-inmind .inmind-box {
        padding: 40px 40px 0;
    }

    .stress-inmind .inmind-box .inmind-con figure img {
        max-width: 80%;
    }
}

@media screen and (min-width: 767px) {
    .stress-inmind .inmind-box {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
    }

    .stress-inmind .inmind-box .inmind-con {
        flex-shrink: 0;
        width: 45%;
        margin-right: 4%;
        padding-bottom: 40px;
    }

    .stress-inmind .inmind-box .inmind-con figure img {
        max-width: 100%;
    }

    .stress-inmind .inmind-box .side-img {
        flex-grow: 1;
        margin-top: 0;
    }
}

@media screen and (min-width: 979px) {
    .stress-inmind h2.service-h2 figure {
        margin-bottom: 20px;
    }

    .stress-inmind .inmind-box .inmind-con p {
        margin-bottom: 20px;
    }

    .stress-inmind .inmind-box .inmind-con p.emphasis {
        margin-bottom: 30px;
        font-size: 16px;
    }

    .stress-inmind .inmind-box .inmind-con figure figcaption {
        font-size: 14px;
    }
}

@media screen and (min-width: 1239px) {
    .stress-inmind .inmind-box {
        padding: 50px 90px 0 50px;
        border-radius: 20px;
    }

    .stress-inmind .inmind-box .inmind-con {
        width: 542px;
        margin-right: 60px;
        padding-bottom: 50px;
    }

    .stress-inmind .inmind-box .inmind-con p {
        font-size: 18px;
    }

    .stress-inmind .inmind-box .inmind-con p.emphasis {
        margin-bottom: 40px;
        font-size: 20px;
    }

    .stress-inmind .inmind-box .inmind-con figure figcaption {
        margin-top: 20px;
        font-size: 18px;
    }
}


/* 스트레스 진단 // 제공 서비스 */
.stress-service .ss-box dl {
    text-align: center;
    padding: 25px 15px;
    border: 1px solid var(--color-line-gray);
    border-radius: 10px;
}

.stress-service .ss-box dl:not(:last-child) {
    margin-bottom: 10px;
}

.stress-service .ss-box dl dt {
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 18px;
}

.stress-service .ss-box dl figure {
    margin-top: 20px;
    font-size: 0;
}

.stress-service .ss-box dl figure img {
    width: 80px;
}

@media screen and (min-width: 767px) {
    .stress-service .ss-box {
        display: flex;
        justify-content: space-between;
        align-items: stretch;
    }

    .stress-service .ss-box dl {
        width: 32%;
        margin-bottom: 0 !important;
    }

    .stress-service .ss-box dl dd p br {
        display: none;
    }
}

@media screen and (min-width: 979px) {
    .stress-service .ss-box dl dt {
        font-size: 22px;
    }

    .stress-service .ss-box dl dd p {
        font-size: 16px;
    }
}

@media screen and (min-width: 1239px) {
    .stress-service .ss-box dl {
        width: 380px;
        padding: 30px 0;
        border-radius: 20px;
    }

    .stress-service .ss-box dl dt {
        font-size: 28px;
    }

    .stress-service .ss-box dl dd p {
        font-size: 18px;
    }

    .stress-service .ss-box dl dd p br {
        display: block;
    }
}


/* 모바일 식권 // 서비스 미리보기 */
@media screen and (min-width: 639px) {
    .coupon-preview .preview-slide3 ul li {
        width: 29%;
        padding: 0 1%;
    }

    .coupon-preview .preview-slide3 ul li:last-child {
        width: 42%;
    }
}


/* 모바일 법인 교통카드 // 애니싸인과 태그리스페이가 만나 기업을 위한 모바일 교통카드 서비스를 제공합니다. */
.card-tagless h2.service-h2 figure {
    margin-bottom: 10px;
    font-size: 0;
}

.card-tagless h2.service-h2 figure img {
    width: 60%;
    max-width: 280px;
}

.card-tagless .ct-box dl {
    text-align: center;
    padding: 25px 15px;
    border: 1px solid var(--color-line-gray);
    border-radius: 10px;
}

.card-tagless .ct-box dl:not(:last-child) {
    margin-bottom: 10px;
}

.card-tagless .ct-box dl dt {
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 18px;
}

.card-tagless .ct-box dl figure {
    margin-top: 20px;
    font-size: 0;
}

.card-tagless .ct-box dl figure img {
    width: 150px;
}

@media screen and (min-width: 767px) {
    .card-tagless .ct-box {
        display: flex;
        justify-content: space-between;
        align-items: stretch;
    }

    .card-tagless .ct-box dl {
        width: 32%;
        margin-bottom: 0 !important;
    }
}

@media screen and (min-width: 979px) {
    .card-tagless h2.service-h2 figure {
        margin-bottom: 20px;
    }

    .card-tagless .ct-box dl dt {
        font-size: 22px;
    }

    .card-tagless .ct-box dl dd p {
        font-size: 16px;
    }
}

@media screen and (min-width: 1239px) {
    .card-tagless .ct-box dl {
        width: 380px;
        padding: 30px 0;
        border-radius: 20px;
    }

    .card-tagless .ct-box dl dt {
        font-size: 28px;
    }

    .card-tagless .ct-box dl dd p {
        font-size: 18px;
    }
}


/* 회사소개 */
h2.company-h2 {
    position: relative;
    margin-bottom: 20px;
    font-size: 20px;
}

h2.company-h2:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: var(--color-line-gray);
    content: '';
}

h2.company-h2 em {
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
    letter-spacing: -.25pt;
    border-bottom: 2px solid #000;
}

@media screen and (min-width: 767px) {
    h2.company-h2 {
        margin-bottom: 30px;
        font-size: 26px;
    }
}

@media screen and (min-width: 979px) {
    h2.company-h2 {
        margin-bottom: 50px;
        font-size: 30px;
    }
}


/* 회사소개 // 상단 */
.company-top {
    border-bottom: 1px solid var(--color-line-gray);
    background: url("../images/company_topbg.jpg") no-repeat center/cover;
}

.company-top h1 {
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 700;
}

@media screen and (min-width: 639px) {
    .company-top h1 {
        font-size: 30px;
    }

    .company-top p {
        font-size: 18px;
    }
}

@media screen and (min-width: 979px) {
    .service-content.company-top {
        padding: 120px 40px;
    }

    .company-top h1 {
        font-size: 40px;
    }

    .company-top p {
        font-size: 24px;
        letter-spacing: -.5pt;
    }

    .company-top p br {
        display: none;
    }
}

@media screen and (min-width: 1239px) {
    .service-content.company-top {
        padding: 180px 0;
    }
}


/* 회사소개 // 연혁 */
.company-history .history-box .history-con:not(:first-child) {
    margin-top: 30px;
}

.company-history .history-box .history-con h3 {
    position: relative;
    font-weight: 700;
    font-size: 20px;
}

.company-history .history-box .history-con h4 {
    margin-top: 15px;
    font-weight: 500;
    font-size: 16px;
}

.company-history .history-box .history-con ul {
    margin-top: 15px;
}

.company-history .history-box .history-con ul li {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 14px;
}

.company-history .history-box .history-con ul li:not(:first-child) {
    margin-top: 5px;
}

.company-history .history-box .history-con ul li .month {
    flex-shrink: 0;
    width: 30px;
}

.company-history .history-box .history-con ul li .txtbox {
    flex-grow: 1;
    color: #333;
}

@media screen and (min-width: 767px) {
    .company-history .history-box {
        position: relative;
        padding-left: 100px;
    }

    .company-history .history-box:after {
        position: absolute;
        top: 15px;
        left: 9px;
        bottom: 170px;
        width: 1px;
        background-color: var(--color-line-gray);
        content: '';
    }

    .company-history .history-box .history-con h3 {
        font-size: 18px;
    }

    .company-history .history-box .history-con h3:before {
        position: absolute;
        top: 50%;
        left: -100px;
        width: 90px;
        height: 1px;
        background-color: #666;
        content: '';
    }

    .company-history .history-box .history-con h3:after {
        position: absolute;
        top: calc(50% - 8px);
        left: -100px;
        width: 16px;
        height: 16px;
        border: 2px solid var(--color-blue);
        background-color: #fff;
        border-radius: 50%;
        content: '';
        z-index: 1000;
    }
    
    .company-history .history-box .history-con h4 {
        margin-top: 12px;
        font-size: 18px;
    }

    .company-history .history-box .history-con ul li {
        line-height: 36px;
        font-size: 16px;
    }
}


/* 회사소개 // 연혁 */
.company-status .status-box dl {
    display: table;
    font-size: 14px;
}

.company-status .status-box dl:not(:first-child) {
    margin-top: 10px;
}

.company-status .status-box dl dt {
    display: table-cell;
    width: 100px;
    color: #666;
    font-weight: 400;
}

.company-status .status-box dl dd {
    display: table-cell;
}

@media screen and (min-width: 767px) {
    .company-status .status-box dl {
        font-size: 18px;
        line-height: 36px;
    }

    .company-status .status-box dl dt {
        width: 110px;
    }
}


/* 서비스 문의 */
.counsel-write {
    max-width: 586px;
    margin: 0 auto;
}

.counsel-write dl {
    margin-bottom: 20px;
}

.counsel-write dl dt {
    margin-bottom: 5px;
    font-weight: 500;
}

.counsel-write dl dd .basic-textarea {
    min-height: 100px;
}

.counsel-write .btn-area {
    margin-top: 30px;
}

.counsel-write .btn-area .btns {
    height: 50px;
    line-height: 48px;
    font-size: 18px;
}

@media screen and (min-width: 639px) {
    .counsel-write dl {
        margin-bottom: 30px;
    }
    
    .counsel-write dl dt {
        font-size: 16px;
        margin-bottom: 12px;
    }

    .counsel-write .btn-area {
        margin-top: 50px;
    }
    
    .counsel-write .btn-area .btns {
        height: 60px;
        line-height: 58px;
    }
}


/* 게시판 리스트 */
.board-list-view {
    border-top: 2px solid #000;
}

.board-list-view .board-con {
    padding: 20px 0;
    border-bottom: 1px solid var(--color-line-gray);
}

.board-list-view .board-con .notice-date {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
}

.board-list-view .board-con .notice-date .notice-ico {
    flex-shrink: 0;
    width: 54px;
    height: 26px;
    line-height: 26px;
    margin-right: 10px;
    background-color: #ff7f00;
    font-size: 16px;
    color: #fff;
    text-align: center;
    border-radius: 4px;
}

.board-list-view .board-content {
    padding: 20px;
    border-bottom: 1px solid var(--color-line-gray);
    background-color: #fafafa;
}

.board-list-view .btn-area {
    margin-top: 30px;
    text-align: center;
}

.board-list-view  .btn-area .btns {
    border-radius: 25px;
}

@media screen and (min-width: 639px) {
    .board-list-view .board-con {
        padding: 30px 0;
    }

    .board-list-view .board-content {
        padding: 40px;
        font-size: 16px;
    }

    .board-list-view .btn-area {
        margin-top: 50px;
    }
}



/* -------------------------------- */
@media screen and (min-width: 639px) {
}

@media screen and (min-width: 767px) {
}

@media screen and (min-width: 979px) {
}

@media screen and (min-width: 1239px) {
}

@media screen and (min-width: 1439px) {
}