@charset "utf-8";
@import url('https://careers.fromex.co.kr/wp-content/themes/fromex/styles/reset.css');
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.8/dist/web/static/pretendard-dynamic-subset.css");

/*
 * File       : fromex-careers.css
 * Author     : FROMEX
 * Date       : 2023.09.09
 *
 * SUMMARY:
 * 01) GLOBAL
 * 02) COLOR
 * 03) HEADER
 * 03) FOOTER
 * 05) PAGE (컨텐츠 영역)
 */



html {font-family: 'Pretendard', 'Apple SD Gothic Neo', sans-serif;font-size: 62.5%;line-height: 1.15;-webkit-text-size-adjust: 100%;box-sizing: border-box;margin: 0;letter-spacing: normal; scroll-behavior: smooth;}
* {box-sizing: border-box;}

body {height: 100%;margin: 0;padding: 0;padding-top: 100px;display: block;font-family: 'Pretendard', 'Apple SD Gothic Neo', sans-serif;color: #1e1e1e;word-wrap: break-word;word-break: keep-all;}

a {color: inherit;text-decoration: none;}

::-moz-selection {background: #1e1e1e;color: #fff;}
::selection {background: #1e1e1e;color: #fff;}

input[type='checkbox'], input[type='radio'] {padding: 0;accent-color: #1e1e1e;}

/* form */
input, select, textarea, button {vertical-align: middle;margin: 0;}
input[type='submit'], input[type='button'], button {cursor: pointer;}
label {vertical-align: middle;}

/* font weight 정의 */
b {font-weight: 600;}

ol, ul, li {list-style-type: disc;line-height: 1.6;margin: 0;padding-inline-start: 0;}



/* **************************************** *
 * COLOR
 * **************************************** */

.col-red {color: #e63f3f;}
.col-red2 {color: #fc4237;}
.col-green {color: #2ada71;}
.col-blue {color: #0080fe;}
.col-blue2 {color: #096fc8;}
.col-yellow {color: #ede734;}
.col-black {color: #1e1e1e;}
.col-black2 {color: #0a0a0a;}
.col-black3 {color: #22292f;}
.col-grey {color: #aaa;}
.col-grey2 {color: #9fa0a1;}
.col-grey3 {color: #888;}
.col-grey-daum-menu {color: #919191;}
.col-grey-daum-dt-text {color: #98989c;}
.col-grey-naver-text {color: #929294;}
.col-grey-sidebar {color: #98989a;}
.col-button-grey {color: #f5f5f5}
.col-bg-red {color: #f53024;}
.col-bg-black {color: #0a0a0a;}
.col-dark-navy {color: #010a23;}

.space35 {height: 35px; width: 100%;}
.space55 {height: 55px; width: 100%;}
.spacer84 {height: 84px; width: 100%;}
.spacer130 {height: 84px; width: 100%;}

.txt400 {font-weight: 400;}
.txt500 {font-weight: 500;}
.txt600 {font-weight: 600;}
.txt700 {font-weight: 700;}
.txt800 {font-weight: 800;}


/* **************************************** *
 * HEADER
 * **************************************** */

/* 모바일 */
@media (min-width: 360px) {
    .fx-header-wrap {
        z-index: 9999;
        position: fixed;
        top: 0px;
        margin: 0px auto;
        width: 100%;
        height: 88px;
    }

    .fx-header {
        z-index: 9999;
        position: fixed;
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        height: 60px;
        padding: 22px 24px;
        margin: 0px auto;
        top: 0px;
        left: 50%;
        transform: translateX(-50%);
        background-color: #FFFFFF;
    }

    .fx-header h1 a svg {
        height: 20px;
    }

    .fx-header-text {
        display: flex;
        align-items: center;
    }

    .pc-gnb-wrap {
        display: none;
    }

    .mo-gnb-wrap {
        display: block;
    }

    .gnb {
        padding-left: 0px;
        font-family: 'Pretendard';
        flex-direction: row;
    }

    .gnb-right {
        display: flex;
        margin-left: auto;
    }

    .gnb-list {
        display: inline-flex;
        align-items: center;
        cursor: pointer;
        font-family: 'Pretendard';
        font-size: 16px;
        font-weight: 700;
        text-decoration: none;
        margin-left: 28px;
    } 
}

/* 모바일 라지 */
@media (min-width: 768px) {
    .fx-header-wrap {
        z-index: 9999;
        position: fixed;
        top: 0px;
        margin: 0px auto;
        width: 100%;
        height: 88px;
    }

    .fx-header {
        z-index: 9999;
        position: fixed;
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        height: 60px;
        padding-left: 24px;
        padding-right: 24px;
        margin: 0px auto;
        top: 0px;
        left: 50%;
        transform: translateX(-50%);
        background-color: #FFFFFF;
    }

    .fx-header h1 a svg {
        height: 20px;
    }

    .fx-header-text {
        display: flex;
        align-items: center;
    }

    .pc-gnb-wrap {
        display: block;
    }

    .mo-gnb-wrap {
        display: none;
    }

    .gnb {
        padding-left: 30px;
        font-family: 'Pretendard';
        flex-direction: row;
    }

    .gnb-right {
        display: flex;
        margin-left: auto;
    }

    .gnb-list {
        display: inline-flex;
        align-items: center;
        cursor: pointer;
        font-family: 'Pretendard';
        font-size: 16px;
        font-weight: 700;
        text-decoration: none;
        margin-left: 28px;
    } 
}

/* 아이패드 */
@media (min-width: 1024px) {
    .fx-header-wrap {
        z-index: 9999;
        position: fixed;
        top: 0px;
        margin: 0px auto;
        width: 100%;
        height: 88px;
    }

    .fx-header {
        z-index: 9999;
        position: fixed;
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        max-width: 960px;
        height: 88px;
        padding-left: 24px;
        padding-right: 24px;
        margin: 0px auto;
        top: 0px;
        left: 50%;
        transform: translateX(-50%);
        background-color: #FFFFFF;
    }

    .fx-header h1 a svg {
        height: 26px;
    }

    .fx-header-text {
        display: flex;
        align-items: center;
    }

    .pc-gnb-wrap {
        display: block;
    }

    .mo-gnb-wrap {
        display: none;
    }

    .gnb {
        padding-left: 30px;
        font-family: 'Pretendard';
        flex-direction: row;
    }

    .gnb-right {
        display: flex;
        margin-left: auto;
    }

    .gnb-list {
        display: inline-flex;
        align-items: center;
        cursor: pointer;
        font-family: 'Pretendard';
        font-size: 16px;
        font-weight: 700;
        text-decoration: none;
        margin-left: 28px;
    } 
}

/* 갤럭시탭 S8+ */
@media (min-width: 1138px) {
    .fx-header-wrap {
        z-index: 9999;
        position: fixed;
        top: 0px;
        margin: 0px auto;
        width: 100%;
        height: 88px;
    }

    .fx-header {
        z-index: 9999;
        position: fixed;
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        max-width: 1058px;
        height: 88px;
        padding-left: 24px;
        padding-right: 24px;
        margin: 0px auto;
        top: 0px;
        left: 50%;
        transform: translateX(-50%);
        background-color: #FFFFFF;
    }

    .fx-header h1 a svg {
        height: 26px;
    }

    .fx-header-text {
        display: flex;
        align-items: center;
    }

    .pc-gnb-wrap {
        display: block;
    }

    .mo-gnb-wrap {
        display: none;
    }

    .gnb {
        padding-left: 30px;
        font-family: 'Pretendard';
        flex-direction: row;
    }

    .gnb-right {
        display: flex;
        margin-left: auto;
    }

    .gnb-list {
        display: inline-flex;
        align-items: center;
        cursor: pointer;
        font-family: 'Pretendard';
        font-size: 22px;
        font-weight: 800;
        text-decoration: none;
        margin-left: 28px;
    } 
}

/* 노트북 */
@media (min-width: 1400px) {
    .fx-header-wrap {
        z-index: 9999;
        position: fixed;
        top: 0px;
        margin: 0px auto;
        width: 100%;
        height: 88px;
    }

    .fx-header {
        z-index: 9999;
        position: fixed;
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        max-width: 1200px;
        height: 130px;
        padding-top: 30px;
        padding-left: 24px;
        padding-right: 24px;
        margin: 0px auto;
        top: 0px;
        left: 50%;
        transform: translateX(-50%);
        background-color: #FFFFFF;
    }

    .fx-header h1 a svg {
        height: 26px;
    }

    .fx-header-text {
        display: flex;
        align-items: center;
    }

    .pc-gnb-wrap {
        display: block;
    }

    .mo-gnb-wrap {
        display: none;
    }

    .gnb {
        padding-left: 30px;
        font-family: 'Pretendard';
        flex-direction: row;
    }

    .gnb-right {
        display: flex;
        margin-left: auto;
    }

    .gnb-list {
        display: inline-flex;
        align-items: center;
        cursor: pointer;
        font-family: 'Pretendard';
        font-size: 22px;
        font-weight: 800;
        text-decoration: none;
        margin-left: 28px;
    } 
}



/* **************************************** *
 * FOOTER
 * **************************************** */


/* 모바일 */
@media (min-width: 360px) {
    footer {
        position: relative;
        margin: 0px auto;
        width: 100%;    
        padding-top: 50px;
        padding-bottom: 50px;
        background-color: #F8F8F8;
        transform : translateY(0%);
        bottom: 0px;
    }
    .footer-inner {
        display: block;
        width: 100%;
        margin: 0px auto;
        padding-left: 22px;
        padding-right: 22px;
        align-items: center;
    }
    .footer-inner-txt1 {
        font-family: 'Pretendard';
        font-size: 15px;
        font-weight: 500;
        line-height: 1.4;
        color: #556372;
    }
    .footer-inner-txt2 {
        font-family: 'Pretendard';
        font-size: 13px;
        font-weight: 400;
        line-height: 1.4;
        color: #8d96a1;
    }
    .footer-inner-line {
        margin-top: 14px;
    }
    .footer-inner-txt3 {
        font-family: 'Pretendard';
        font-size: 12px;
        line-height: 1.4;
        color: #cdd2d6;
        font-weight: 400;
        align-items: center;
    }
    .footer-inner-txt4 {
        font-family: 'Pretendard';
        font-size: 13px;
        line-height: 1.4;
        color: #8d96a1;
        font-weight: 600;
        align-items: center;
    }
    .footer-power {
        display: flex;
        align-items: center;
        vertical-align: middle;
    }
    .footer-logo-svg {
        fill: #cdd2d6;
        margin-left: 4px;
    }
}


/* 모바일 라지 */
@media (min-width: 768px) {
    footer {
        position: relative;
        margin: 0px auto;
        width: 100%;    
        padding-top: 50px;
        padding-bottom: 50px;
        background-color: #F8F8F8;
        transform : translateY(0%);
        bottom: 0px;
    }
    .footer-inner {
        display: block;
        width: 100%;
        margin: 0px auto;
        padding-left: 24px;
        padding-right: 24px;
        align-items: center;
    }
    .footer-inner-txt1 {
        font-family: 'Pretendard';
        font-size: 15px;
        font-weight: 500;
        line-height: 1.4;
        color: #556372;
    }
    .footer-inner-txt2 {
        font-family: 'Pretendard';
        font-size: 13px;
        font-weight: 400;
        line-height: 1.4;
        color: #8d96a1;
    }
    .footer-inner-line {
        margin-top: 14px;
    }
    .footer-inner-txt3 {
        font-family: 'Pretendard';
        font-size: 12px;
        line-height: 1.4;
        color: #cdd2d6;
        font-weight: 400;
        align-items: center;
    }
    .footer-inner-txt4 {
        font-family: 'Pretendard';
        font-size: 13px;
        line-height: 1.4;
        color: #8d96a1;
        font-weight: 600;
        align-items: center;
    }
    .footer-power {
        display: flex;
        align-items: center;
        vertical-align: middle;
    }
    .footer-logo-svg {
        fill: #cdd2d6;
        margin-left: 4px;
    }
}

/* 아이패드 */
@media (min-width: 1024px) {
    footer {
        position: relative;
        margin: 0px auto;
        width: 100%;    
        padding-top: 50px;
        padding-bottom: 50px;
        background-color: #F8F8F8;
        transform : translateY(0%);
        bottom: 0px;
    }
    .footer-inner {
        display: block;
        width: 100%;
        max-width: 960px;
        margin: 0px auto;
        padding-left: 24px;
        padding-right: 24px;
        align-items: center;
    }
    .footer-inner-txt1 {
        font-family: 'Pretendard';
        font-size: 15px;
        font-weight: 500;
        line-height: 1.4;
        color: #556372;
    }
    .footer-inner-txt2 {
        font-family: 'Pretendard';
        font-size: 13px;
        font-weight: 400;
        line-height: 1.4;
        color: #8d96a1;
    }
    .footer-inner-line {
        margin-top: 14px;
    }
    .footer-inner-txt3 {
        font-family: 'Pretendard';
        font-size: 12px;
        line-height: 1.4;
        color: #cdd2d6;
        font-weight: 400;
        align-items: center;
    }
    .footer-inner-txt4 {
        font-family: 'Pretendard';
        font-size: 13px;
        line-height: 1.4;
        color: #8d96a1;
        font-weight: 600;
        align-items: center;
    }
    .footer-power {
        display: flex;
        align-items: center;
        vertical-align: middle;
    }
    .footer-logo-svg {
        fill: #cdd2d6;
        margin-left: 4px;
    }
}

/* 갤럭시탭 S8+ */
@media (min-width: 1138px) {
    footer {
        position: relative;
        margin: 0px auto;
        width: 100%;    
        padding-top: 50px;
        padding-bottom: 50px;
        background-color: #F8F8F8;
        transform : translateY(0%);
        bottom: 0px;
    }
    .footer-inner {
        display: block;
        width: 100%;
        max-width: 1058px;
        margin: 0px auto;
        padding-left: 24px;
        padding-right: 24px;
        align-items: center;
    }
    .footer-inner-txt1 {
        font-family: 'Pretendard';
        font-size: 15px;
        font-weight: 500;
        line-height: 1.4;
        color: #556372;
    }
    .footer-inner-txt2 {
        font-family: 'Pretendard';
        font-size: 13px;
        font-weight: 400;
        line-height: 1.4;
        color: #8d96a1;
    }
    .footer-inner-line {
        margin-top: 14px;
    }
    .footer-inner-txt3 {
        font-family: 'Pretendard';
        font-size: 12px;
        line-height: 1.4;
        color: #cdd2d6;
        font-weight: 400;
        align-items: center;
    }
    .footer-inner-txt4 {
        font-family: 'Pretendard';
        font-size: 13px;
        line-height: 1.4;
        color: #8d96a1;
        font-weight: 600;
        align-items: center;
    }
    .footer-power {
        display: flex;
        align-items: center;
        vertical-align: middle;
    }
    .footer-logo-svg {
        fill: #cdd2d6;
        margin-left: 4px;
    }
}

/* 노트북 */
@media (min-width: 1400px) {
    footer {
        position: relative;
        margin: 0px auto;
        width: 100%;    
        padding-top: 50px;
        padding-bottom: 50px;
        background-color: #F8F8F8;
        transform : translateY(0%);
        bottom: 0px;
    }
    .footer-inner {
        display: block;
        width: 100%;
        max-width: 1140px;
        margin: 0px auto;
        padding-left: 24px;
        padding-right: 24px;
        align-items: center;
    }
    .footer-inner-txt1 {
        font-family: 'Pretendard';
        font-size: 15px;
        font-weight: 500;
        line-height: 1.4;
        color: #556372;
    }
    .footer-inner-txt2 {
        font-family: 'Pretendard';
        font-size: 13px;
        font-weight: 400;
        line-height: 1.4;
        color: #8d96a1;
    }
    .footer-inner-line {
        margin-top: 14px;
    }
    .footer-inner-txt3 {
        font-family: 'Pretendard';
        font-size: 12px;
        line-height: 1.4;
        color: #cdd2d6;
        font-weight: 400;
        align-items: center;
    }
    .footer-inner-txt4 {
        font-family: 'Pretendard';
        font-size: 13px;
        line-height: 1.4;
        color: #8d96a1;
        font-weight: 600;
        align-items: center;
    }
    .footer-power {
        display: flex;
        align-items: center;
        vertical-align: middle;
    }
    .footer-logo-svg {
        fill: #cdd2d6;
        margin-left: 4px;
    }
}



/* **************************************** *
 * PAGE (컨텐츠 영역)
 * **************************************** */


/* 모바일 */
@media (min-width: 360px) {
    .data-visible-p {
        display: none;
    }

    .data-visible-m {
        display: block;
    }
    .main-inner {
        width: 100%;
        height: auto;
        min-height: 100%;
        display: block;
        margin: 0px auto;
        padding-left: 22px;
        padding-right: 22px;
    }
    .btn-container {
        display: flex;
        margin-top: 50px;
        cursor: pointer;
        margin-bottom: 55px;
    }
        
    .btn-container2 {
        display: flex;
        cursor: pointer;
        text-align: center;
        margin-top: 50px;
        margin-bottom: 55px;
        justify-content: center;
    }
    .btn {
        min-width: 118px;
        padding: 10px 12px;
        font-family: 'Pretendard';
        font-size: 1.4rem;
        font-weight: 600;
        text-align: center;
        text-decoration: none;
        color: #ffffff;
        border-color: #1e1e1e;
        border: 1px solid #1e1e1e;
        border-width: 2px;
        border-radius: 0;
        vertical-align: middle;
        display: inline-block;
        margin-right: 10px;
        background: #1e1e1e;
        cursor: pointer;
    }
        
    .btn:hover {background: #1e1e1e;border-color: #1e1e1e;color: #ffffff;}
    .btn:active {background: #1e1e1e;border-color: #1e1e1e;color: #ffffff;}
    .btn:focus {background: #1e1e1e;border-color: #1e1e1e;color: #ffffff;}
    
    .btn2 {
        min-width: 118px;
        padding: 10px 12px;
        font-family: 'Pretendard';
        font-size: 1.4rem;
        font-weight: 600;
        text-align: center;
        text-decoration: none;
        color: #1e1e1e;
        border-color: #1e1e1e;
        border: 1px solid #1e1e1e;
        border-width: 2px;
        border-radius: 0;
        vertical-align: middle;
        display: inline-block;
        margin-right: 10px;
        background: #FFFFFF;
        cursor: pointer;
    }
    
    .arrow-btn {
        width: 16px;
        height: 16px;
        margin-left: 12px;
        padding-bottom: 3px;
        vertical-align: middle;
        transition: all 0.25s linear 0.25s;
        filter: invert(94%) sepia(100%) saturate(24%) hue-rotate(358deg) brightness(105%) contrast(107%);
    }
    
    section {
        width: 100%;
        max-width: 100%;
        height: auto;
        min-height: 100%;
        display: block;
        margin: 0px auto;
        padding-bottom: 100px;
        box-sizing: border-box;
        scroll-behavior:smooth;
    }
    
    .section-intro-type1 {
        padding: 100px 0 0px;
        font-family: 'Pretendard';
        font-size: 4.0rem;
        font-weight: 800;
        line-height: 1.3;
        color: #1e1e1e;
    }
    
    .section-intro-type2 {
        margin-top: 34px;
        font-family: 'Pretendard';
        font-size: 1.8rem;
        font-weight: 700;
        line-height: 1.5;
        color: #aaa;
    }
    
    .section-txt-head {
        margin-top: 34px;
        margin-bottom: 20px;
        font-family: 'Pretendard';
        font-size: 3.6rem;
        font-weight: 800;
        line-height: 1.3;
        color: #1e1e1e;
        text-align: center;
    }

    .section-txt-head-job {
        margin-top: 100px;
        margin-bottom: 20px;
        font-family: 'Pretendard';
        font-size: 3.6rem;
        font-weight: 800;
        line-height: 1.3;
        color: #1e1e1e;
        text-align: center;
    }

    .section-txt-head-desc {
        font-family: 'Pretendard';
        font-size: 1.4rem;
        font-weight: 600;
        line-height: 22px;
        color: #aaa;
        text-align: center;
    }
    
    .section-txt-title {
        margin-top: 34px;
        font-family: 'Pretendard';
        font-size: 4.2rem;
        font-weight: 800;
        line-height: 1.3;
        color: #1e1e1e;
    }
    
    .section-txt-type1 {
        margin-top: 33px;
        font-family: 'Pretendard';
        font-size: 1.7rem;
        font-weight: 400;
        line-height: 30px;
        color: #1e1e1e;
    }
    
    .section-content-type1 {
        display: block;
    }
    
    .type1-left-box {
        flex-basis: 465px;
        margin-right: 30px;
    }
    
    .type1-right-box {
        flex-basis: 465px;
    }
    
    .content-type1-left-img {
        width: 465px;
        height: 573px;
    }
    
    .content-type1-right-img {
        width: 465px;
        height: 274px;
    }
    
    .section-content-type2 {
        margin-top: 180px;
        display: block;
        flex-direction: row-reverse;
    }
    
    .right-box {
        flex-basis: 653px;
    }
    .content-text-box-type2 {
        text-align: left;
    }
    
    .content-title {
        font-family: 'Pretendard';
        font-size: 2.4rem;
        font-weight: 800;
        line-height: 36px;
    }
    
    .content-text {
        margin-top: 33px;
        font-family: 'Pretendard';
        font-size: 1.6rem;
        font-weight: 600;
        line-height: 26px;
        color: #aaa;
    }
    
    .content-box {
        margin-top: 59px;
        display: block;
    }
    
    .content-box-m-img {
        max-width: 100%;
        height: auto;
        object-fit: cover;
    }

    .content-type2-right-img {
        width: 653px;
        height: 379px;
    }
    
    .left-box {
        flex-basis: 277px;
        margin-right: 30px;
    }
    
    .content-left {
        padding-top: 91px;
    }
    
    .content-type2-left-img {
        width: 277px;
        height: 277px;
    }
    
    .section-content-type3 {
        display: flex;
    }
    
    .content-text-box {
        display: block;
        margin-top: 180px;
    }
    
    .type3-left-box {
        flex-basis: 653px;
        margin-right: 30px;
    }
    
    .type3-right-box {
        flex-basis: 277px;
        padding-top: 188px;
    }
    
    .content-type3-left-img {
        width: 653px;
        height: 379px;
    }
    
    .content-bottom-text {
        margin-top: 38px;
        font-family: 'Pretendard';
        font-size: 1.4rem;
        line-height: 22px;
        margin-top: 21px;
    }
    
    .content-bottom-text-title {
        margin-top: 13px;
        font-weight: 700;
        font-family: 'Pretendard';
    }
    
    .content-type3-right-img {
        width: 277px;
        height: 405px;
    }
    
    .section-content-type4 {
        display: flex;
        flex-direction: row-reverse;
    }
    
    .type4-left-box {
        flex-basis: 465px;
        margin-right: 30px;
    }
    
    .type4-right-box {
        flex-basis: 465px;
    }
    
    .content-type4-left-img {
        width: 465px;
        height: 278px;
    }
    
    .content-type4-right-img {
        width: 465px;
        height: 621px;
    }
    
    .section-content-type5 {
        display: flex;
    }
    
    .type5-left-box {
        flex-basis: 658px;
        margin-right: 30px;
    }
    
    .type5-right-box {
        flex-basis: 272px;
    }
    
    .content-type5-left-img {
        width: 658px;
        height: 374px;
    }
    
    .content-type5-right-img {
        width: 272px;
        height: 374px;
    }

    /* 채용공고 */
    .job-list-wrap {
        display: block;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        max-width: 960px;
        margin-top: 84px;
        margin-left: auto;
        margin-right: auto;
        flex-wrap: wrap;
}

    .job-list {
        position: relative;
        display: block;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        padding: 24px 20px;
        border-bottom: 1px solid #eee;
        cursor: pointer;
    }

    .job-list:hover {
        background-color: #f6f6f7;
    }

    .job-list-item {
        display: block;
        cursor: pointer;
    }

    .job-list-title {
        display: flex;
        font-family: 'Pretendard';
        font-size: 1.8rem;
        font-weight: 700;
        line-height: 27px;
        color: #1e1e1e;
        word-break: break-word;
    }

    .job-list-desc {
        display: flex;
        font-family: 'Pretendard';
        font-size: 1.5rem;
        font-weight: 400;
        line-height: 25px;
        color: #1e1e1e;
        word-break: break-word;
    }

    .job-list-date {
        display: flex;
        font-family: 'Pretendard';
        font-size: 1.6rem;
        font-weight: 700;
        line-height: 25px;
        color: #1e1e1e;
        word-break: break-word;
        margin-left: auto;
        margin-bottom: auto;
        margin-top: 6px;
    }

    .job-list-cat-item {
        margin-top: 6px;
    }

    .job-list-cat {
        font-family: 'Pretendard';
        font-size: 1.2rem;
        font-weight: 500;
        line-height: 25px;
        color: #1e1e1e;
        word-break: break-word;
        padding-right: 20px;
    }

    .job-list-cat-type {
        font-family: 'Pretendard';
        font-size: 1.2rem;
        font-weight: 500;
        line-height: 21px;
        color: #fff;
        border: 1px solid #1e1e1e;
        background-color: #1e1e1e;
        border-radius: 0;
        padding: 1px 8px;
        margin-right: 6px;
        width: auto;
        display: inline-block;
    }

    .job-list-cat-type2 {
        font-family: 'Pretendard';
        font-size: 1.2rem;
        font-weight: 500;
        line-height: 21px;
        color: #FFFFFF;
        border: 1px solid #c3c8cd;
        background-color: #c3c8cd;
        border-radius: 0;
        padding: 1px 8px;
        margin-right: 4px;
        width: auto;
        display: inline-block;
    }

    /* 채용공고 내용 아코디언 */
    .job-desc {
        display: none;
        overflow: hidden;
        font-size: 2.0rem;
        width: 100%;
        background-color: #ffffff;
        padding-top: 55px;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 55px;
    }
    .job-desc-title {
        font-family: 'Pretendard';
        font-size: 1.6rem;
        font-weight: 700;
        line-height: 26px;
        margin-bottom: 66px;
        color: #1e1e1e;
        word-break: break-word;
    }
    .job-desc-text {
        font-family: 'Pretendard';
        font-size: 1.4rem;
        font-weight: 600;
        line-height: 26px;
        color: #aaa;
        word-break: break-word;
    }

    .job-desc-li {
        list-style-type: disc;
        margin-left: 16px;
        line-height: 22px;
    }
}


/* 모바일 라지 */
@media (min-width: 768px) {

}

/* 아이패드 */
@media (min-width: 1024px) {
    .data-visible-p {
        display: block;
    }
    .data-visible-m {
        display: none;
    }
    .main-inner {
        width: 100%;
        max-width: 960px;
        height: auto;
        min-height: 100%;
        display: block;
        margin: 0px auto;
        padding-left: 0px;
        padding-right: 0px;
    }
    .btn-container {
        display: flex;
        margin-top: 50px;
        cursor: pointer;
        margin-bottom: 55px;
    }
        
    .btn-container2 {
        display: flex;
        cursor: pointer;
        text-align: center;
        margin-top: 50px;
        margin-bottom: 55px;
        justify-content: center;
    }
    .btn {
        min-width: 118px;
        padding: 10px 12px;
        font-family: 'Pretendard';
        font-size: 1.6rem;
        font-weight: 600;
        text-align: center;
        text-decoration: none;
        color: #ffffff;
        border-color: #1e1e1e;
        border: 1px solid #1e1e1e;
        border-width: 2px;
        border-radius: 0;
        vertical-align: middle;
        display: inline-block;
        margin-right: 10px;
        background: #1e1e1e;
        cursor: pointer;
    }
        
    .btn:hover {background: #1e1e1e;border-color: #1e1e1e;color: #ffffff;}
    .btn:active {background: #1e1e1e;border-color: #1e1e1e;color: #ffffff;}
    .btn:focus {background: #1e1e1e;border-color: #1e1e1e;color: #ffffff;}
    
    .btn2 {
        min-width: 118px;
        padding: 10px 12px;
        font-family: 'Pretendard';
        font-size: 1.6rem;
        font-weight: 600;
        text-align: center;
        text-decoration: none;
        color: #1e1e1e;
        border-color: #1e1e1e;
        border: 1px solid #1e1e1e;
        border-width: 2px;
        border-radius: 0;
        vertical-align: middle;
        display: inline-block;
        margin-right: 10px;
        background: #FFFFFF;
        cursor: pointer;
    }
    
    .arrow-btn {
        width: 16px;
        height: 16px;
        margin-left: 12px;
        padding-bottom: 3px;
        vertical-align: middle;
        transition: all 0.25s linear 0.25s;
        filter: invert(94%) sepia(100%) saturate(24%) hue-rotate(358deg) brightness(105%) contrast(107%);
    }
    
    section {
        width: 100%;
        max-width: 100%;
        height: auto;
        min-height: 100%;
        display: block;
        margin: 0px auto;
        padding-bottom: 100px;
        box-sizing: border-box;
        scroll-behavior:smooth;
    }
    
    .section-intro-type1 {
        padding: 100px 0 0px;
        font-family: 'Pretendard';
        font-size: 5.6rem;
        font-weight: 800;
        line-height: 1.3;
        color: #1e1e1e;
    }
    
    .section-intro-type2 {
        margin-top: 34px;
        font-family: 'Pretendard';
        font-size: 2.4rem;
        font-weight: 700;
        line-height: 1.5;
        color: #aaa;
    }
    
    .section-txt-head {
        margin-top: 34px;
        margin-bottom: 20px;
        font-family: 'Pretendard';
        font-size: 5.6rem;
        font-weight: 800;
        line-height: 1.3;
        color: #1e1e1e;
        text-align: center;
    }

    .section-txt-head-job {
        margin-top: 100px;
        margin-bottom: 20px;
        font-family: 'Pretendard';
        font-size: 5.6rem;
        font-weight: 800;
        line-height: 1.3;
        color: #1e1e1e;
        text-align: center;
    }

    .section-txt-head-desc {
        font-family: 'Pretendard';
        font-size: 1.7rem;
        font-weight: 600;
        line-height: 27px;
        color: #aaa;
        text-align: center;
    }
    
    .section-txt-title {
        margin-top: 34px;
        font-family: 'Pretendard';
        font-size: 4.2rem;
        font-weight: 800;
        line-height: 1.3;
        color: #1e1e1e;
    }
    
    .section-txt-type1 {
        margin-top: 33px;
        font-family: 'Pretendard';
        font-size: 1.7rem;
        font-weight: 400;
        line-height: 30px;
        color: #1e1e1e;
    }
    
    .section-content-type1 {
        display: flex;
    }
    
    .type1-left-box {
        flex-basis: 465px;
        margin-right: 30px;
    }
    
    .type1-right-box {
        flex-basis: 465px;
    }
    
    .content-type1-left-img {
        width: 465px;
        height: 573px;
    }
    
    .content-type1-right-img {
        width: 465px;
        height: 274px;
    }
    
    .section-content-type2 {
        margin-top: 180px;
        display: flex;
        flex-direction: row-reverse;
    }
    
    .right-box {
        flex-basis: 653px;
    }
    .content-text-box-type2 {
        text-align: right;
    }
    
    .content-title {
        font-family: 'Pretendard';
        font-size: 3.8rem;
        font-weight: 800;
        line-height: 50px;
    }
    
    .content-text {
        margin-top: 33px;
        font-family: 'Pretendard';
        font-size: 2.0rem;
        font-weight: 600;
        line-height: 30px;
        color: #aaa;
    }

    .content-box {
        margin-top: 59px;
        display: flex;
    }
    
    .content-type2-right-img {
        width: 653px;
        height: 379px;
    }
    
    .left-box {
        flex-basis: 277px;
        margin-right: 30px;
    }
    
    .content-left {
        padding-top: 91px;
    }
    
    .content-type2-left-img {
        width: 277px;
        height: 277px;
    }
    
    .section-content-type3 {
        display: flex;
    }
    
    .content-text-box {
        display: block;
        margin-top: 180px;
    }
    
    .type3-left-box {
        flex-basis: 653px;
        margin-right: 30px;
    }
    
    .type3-right-box {
        flex-basis: 277px;
        padding-top: 188px;
    }
    
    .content-type3-left-img {
        width: 653px;
        height: 379px;
    }
    
    .content-bottom-text {
        margin-top: 38px;
        font-family: 'Pretendard';
        font-size: 1.8rem;
        line-height: 26px;
        margin-top: 21px;
    }
    
    .content-bottom-text-title {
        margin-top: 13px;
        font-weight: 700;
        font-family: 'Pretendard';
    }
    
    .content-type3-right-img {
        width: 277px;
        height: 405px;
    }
    
    .section-content-type4 {
        display: flex;
        flex-direction: row-reverse;
    }
    
    .type4-left-box {
        flex-basis: 465px;
        margin-right: 30px;
    }
    
    .type4-right-box {
        flex-basis: 465px;
    }
    
    .content-type4-left-img {
        width: 465px;
        height: 278px;
    }
    
    .content-type4-right-img {
        width: 465px;
        height: 621px;
    }
    
    .section-content-type5 {
        display: flex;
    }
    
    .type5-left-box {
        flex-basis: 658px;
        margin-right: 30px;
    }
    
    .type5-right-box {
        flex-basis: 272px;
    }
    
    .content-type5-left-img {
        width: 658px;
        height: 374px;
    }
    
    .content-type5-right-img {
        width: 272px;
        height: 374px;
    }

    /* 채용공고 */
    .job-list-wrap {
        display: block;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        max-width: 960px;
        margin-top: 84px;
        margin-left: auto;
        margin-right: auto;
        flex-wrap: wrap;
}

    .job-list {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        padding: 24px 20px;
        border-bottom: 1px solid #eee;
        cursor: pointer;
    }

    .job-list:hover {
        background-color: #f6f6f7;
    }

    .job-list-item {
        display: block;
        cursor: pointer;
    }

    .job-list-title {
        display: flex;
        font-family: 'Pretendard';
        font-size: 2.6rem;
        font-weight: 700;
        line-height: 27px;
        color: #1e1e1e;
        word-break: break-word;
    }

    .job-list-desc {
        display: flex;
        font-family: 'Pretendard';
        font-size: 1.5rem;
        font-weight: 400;
        line-height: 25px;
        color: #1e1e1e;
        word-break: break-word;
    }

    .job-list-date {
        display: flex;
        font-family: 'Pretendard';
        font-size: 2.6rem;
        font-weight: 700;
        line-height: 25px;
        color: #1e1e1e;
        word-break: break-word;
        margin-left: auto;
        margin-bottom: auto;
    }

    .job-list-cat-item {
        margin-top: 16px;
    }

    .job-list-cat {
        font-family: 'Pretendard';
        font-size: 1.4rem;
        font-weight: 500;
        line-height: 25px;
        color: #1e1e1e;
        word-break: break-word;
        padding-right: 20px;
    }

    .job-list-cat-type {
        font-family: 'Pretendard';
        font-size: 1.3rem;
        font-weight: 500;
        line-height: 21px;
        color: #fff;
        border: 1px solid #1e1e1e;
        background-color: #1e1e1e;
        border-radius: 0;
        padding: 1px 8px;
        margin-right: 6px;
        width: auto;
        display: inline-block;
    }

    .job-list-cat-type2 {
        font-family: 'Pretendard';
        font-size: 1.3rem;
        font-weight: 500;
        line-height: 21px;
        color: #FFFFFF;
        border: 1px solid #c3c8cd;
        background-color: #c3c8cd;
        border-radius: 0;
        padding: 1px 8px;
        margin-right: 4px;
        width: auto;
        display: inline-block;
    }

    /* 채용공고 내용 아코디언 */
    .job-desc {
        display: none;
        overflow: hidden;
        font-size: 2.6rem;
        width: 100%;
        background-color: #ffffff;
        padding-top: 55px;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 55px;
    }
    .job-desc-title {
        font-family: 'Pretendard';
        font-size: 2.2rem;
        font-weight: 700;
        line-height: 66px;
        color: #1e1e1e;
        word-break: break-word;
    }
    .job-desc-text {
        font-family: 'Pretendard';
        font-size: 1.8rem;
        font-weight: 600;
        line-height: 27px;
        color: #aaa;
        word-break: break-word;
    }

    .job-desc-li {
        list-style-type: disc;
        margin-left: 20px;
        line-height: 30px;
    }
}

/* 갤럭시탭 S8+ */
@media (min-width: 1138px) {

}

/* 노트북 */
@media (min-width: 1400px) {
    .data-visible-p {
        display: block;
    }
    .data-visible-m {
        display: none;
    }
    .main-inner {
        width: 100%;
        max-width: 960px;
        height: auto;
        min-height: 100%;
        display: block;
        margin: 0px auto;
        padding-left: 0px;
        padding-right: 0px;
    }
    .btn-container {
        display: flex;
        margin-top: 50px;
        cursor: pointer;
        margin-bottom: 55px;
    }
        
    .btn-container2 {
        display: flex;
        cursor: pointer;
        text-align: center;
        margin-top: 50px;
        margin-bottom: 55px;
        justify-content: center;
    }
    .btn {
        min-width: 118px;
        padding: 10px 12px;
        font-family: 'Pretendard';
        font-size: 1.6rem;
        font-weight: 600;
        text-align: center;
        text-decoration: none;
        color: #ffffff;
        border-color: #1e1e1e;
        border: 1px solid #1e1e1e;
        border-width: 2px;
        border-radius: 0;
        vertical-align: middle;
        display: inline-block;
        margin-right: 10px;
        background: #1e1e1e;
        cursor: pointer;
    }
        
    .btn:hover {background: #1e1e1e;border-color: #1e1e1e;color: #ffffff;}
    .btn:active {background: #1e1e1e;border-color: #1e1e1e;color: #ffffff;}
    .btn:focus {background: #1e1e1e;border-color: #1e1e1e;color: #ffffff;}
    
    .btn2 {
        min-width: 118px;
        padding: 10px 12px;
        font-family: 'Pretendard';
        font-size: 1.6rem;
        font-weight: 600;
        text-align: center;
        text-decoration: none;
        color: #1e1e1e;
        border-color: #1e1e1e;
        border: 1px solid #1e1e1e;
        border-width: 2px;
        border-radius: 0;
        vertical-align: middle;
        display: inline-block;
        margin-right: 10px;
        background: #FFFFFF;
        cursor: pointer;
    }
    
    .arrow-btn {
        width: 16px;
        height: 16px;
        margin-left: 12px;
        padding-bottom: 3px;
        vertical-align: middle;
        transition: all 0.25s linear 0.25s;
        filter: invert(94%) sepia(100%) saturate(24%) hue-rotate(358deg) brightness(105%) contrast(107%);
    }
    
    section {
        width: 100%;
        max-width: 100%;
        height: auto;
        min-height: 100%;
        display: block;
        margin: 0px auto;
        padding-bottom: 100px;
        box-sizing: border-box;
        scroll-behavior:smooth;
    }
    
    .section-intro-type1 {
        padding: 100px 0 0px;
        font-family: 'Pretendard';
        font-size: 5.6rem;
        font-weight: 800;
        line-height: 1.3;
        color: #1e1e1e;
    }
    
    .section-intro-type2 {
        margin-top: 34px;
        font-family: 'Pretendard';
        font-size: 2.4rem;
        font-weight: 700;
        line-height: 1.5;
        color: #aaa;
    }
    
    .section-txt-head {
        margin-top: 34px;
        margin-bottom: 20px;
        font-family: 'Pretendard';
        font-size: 5.6rem;
        font-weight: 800;
        line-height: 1.3;
        color: #1e1e1e;
        text-align: center;
    }

    .section-txt-head-job {
        margin-top: 100px;
        margin-bottom: 20px;
        font-family: 'Pretendard';
        font-size: 5.6rem;
        font-weight: 800;
        line-height: 1.3;
        color: #1e1e1e;
        text-align: center;
    }

    .section-txt-head-desc {
        font-family: 'Pretendard';
        font-size: 1.7rem;
        font-weight: 600;
        line-height: 27px;
        color: #aaa;
        text-align: center;
    }
    
    .section-txt-title {
        margin-top: 34px;
        font-family: 'Pretendard';
        font-size: 4.2rem;
        font-weight: 800;
        line-height: 1.3;
        color: #1e1e1e;
    }
    
    .section-txt-type1 {
        margin-top: 33px;
        font-family: 'Pretendard';
        font-size: 1.7rem;
        font-weight: 400;
        line-height: 30px;
        color: #1e1e1e;
    }
    
    .section-content-type1 {
        display: flex;
    }
    
    .type1-left-box {
        flex-basis: 465px;
        margin-right: 30px;
    }
    
    .type1-right-box {
        flex-basis: 465px;
    }
    
    .content-type1-left-img {
        width: 465px;
        height: 573px;
    }
    
    .content-type1-right-img {
        width: 465px;
        height: 274px;
    }
    
    .section-content-type2 {
        margin-top: 180px;
        display: flex;
        flex-direction: row-reverse;
    }
    
    .right-box {
        flex-basis: 653px;
    }
    .content-text-box-type2 {
        text-align: right;
    }
    
    .content-title {
        font-family: 'Pretendard';
        font-size: 3.8rem;
        font-weight: 800;
        line-height: 50px;
    }
    
    .content-text {
        margin-top: 33px;
        font-family: 'Pretendard';
        font-size: 2.0rem;
        font-weight: 600;
        line-height: 30px;
        color: #aaa;
    }

    .content-box {
        margin-top: 59px;
        display: flex;
    }
    
    .content-type2-right-img {
        width: 653px;
        height: 379px;
    }
    
    .left-box {
        flex-basis: 277px;
        margin-right: 30px;
    }
    
    .content-left {
        padding-top: 91px;
    }
    
    .content-type2-left-img {
        width: 277px;
        height: 277px;
    }
    
    .section-content-type3 {
        display: flex;
    }
    
    .content-text-box {
        display: block;
        margin-top: 180px;
    }
    
    .type3-left-box {
        flex-basis: 653px;
        margin-right: 30px;
    }
    
    .type3-right-box {
        flex-basis: 277px;
        padding-top: 188px;
    }
    
    .content-type3-left-img {
        width: 653px;
        height: 379px;
    }
    
    .content-bottom-text {
        margin-top: 38px;
        font-family: 'Pretendard';
        font-size: 1.8rem;
        line-height: 26px;
        margin-top: 21px;
    }
    
    .content-bottom-text-title {
        margin-top: 13px;
        font-weight: 700;
        font-family: 'Pretendard';
    }
    
    .content-type3-right-img {
        width: 277px;
        height: 405px;
    }
    
    .section-content-type4 {
        display: flex;
        flex-direction: row-reverse;
    }
    
    .type4-left-box {
        flex-basis: 465px;
        margin-right: 30px;
    }
    
    .type4-right-box {
        flex-basis: 465px;
    }
    
    .content-type4-left-img {
        width: 465px;
        height: 278px;
    }
    
    .content-type4-right-img {
        width: 465px;
        height: 621px;
    }
    
    .section-content-type5 {
        display: flex;
    }
    
    .type5-left-box {
        flex-basis: 658px;
        margin-right: 30px;
    }
    
    .type5-right-box {
        flex-basis: 272px;
    }
    
    .content-type5-left-img {
        width: 658px;
        height: 374px;
    }
    
    .content-type5-right-img {
        width: 272px;
        height: 374px;
    }

    /* 채용공고 */
    .job-list-wrap {
        display: block;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        max-width: 960px;
        margin-top: 84px;
        margin-left: auto;
        margin-right: auto;
        flex-wrap: wrap;
}

    .job-list {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        padding: 24px 20px;
        border-bottom: 1px solid #eee;
        cursor: pointer;
    }

    .job-list:hover {
        background-color: #f6f6f7;
    }

    .job-list-item {
        display: block;
        cursor: pointer;
    }

    .job-list-title {
        display: flex;
        font-family: 'Pretendard';
        font-size: 2.6rem;
        font-weight: 700;
        line-height: 27px;
        color: #1e1e1e;
        word-break: break-word;
    }

    .job-list-desc {
        display: flex;
        font-family: 'Pretendard';
        font-size: 1.5rem;
        font-weight: 400;
        line-height: 25px;
        color: #1e1e1e;
        word-break: break-word;
    }

    .job-list-date {
        display: flex;
        font-family: 'Pretendard';
        font-size: 2.6rem;
        font-weight: 700;
        line-height: 25px;
        color: #1e1e1e;
        word-break: break-word;
        margin-left: auto;
        margin-bottom: auto;
    }

    .job-list-cat-item {
        margin-top: 16px;
    }

    .job-list-cat {
        font-family: 'Pretendard';
        font-size: 1.4rem;
        font-weight: 500;
        line-height: 25px;
        color: #1e1e1e;
        word-break: break-word;
        padding-right: 20px;
    }

    .job-list-cat-type {
        font-family: 'Pretendard';
        font-size: 1.3rem;
        font-weight: 500;
        line-height: 21px;
        color: #fff;
        border: 1px solid #1e1e1e;
        background-color: #1e1e1e;
        border-radius: 0;
        padding: 1px 8px;
        margin-right: 6px;
        width: auto;
        display: inline-block;
    }

    .job-list-cat-type2 {
        font-family: 'Pretendard';
        font-size: 1.3rem;
        font-weight: 500;
        line-height: 21px;
        color: #FFFFFF;
        border: 1px solid #c3c8cd;
        background-color: #c3c8cd;
        border-radius: 0;
        padding: 1px 8px;
        margin-right: 4px;
        width: auto;
        display: inline-block;
    }

    /* 채용공고 내용 아코디언 */
    .job-desc {
        display: none;
        overflow: hidden;
        font-size: 2.6rem;
        width: 100%;
        background-color: #ffffff;
        padding-top: 55px;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 55px;
    }
    .job-desc-title {
        font-family: 'Pretendard';
        font-size: 2.2rem;
        font-weight: 700;
        line-height: 66px;
        color: #1e1e1e;
        word-break: break-word;
    }
    .job-desc-text {
        font-family: 'Pretendard';
        font-size: 1.8rem;
        font-weight: 600;
        line-height: 27px;
        color: #aaa;
        word-break: break-word;
    }

    .job-desc-li {
        list-style-type: disc;
        margin-left: 20px;
        line-height: 30px;
    }

}