@charset 'utf-8';

/*****************************************************************
   deletion of the current branch prohibited
   powered by nnin ( http://www.nnin.com )
*****************************************************************/



/*****************************************************************
de01 : 슬라이드
*****************************************************************/
.de01 .carousel-inner .item {
    height: 700px;/* 높이값 조절 */
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.de01 .carousel-inner .item:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    background: rgba(113, 141, 136, 0.0);/* overlay */
    width: 100%;
    height: 100%;
    z-index: 2;
}
.de01 .carousel-caption {
    position: absolute;
    right: 0%;
    left: 0%;
    top: 0;
    bottom: 0;
    z-index: 10;
    padding: 0;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    display: table;
}
.de01 .carousel-caption .box {
    border: 0px solid #f00;
    display: table-cell;
    animation-duration: 1s;
    animation-delay: 1s;
/*    animation-iteration-count: infinite;*/
    padding: 0 10%;
}

.de01 #myCarousel .carousel-control {
    z-index: 11;
    width: 7%;
}
.de01 #myCarousel .carousel-control .glyphicon-menu-left {
    position: absolute;
    top: 50%;
    left: 30%;
    z-index: 5;
    margin-top: -10px;
    display: inline-block;
    font-size: 30px;
    background-color: rgba(10, 10, 10, 0.85);
    border-radius: 2px;
    padding: 10px;
}
.de01 #myCarousel .carousel-control .glyphicon-menu-right {
    position: absolute;
    top: 50%;
    right: 30%;
    z-index: 5;
    margin-top: -10px;
    display: inline-block;
    font-size: 30px;
    background-color: rgba(10, 10, 10, 0.85);
    border-radius: 2px;
    padding: 10px;
}


/* 제목 */
.de01 .carousel-caption .box h2 {
    font-size: 4.0em;
    font-weight: 100;
    color: #fff;
/*    text-shadow: none;*/
}
/* 내용 */
.de01 .carousel-caption .box p {
    padding: 10px 0 20px;
    line-height: 110%;
    text-shadow: none;
    font-size: 1.250em;
    font-weight: 100;
    color: #ccc;
}
/* 링크버튼 */
.de01 .box a.btn {
    background-color: rgba(50, 50, 50, 0.4);
    border: 0px solid #000;
    font-size: 1.0em;
    color: #aaa;
}
.de01 .box a.btn:hover {
    background-color: rgba(50, 50, 50, 0.6);
}

@media screen and (max-width: 768px) {
    .de01 .carousel-inner .item {
        height: 400px;/* 높이값 조절 */
    }
    .de01 .carousel-caption .box h2 {
        font-size: 2.0em;
        line-height: 110%;
    }
    .de01 .carousel-caption .box p {
        font-size: 1.0em;
        line-height: 110%;
    }
    .de01 #myCarousel .carousel-control .glyphicon-menu-left {
        left: 1%;
        padding: 5px;
    }
    .de01 #myCarousel .carousel-control .glyphicon-menu-right {
        right: 1%;
        padding: 5px;
    }
}




/*****************************************************************
de02 : 슬라이드
*****************************************************************/
.de02 .carousel-inner .item {
    height: 700px;/* 이미지 최대높이값 : 700px */
    background-position: center center;
    background-size: auto;
    background-repeat: no-repeat;
}
.de02 .carousel-inner .item:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    background: rgba(113, 141, 136, 0.0);/* overlay */
    width: 100%;
    height: 100%;
    z-index: 2;
}
.de02 .carousel-caption {
    position: absolute;
    right: 0%;
    left: 0%;
    top: 0;
    bottom: 0;
    z-index: 10;
    padding: 0;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    display: table;
}
.de02 .carousel-caption .box {
    border: 0px solid #f00;
    display: table-cell;
    animation-duration: 1s;
    animation-delay: 1s;
/*    animation-iteration-count: infinite;*/
    padding: 0 10%;
}

.de02 #myCarousel2 .carousel-control {
    z-index: 11;
    width: 7%;
}
.de02 #myCarousel2 .carousel-control .glyphicon-menu-left {
    position: absolute;
    top: 50%;
    left: 30%;
    z-index: 5;
    margin-top: -10px;
    display: inline-block;
    font-size: 30px;
    background-color: rgba(238, 238, 238, 0.4);
    border-radius: 2px;
    padding: 10px;
}
.de02 #myCarousel2 .carousel-control .glyphicon-menu-right {
    position: absolute;
    top: 50%;
    right: 30%;
    z-index: 5;
    margin-top: -10px;
    display: inline-block;
    font-size: 30px;
    background-color: rgba(238, 238, 238, 0.4);
    border-radius: 2px;
    padding: 10px;
}

.de02 #myCarousel2 .carousel-indicators li {
    width: 13px;
    height: 13px;
    background-color: #888;
    border: 1px solid #888;
    border-radius: 0px;
}
.de02 #myCarousel2 .carousel-indicators li.active {
    width: 15px;
    height: 15px;
    background-color: #000;
    border: 1px solid #000;
}


/* 제목 */
.de02 .carousel-caption .box h2 {
    text-shadow: none;
    font-weight: 900;
    font-size: 3.0em;
    color: #43453d;
}
/* 내용 */
.de02 .carousel-caption .box p {
    padding: 10px 0 20px;
    line-height: 110%;
    text-shadow: none;
    font-weight: 100;
    font-size: 1.0em;
    color: #43453d;
}
/* 링크버튼 */
.de02 .box a.btn {
    background-color: #43453d;
    border: 0px solid #000;
    font-size: 1.0em;
    color: #fff;
}
.de02 .box a.btn:hover {
    background-color: #32342d;
}

@media screen and (max-width: 768px) {
    .de02 .carousel-inner .item {
        height: 400px;/* 높이값 조절 */
    }
    .de02 .carousel-caption .box h2 {
        font-size: 2.0em;
        line-height: 110%;
    }
    .de02 .carousel-caption .box p {
        font-size: 1.0em;
        line-height: 110%;
    }
    .de02 #myCarousel2 .carousel-control .glyphicon-menu-left {
        left: 1%;
        padding: 5px;
    }
    .de02 #myCarousel2 .carousel-control .glyphicon-menu-right {
        right: 1%;
        padding: 5px;
    }
}





/*****************************************************************
de03 : 슬라이드
*****************************************************************/
.de03 .carousel {
    margin: 0px 0;
    height: auto;
}
.de03 .carousel img {
    width: 100%;
}





/*****************************************************************
de04 : 추출게시물
*****************************************************************/
.de04 {
    border: 0px solid #f00;
}





/*****************************************************************
de05 : 추출게시물, 고객센터
*****************************************************************/
.de05 {
    border: 0px solid #f00;
}
.de05 .nm_customer {
    text-align: left;
}
.de05 .nm_customer li:first-child {
    background-color: #222;
    border-radius: 3px;
    padding: 10px;
    text-align: left;
    color: #fff;
    font-size: 1.0em;
}
.de05 .nm_customer li:last-child {
    margin-top: 5px;
    padding: 10px;
    border: 1px solid #ddd;
    line-height: 25px;
}
.de05 .nm_customer li i {
    background-color: #333;
    border-radius: 3px;
    padding: 10px;
    margin-right: 10px;
    color: #ccc;
}
.de05 .nm_customer li span {
/*    text-transform: uppercase;대문자로변경*/
    line-height: 30px;
    letter-spacing: 1px;
    font-size: 1.150em;
}

@media screen and (max-width: 768px) {
    .de05 .row > div {
        margin: 0 0 30px;
    }
}






/*****************************************************************
de06 : 추출게시물
*****************************************************************/
.de06 {
    border: 0px solid #f00;
}





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





/*****************************************************************
de08 : RECRUIT : 복리후생
*****************************************************************/
.de08 {
    margin: 0px 0px;
    border: 0px solid #f00;
    text-align: left;
}

.de08 .box {
    margin: 0 0 40px;
}
.de08 .box:hover {
    cursor: pointer;
}

.de08 .box .textArea {
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    width: 100%;
    position: relative;
}

.de08 .box .textArea p {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    width: 100%;
    line-height: 100px;
    font-size: 1.500em;
    color: #fff;
    padding-left: 10px;
}
.de08 .box:hover .textArea p {
    padding-left: 20px;
}
.de08 .box:nth-child(1) .textArea p {
    background-color: rgba(147, 170, 161, 0.8);
}
.de08 .box:nth-child(2) .textArea p {
    background-color: rgba(175, 159, 145, 0.8);
}
.de08 .box:nth-child(3) .textArea p {
    background-color: rgba(142, 172, 186, 0.8);
}

.de08 .box .textArea i {
    position: absolute;
    top: 40px;
    right: 25px;
    font-size: 1.500em;
    color: #fff;
}

.de08 .box .textArea dl {
    margin: 10px 0 0;
}
.de08 .box .textArea dl dd {
    font-size: 1.0em;
    color: #555;
}

.de08 .box .imgArea {
    font-size: 0px;
    overflow: hidden;
}
.de08 .box .imgArea img {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    width: 100%;
}
.de08 .box:hover .imgArea img {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
}





/*****************************************************************
de09 : 제휴사
*****************************************************************/
.de09 {
    border: 0px solid #f00;
}

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

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

.de09 .box .imgArea span.overlay {
    -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: #000;/* overlay color */
    border-radius: 0px;
    opacity: 0.1;
}
.de09 .box:hover .imgArea span.overlay {
    opacity: 0.8;
}

.de09 .box .imgArea img {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
    max-width: 100%;
}
.de09 .box:hover .imgArea img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.de09 .box .description {
    text-align: center;
    padding: 0px;
    position: absolute;
    top: 40%;
    left: 0px;
    z-index: 2;
    margin-top: -20px;
    height: 20px;
    display: block;
    width: 100%;
    opacity: 0;
}
.de09 .box .description a {
    font-size: 0.875em;
    font-weight: 700;
    word-break: break-all;
    background-color: #111;
    color: #f00;
    padding: 10px;
    display: block;
    border: 1px solid #333;
    border-radius: 0px;
    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;
}






/*****************************************************************
de10 : 예약문의(메인폼메일)
*****************************************************************/
.de10 {
    text-align: left;
    color: #fff;
}

.de10 .np_form input[class=formmail_border] {
    max-width: 411px;
    border: 1px solid rgba(255, 255, 255, 0.6);
    height: 40px;
    background-color: transparent;
}
.de10 .np_form td.formmail_title_bgcolor {
    background-color: rgba(255, 255, 255, 0.1);
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
}
.de10 .np_form td.formmail_cell_bgcolor {
    width: 80%;
    padding: 0px !important;
}
.de10 .np_form select {
    border: 1px solid rgba(255, 255, 255, 0.6);
    background-color: transparent;
    color: #fff;
}
.de10 .np_form select option {
    color: #000;
}
.de10 .np_form td.formmail_cell_bgcolor textarea {
    border: 1px solid rgba(255, 255, 255, 0.6);
    background-color: transparent;
}
.de10 .np_form button {
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 2px;
    font-size: 1.0em;
}






/*****************************************************************
de11 : RECRUIT : 채용안내
*****************************************************************/
.de11 {
    border: 0px solid #f00;
}
.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: 1.5em;
    color: #111;
    text-align: center;
    padding: 0 40px;
}
.de11 div div .textArea p i {
    display: block;
    padding-bottom: 10px;
    font-size: 2.0em;
    color: #aaa;
}
.de11 div div:hover .textArea p i {
    color: #fff;
}





/*****************************************************************
de12 : 3단아이콘
*****************************************************************/
.de12 {
    border: 0px solid #f00;
}

.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 {
    -webkit-transition: all 0.8s ease-out;
    transition: all 0.8s ease-out;
    border-radius: 50%;
    display: table-cell;
    vertical-align: middle;
    cursor: default;
    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 {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    word-wrap: break-word;
    text-align: center;
    display: block;
    padding: 10px;
    font-size: 2.0em;
    color: #333;
}
.de12 .sec:hover strong {
    font-size: 1.750em;
    color: #f00;
}

.de12 .sec span {
    display: inline-block;
    padding: 0 30px;
    font-size: 1.0em;
    color: #666;
}

.de12 .sec:hover i.glyphicon {
    cursor: pointer;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    color: #f00;
}





/*****************************************************************
de13 : 2단블록
*****************************************************************/
.de13 {
    padding: 0px 0;
    overflow: hidden;
    border: 0px solid #f00;
}

.de13 .con_left {
    text-align: left;
    border: 0px solid #f00;
}
.de13 .con_right {
    text-align: left;
    border: 0px solid #f00;
}
.de13 .con {
    overflow: hidden;
    margin-bottom: 30px;
}

.de13 .con span {
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    width: 20%;
    float: left;
    background-color: #ddd;
    border-radius: 3px;
    max-width: 120px;
    line-height: 120px;
    text-align: center;
    font-size: 2.0em;
}
.de13 .con:hover span {
    background-color: #333;
    font-size: 2.0em;
    color: #fff;
}
.de13 .con:hover div p {
    color: #111;
}

.de13 .con div {
    width: 80%;
    float: right;
    padding-left: 10px;
}
.de13 .con div h4 {
    margin: 10px 0;
    font-size: 1.250em;
}
.de13 .con div p {
    text-align: left;
    font-size: 1.0em;
    color: #666;
}
.de13 .con div em {
    text-align: left;
    font-size: 0.875em;
    color: #aaa;
}





/*****************************************************************
de14 : 아코디언(고객센터)
*****************************************************************/
.de14 {
    text-align: left;
    border: 0px solid #f00;
}
.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: #fff;
}
.de14 .accordion-toggle.collapsed:after {
    content: "\e259";
    color: #ddd;
}

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

.de14 .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;
}
.de14 .panel-heading.collapsed h4 {
    padding-left: 0px;
    color: #ddd;
}

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





/*****************************************************************
de15 : 불규칙블록
*****************************************************************/
.de15 {
    text-align: left;
}
.de15 .row > div {
/*    padding: 5px;*/
}
.de15 .con {
    position: relative;
    display: table;
    vertical-align: middle;
    width: 100%;
    background-size: cover;
    background-position: center center;
    margin: 0 0 30px;
}
.de15 .con_txt {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    background-color: rgba(104, 118, 86, 0.3);
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    height: 200px;
}
.de15 .con_txt:hover {
    background-color: rgba(255, 255, 255, 0);
}
.de15 .con span {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    display: inline-block;
    text-align: center;
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: rgba(255, 255, 255, 0.8);
}
.de15 .con:hover span {
    padding: 30px;
    border: 1px solid rgba(84, 105, 83, 0.6);
    color: rgba(80, 85, 79, 0.95);
}





/*****************************************************************
de16 : 롤오버6단
*****************************************************************/
.de16 {
    border: 0px solid #f00;
}

.de16 > .row > .col-md-4 {
    padding: 15px;
}

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

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

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

.de16 .box .description p {
    font-size: 0.9em;
    line-height:2;
    color: #fff;
}

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

.de16 .box .imgArea {
/*    border: 10px solid #fff;*/
    box-sizing: border-box;
    font-size: 0;
    position: relative;
}
.de16 .box .imgArea span.overlay {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 1;
    background-color: #000;
    width: 100%;
    height: 100%;
    opacity: 0.2;
}
.de16 .box:hover .imgArea span.overlay {
    opacity: 0.8;
}

.de16 .box .imgArea img {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    width: 100%;
}
.de16 .box:hover .imgArea img {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
}

@media screen and (max-width: 768px) {
    .de16 .box .description {
        padding-bottom: 10%;
    }
}






/*****************************************************************
de17 : 롤오버(4단)
*****************************************************************/
.de17 {
    border: 0px solid #f00;
}
.de17 .box {
}

.de17 .box .imgArea {
    position: relative;
    overflow: hidden;
}

.de17 .box .imgArea span.overlay {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 1;
    background-color: #000;
    width: 100%;
    height: 100%;
    opacity: 0.2;
}
.de17 .box:hover .imgArea span.overlay {
    opacity: 0.8;
}

.de17 .box .imgArea img {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    width: 100%;
}
.de17 .box:hover .imgArea img {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
}

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

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

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

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






/*****************************************************************
de18 : 4단블럭
*****************************************************************/
.de18 {
    border: 0px solid #f00;
}
.de18 ul {
    overflow: hidden;
}
.de18 ul li {
    float: left;
    width: 50%;
    height: 400px;
    background-size: cover !important;
    background-position: center center;
}

.de18 .con {
    display: table;
    width: 100%;
}
.de18 .con .box {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.de18 .con .box .textArea {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    opacity: 0.5;
    padding: 50px;
}
.de18 li:hover .con .box .textArea {
    opacity: 1.0;
}

.de18 li:nth-child(1) .con .box .textArea {
    background-color: #3f517b;
}
.de18 li:nth-child(2) .con .box .textArea {
    background-color: #645081;
}
.de18 li:nth-child(3) .con .box .textArea {
    background-color: #5c8072;
}
.de18 li:nth-child(4) .con .box .textArea {
    background-color: #837b50;
}

.de18 .con .box .textArea i {
    display: inline-block;
    padding-bottom: 10px;
    font-size: 3.0em;
    color: #fff;
}
.de18 .con .box .textArea p {
    font-size: 1.5em;
    font-weight: 100;
    color: #fff;
    text-align: center;
}

.de18 .con .box p.imgArea {
    font-size: 0px;
    width: 100%;
}

@media screen and (max-width: 768px) {
    .de18 ul li {
        width: 100%;
        margin-bottom: 20px;
    }
}





/*****************************************************************
de19 : 고정배경이미지
*****************************************************************/
.de19 {
    margin: 0 auto;
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: table;
}

.de19 .section {
    height: 500px;/*높이값조절*/
    padding: 20px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    color: #fff;
}

.de19 .section h3 {
    font-size: 3.5em;
    text-align: center;
    font-family: 'Playfair Display', serif;
}

.de19 .section p {
    text-align: center;
    font-size: 1.5em;
    font-family: 'Playfair Display', serif;
}

.de19 .section a {
    background-color: #a71a00;
    border-radius: 25px;
    width: 200px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    margin-top: 10px;
    text-align: center;
    font-size: 1.150em;
    color: #fff;
}
.de19 .section a:hover {
    background-color: #801400;
    color: #fff;
}






/*****************************************************************
de20 : 인사말
*****************************************************************/
.de20 {
    border: 0px solid #f00;
    overflow: hidden;
    text-align: left;
}

.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 screen and (max-width: 768px) {
    .de20 .slogan {
        font-size: 2.0em;
    }
}






/*****************************************************************
de21 : 회사소개
*****************************************************************/
.de21 {
    border: 0px solid #f00;
    text-align: left;
}

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

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

.de21 .box .txtArea h3 {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    padding: 10px 0;
    font-size: 2.0em;
    color: #666;
    font-weight: 400;
}
.de21 .box:hover .txtArea h3 {
    font-size: 2.5em;
    color: #111;
}
.de21 .box .txtArea p {
    padding: 10px 0;
    font-size: 1.125em;
    color: #666;
    font-weight: 300;
    text-align: left;
}
.de21 .box .txtArea em {
    display: block;
    font-size: 1.0em;
    color: #aaa;
    font-weight: 300;
}

.de21 .box .imgArea img {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
    width: 100%;
}
.de21 .box:hover .imgArea img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

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





/*****************************************************************
de22 : 회사연역
*****************************************************************/
.de22 {
    border: 0px solid #f00;
    text-align: left;
}
.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:768px) {
    .de22 dl dd span {
        display: block;
        width: 100%;
    }
}





/*****************************************************************
de23 : 동영상
*****************************************************************/
.de23 {
    border: 0px solid #f00;
}
.de23 .movie {
    width: 100%;
}






/*****************************************************************
de24 : CLICK HERE : 모달팝업
*****************************************************************/
.de24 {
    border: 0px solid #f00;
}
.de24 .box {
    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: #d38a00;
}
.de24 .box img {
    width: 100%;
    height: auto;
}

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






/*****************************************************************
de25 : 사이트맵
*****************************************************************/
.de25 {
    text-align: left;
    border: 0px solid #f00;
}
.de25 .sitemap {
    border: 0px solid #ddd;
    font-size: 0.875em;
}
.de25 .sitemap ul {
    overflow: hidden;
}
.de25 .sitemap ul li:nth-child(5n+1) {
    clear: both;
}
.de25 .sitemap ul li.m1 {
    float: left;
    width: 20%;/* 25%, 20%, 16.66%, 14.28% : 가로갯수 조절 */
/*    min-height: 200px;*/
    padding: 1px;
    margin-bottom: 30px;
    border: 0px solid #f00;
}
.de25 .sitemap ul li.m1 > a {
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    display: block;
    line-height: 40px;
    padding: 0 10px;
    background-color: #ddd;
    color: #222;
}
.de25 .sitemap ul li.m1:hover > a {
    background-color: #333;
    color: #fff;
}

.de25 .sitemap ul li dl {
	
    margin: 5px 0 0;
}
.de25 .sitemap ul li dl dd.m2 {
    
}
.de25 .sitemap ul li dl dd.m2 > a {
    padding: 5px 10px;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    display: block;
    position: relative;
}
.de25 .sitemap ul li dl dd.m2:hover > a {
/*    background-color: #ddd;*/
    padding-left: 20px;
    font-weight: 700;
    color: #000;
}
.de25 .sitemap ul li dl dd.m2:hover > a:before {
    position: absolute;
    top: 13px;
    left: 0px;
    content: '';
    background-color: #111;
    width: 7px;
    height: 1px;
}

@media screen and (max-width: 767px) {
    .de25 .sitemap ul li.m1 {
        width: 100%;
    }
    
    .de25 .sitemap ul li dl {
    	display: none;
    }
}

@media (min-width: 768px) {
	.de25 .sitemap ul li dl {
		display: block !important;
	}
}





/*****************************************************************
de26 : 사업분야1
*****************************************************************/
.de26 {
    border: 0px solid #f00;
}
.de26 > div {
    margin-bottom: 50px;
    position: relative;
}
.de26 .iconArea {
    z-index: 1;
    position: absolute;
    top: 10%;
    left: 50%;
    width: 100%;
    margin-left: -50%;
}
.de26 .iconArea h3 {
    font-size: 4.0em;
    font-weight: 100;
    color: #fff;
    margin: 20px 0 10px;
    text-align: center;
}
.de26 .iconArea h3 em {
    font-size: 0.5em;
    color: #fff;
}
.de26 .iconArea ul {
    overflow: hidden;
    text-align: center;
}
.de26 .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;
}
.de26 .iconArea ul li:hover {
    background-color: #fff;
    opacity: 1.0;
}
.de26 .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;
}
.de26 .iconArea ul li:hover i {
    background-color: #333;
}
.de26 .iconArea ul li span {
    display: block;
    font-size: 1.250em;
    font-weight: 300;
    color: #111;
    padding: 5px 0;
}

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

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

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

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

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






/*****************************************************************
de27 : 사업분야2
*****************************************************************/
.de27 {
    border: 0px solid #f00;
}
.de27 > div {margin-bottom: 130px;}

.de27 .imgArea {
    position: relative;
}
.de27 .imgArea .tit {
    position: absolute;
    z-index: 10;
    top: 0px;
    left: 40px;
}
.de27 .imgArea h3 {
    font-size: 5.0em;
    font-weight: 300;
    color: #fff;
    margin: 20px 0 10px;
    display: inline-block;
}
.de27 .imgArea em {
    font-size: 1.5em;
    color: #fff;
}
.de27 .imgArea span {
    font-size: 0;
    display: block;
    position: relative;
    width: 100%; height: 100px;
    overflow: hidden;
    border-radius: 10px;
}
.de27 .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;
}
.de27 .imgArea span img {
    width: 100%; height: auto;
}
.de27 .imgArea p {
    margin: 20px 0;
}

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

.de27 .iconArea ul {
    overflow: hidden;
    text-align: center;
}
.de27 .iconArea ul li {
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    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;
}
.de27 .iconArea ul li:nth-child(odd) {
    background-color: #d6dce0;
}
.de27 .iconArea ul li:hover {
    background-color: #fff;
    border: 1px solid #ddd;
}
.de27 .iconArea ul li i {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2 ease-out;
    background-color: #888;
    font-size: 1.500em;
    color: #fff;
    padding: 10px;
/*    margin-right: 5px;*/
    display: inline-block;
    border-radius: 5px;
    word-wrap: break-word;
}
.de27 .iconArea ul li:hover i {
    background-color: #333;
}
.de27 .iconArea ul li span {
    display: block;
    font-size: 1.250em;
    font-weight: 300;
    color: #111;
    padding: 5px 0;
}

@media (max-width: 493px) {
    .de27 .imgArea h3 {
        font-size: 3.0em;
    }
    .de27 .iconArea ul li {
        display: none;
    }
    .de27 .iconArea ul li:nth-child(-n+3) {
        display: inline-block;
        text-align: center;
        width: 100%;
    }
}






/*****************************************************************
de28 : 시설안내 : 탭기능
*****************************************************************/
.de28 {
    text-align: left;
    border: 0px solid #f00;
}

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

.de28 .sec01 {}

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

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

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

.de28 .sec02 .txtArea p {
    background-color: #fff;
    text-align: left;
    
}

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

.de28 .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;
}

.de28 .sec03 {}

.de28 img {
    width: 100%;
}

@media (max-width: 768px) {
    .de28 .nav-tabs a {
        font-size: 0.875em;
        padding: 15px 10px;
    }
}





/*****************************************************************
de29 : 조직도
*****************************************************************/
.de29 {
    border: 0px solid #f00;
}
.de29 img {
    max-width: 100%;
}





/*****************************************************************
de30 : 구글지도
*****************************************************************/
.de30 {
    border: 0px solid #f00;
}

/* 본사위치, 주변지하철등 */
.n_map_text {
    overflow: hidden;
    text-align: left;
}
.n_map_text div {
    margin-top: 20px;
}
.n_map_text div dl {
    margin-bottom: 30px;
}

.n_map_text div dl dt {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2 ease-out;
    padding: 10px 10px 10px 20px;
    margin-bottom: 10px;
    background-color: #aaa;
    border-radius: 2px;
    display: block;
    font-size: 1.0em;
    color: #fff;
}
.n_map_text div dl:hover dt {
    padding: 10px 10px 10px 30px;
    background-color: #111;
}

.n_map_text div dl dd {
    display: list-item;
    list-style-type: disc;
    list-style-position: inside;
}




