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



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

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

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

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


/* 기술 상단 */
.tech-top {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px 20px;
    background-color: #666;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    text-align: center;
}

.tech-top.tech-otac {
    background-image: url("../images/tech_topbg_otac.jpg");
}

.tech-top.tech-face {
    background-image: url("../images/tech_topbg_face.jpg");
}

.tech-top.tech-blockchain {
    background-image: url("../images/tech_topbg_blockchain.jpg");
}

.tech-top.tech-patent {
    background-image: url("../images/tech_topbg_patent.jpg");
}

.tech-top h1 {
    display: flex;
    flex-direction: column;
    font-size: 24px;
    font-weight: 700;
}

.tech-top h1 small {
    font-weight: 500;
    color: var(--color-line-gray);
    font-size: 18px;
}

.tech-top p {
    margin-top: 8px;
    font-size: 16px;
}

@media screen and (min-width: 767px) {
    .tech-top {
        height: 300px;
    }

    .tech-top h1 {
        font-size: 30px;
    }

    .tech-top h1 small {
        font-size: 20px;
    }
    
    .tech-top p {
        margin-top: 8px;
        font-size: 18px;
    }
}

@media screen and (min-width: 979px) {
    .tech-top {
        height: 400px;
    }
}


/* 중간 코멘트 */
.middle-comment {
    padding: 20px;
    background-color: #dbeaff;
    font-weight: 500;
}

@media screen and (min-width: 639px) {
    .middle-comment {
        text-align: center;
    }
}

@media screen and (min-width: 767px) {
    .middle-comment {
        padding: 30px 20px;
    }
}

@media screen and (min-width: 979px) {
    .middle-comment {
        padding: 32px 20px;
        font-weight: 700;
    }
}


/* 특허현황 */
.patent-content {
    position: relative;
    padding: 40px 20px;
}

.patent-content h3 {
    position: relative;
    margin-bottom: 20px;
    font-size: 20px;
}

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

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

.patent-content .patent-list dl:not(:first-child) {
    margin-top: 30px;
}

.patent-content .patent-list dl dt {
    margin-bottom: 5px;
    font-weight: 400;
}

.patent-content .patent-list dl dd {
    font-weight: 500;
}

.patent-content .patent-list dl dd .patent-type em {
    flex-shrink: 0;
    margin-right: 10px;
}

.patent-content .patent-list dl dd .patent-type span {
    flex-grow: 1;
}

.patent-content .patent-list dl dd p {
    font-size: 18px;
}

@media screen and (min-width: 767px) {
    .patent-content {
        padding: 60px 20px 80px;
    }

    .patent-content h3 {
        margin-bottom: 40px;
        font-size: 26px;
    }

    .patent-content .patent-list dl:not(:first-child) {
        margin-top: 40px;
    }

    .patent-content .patent-list dl dt {
        margin-bottom: 15px;
        font-size: 16px;
    }

    .patent-content .patent-list dl dd {
        font-size: 16px;
    }

    .patent-content .patent-list dl dd p {
        margin-top: 10px;
        font-size: 20px;
    }
}

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

    .patent-content h3 em {
        padding-right: 50px;
    }

    .patent-content .patent-list dl:not(:first-child) {
        margin-top: 60px;
    }
}

@media screen and (min-width: 1239px) {
    .patent-content {
        padding: 80px 0 150px;
    }
}


/* 블록체인 // 블록체인 설명 */
.blockchain-graph {
    padding: 40px 20px;
}

@media screen and (min-width: 767px) {
    .blockchain-graph {
        padding: 60px 20px 80px;
    }
}

@media screen and (min-width: 1239px) {
    .blockchain-graph {
        padding: 60px 0 100px;
    }
}


/* 블록체인 // Anyledger */
.blockchain-Anyledger {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px 20px;
    background: #666 url("../images/tech_topbg_blockchain2.jpg") no-repeat center/cover;
    text-align: center;
    color: #fff;
}

.blockchain-Anyledger h3 {
    margin-bottom: 10px;
    font-size: 30px;
    font-weight: 700;
}

@media screen and (min-width: 767px) {
    .blockchain-Anyledger {
        height: 200px;
    }
}

@media screen and (min-width: 1239px) {
    .blockchain-Anyledger {
        height: 300px;
    }

    .blockchain-Anyledger h3 {
        font-size: 40px;
    }
}


/* 적용 서비스 */
.tech-service .ts-con {
    padding: 60px 20px;
    text-align: center;
}

.tech-service .ts-con:not(:first-child) {
    border-top: 10px solid #fafafa;
}

.tech-service h3 {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 700;
}

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

.tech-service .ts-btn-area {
    margin-top: 20px;
}

.tech-service .ts-btn-area figure {
    width: 60%;
    max-width: 242px;
    margin: 0 auto;
    font-size: 0;
}

.tech-service .ts-btn-area .ts-btn {
    margin-top: 20px;
    height: 40px;
    line-height: 36px;
    padding: 0 20px;
    border-width: 2px;
    border-radius: 20px;
    font-weight: 500;
    font-size: 16px;
}

.tech-service .width-scrollbox {
    padding-top: 20px;
}

@media screen and (min-width: 639px) {
    .tech-service .ts-btn-area figure img {
        margin-left: 11%;
    }
}

@media screen and (min-width: 767px) {
    .tech-service .ts-con {
        padding: 60px 20px;
    }

    .tech-service .ts-con:not(:first-child) {
        border-top-width: 15px;
    }

    .tech-service h3 {
        margin-bottom: 15px;
        font-size: 26px;
    }
    
    .tech-service p {
        font-size: 18px;
    }

    .tech-service .ts-btn-area {
        margin-top: 30px;
    }

    .tech-service .ts-btn-area .ts-btn {
        margin-top: 32px;
        height: 50px;
        line-height: 46px;
        padding: 0 32px;
        border-radius: 25px;
        font-size: 18px;
    }

    .tech-service .width-scrollbox {
        padding-top: 30px;
    }
}

@media screen and (min-width: 979px) {
    .tech-service .ts-con {
        padding: 80px 20px;
    }

    .tech-service .ts-con:not(:first-child) {
        border-top-width: 20px;
    }

    .tech-service .ts-btn-area .ts-btn {
        font-size: 20px;
    }

    .tech-service h3 {
        margin-bottom: 20px;
        font-size: 30px;
    }
    
    .tech-service p {
        font-size: 20px;
    }

    .tech-service .ts-btn-area {
        margin-top: 50px;
    }

    .tech-service .width-scrollbox {
        padding-top: 50px;
    }
}

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


/* 얼굴인식 // 얼굴인식 내용 */
.face-content {
    position: relative;
    padding: 40px 20px;
}

.face-content .fc-con {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    border-bottom: 1px solid var(--color-line-gray);
}

.face-content .fc-con figure {
    flex-shrink: 0;
    width: 25%;
    margin-right: 5%;
    font-size: 0;
}

.face-content .fc-con .fc-txt {
    flex-grow: 1;
}

.face-content .fc-con .fc-txt h4 {
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 18px;
}

.face-content .fc-con .fc-txt p {
    font-size: 14px;
    color: #666;
}

@media screen and (min-width: 639px) {
    .face-content .fc-con figure {
        width: 100px;
        margin-right: 30px;
    }
}

@media screen and (min-width: 767px) {
    .face-content {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: stretch;
        padding: 60px 20px;
    }

    .face-content .fc-con {
        width: 48%;
        padding: 30px;
    }
}

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

    .face-content .fc-con {
        padding: 40px 20px;
    }

    .face-content .fc-con .fc-txt h4 {
        font-size: 20px;
    }
    
    .face-content .fc-con .fc-txt p {
        font-size: 16px;
    }
}

@media screen and (min-width: 1239px) {
    .face-content {
        padding: 80px 60px 120px;
    }

    .face-content .fc-con {
        width: 480px;
    }
}


/* 얼굴인식 // 얼굴인식 절차 */
.face-service {
    position: relative;
    overflow: hidden;
    padding: 40px 20px;
    background-color: var(--bg-gray);
}

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

@media screen and (min-width: 1239px) {
    .face-service {
        padding: 80px 0px 100px;
    }
}


/* OTAC // OTAC 내용 */
.otac-content {
    padding: 40px 20px;
    max-width: 1080px;
    margin: 0 auto;
}

.otac-content p {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid var(--color-line-gray);
}

.otac-content ul li {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.otac-content ul li:not(:first-child) {
    margin-top: 5px;
}

.otac-content ul li span.check-ico {
    flex-shrink: 0;
    margin-right: 6px;
}

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

.otac-content small {
    display: block;
    margin-top: 30px;
    color: #666;
}

@media screen and (min-width: 767px) {
    .otac-content {
        padding: 60px 20px;
    }
}

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

    .otac-content p {
        padding-bottom: 30px;
        margin-bottom: 30px;
    }

    .otac-content ul li:not(:first-child) {
        margin-top: 10px;
    }

    .otac-content small {
        margin-top: 46px;
    }
}

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


/* OTAC // OTAC 기술의 특징 */
.tech-feature {
    padding: 40px 20px;
}

.tech-feature .feature-box {
    overflow: hidden;
    max-width: 1100px;
    margin: 0 auto;
    border: 1px solid #c9c9c9;
    background-color: #fff;
    border-radius: 20px;
}

.tech-feature .feature-box .feature-con {
    position: relative;
    padding: 30px 20px;
}

.tech-feature .feature-box .feature-con h3 {
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 25px;
    border-bottom: 1px solid #707070;
}

.tech-feature .feature-box .feature-con h3 figure {
    width: 25%;
    max-width: 100px;
    margin: 0 auto;
    font-size: 0;
}

.tech-feature .feature-box .feature-con h3 em {
    display: block;
    margin-top: 5px;
    font-weight: 700;
    font-size: 20px;
}

.tech-feature .feature-box .feature-con dl:not(:first-of-type) {
    margin-top: 20px;
}

.tech-feature .feature-box .feature-con dl dt {
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 16px;
}

.tech-feature .feature-box .feature-con dl dd {
    color: #333;
}

.tech-feature .feature-box .feature-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;
}

.tech-feature .feature-box .feature-con.otac-after {
    background-color: #f8fbff;
}

.tech-feature .feature-box .feature-con.otac-after: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;
}

@media screen and (min-width: 767px) {
    .tech-feature {
        padding: 60px 20px;
    }

    .tech-feature .feature-box {
        display: flex;
        justify-content: center;
        align-items: stretch;
    }

    .tech-feature .feature-box .feature-con {
        width: 50%;
        padding: 30px;
    }

    .tech-feature .feature-box .feature-con.otac-before dl:not(:first-of-type) {
        margin-top: 40px;
    }

    .tech-feature .feature-box .feature-con h3 em {
        font-size: 24px;
    }

    .tech-feature .feature-box .feature-con dl dt {
        font-size: 18px;
    }
    
    .tech-feature .feature-box .feature-con dl dd {
        font-size: 16px;
    }

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

    .tech-feature .feature-box .feature-con.otac-after:after {
        border-width: 5px;
        border-radius: 0 20px 20px 0;
    }
}

@media screen and (min-width: 979px) {
    .tech-feature {
        padding: 80px 20px;
    }

    .tech-feature .feature-box .feature-con {
        padding: 45px;
    }

    .tech-feature .feature-box .feature-con dl:not(:first-of-type) {
        margin-top: 40px;
    }

    .tech-feature .feature-box .feature-con.otac-before dl:not(:first-of-type) {
        margin-top: 80px;
    }

    .tech-feature .feature-box .feature-con h3 {
        font-size: 28px;
    }

    .tech-feature .feature-box .feature-con h3 em {
        font-size: 28px;
    }

    .tech-feature .feature-box .feature-con dl {
        padding: 0 10px;
    }

    .tech-feature .feature-box .feature-con dl dt {
        font-size: 20px;
    }
    
    .tech-feature .feature-box .feature-con dl dd {
        font-size: 18px;
    }

    .tech-feature .feature-box .feature-con .arrowbox {
        top: calc(50% - 38px);
        left: -40px;
        width: 76px;
        height: 76px;
        line-height: 76px;
        font-size: 30px;
    }
}

@media screen and (min-width: 1239px) {
    .tech-feature {
        padding: 80px 0px;
    }

    .tech-feature .feature-box .feature-con {
        padding: 62px;
    }
}



/* -------------------------------- */
@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) {
}