/* === page-sub === */
.page-sub {
    display: flex;
    flex-direction: column;
    color: #1e2124;
}
.page-sub .contents-wrap {
    padding-top: var(--height-header);
}

/* page-sub : page-head */
.page-head {
    background-color: #fff;
}

.page-info {
    width: 100%;
    max-width: calc(var(--width-inner-s) + (var(--gutter-page) * 2));
    padding: 6rem var(--gutter-page);
    margin: 0 auto;
}

/* page-sub : location */
.location-list {
    display: flex;
    align-items: center;
}
.location li {
    position: relative;
    font-size: 1.5rem;
    color: #1e2124;
}
.location li + li {
    padding-left: 3.6rem;
}
.location li + li::before {
    content: '';
    display: block;
    position: absolute;
    left: 1rem;
    top: 50%;
    width: 1.6rem;
    height: 1.6rem;
    transform: translateY(-50%);
    background: no-repeat 50% 50%;
    background-image: url('/resources/common/basic01/images/common/ic-arrow-loc.png');
}
.location li .btn-home {
    width: 4.2rem;
    height: 4.2rem;
    display: block;
    border-radius: 50px;
    background: no-repeat 50% 50%;
    background-size: 1.6rem auto;
    background-color: rgba(0, 148, 60, 0.1);
    background-image: url('/resources/common/basic01/images/common/ic-home.png');
    transition: all 0.3s ease;
}
.location li .btn-home:focus,
.location li .btn-home:hover {
    background-color: rgba(0, 148, 60, 0.2); 
    box-shadow: 0 4px 12px rgba(0, 148, 60, 0.2); 
    
}

.page-tit {
    font-size: 9.2rem;
    font-weight: 700;
    line-height: 1;
    margin-top: 4.2rem;
}

/* page-sub : page-sticky / tab-nav */
.page-sticky {
    position: static;
    left: 0;
    width: 100%;
    border-bottom: 1px solid #e0e0e0;
    background: #fff;
    transition: top 0.25s ease;
    z-index: 990;
}
.page-sticky.is-fixed {
    position: fixed;
}
.tab-nav {
    display: flex;
    width: 100%;
    max-width: calc(var(--width-inner-s) + (var(--gutter-page) * 2));
    padding: 0 var(--gutter-page);
    box-sizing: border-box;
    margin: 0 auto;
}
.tab-link {
    position: relative;
    flex: none;
    min-width: 15.5rem;
    padding: 0 0.8rem;
    font-size: 1.8rem;
    line-height: 5.6rem;
    font-weight: 500;
    text-align: center;
    color: #323232;
}
.tab-link:focus,
.tab-link:hover {
    color: var(--color-primary);
}
.tab-link.is-active {
    color: var(--color-primary);
}
.tab-link.is-active::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0.4rem;
    background: var(--color-primary);
}

/* === tags === */
.tag-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.tag {
    padding: 0.8rem 1.6rem;
    font-size: 1.6rem;
    line-height: 1;
    border-radius: 50px;
    background-color: #f5f5f5;
    color: #616161;
}

/* ========================================================
 contentsPage css
 ======================================================== */
/* === contentsPage : common === */
/* cont-head */
.cont-head {
    max-width: calc(var(--width-inner-s) + (var(--gutter-page) * 2));
    padding: 8rem var(--gutter-page);
    margin: 0 auto;
}
.inner .cont-head {
    padding: 0;
    margin: 0;
}
.cont-tit-en {
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--color-primary);
}

/* cont-tit */
.cont-tit {
    display: block;
    font-size: 4.8rem;
    font-weight: 400;
    color: #1e2124;
}
strong.cont-tit,
.cont-tit strong {
    font-weight: 800;
}
/* cont-tit - types */
.cont-tit.type-dotted {
    position: relative;
    padding-left: 3.2rem;
    font-size: 3.6rem;
    font-weight: 700;
    color: #111;
}
.cont-tit.type-dotted::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 2.3rem;
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 50px;
    background-color: #111;
}

.cont-tit-en + .cont-tit {
    margin-top: 1.6rem;
}
.cont-txt {
    font-size: 2.4rem;
    font-weight: 400;
    color: #33363d;
}
strong.cont-txt,
.cont-txt strong {
    font-weight: 700;
}
.cont-tit + .cont-txt {
    margin-top: 2rem;
}

/* cont-head : type-center */
.cont-head.type-center {
    text-align: center;
}
.cont-head.type-center .cont-tit {
    font-size: 4.4rem;
    font-weight: 600;
}
.cont-head.type-center .cont-txt {
    font-size: 3.6rem;
    margin-top: 4rem;
}

/* section */
.section {
    margin: 12rem 0;
}
.section-sm {
    margin: 8rem 0;
}
.section-sm .cont-head {
    margin-bottom: 4rem;
}

/* cont-visual */
.cont-visual {
    position: relative;
    width: 100%;
    height: 49rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: no-repeat center;
    background-size: cover;
    background-attachment: fixed;
}

/*
.cont-visual.visual-service {
    background-image: url('/resources/common/basic01/images/contents/bg-service.jpg');
}
.cont-visual.visual-ai {
    background-image: url('/resources/common/basic01/images/contents/bg-ai.jpg');
}
.cont-visual.visual-ux {
    background-image: url('/resources/common/basic01/images/contents/bg-ux.jpg');
}
.cont-visual.visual-media {
    background-image: url('/resources/common/basic01/images/contents/bg-media.jpg');
}
.cont-visual.visual-marketing {
    background-image: url('/resources/common/basic01/images/contents/bg-marketing.jpg');
}
.cont-visual.visual-job {
    background-image: url('/resources/common/basic01/images/contents/bg-job.jpg');
}
.cont-visual.visual-telent {
    background-image: url('/resources/common/basic01/images/contents/bg-talent.jpg');
}
.cont-visual.visual-pool {
    background-image: url('/resources/common/basic01/images/contents/bg-pool.jpg');
}

*/
.cont-visual.visual-inquiry {
    background-image: url('/cmmn/file/imageSrc.do?atchFileId=AF_f436a75f726a4f718dc3ea63bc2d2&fileSn=1&v=1777880339772');
}

/* === pages common === */
.service-list {
    display: flex;
    flex-wrap: wrap;
    gap: 4rem;
}
.service-item {
    width: calc((100% - 8rem) / 3);
    background-color: #f5f5f5;
    border-radius: 2rem;
    padding: 3rem 2rem;
    transition: all 0.3s ease;
}
.service-item:focus,
.service-item:hover {
    background-color: rgba(220, 247, 228, 0.5);
}

/* col2 */
.service-list.type-col2 .service-item {
    width: calc((100% - 4rem) / 2);
}
.service-tit,
.service-txt {
    color: #222;
    text-align: center;
}
.service-tit {
    font-size: 2.6rem;
    font-weight: 700;
}
.service-txt {
    margin-top: 2rem;
    font-size: 1.7rem;
}

/* ref-box */
.ref-box {
    border-radius: 2rem;
    border: 1px solid #dfdfdf;
    padding: 4rem 2.2rem;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.ref-box .scroll-list {
    display: flex;
    text-align: center;
    gap: 2.4rem;
}
.ref-box .scroll-list li {
    flex: 0 0 calc((100% - 12rem) / 6);
    min-width:15rem;
}

/* ref-list */
.ref-list {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem 4rem;
}
.ref-card {
    display: flex;
    align-items: center;
    flex: 1;
    min-width: calc((100% - 8rem) / 3);
    padding: 3rem;
    border-radius: 2rem;
    border: 1px solid #dfdfdf;
}
.ref-txt {
    flex: 1;
    min-width: 0;
    font-size: 2rem;
    font-weight: 500;
    color: #616161;
}
.ref-icon {
    flex: none;
    width: 3.2rem;
    height: 3.2rem;
    margin-left: 1rem;
}


/* ====================================================
   responsive
==================================================== */
@media (max-width: 1280px) {
    /* ===== page ===== */
    .page-info {
        padding: 5rem var(--gutter-page);
    }
    .page-tit {
        font-size: 6.4rem;
    }

    /* ===== cont ===== */
    .cont-head {
        padding: 6rem var(--gutter-page);
    }
    .cont-tit,
    .cont-head.type-center .cont-tit {
        font-size: 3.6rem;
    }
    .cont-tit.type-dotted{
    	font-size: 3rem;
    }
    .cont-tit.type-dotted::before{
    	top: 1.9rem;
    }
    .cont-txt,
    .cont-head.type-center .cont-txt {
        font-size: 2rem;
    }
    .cont-head.type-center .cont-txt{
    	margin-top: 2rem;
    }

    /* ===== section ===== */
    .section {
        margin: 10rem 0;
    }
    .section-sm {
        margin: 6rem 0;
    }
    .section-sm .cont-head{
    	margin-bottom: 2rem;
    }

    /* ===== service ===== */
    .service-list {
        gap: 3rem;
    }
    .service-item,
    .service-list.type-col2 .service-item {
        padding: 2.8rem 2rem;
        width: calc((100% - 3rem) / 2);
    }
    .service-tit {
        font-size: 2.2rem;
    }
    .service-txt {
        margin-top: 1.6rem;
        font-size: 1.6rem;
    }

    /* ===== ref ===== */
     .ref-box {
        padding: 3rem 2rem;
    }
    .ref-list {
        gap: 2rem;
    }
    .ref-card {
        min-width: calc((100% - 2rem) / 2);
        padding: 2.4rem;
    }
    .ref-txt {
        font-size: 1.8rem;
    }
}

@media (max-width: 1024px) {
    /* ===== visual ===== */
    .cont-visual {
        height: 40rem;
    }

    /* ===== page ===== */
    .page-tit {
        font-size: 5.2rem;
    }

    /* ===== cont ===== */
    .cont-tit,
    .cont-tit.type-dotted,
    .cont-head.type-center .cont-tit {
        font-size: 3rem;
    }
    .cont-tit.type-dotted::before{
    	top: 1.8rem;
    }
    .cont-txt,
    .cont-head.type-center .cont-txt {
        font-size: 1.8rem;
    }

    /* ===== tab ===== */
    .tab-nav {
        overflow-x: auto;
        white-space: nowrap;
    }
    .tab-link {
        flex: none;
        max-width: none;
        padding: 0 2rem;
    }

    /* ===== service ===== */
    .service-list {
        gap: 2rem;
    }
    .service-item,
    .service-list.type-col2 .service-item {
        width: calc((100% - 2rem) / 2);
        border-radius: 1.6rem;
    }
    .service-tit {
        font-size: 2rem;
    }
    .service-txt {
        font-size: 1.5rem;
    }

    /* ===== ref ===== */
    .ref-box {
        padding: 2.4rem 1.6rem;
    }
    .ref-box .scroll-list {
        gap: 1.6rem;
    }
    .ref-box .scroll-list li {
        flex: 0 0 auto;
    }
    .ref-card {
        min-width: 100%;
        border-radius: 1.6rem;
    }
}

@media (max-width: 768px) {
    /* ===== page ===== */
    .page-info {
        padding: 4rem var(--gutter-page)
    }
    .page-tit {
        font-size: 3.6rem;
        margin-top: 2.4rem;
    }

    /* ===== location ===== */
    .location li {
        font-size: 1.3rem;
    }

    /* ===== cont ===== */
    .cont-head {
        padding: 4rem var(--gutter-page);
    }
    .cont-tit,
    .cont-tit.type-dotted,
    .cont-head.type-center .cont-tit {
        font-size: 2.6rem;
    }
    .cont-tit.type-dotted{
    	padding-left:2rem;
    }
    .cont-tit.type-dotted::before{
    	width: 0.6rem;
    	height: 0.6rem;
    }
    .cont-txt,
    .cont-head.type-center .cont-txt {
        font-size: 1.6rem;
    }

    /* ===== section ===== */
    .section {
        margin: 8rem 0;
    }
    .section-sm {
        margin: 4rem 0;
    }

    /* ===== tag ===== */
    .tag {
        font-size: 1.4rem;
        padding: 0.6rem 1.2rem;
    }
    
    /* ===== service ===== */
    .service-list {
        gap: 1.6rem;
    }
    .service-item,
    .service-list.type-col2 .service-item {
        width: 100%;
        padding: 2.4rem 1.8rem;
    }
    .service-tit {
        font-size: 1.8rem;
    }
    .service-txt {
        margin-top: 1.2rem;
        font-size: 1.4rem;
    }

    /* ===== ref ===== */
    .ref-box {
        border-radius: 1.6rem;
    }
    .ref-card {
        padding: 2rem;
    }
    .ref-txt {
        font-size: 1.6rem;
        line-height: 1.5;
    }
    .ref-icon {
        width: 2.8rem;
        height: 2.8rem;
    }
}

@media (max-width: 480px) {
    .page-tit {
        font-size: 2.8rem;
    }
    .cont-tit,
    .cont-tit.type-dotted,
    .cont-head.type-center .cont-tit {
        font-size: 2.2rem;
    }
    .cont-tit.type-dotted::before{
    	top: 1.3rem;
    }
    .cont-txt,
    .cont-head.type-center .cont-txt {
        font-size: 1.4rem;
    }
}

