@charset 'utf-8';

/* 수정, 삭제금지 **************************************************
deletion of the current branch prohibited
제작사 : http://www.nnin.com
*****************************************************************/




/* de01 : 슬라이드 **************************/
.de01 {
    background-color: #333;
}

.de01 .delay {
    animation-duration: 3000ms;
    animation-delay: 800ms;
}

.de01 .carousel {
    max-width: 100%;
    width: 100%;/* width: 1500px */
    margin: 0 auto;
}

.de01 .carousel-caption {
    z-index: 10;
}

.de01 .carousel-inner {}

.de01 .carousel .item {
    width: 100%;
    background-color: #222;
}

.de01 .carousel-inner > .item > img {
    width: 100%;
    max-height: 600px;
}

.de01 .carousel-caption {
    position: absolute;
    right: 15%;
    left: 15%;
    bottom: 30%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}


.de01 .carousel-caption h1 {
    font-size: 3.0em;
}

.de01 .carousel-caption p {
    font-size: 1.5em;
}
.de01 .carousel-caption p .btn {
    background-color: #2e6da4;
    border: 1px solid #2e6da4;
}
@media screen and (max-width: 768px) {
    .de01 .carousel-caption {
        bottom: 25%;
    }
    .de01 .carousel-caption h1 {
        font-size: 2.0em;
    }
    .de01 .carousel-caption p {
        font-size: 1.150em;
    }
    .de01 .carousel-caption p .btn {
        padding: 7px 12px;
        font-size: 14px;
    }
}
@media screen and (max-width: 425px) {
    .de01 .carousel-caption {
        bottom: 20%;
    }
    .de01 .carousel-caption h1 {
        font-size: 1.250em;
    }
    .de01 .carousel-caption p {
        font-size: 0.750em;
    }
    .de01 .carousel-caption p .btn {
        padding: 5px 8px;
        font-size: 12px;
    }
}

    


/* de02 : 슬라이드2 **************************/
.de02 {
    background-color: #dedbd4;
    background-attachment: fixed !important;
    background-position: center center;
    max-height: auto;
    overflow: hidden;
    background-size: cover;
    background: url('{{$template}}/img/_images/de02/de02_bg.jpg');
    padding: 100px 0px;
}

.de02 .carousel {
    max-width: 100%;
    width: 1270px;/* width: 1500px */
    margin: 0 auto;
}

.de02 .carousel-caption {
    z-index: 10;
}

.de02 .carousel-inner {}

.de02 .carousel .item {
    width: 100%;
    background-color: #222;
}

.de02 .carousel-inner > .item > img {
    width: 100%;
    max-height: 600px;
}

.de02 .carousel-caption {
    position: absolute;
    right: 15%;
    left: 15%;
    bottom: 30%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}

.de02 .carousel-caption h1 {
    font-size: 3.0em;
}

.de02 .carousel-caption p {
    font-size: 1.5em;
}
.de02 .carousel-caption p .btn {
    padding: 10px 16px;
    font-size: 18px;
}
@media screen and (max-width: 768px) {
    .de02 {
        padding: 0px 0px;
    }
    .de02 .carousel-caption {
        bottom: 25%;
    }
    .de02 .carousel-caption h1 {
        font-size: 2.0em;
    }
    .de02 .carousel-caption p {
        font-size: 1.150em;
    }
    .de02 .carousel-caption p .btn {
        padding: 7px 12px;
        font-size: 14px;
    }
}

/**/
.de02 .carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center;
}
.de02 .carousel-indicators li {
    display: inline-block;
    text-indent: -999px;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    margin: 5px;
    border: 0px solid transparent;
    cursor: pointer;
    background-color: rgba(130, 130, 130, 0.5);
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.de02 .carousel-indicators li.active {
    width: 40px;
    height: 20px;
    border-radius: 10px;
    margin: 5px;
    background-color: rgba(0, 0, 0, 0.9);
}

@media screen and (max-width: 425px) {
    .de02 .carousel-caption {
        bottom: 20%;
    }
    .de02 .carousel-caption h1 {
        font-size: 1.250em;
    }
    .de02 .carousel-caption p {
        font-size: 0.750em;
    }
    .de02 .carousel-caption p .btn {
        padding: 5px 8px;
        font-size: 12px;
    }
}




/* de03 : 추출게시판 **************************/
.de03 {
    margin-top: 0px;
}
.de03 table {width: 100%;}

/* tab */
.de03 .nav-tabs a {
    font-size: 1.0em;
    font-weight: 500;
}

.de03 .n_board_list_output {
    position: relative;
}

.de03 .n_board_list_output h3 {
    display: none;
}

.de03 .n_board_list_output .more {
    display: block;
    position: absolute;
    top: -40px;
    right: 0px;
}

.de03 #menu3 p {
    margin-top: 13px;
}
.de03 #menu3 p img {
    width: 100%;
    max-height: 175px;
}

.de03 .n_board_list_output .board_output .board_output tr {}
.de03 .n_board_list_output .board_output .board_output tr td:nth-child(1) {
    width: 3%;
}
.de03 .n_board_list_output .board_output .board_output tr td:nth-child(2) {
    width: 65%;
    text-align: left;
}
.de03 .n_board_list_output .board_output .board_output tr td:nth-child(3) {
    width: 32%;
    text-align: right;
    font-size: 0.875em;
}




/* de04 : 사업분야 1 **************************/
.de04 {
    border: 0px solid #f00;
}
.de04 > div {
    margin-top: 50px;
    position: relative;
}
.de04 .iconArea {
    z-index: 1;
    position: absolute;
    top: 10%;
    left: 50%;
    width: 100%;
    margin-left: -50%;
    
}
.de04 .iconArea h3 {
    font-size: 4.0em;
    font-weight: 100;
    color: #fff;
    margin: 20px 0 10px;
    text-align: center;
}
.de04 .iconArea h3 em {
    font-size: 0.5em;
    color: #fff;
}
.de04 .iconArea ul {
    overflow: hidden;
    text-align: center;
}
.de04 .iconArea ul li {
    display: inline-block;
    width: 20%;
    text-align: center;
    width: 180px; height: 180px;
    background-color: #eee;
    border: 1px solid #fff;
    border-radius: 90px;
    padding-top: 55px;
    margin: 10px 5px;
    cursor: pointer;
    opacity: 0.8;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.de04 .iconArea ul li:hover {
    background-color: #fff;
    opacity: 1.0;
}
.de04 .iconArea ul li i {
    background-color: #888;
    font-size: 1.500em;
    color: #fff;
    padding: 10px;
/*    margin-right: 5px;*/
    display: inline-block;
    border-radius: 5px;
    word-wrap: break-word;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.de04 .iconArea ul li:hover i {
    background-color: #333;
}
.de04 .iconArea ul li span {
    display: block;
    font-size: 1.250em;
    font-weight: 300;
    color: #111;
    padding: 5px 0;
}

.de04 .imgArea {}

/*추가설정 : overlay 배경컬러*/
.de04 .sec01 .imgArea span:before {
    background: rgba(11, 39, 57, 0.7);
}
.de04 .sec02 .imgArea span:before {
    background: rgba(48, 16, 49, 0.7);
}
.de04 .sec03 .imgArea span:before {
    background: rgba(49, 49, 20, 0.7);
}

.de04 .imgArea strong {
    font-size: 1.750em;
    font-weight: 100;
    color: #bbb;
    display: block;
}
.de04 .imgArea span {
    font-size: 0;
    display: block;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}
.de04 .imgArea span:before {
    content:'';
    position: absolute;
    top: 0px; left: 0px;
    width: 100%; height: 100%;
    display: inline-block;
    border-radius: 5px;
}

.de04 .imgArea span img {
    width: 100%; height: 600px;
    display: inline-block;
}

.de04 .imgArea p {
    font-size: 1.500em;
    text-align: center;
}
    
@media (max-width: 424px) {
    .de04 .iconArea h3 {
        font-size: 3.0em;
    }
    .de04 .imgArea p {
        font-size: 1.250em;
    }
    .de04 .iconArea ul li {
        display: none;
    }
    .de04 .iconArea ul li:nth-child(-n+2) {
        display: block;
        margin: 10px auto;
    }
}

@media (min-width: 425px) and (max-width: 606px) {
    .de04 .iconArea ul li {
        display: none;
    }
    .de04 .iconArea ul li:nth-child(-n+4) {
        display: inline-block;
    }
}




/* de05 : 사업분야 2 **************************/
.de05 {}
.de05 > div {margin-bottom: 130px;}

.de05 .imgArea {
    position: relative;
}
.de05 .imgArea .tit {
    position: absolute;
    z-index: 10;
    top: 0px;
    left: 40px;
}
.de05 .imgArea h3 {
    font-size: 5.0em;
    font-weight: 300;
    color: #fff;
    margin: 20px 0 10px;
    display: inline-block;
}
.de05 .imgArea em {
    font-size: 1.5em;
    color: #fff;
}
.de05 .imgArea span {
    font-size: 0;
    display: block;
    position: relative;
    width: 100%; height: 100px;
    overflow: hidden;
    border-radius: 10px;
}
.de05 .imgArea span:before {
    content:'';
    position: absolute; z-index: 1;
    top: 0px; left: 0px;
    width: 100%; height: 100%;
    display: inline-block;
    overflow: hidden;
    border-radius: 10px;
}
.de05 .imgArea span img {
    width: 100%; height: auto;
}
.de05 .imgArea p {
    margin: 20px 0;
}

/*추가설정 : 배경이미지 위치*/
.de05 .sec01 .imgArea span img {
    margin: 0px 0 0 0px;
}
.de05 .sec02 .imgArea span img {
    margin: -100px 0 0 0px;
}
.de05 .sec03 .imgArea span img {
    margin: -200px 0 0 0px;
}
/*추가설정 : overlay 배경컬러*/
.de05 .sec01 .imgArea span:before {
    background: rgba(74, 93, 96, 0.5);
}
.de05 .sec02 .imgArea span:before {
    background: rgba(82, 71, 88, 0.5);
}
.de05 .sec03 .imgArea span:before {
    background: rgba(77, 78, 59, 0.5);
}


.de05 .iconArea ul {
    overflow: hidden;
    text-align: center;
}
.de05 .iconArea ul li {
    display: inline-block;
    text-align: center;
    width: 220px;
    height: 220px;
    background-color: #eee;
    border: 1px solid #fff;
    border-radius: 30px;
    padding-top: 75px;
    margin: 10px 10px 0px 0;
    cursor: pointer;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.de05 .iconArea ul li:nth-child(odd) {
    background-color: #d6dce0;
}
.de05 .iconArea ul li:hover {
    background-color: #fff;
    border: 1px solid #ddd;
}
.de05 .iconArea ul li i {
    background-color: #888;
    font-size: 1.500em;
    color: #fff;
    padding: 10px;
/*    margin-right: 5px;*/
    display: inline-block;
    border-radius: 5px;
    word-wrap: break-word;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2 ease-out;
}
.de05 .iconArea ul li:hover i {
    background-color: #333;
}
.de05 .iconArea ul li span {
    display: block;
    font-size: 1.250em;
    font-weight: 300;
    color: #111;
    padding: 5px 0;
}
@media (max-width: 493px) {
    .de05 .imgArea h3 {
        font-size: 3.0em;
    }
    .de05 .iconArea ul li {
        display: none;
    }
    .de05 .iconArea ul li:nth-child(-n+3) {
        display: inline-block;
        text-align: center;
        width: 100%;
    }
}




/* de06 : 시설안내 **************************/
.de06 {}

.de06 h3 {
    font-size: 2.5em;
    color: #000;
    margin: 50px 0 20px;
}

.design06 > ul > li.active > a,
.design06 > ul > li.active > a:hover,
.design06 > ul > li.active > a:focus {
    color: #5b95c9;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    border-radius: 0px;
}

.de06 > ul > li > a:hover {
/*    border-top-color: #f00;*/
    border-radius: 0px;
    color: #000;
    background-color: #fff;
}

.de06 .sec01 {}

.de06 .sec01 strong {
    font-size: 1.750em;
    font-weight: 100;
    color: #bbb;
}

.de06 .sec01 p {
    margin-top: 20px;
    text-align: left;
}

.de06 .sec02 {
    margin-top: 30px;
}
.de06 .sec02 .imgArea {}
.de06 .sec02 .imgArea img {
    max-width: 100%;
}
.de06 .sec02 .txtArea {
    margin-top: 30px;
}
.de06 .sec02 .txtArea table {
    width: 100%;
    border-top: 3px solid #5b95c9;
    border-collapse: collapse;
    table-layout: fixed;
}
.de06 .sec02 .txtArea table caption {
    visibility: hidden;
    overflow: hidden;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
}
.de06 .sec02 .txtArea table tbody {
    vertical-align: middle;
}
.de06 .sec02 .txtArea table th,
.de06 .sec02 .txtArea table td {
    border-bottom: 1px solid #ccc;
    vertical-align: middle;
    padding: 20px;
}
.de06 .sec02 .txtArea table th {
    background-color: #f0f0f0;
    text-align: center;
}
.de06 .sec02 .txtArea table td {
    background-color: #fff;
    text-align: left;
    
}

.de06 .sec02 p {
    overflow: hidden;
    margin-top: 20px;
}

.de06 .sec02 p i {
    font-size: 4.0em;
    font-weight: 500;
    color: #fff;
    vertical-align: top;
    margin-right: 15px;
    padding: 30px;
    display: block;/*none*/
    float: left;
    background-color: #bbc8d6;
}

.de06 .sec03 {}

.de06 img {
    width: 100%;
}

@media (max-width: 768px) {
    .de06 > ul > li > a {
        font-size: 1.0em;
        padding: 10px 5px;
    }
}



/* de07 : 1단이미지 **************************/
.de07 {
    margin-top: 0px;
}
.de07 p {
    font-size: 0;
}
.de07 img {
    width: 100%;
}



/* de08 : RECRUIT : 복리후생 **************************/
.de08 {}

.de08 div div:hover {
    cursor: pointer;
}

.de08 div div .textArea {
    width: 100%;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4 ease-out;    
}
.de08 div div:hover .textArea {
    opacity: 1;
}
.de08 div div:nth-child(1) .textArea p {
    background-color: #77a593;
}
.de08 div div:nth-child(2) .textArea p {
    background-color: #a88d76;
}
.de08 div div:nth-child(3) .textArea p {
    background-color: #88a8b9;
}

.de08 div div .textArea p {
    width: 100%; height: 100px;
    font-size: 1.500em;
    color: #fff;
    text-align: left;
    padding: 20px;
}
.de08 div div .textArea p i {
    font-size: 1.250em;
    vertical-align: middle;
    padding: 0 10px 3px 0;
    display: block;
    /*display: inline-block;*/
}

.de08 div div .textArea span {
    font-size: 1.0em;
    display: block;
    text-align: left;
    color: #555;
    margin: 20px 0;
}

.de08 div div .imgArea {
    font-size: 0px;
    overflow: hidden;
}

.de08 div div .imgArea img {
    width: 100%;
}




/* de09 : 제휴사 **************************/
.de09 {}

.de09 .effect03 {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.de09 .effect03 .imgArea {
    position: relative;
    border: 0px solid #f00;
}
.de09 .effect03 .imgArea span {
    display: block;
}
.de09 .effect03 .imgArea a {
    display: block;
    overflow: hidden;
    border: 0px solid #f00;
}

.de09 .effect03 .description {
    text-align: center;
    padding: 0px;
    position: absolute;
    top: 40%;
    left: 0px;
    z-index: 2;
    margin-top: -20px;
    display: block;
    width: 100%;
    opacity: 0;
}
.de09 .effect03 .description h3 {
    font-size: 1.000em;
    color: #fff;
    word-break: break-all;
    display: none;
}
.de09 .effect03 .description p {
    font-size: 0.875em;
    color: #fff;
    display: none;
}
.de09 .effect03 .description a {
    font-size: 0.875em;
    font-weight: 400;
    word-break: break-all;
    background-color: #111;
    color: #f00;
    padding: 0 10px;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    border: 1px solid #333;
    border-radius: 2px;
    box-shadow: 0px 0px 20px 5px rgba(255, 255, 255, 1.0);
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.de09 .effect03 .description a:hover {
    background-color: #000;
    color: #f00;
    padding: 0 20px;
}




/* de10 : 구글지도 **************************/
.de10 {}



/* de11 : RECRUIT : 채용안내 **************************/
.de11 {}
.de11 h3 {
    font-size: 1.5em;
    font-weight: 100;
    text-align: left;
    margin: 20px 0;
}
.de11 div div {
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
    cursor: pointer;
}
.de11 div div .imgArea {
    width: 40%;
    max-height: 200px;
    float: left;
}
.de11 div div .imgArea span {
    font-size: 0px;
    display: block;
}
.de11 div div .imgArea span img {
    width: 100%;
    min-height: 200px;
}

.de11 div div .textArea {
    width: 60%; height: 200px;
    float: left;
    border: 10px solid #eee;
    display: table;
    background-color: #fff;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.de11 div div:hover .textArea {
    border: 10px solid #ddd;
    background-color: #ddd;
}
.de11 div div .textArea p {
    display: table-cell;
    vertical-align: middle;
    font-size: 2.0em;
    color: #333;
    text-align: center;
    padding: 0 40px;
}
.de11 div div .textArea p i {
    display: block;
    padding-bottom: 10px;
    font-size: 0.875em;
    color: #aaa;
}
.de11 div div:hover .textArea p i {
    color: #fff;
}





/* de12 : 3단아이콘 ************************************/
.de12 {}

.de12 div div {
    cursor: pointer;
}

.de12 .sec {}

.de12 .sec {
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
    display: block;
}

.de12 .sec p.icon {
    display: inline-block;
    margin: 10px 0;
}

.de12 .sec i.glyphicon {
    border-radius: 50%;
    display: table-cell;
    vertical-align: middle;
    cursor: default;
    -webkit-transition: 1s;
    transition: 1s;
    padding: 70px;
    /*원크기조절*/
    font-size: 5em;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f2f2f2+10,c0c8d3+21,ffffff+21,ffffff+21,c9cdd3+48,c9cdd3+48,ffffff+83,cccccc+100 */
    background: rgb(242, 242, 242);
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, rgba(242, 242, 242, 1) 10%, rgba(192, 200, 211, 1) 21%, rgba(255, 255, 255, 1) 21%, rgba(255, 255, 255, 1) 21%, rgba(201, 205, 211, 1) 48%, rgba(201, 205, 211, 1) 48%, rgba(255, 255, 255, 1) 83%, rgba(204, 204, 204, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, rgba(242, 242, 242, 1) 10%, rgba(192, 200, 211, 1) 21%, rgba(255, 255, 255, 1) 21%, rgba(255, 255, 255, 1) 21%, rgba(201, 205, 211, 1) 48%, rgba(201, 205, 211, 1) 48%, rgba(255, 255, 255, 1) 83%, rgba(204, 204, 204, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, rgba(242, 242, 242, 1) 10%, rgba(192, 200, 211, 1) 21%, rgba(255, 255, 255, 1) 21%, rgba(255, 255, 255, 1) 21%, rgba(201, 205, 211, 1) 48%, rgba(201, 205, 211, 1) 48%, rgba(255, 255, 255, 1) 83%, rgba(204, 204, 204, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#cccccc', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
}

.de12 .sec strong {
    text-align: center;
    display: block;
    padding: 5px;
    font-size: 2.25em;
    line-height: 1.4;
    color: #333;
    word-wrap: break-word;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.de12 .sec span {
    display: inline-block;
    padding: 0 30px;
    font-size: 1.0em;
    color: #888;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.de12 .sec:hover strong {
    padding: 5px;
    font-size: 2.25em;
    line-height: 1.4;
    color: #f00;
    word-wrap: break-word;
}
.de12 .sec:hover i.glyphicon {
    color: #e53500;
    cursor: pointer;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}






/* de13 : 아이콘목록 ************************************/
.de13 {}

.de13 ul {
    margin: 20px 0;
    text-align: center;
    overflow: hidden;
}

.de13 ul li {
    float: left;
    background-color: #ddd;
    border: 1px solid #fff;
    padding: 10px;
    width: 12.5%;
    height: 120px;
    overflow: hidden;
    line-height: 1.4;
    word-wrap: break-word;
    /*    word-break: break-all;*/
}

.de13 ul li:hover {
    background-color: #5b95c9;
    color: #fff;
}

.de13 span.glyphicon {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 1.5em;
}

.de13 span.glyphicon-class {
    display: block;
    font-size: 1.0em;
}

@media (max-width: 767px) {
    .de13 ul li {
        width: 25%;
        font-size: 12px;
    }
}








/* de14 : 아코디언(고객센터) **************************/
.de14 .panel {
    position: relative;
}
.de14 .accordion-toggle:after {
    font-family:'Glyphicons Halflings';
    content:"\e258";
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 1.0em;
    color: #000;
}
.de14 .accordion-toggle.collapsed:after {
    content:"\e259";
    color: #666;
}
.de14 .panel-heading h4 {
    cursor: pointer;
    color: #000;
    font-weight: 400;
}
.de14 .panel-heading.collapsed h4 {
    color: #666;
}
.de14 .panel-body {
    color: #888;
}



/* de15 : 아코디언2 **************************/
.de15 .panel {
    position: relative;
}
.de15 .accordion-toggle:after {
    font-family: 'Glyphicons Halflings';
    content: "\e258";
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 1.0em;
    color: #fff;
}
.de15 .accordion-toggle.collapsed:after {
    content: "\e259";
    color: #ddd;
}

.de15 .panel-heading {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    background-color: #333;
}
.de15 .panel-heading.collapsed {
    background-color: #666;
}

.de15 .panel-heading h4 {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    padding-left: 10px;
    cursor: pointer;
    font-weight: 400;
    color: #fff;
}
.de15 .panel-heading.collapsed h4 {
    padding-left: 0px;
    color: #ddd;
}

.de15 .panel-body {
    color: #888;
}



/* de16 **************************/
.de16 img {
    width: 100%;
}

.de16 .effect01 {
    position: relative;
    overflow: hidden;
/*    font-size: 0px;*/
    margin-bottom: 30px;
}

.de16 .effect01 .description {
    text-align: center;
    margin: 0 auto;
    padding: 10px;
    padding-bottom: 5%;
    position: absolute;
    bottom: -50px;
/*    left: 0px;*/
    z-index: 2;
    opacity: 0;
    width: 100%;
}

.de16 .effect01 .description h3 {
    font-size: 1.5em;
    color: #fff;
    font-weight: 700;
}

.de16 .effect01 .description p {
    font-size: 0.875em;
    color: #fff;
}

.de16 .effect01 .description span {
    display: block;
    padding-top: 10px;
}
.de16 .effect01 .description span a {
    font-size: 0.875em;
}

.de16 .effect01 .imgArea {
/*    border: 10px solid #fff;*/
    box-sizing: border-box;
    font-size: 0;
}
@media screen and (max-width: 767px) {
    .de16 .effect01 .description {
        padding-bottom: 10%;
    }
}






/* de17 : 롤오버(4단) ****************************/

.de17 {
    border: 0px solid #f00;
}
.de17 .effect02 {
    
}

.de17 .effect02 .imgArea {
    position: relative;
    overflow: hidden;
    font-size: 0;
    border-top: 2px solid #222;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4 ease-out; 
}
.de17 .effect02:hover .imgArea {
    border-top: 2px solid #d80000;
}
.de17 .effect02 .imgArea a {
    height: 150px;
    display: block;
    position: relative;
    overflow: hidden;
}
.de17 .effect02 .imgArea img {
    width: 100%;
    height: auto;
}

.de17 .effect02 .description {
    text-align: justify;
    padding: 5px;
    border: 0px solid #f00;
    position: relative;
    top: 10px;
    left: 0px;
    z-index: 2;
    opacity: 0.6;
}

.de17 .effect02 .description h3 {
    font-size: 1.5em;
    color: #000;
}

.de17 .effect02 .description p {
    font-size: 1.0em;
    color: #000;
    text-align: left;
}

.de17 .effect02 .description span {
    display: block;
    padding: 10px 0 20px;
}


    



/* de18 : 롤오버(블럭) **************************/
.de18 {}

.de18 ul {
    overflow: hidden;
}
.de18 ul li {
    float: left;
    width: 50%;
    position: relative;
}
.de18 ul li .textArea {
    width: 240px; height: 180px;
    -0-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;    
}
.de18 ul li:nth-child(1) .textArea {
    position: absolute; bottom: 0px; right: 0px;
    background-color: #3f517b;
    opacity: 0.6;
}
.de18 ul li:nth-child(2) .textArea {
    position: absolute; bottom: 0px; left: 0px;
    background-color: #583f7b;
    opacity: 0.6;
}
.de18 ul li:nth-child(3) .textArea {
    position: absolute; top: 0px; right: 0px;
    background-color: #3f7b64;
    opacity: 0.6;
}
.de18 ul li:nth-child(4) .textArea {
    position: absolute; top: 0px; left: 0px;
    background-color: #7b723f;
    opacity: 0.6;
}
.de18 ul li:hover .textArea {
    opacity: 1.0;
}
.de18 ul li .textArea p {
    font-size: 1.0em;
    color: #fff;
    text-align: center;
    padding: 40px 30px 0;
}
.de18 ul li .textArea p i {
    display: block;
    padding-bottom: 10px;
}

.de18 ul li .imgArea {
    font-size: 0px;
}
@media (max-width: 767px) {
    .de18 ul li {
        width: 100%;
    }
}
    
    
    
/* de19 : 고정배경이미지 **************************/
.de19 {
    background-attachment: fixed;
    background-position: center center !important;
    height: 700px;
    overflow: hidden;
    background-size: cover;
    display: table;
    background: url('{{$template}}/img/_images/de19/de19_img01.jpg');
    margin: 0 auto;
}

.de19 .section {
    padding: 20px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.de19 .section h3 {
    font-size: 3.5em;
    text-align: center;
    color: #fff;
}

.de19 .section p {
    text-align: center;
    font-size: 1.5em;
    color: #ccc;
}



/* de20 : 인사말 **************************/

.de20 {
    overflow: hidden;
}

.de20 .slogan {
    font-size: 2.5em;
    font-weight: 100;
    color: #5b95c9;
    padding-top: 20px;
    text-align: left;
}

.de20 dl {}

.de20 dl dt {
    font-size: 1.250em;
    font-weight: 400;
    color: #222;
    padding: 50px 0 10px;
}

.de20 dl dd {
    font-size: 1.0em;
    line-height: 2.5em;
    color: #666;
    text-align: justify;
}

.de20 p.sign {
    float: right;
    padding: 70px 0;
    font-size: 1.0em;
}

.de20 p.sign span {
    float: right;
    display: inline-block;
    font-size: 1.6em;
    padding: 0px;
}
@media (max-width: 767px) {
    .de20 .slogan {
        font-size: 2.0em;
    }
}
    
    
    
    
/* de21 : 회사소개 **************************/

.de21 {}

.de21 .sec {
    overflow: hidden;
    margin-bottom: 50px;
    padding-top: 0px;
    border-top: 1px dotted #aaa;
}

.de21 .sec .txtArea {
    float: left;
    width: 55%;
}
.de21 .sec .imgArea {
    float: right;
    width: 40%;
    overflow: hidden;
    font-size: 0;
}

.de21 .sec .txtArea h3 {
    padding: 10px 0;
    font-size: 2.0em;
    color: #666;
    font-weight: 500;
}
.de21 .sec .txtArea p {
    padding: 10px 0;
    font-size: 1.125em;
    color: #666;
    font-weight: 300;
    text-align: left;
}
.de21 .sec .txtArea em {
    display: block;
    font-size: 1.0em;
    color: #aaa;
    font-weight: 300;
}

.de21 .sec .imgArea img {
    width: 100%;
    height: 100%;
}

@media (max-width:767px) {
    .de21 .sec .txtArea {
        display: block;
        width: 100%;
        padding-bottom: 10px;
    }
    .de21 .sec .imgArea {
        display: block;
        width: 100%;
    }
}






/* de22 : 회사연역 ***************************/
.de22 {}

.de22 .sec {
    margin-bottom: 30px;
    border-bottom: 1px dotted #aaa;
}

.de22 .sec p {
    font-size: 1.0em;
    padding: 10px 0;
    text-align: left;
}

.de22 dl {}

.de22 dl dt {
    font-size: 2.0em;
    color: #222;
    font-weight: 700;
    margin: 10px 0;
}

.de22 dl dd {
    font-size: 1.0em;
    color: #333;
    font-weight: 400;
    padding: 7px 0;
    cursor: pointer;
}

.de22 dl dd span {
    font-weight: 400;
    letter-spacing: 3px;
    color: #fff;
    padding: 5px 10px 5px 15px;
    margin-right: 10px;
    background-color: #888;
    border-radius: 2px;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.de22 dl dd:hover span {
    padding: 5px 10px 5px 35px;
    background-color: #111;
}
@media (max-width:767px) {
    .de22 dl dd span {
        display: block;
        width: 100%;
    }
}



/* de23 : 유튜브 동영상 ************************/
.de23 .movie {
    margin-top: 10px;
    border-top: 3px solid #ef2e00;
    width: 100%;
}



/* de24 : 모달 팝업 ***************************/
.de24 .box {
    margin-top: 10px;
    border-top: 3px solid #0091de;
    position: relative;
}
.de24 .box .title {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -50%;
    margin-top: -0.8em;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    text-align: center;
    padding: 5px;
    font-size: 1.5em;
    color: #fff;
    overflow: hidden;
}
.de24 .box:hover .title {
    color: #0091de;
}
.de24 .box img {
    width: 100%;
    height: auto;
}

.de24 .modal-body p {
    text-align: left;
}




/* 롤오버 공통 ************************************************************/

/*이미지위에 투명박스*/

.overlay_00 {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    background-color: #000;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.overlay_00.on {
    opacity: 0.6;
}

.overlay_01 {
    -webkit-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: rgba(17, 56, 70, 0.8);
    border-radius: 0px;
    opacity: 0.1;
    /*    visibility: hidden;*/
}
.overlay_01.on {
    opacity: 0.8;
    /*    visibility: visible;*/
}


/*이미지 확대,축소*/
.scaleDown {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.scaleDown.on {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
}

.scaleUp {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
}
.scaleUp.on {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}





