<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* main banner ì‹œìž‘*/

.mainbanner {
    width: 100%;
    height: 600px;
    position: relative;
    overflow: hidden;
}

.mainbanner_bg {
    background-image: url("/img/career_bg.png");
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    animation: sb_ani 2s ease-in-out;
}

@keyframes sb_ani {
    0% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1.0);
    }
}

.mainbannerText {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 5;
    white-space: nowrap;
}

.mainbanner h1 {
    font-size: 80px;
    font-weight: 900;
    color: #fff;
    margin-bottom: 30px;
    line-height: 100%;
}

.mainbanner h2 {
    font-size: 30px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.8);
    line-height: 100%;
}

/* main banner ë*/
/* íƒ­ ë©”ë‰´ ì‹œìž‘ */

.tab_menu {
    width: 100%;
    border-bottom: 1px solid #d0d0d0;
    background-color: #fff;
}

.tab_menu ul {
    display: flex;
    justify-content: center;
}

.tab_menu ul li {
    height: 60px;
}

.tab_menu ul li a {
    font-size: 18px;
    font-weight: 500;
    color: #8f8f8f;
    height: 60px;
    line-height: 60px;
    margin: 0 35px;
    position: relative;
    display: inline-block;
}

.tab_menu ul li a.active {
    font-weight: 700;
    color: #222;
    position: relative;
}

.tab_menu ul li a.active:after {
    content: "";
    display: block;
    width: 100px;
    height: 3px;
    background-color: #003C85;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0px;
}

.tab_menu ul li a:hover {
    font-weight: 700;
    color: #222;
}

/* íƒ­ ë©”ë‰´ ë */
/* íƒ€ì´í‹€ ì‹œìž‘ */

.title {
    margin-top: 100px;
}

.titleBox {
    margin-bottom: 100px;
}

.title .titleText {
    display: flex;
    align-items: flex-end;
}

.title .titleName {
    width: 384px;
    height: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #003C85;
    color: #fff;
    margin-top: -68px;
    position: relative;
    z-index: 5;
    margin-right: 30px;
}

.title .titleName h2 {
    font-size: 40px;
    font-weight: 700;
}

.title .titleName h3 {
    font-size: 18px;
    font-weight: 500;
}

.title .titleContent {
    font-size: 18px;
    font-weight: 500;
    color: #8f8f8f;
    line-height: 150%;
}

.title .titleContent br {
    display: none;
}

/* íƒ€ì´í‹€ ë */
/* ì±„ìš©ì&nbsp;•ë³´ ì‹œìž‘*/

.recruitment {
    margin-bottom: 100px;
}

.recruitment h3 {
    padding-left: 20px;
    font-size: 35px;
    font-weight: 700;
    color: #222;
    position: relative;
    margin-bottom: 50px;
}

.recruitment h3:before {
    content: "";
    width: 10px;
    height: 35px;
    background-color: #003C85;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.recruitment .job {
    display: flex;
}

.recruitment .job .jobContent {
    width: 400px;
    border: 1px solid #eaeaea;
    padding: 20px;
    margin-left: -1px;
    margin-top: -1px;
}

.recruitment .job .jobContent:first-child {
    margin-left: 0;
}

.recruitment .job:first-child .jobContent {
    margin-top: 0;
}

.recruitment .job .jobContent h4 {
    background-color: #EBF2FB;
    font-size: 22px;
    font-weight: 700;
    line-height: 58px;
    width: 359px;
    height: 60px;
    text-align: center;
    margin-bottom: 30px;
    color: #383838;
}

.recruitment .job .jobContent .task,
.recruitment .job .jobContent .condition,
.recruitment .job .jobContent .location {
    margin-bottom: 30px;
}

.recruitment .job .jobContent .task h5,
.recruitment .job .jobContent .condition h5,
.recruitment .job .jobContent .location h5 {
    font-size: 18px;
    font-weight: 700;
    color: #003c85;
    line-height: 100%;
    margin-bottom: 20px;
}

.recruitment .job .jobContent dt {
    padding-left: 20px;
    position: relative;
    color: #8f8f8f;
    font-size: 14px;
    font-weight: 500;
    line-height: 100%;
    margin-bottom: 10px;
}

.recruitment .job .jobContent dt::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 8px;
    top: 5px;
    left: 0;
    display: inline-block;
    background-image: url("../img/check_gray.svg");
}

.recruitment .job .jobContent dd {
    padding-left: 30px;
    color: #8f8f8f;
    font-size: 14px;
    font-weight: 500;
    line-height: 100%;
    margin-bottom: 10px;
}
.recruitment .job .jobContent dt.lh130,
.recruitment .job .jobContent dd.lh130 {
    line-height: 130%;
    margin-bottom: 7px;
}

.ls4_7 {
    letter-spacing: -0.4px;
}

.ls5_0 {
    letter-spacing: -0.5px;
}
/* ì±„ìš©ì&nbsp;•ë³´ ë */
/* ì±„ìš© ë¶€ê°€ ì&nbsp;•ë³´ ì‹œìž‘ */

.recruitPlus {
    margin-bottom: 150px;
}

.recruitPlus h3 {
    padding-left: 20px;
    font-size: 35px;
    font-weight: 700;
    color: #222;
    position: relative;
    margin-bottom: 50px;
}

.recruitPlus h3:before {
    content: "";
    width: 10px;
    height: 35px;
    background-color: #003C85;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.recruitPlusBox {
    padding: 20px 30px;
    border: 1px solid #eaeaea;
    display: flex;
    justify-content: space-between;
}

.recruitPlusBox h5 {
    font-size: 20px;
    font-weight: 700;
    color: #003c85;
    line-height: 100%;
    margin-bottom: 15px;
}

.recruitPlusBox .r2 h5,
.recruitPlusBox .r3 h5,
.recruitPlusBox .r4 h5 {
    margin-bottom: 10px;
}

.recruitPlusBox .r1 {
    margin-bottom: 100px;
}

.recruitPlusBox .r1 ul li {
    position: relative;
    padding-left: 20px;
    font-size: 14px;
    font-weight: 500;
    color: #8f8f8f;
    line-height: 100%;
    margin-bottom: 10px;
}

.recruitPlusBox .r1 ul li::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 10px;
    height: 8px;
    top: 4px;
    left: 0;
    background-image: url("../img/check_gray.svg");
}

.recruitPlusBox .r2 dl {
    display: flex;
}

.recruitPlusBox .r2 dl dt {
    font-size: 14px;
    font-weight: 500;
    color: #383838;
    line-height: 170%;
    width: 75px;
    min-width: 75px;
    margin-right: 10px;
    white-space: nowrap;
    display: block;
}

.recruitPlusBox .r2 dl dd {
    font-size: 14px;
    font-weight: 500;
    color: #8f8f8f;
    line-height: 170%;
}
.recruitPlusBox .r3 {
    margin-bottom: 30px;
}

.recruitPlusBox .r3 dl {
    display: flex;
}

.recruitPlusBox .r3 dl dt {
    font-size: 14px;
    font-weight: 500;
    color: #383838;
    line-height: 170%;
    width: 52px;
    min-width: 52px;
    margin-right: 10px;
    white-space: nowrap;
}

.recruitPlusBox .r3 dl dd {
    font-size: 14px;
    font-weight: 500;
    color: #8f8f8f;
    line-height: 170%;
}

.recruitPlusBox .r4 {
    margin-bottom: 30px;
}

.recruitPlusBox .r4 ul {
    display: flex;
    align-items: center;
}

.recruitPlusBox .r4 ul li {
    margin-right: 25px;
}

.recruitPlusBox .r4 ul li:last-child {
    margin-right: 0;
}

.recruitPlusBox .r4 ul .circle {
    width: 97px;
    height: 97px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.recruitPlusBox .r4 ul .circle.circleImg01 {
    background-image: url("../img/circleImg01.png");
    background-size: auto;
}

.recruitPlusBox .r4 ul .circle.circleImg02 {
    background-image: url("../img/circleImg02.png");
    background-size: auto;
}

.recruitPlusBox .r4 ul .circle.circleImg03 {
    background-image: url("../img/circleImg03.png");
    background-size: auto;
}

.recruitPlusBox .r4 ul .circle.circleImg04 {
    background-image: url("../img/circleImg04.png");
    background-size: auto;
}

.recruitPlusBox .r4 ul .arrow {
    width: 8px;
    height: 15px;
    background-image: url("../img/arrow.png");
}

.recruitPlusBox .r4 ul .circle .circleNum {
    font-size: 12px;
    font-weight: 700;
    color: #003C85;
    line-height: 120%;
}

.recruitPlusBox .r4 ul .circle .circleLine {
    width: 6px;
    height: 0.5px;
    background-color: #003C85;
    margin: 2.5px 0 6.5px 0;
}

.recruitPlusBox .r4 ul .circle .circleName {
    font-size: 14px;
    font-weight: 500;
    color: #383838;
    line-height: 120%;
}

.recruitPlusBox .r5 {
    margin-bottom: 30px;
}

.recruitPlusBox .r5 ul li {
    position: relative;
    padding-left: 20px;
    font-size: 14px;
    font-weight: 500;
    color: #8f8f8f;
    line-height: 170%;
}

.recruitPlusBox .r5 ul li::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 8px;
    left: 0;
    width: 10px;
    height: 8px;
    background-image: url("../img/check_gray.svg");
}

.recruitPlusBox .r6 p {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 500;
    color: #8f8f8f;
    line-height: 100%;
}

.recruitPlusBox .r6 ul {
    display: flex;
}

.recruitPlusBox .r6 ul .tel,
.recruitPlusBox .r6 ul .email {
    margin-right: 30px;
    font-size: 14px;
    font-weight: 500;
    color: #8f8f8f;
    line-height: 100%;
}

.recruitPlusBox .r6 ul strong {
    color: #383838;
    margin-right: 9px;
}

/* ì±„ìš© ë¶€ê°€ ì&nbsp;•ë³´ ë */

/* ë°°ë„ˆ, ì•ˆì&nbsp;„ì‚¬ì´ì¦ˆ, íƒ­ ë©”ë‰´ */
@media screen and (max-width : 1240px) {
    .safe_size {
        width: 100%;
        padding: 0 25px;
    }

    .titleImg {
        width: 100%;
        height: auto;
    }

    .titleImg img {
        width: 100%;
        height: auto;
    }

    .title .titleContent {
        font-size: 16px;
    }
}

@media screen and (max-width : 1168px) {
    .title .titleContent {
        font-size: 14px;
    }
}

@media screen and (max-width : 1085px) {
    .mainbanner {
        height: 500px;
    }

    .mainbanner_bg {
        background-image: url("/img/career_bg_768.png");
        background-position: center;
    }

    .mainbanner h1 {
        font-size: 50px;
    }

    .mainbanner h2 {
        font-size: 20px;
    }

    .tab_menu ul {
        overflow: hidden;
        padding: 0 25px;
        justify-content: center;
    }

    .tab_menu ul li {
        height: 50px;
    }

    .tab_menu ul li a {
        height: 50px;
        line-height: 50px;
        font-size: 16px;
        margin: 0;
        margin-right: 35px;
        white-space: nowrap;
    }

    .tab_menu ul li:last-child a {
        margin-right: 0;
    }

    .tab_menu ul li a.active:after {
        width: 50px;
        bottom: 0px;
    }

    .title {
        margin-top: 70px;
    }

    .titleBox {
        margin-bottom: 70px;
    }

    .title .titleName {
        width: 247px;
        height: 120px;
        margin-top: -60px;
        margin-right: 20px;
    }

    .title .titleName h2 {
        font-size: 30px;
    }

    .title .titleName h3 {
        font-size: 14px;
    }

    .title .titleContent {
        font-size: 14px;
    }
}

@media screen and (max-width : 934px) {
    .title .titleText {
        flex-direction: column;
        align-items: flex-start;
    }

    .title .titleName {
        margin-bottom: 10px;
    }

    .title .titleContent {
        text-align: justify;
    }

    .title .titleContent br {
        display: none;
    }

    .title .titleContent p {
        display: none;
    }

    .title .titleContent span {
        display: inline-block;
    }

}
@media screen and (max-width : 934px) and (-ms-high-contrast: none),
    (max-width : 934px) and (-ms-high-contrast : active) {
    .title .titleText {
        display: block;
    }
}
@media screen and (max-width : 767px) {
    .tab_menu ul {
        justify-content: center;
        overflow: hidden;
    }
}

@media screen and (max-width : 580px) {
    .mainbanner {
        height: 400px;
    }

    .mainbanner_bg {
        background-image: url("/img/career_bg_360.png");
        background-position: center;
    }

    .mainbanner h1 {
        font-size: 30px;
        margin-bottom: 10px;
    }

    .mainbanner h2 {
        font-size: 16px;
        white-space: pre-wrap;
        line-height: 130%;
        width: 247px;
    }

    .tab_menu ul li {
        height: 40px;
    }

    .tab_menu ul li a {
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        margin-right: 25px;
    }

    .tab_menu ul li a.active:after {
        width: 40px;
        bottom: 0px;
    }

    .title {
        margin-top: 40px;
    }

    .titleBox {
        margin-bottom: 40px;
    }

    .title .titleName {
        width: 180px;
        height: 60px;
        margin-top: -35px;
        margin-right: 0;
        margin-bottom: 8px;
    }

    .title .titleName h2 {
        font-size: 18px;
    }

    .title .titleName h3 {
        font-size: 12px;
    }

    .titleImg {
        content: url("/img/jobs_bg_360.png");
        width: 100%;
        height: auto;
    }

    .titleImg img {
        width: 100%;
        height: auto;
    }

    .title .titleContent {
        font-size: 12px;
    }
}

@media screen and (max-width : 442px) {
    .title .titleContent br {
        display: block;
    }
}

/* ë³¸ë¬¸ */
@media screen and (max-width : 1240px) {
    .recruitment {
        margin-bottom: 70px;
    }

    .recruitment h3 {
        font-size: 20px;
        margin-bottom: 30px;
        padding-left: 12px;
    }

    .recruitment h3::before {
        width: 6px;
        height: 20px;
    }

    .recruitment .job .jobContent h4 {
        font-size: 18px;
        height: 50px;
        line-height: 50px;
        margin-bottom: 20px;
        width: 320px;
    }

    .recruitment .job .jobContent {
        padding: 20px 18px 20px 19px;
        width: auto;
        max-width: 359px;
    }

    .recruitment .job .jobContent .task,
    .recruitment .job .jobContent .condition,
    .recruitment .job .jobContent .location {
        margin-bottom: 20px;
    }

    .recruitment .job .jobContent .task h5,
    .recruitment .job .jobContent .condition h5,
    .recruitment .job .jobContent .location h5 {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .recruitment .job .jobContent dt {
        font-size: 14px;
        margin-bottom: 8px;
        padding-left: 18px;
    }

    .recruitment .job .jobContent dt::before {
        top: 4px;
    }

    .recruitment .job .jobContent dd {
        font-size: 14px;
        margin-bottom: 8px;
        padding-left: 27px;
    }

    .recruitment .job .jobContent dt.lh130,
    .recruitment .job .jobContent dd.lh130 {
        line-height: 130%;
    }

    .recruitment .job .jobContent dt span {
        display: block;
    }
    .ls4_7 {
        letter-spacing: -1px;
    }
    .recruitPlus {
        margin-bottom: 70px;
    }

    .recruitPlus h3 {
        font-size: 20px;
        padding-left: 12px;
        margin-bottom: 30px;
    }

    .recruitPlus h3:before {
        width: 6px;
        height: 20px;
    }

    .recruitPlusBox {
        padding: 20px 18px;
    }

    .recruitPlusBox h5 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .recruitPlusBox .r2 h5,
    .recruitPlusBox .r3 h5,
    .recruitPlusBox .r5 h5 {
        margin-bottom: 5px;
    }

    .recruitPlusBox .r1 {
        margin-bottom: 100px;
    }

    .recruitPlusBox .r1 ul li {
        font-size: 14px;
        margin-bottom: 8px;
    }
}

@media screen and (max-width : 1140px) {
    .recruitPlusBox {
        display: block;
    }

    .recruitPlusBox .r1 {
        margin-bottom: 0;
    }

    .recruitPBL {
        display: flex;
        justify-content: space-between;
        margin-bottom: 30px;
    }
}

@media screen and (max-width : 1130px) {
    .recruitment .job {
        flex-wrap: wrap;
    }

    .recruitment .job .jobContent:nth-child(3) {
        margin-left: 0;
    }
}

@media screen and (max-width : 785px) {
    .recruitment {
        margin-bottom: 40px;
    }

    .recruitment h3 {
        font-size: 16px;
        margin-bottom: 20px;
        padding-left: 12px;
    }

    .recruitment h3::before {
        width: 4px;
        height: 16px;
    }

    .recruitment .job .jobContent h4 {
        width: 100%;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
    }

    .recruitment .job .jobContent {
        padding: 10px 11px 10px 11px;
        width: 100%;
    }

    .recruitment .job .jobContent:nth-child(2) {
        margin-left: 0;
    }

    .recruitment .job .jobContent .task h5,
    .recruitment .job .jobContent .condition h5,
    .recruitment .job .jobContent .location h5 {
        font-size: 14px;
    }

    .recruitment .job .jobContent dt {
        font-size: 12px;
    }

    .recruitment .job .jobContent dt::before {
        top: 2px;
    }

    .recruitment .job .jobContent dd {
        padding-left: 25px;
        font-size: 12px;
    }

    .recruitment .job .jobContent dt.lh130 {
        line-height: 130%;
    }

    .recruitment .job .jobContent dt span {
        display: inline-block;
    }

    .ls4_7 {
        letter-spacing: 0px;
    }

    .ls5_0 {
        letter-spacing: 0px;
    }

    .ls5_0 br{
        display: none;
    }

    .recruitPlus {
        margin-bottom: 40px;
    }

    .recruitPlus h3 {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .recruitPlus h3::before {
        width: 4px;
        height: 16px;
    }

    .recruitPlusBox {
        padding: 20px 10px 20px 13px;
    }

    .recruitPlusBox h5 {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .recruitPlusBox .r2 h5,
    .recruitPlusBox .r3 h5,
    .recruitPlusBox .r5 h5 {
        margin-bottom: 5px;
    }

    .recruitPBL {
        display: block;
        margin-bottom: 20px;
    }

    .recruitPlusBox .r1 {
        margin-bottom: 20px;
    }

    .recruitPlusBox .r2 dl dd br {
        display: none;
    }

    .recruitPlusBox .r4 {
        margin-bottom: 10px;
    }

    .recruitPlusBox .r4 h5 {
        margin-bottom: 0;
    }

    .recruitPlusBox .r4 ul {
        flex-wrap: wrap;
    }

    .recruitPlusBox .r4 ul li {
        margin: 10px 24px 10px 0;
    }

    .recruitPlusBox .r5 {
        margin-bottom: 20px;
    }

    .recruitPlusBox .r5 ul li {
        text-align: justify;
    }

    .recruitPlusBox .r5 ul li br {
        display: none;
    }
}

@media screen and (max-width : 492px) {
    .recruitPlusBox .r3 dl dd span {
        display: block;
    }
}

@media screen and (max-width : 474px) {
    .recruitPlusBox .r6 ul {
        display: block;
    }

    .recruitPlusBox .r6 ul li {
        margin-bottom: 10px;
    }
}

@media screen and (max-width : 410px) {
    
    .ls5_0 {
        letter-spacing: 0px;
    }

    .ls5_0 br{
        display: block;
    }
}

@media screen and (max-width : 403px) {
    .recruitPlusBox .r2 dl dd br {
        display: block;
    }    
}

@media screen and (max-width : 400px) {
    .recruitPlusBox .r4 ul li:nth-child(4) {
        margin-right: 0px;
    }
    .ls4_7 {
        letter-spacing: -0.8px;
    }
}

@media screen and (max-width : 380px) {
    .recruitment .job .jobContent dt.lh130 {
        line-height: 130%;
    }

    .recruitment .job .jobContent dt span {
        display: block;
    }
}</pre></body></html>