<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* 공통 */
.content {
    padding: 90px 0 150px;
}

.pageTit {
    text-align: center;
    font-size: 35px;
    line-height: 1;
	margin-bottom: 80px;
}

/* .pageTit:after {
    content: '';
    display: block;
    margin: 20px auto 50px;
    width: 1px;
    height: 30px;
    background: #666;
} */

.big_tit {
    font-size: 65px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    line-height: 1;
    position: relative;
    padding-left: 20px;
}

.big_tit:before {
    content: '';
    display: block;
    position: relative;
    left: -20px;
    margin-bottom: 15px;
    background: url('/image/sub/big_tit.png') no-repeat;
    height: 23px;
}

.gray_bg {
    background: #f5f5f5;
}

#log {
    position: fixed;
    top: 150px;
    left: 0;
    width: 100px;
    height: 50px;
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    text-align: center;
    line-height: 50px;
    z-index: 99;
}

/* ceo 인사말 */
.company .float-r {
    width: 570px;
    line-height: 1.5;
}

.company .float-r .fz25 {
    letter-spacing: -0.3px;
    line-height: 1.4;
}

/* vision */
.vision_bg {
    background: url('/image/sub/vision_bg.png') no-repeat bottom;
    padding: 90px 0 300px;
}

.vision .fz33 {
    line-height: 1.3;
    font-weight: bold;
}

/* 계열사 소개 */
.af_top {
    margin: 0 0 100px;
}

.af_top ul li {
    padding: 0 65px;
    border-right: 1px solid #ddd;
    text-align: center;
}

.af_top ul li:last-child {
    border-right: 0;
    padding: 0 0 0 65px;
}

.af_top ul li .fz20 {
    margin-bottom: 25px;
}

.af_top ul li .counter {
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
    font-size: 60px;
    letter-spacing: -0.3px;
    line-heighT: 1;
}

.link_tag a span {
    border-bottom: 1px solid #777;
    color: #777;
}

.link_tag a img {
    vertical-align: middle;
    margin-left: 3px;
}

.af_box {
    padding: 100px 0 150px;
}

.af_box li {
    width: 580px;
    margin-right: 40px;
    margin-bottom: 40px;
    box-sizing: border-box;
    padding: 50px 75px;
    position: relative;
    height: 510px;
    background: #fff;
}

.af_box li:nth-child(2n) {
    margin-right: 0;
}

.af_box li .tit {
    font-size: 40px;
    line-height: 1;
    font-weight: bold;
    margin-top: 25px;
}

.af_box li .link_tag {
    position: absolute;
    bottom: 55px;
    left: 75px;
}

/* 인증서 */
.blocker {
    position: fixed;
    top: 0px;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    z-index: 1;
    padding: 120px 0 50px;
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 99999;
    display: none;
    text-align: center;
}

.blocker:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.05em;
}

.modal {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    z-index: 2;
    max-width: 750px;
    box-sizing: border-box;
    width: 100%;
    background: #fff;
}

.ov {
    -ms-overflow-style: none;
    overflow: hidden !important;
}

.certify_list li {
    box-sizing: border-box;
    border: 1px solid #ddd;
    width: 380px;
    height: 475px;
    text-align: center;
    padding: 55px 40px;
    position: relative;
    margin-right: 30px;
    margin-bottom: 40px;
}

.certify_list li:nth-child(3n) {
    margin-right: 0;
}

.certify_list li .img {
    width: 220px;
    margin: 0 auto 20px;
}

.certify_list li .img img {
    max-width: 100%;
}

.certify_list li a:after {
    content: '';
    display: block;
    position: absolute;
    top: 60px;
    margin: 0 auto;
    background: url('/image/sub/hover.png') no-repeat;
    height: 320px;
    width: 225px;
    opacity: 0;
    left: 0;
    right: 0;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
}

.certify_list li a:hover:after {
    opacity: 1;
}

.certify_view .esc {
    position: absolute;
    top: 80px;
    right: 50%;
    margin-right: -375px;
}

/* 찾아오시는 길 */
.map_text li {
    box-sizing: border-box;
    width: 25%;
    text-align: center;
    border-right: 1px solid #ddd;
    height: 200px;
    padding: 20px 0;
}

.map_text li:last-child {
    border-right: 0;
}

.map_text li .fz18 {
    font-family: 'Poppins', sans-serif;
    margin: 30px 0;
    font-weight: 600;
}

/* 사업분야 */
.build_top {
    position: relative;
}

.build_top .box {
    position: absolute;
    top: 60px;
    right: 50%;
    margin-right: -600px;
    background: -webkit-linear-gradient(to bottom right, #0095ec 0%, #7fdd23 100%);
    background: -moz-linear-gradient(to bottom right, #0095ec 0%, #7fdd23 100%);
    background: -o-linear-gradient(to bottom right, #0095ec 0%, #7fdd23 100%);
    background: linear-gradient(to bottom right, #0095ec 0%, #7fdd23 100%);
    width: 600px;
    height: 480px;
    box-sizing: border-box;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
    padding: 50px;
    word-break: keep-all;
}

.build_top .box .tit {
    font-size: 40px;
    line-height: 1;
    margin-bottom: 15px;
    font-weight: bold;
}

.build_top .box .tit:after {
    content: '';
    display: block;
    position: absolute;
    right: 50px;
    top: 50px;
    height: 43px;
    width: 43px;
}

.build_top .box.b1 .tit:after {
    background: url('/image/sub/b_icon01.png') no-repeat right top;
}

.build_top .box.b2 .tit:after {
    background: url('/image/sub/b_icon02.png') no-repeat right top;
}

.build_top .box .eg {
    font-family: 'Poppins', sans-serif;
    opacity: 0.6;
}

.build_tab li {
    position: relative;
    padding-right: 45px;
}

.build_tab li:after {
    content: '';
    display: block;
    position: absolute;
    right: 20px;
    background: #ddd;
    height: 15px;
    width: 1px;
    top: 5px;
}

.build_tab li a {
    color: #b1b1b1;
    font-size: 18px;
    display: block;
    font-weight: 500;
}

.build_tab li.on a {
    color: #000;
}

.build_tab li:last-child {
    padding-right: 0;
}

.build_tab li:last-child:after {
    display: none;
}

.build_list {
    display: flex;
    flex-wrap: wrap;
}

.build_list&gt;li {
    width: 370px;
    margin-right: 45px;
    margin-bottom: 45px;
}

.build_list&gt;li:nth-child(3n) {
    margin-right: 0;
}

.build_list&gt;li a {
    display: block;
    position: relative;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #ddd;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
}

.build_list&gt;li a:after {
    content: '';
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    border: 6px solid transparent;
    -moz-border-image: -moz-linear-gradient(top left, #0095ec 0%, #7fdd23 100%);
    -webkit-border-image: -webkit-linear-gradient(top left, #0095ec 0%, #7fdd23 100%);
    border-image: linear-gradient(to bottom right, #0095ec 0%, #7fdd23 100%);
    border-image-slice: 1;
    opacity: 0;
}

.build_list&gt;li a:hover:after {
    opacity: 1;
}

.build_list&gt;li a:hover {
    box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.2);
}

.build_list&gt;li .img {
    height: 260px;
}

.build_list&gt;li .img img {
    height: 100%;
    width: 100%;
    vertical-align: top;
}

.build_list&gt;li .txt {
    padding: 25px;
}

.build_list&gt;li .txt .fz24 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    word-break: break-all;
    line-height: 1.4em;
    height: 2.8em;
    margin-bottom: 20px;
}

.build_list&gt;li .txt .fz14 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}

.build_list&gt;li .txt .fz14 span {
    background: #ddd;
    display: inline-block;
    vertical-align: middle;
    width: 1px;
    height: 12px;
    margin: 0 5px;
}

.build_list .list__info{
}

.build_list .list__info&gt;li{
    width: 100%;
    display: flex;
    margin: 5px;
}

.build_list .list__info&gt;li:last-child{
    margin-bottom: 0;
}

.build_list .list__info .info__head{
    width: 120px;
    font-size: 13px;
    line-height: 1.6em;
    color: #999;
}
.build_list .list__info .info__data{
    font-size: 13px;
    line-height: 1.6em;
    word-break: keep-all;
    flex: 1;
}

/* 사업분야 view */
.b_view_slide .item {
    width: 860px;
    margin: 0 auto;
}

.b_view_slide .img {
    box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.2);
}

.b_view_slide .img img {
    width: 100%;
    vertical-align: top;
}

.b_view_slide .txt {
    margin-top: 50px;
    position: relative;
    padding-left: 150px;
    letter-spacing: -0.3px;
    transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
}

.b_view_slide .slick-center .txt {
    opacity: 1;
}

.b_view_slide .txt:before {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    background: -webkit-linear-gradient(to right, #0095ec 0%, #7fdd23 100%);
    background: -moz-linear-gradient(to right, #0095ec 0%, #7fdd23 100%);
    background: -o-linear-gradient(to right, #0095ec 0%, #7fdd23 100%);
    background: linear-gradient(to right, #0095ec 0%, #7fdd23 100%);
    width: 120px;
    height: 4px;
}

.b_view_slide .txt .tit {
    font-size: 40px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 35px;
}

.b_view_slide .txt table {
    width: 100%;
}

.b_view_slide .txt table th,
.b_view_slide .txt table td {
    padding-bottom: 5px;
    line-height: 1.3;
    font-size: 15px;
    text-align: left;
    font-weight: 350;
}

.b_view_slide .txt table th {
    width: 140px;
}

.b_view_slide .bor {
    border-top: 1px solid #000;
    margin-top: 50px;
    padding-top: 50px;
    text-align: center;
    position: relative;
}

.b_view_slide .bor&gt;a {
    position: absolute;
    top: 65px;
}

.b_view_slide .bor&gt;a.prev {
    left: 0;
}

.b_view_slide .bor&gt;a.next {
    right: 0;
}

.back_btn {
    background: #222222;
    color: #fff;
    width: 200px;
    height: 55px;
    border: 0;
    padding: 0;
    outline: 0;
    cursor: pointer;
}

.b_view_slide .slick-arrow {
    position: absolute;
    font-size: 0;
    width: 59px;
    height: 59px;
    top: 230px;
    z-index: 9;
    border: 0;
    padding: 0;
    outline: 0;
    transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
}

.b_view_slide .slick-prev {
    background: url('/image/sub/b_arw_prev.png') no-repeat;
    left: 50%;
    margin-left: -540px;
}

.b_view_slide .slick-prev:hover {
    background: url('/image/sub/b_arw_prevOn.png') no-repeat;
}

.b_view_slide .slick-next {
    background: url('/image/sub/b_arw_next.png') no-repeat;
    right: 50%;
    margin-right: -540px;
}

.b_view_slide .slick-next:hover {
    background: url('/image/sub/b_arw_nextOn.png') no-repeat;
}

.b_view_slide .slick-arrow:hover:after {
    display: block;
    font-size: 13px;
    color: #999;
    position: absolute;
    bottom: -25px;
    left: 0;
    right: 0;
    text-align: center;
}

.b_view_slide .slick-prev:hover:after {
    content: '이전글';
}

.b_view_slide .slick-next:hover:after {
    content: '다음글';
}

/* 인재상 */
.rec_list li {
    box-sizing: border-box;
    width: 33.333%;
    text-align: center;
    border-right: 1px solid #ddd;
    margin-top: 70px;
    height: 190px;
}

.rec_list li:nth-child(3n) {
    border-right: 0;
}

.rec_list li .fz25 {
    margin: 20px 0 15px;
}

.rec_list li .fz16 {
    line-height: 1.4;
}

.big_tit.right:before {
    display: none;
}

.big_tit.right img {
    position: absolute;
    top: -15px;
}

/* 채용정보 */
.inside {
    width: 100%;
    border-top: 2px solid #000;
}

.inside th,
.inside td {
    text-align: left;
    padding: 35px 25px;
    border-bottom: 1px solid #ddd;
}

.inside th {
    font-size: 22px;
    font-weight: 500;
    width: 200px;
}

.inside td {
    font-size: 18px;
    color: #777;
    line-height: 1.5;
}

/* 실천서약 */
.mn_wrap {
    border-top: 3px solid #000;
    border-bottom: 2px solid #ddd;
    padding: 70px 0;
}

.mid_tit {
    font-size: 45px;
    font-weight: bold;
    line-height: 1;
    position: relative;
}

.mid_tit:after {
    content: '';
    display: inline-block;
    position: relative;
    right: -5px;
    top: -30px;
    background: url('/image/sub/big_tit.png') no-repeat;
    height: 23px;
    width: 23px;
}

/* 윤리강령 */
.mn_tab {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.mn_tab li {
    display: table-cell;
    vertical-align: middle;
}

.mn_tab li a {
    display: block;
    text-align: center;
    line-height: 55px;
    font-size: 16px;
    color: #999;
    border: 1px solid #ddd;
    border-right: 0;
    position: relative;
}

.mn_tab li a:last-child {
    border-right: 1px solid #ddd;
}

.mn_tab li.on a {
    border: 1px solid #000;
    border-bottom: 1px solid #fff;
    color: #000;
    font-weight: bold;
    z-index: 2;
}

.mn_tab li.on a:before {
    content: '';
    position: absolute;
    left: -1px;
    right: -1px;
    top: -1px;
    background: -webkit-linear-gradient(to right, #0095ec 0%, #7fdd23 100%);
    background: -moz-linear-gradient(to right, #0095ec 0%, #7fdd23 100%);
    background: -o-linear-gradient(to right, #0095ec 0%, #7fdd23 100%);
    background: linear-gradient(to right, #0095ec 0%, #7fdd23 100%);
    height: 3px;
}

.ethics {
    border: 1px solid #000;
    padding: 75px;
    word-break: keep-all;
    letter-spacing: -0.5px;
    margin-top: -1px;
    position: relative;
    z-index: 1;
}

.ethics .fz16 {
    margin-top: 5px;
}

/* 연혁 */
.history_idx {
    position: absolute;
    right: 0;
    top: 230px;
}

.history_idx li {
    width: 122px;
}

.history_idx a {
    display: block;
    height: 29px;
    line-height: 29px;
    position: relative;
}

.history_idx em {
    display: block;
    float: right;
    width: 0;
    height: 29px;
    overflow: hidden;

    transition: width 0.3s;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    -o-transition: width 0.3s;

    background: url("../image/sub/history_idx_bg.png") no-repeat right top;
}

.history_idx em span {
    display: block;
    padding-left: 15px;
    width: 107px;
    top: 0;
    color: #fff;
    font-size: 12px;
}

.history_idx a:hover em,
.history_idx .on em {
    width: 122px;
}

.history_idx a::after {
    position: absolute;
    content: '';
    합정역 2호선 display: block;
    width: 15px;
    height: 15px;
    background: #0055a2;
    z-index: 9;
    border-radius: 15px;
    right: 8px;
    top: 7px;

    transition: background 0.2s;
    -webkit-transition: background 0.2s;
    -moz-transition: background 0.2s;
    -o-transition: background 0.2s;
}

.history_idx a:hover::after,
.history_idx .on a::after {
    background: #fff;
}

.history {
    position: relative;
}

.history .years {
    font-size: 80px;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: -0.3px;
    line-height: 1.1;
    width: 300px;
    position: absolute;
    top: 0;
    left: 0;
}

.his {
    padding-left: 300px;
    padding-top: 40px;
    position: relative;
}

.his:before {
    content: '';
    position: absolute;
    top: 40px;
    left: 300px;
    width: 1px;
    height: 100%;
    background: #d3d7e0;
}

.his&gt;li {
    position: relative;
    padding-bottom: 40px;
}

.his&gt;li:before {
    content: '';
    background: #d3d7e0;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    padding: 0;
    display: inline-block;
    vertical-align: top;
    margin-left: -8px;
}

.his&gt;li .year {
    position: absolute;
    left: 65px;
    top: 0;
}

.his ul.txt {
    padding-left: 200px;
    display: inline-block;
}

.his ul.txt li {
    padding-bottom: 25px;
}

.his ul.txt li&gt;p {
    display: inline-block;
    vertical-align: top;
}

.his ul.txt li&gt;p.gray7 {
    width: 500px;
    margin-left: 20px;
}</pre></body></html>