﻿@charset 'utf-8';

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



*****나눔명조*****

F1 {
    font-size: 1em;
    font-weight: 250;
    color: #000;
    margin: 50px 0 20px;
    font-family: 'Nanum Myeongjo', serif;
}

F2 {
    font-size: 1.5em;
    font-weight: 250;
    color: #000;
    margin: 50px 0 20px;
    font-family: 'Nanum Myeongjo', serif;
}

F3 {
    font-size: 2em;
    font-weight: 250;
    color: #000;
    margin: 50px 0 20px;
    font-family: 'Nanum Myeongjo', serif;
}

F4 {
    font-size: 2.5em;
    font-weight: 250;
    color: #bd9f78;
    margin: 50px 0 20px;
    font-family: 'Nanum Myeongjo', serif;
}


*****Noto+Sans*****

F11 {
    font-size: 1em;
    font-weight: 200;
    color: #000;
    margin: 50px 0 20px;
    font-family: 'Noto Sans KR', sans-serif;
}

F22 {
    font-size: 1.2em;
    font-weight: 200;
    color: #7a7a7a;
    line-height: 30px;
    margin: 50px 0 20px;
    font-family: 'Nanum Gothic', sans-serif;
}

F33 {
    font-size: 1.5em;
    font-weight: 350;
    color: #000;
    margin: 50px 0 20px;
    font-family: 'Noto Sans KR', sans-serif;
}

F44 {
    font-size: 1.75em;
    font-weight: 200;
    color: #000;
    margin: 50px 0 20px;
    font-family: 'Noto Sans KR', sans-serif;
}

F55 {
    font-size: 2.0em;
    font-weight: 350;
    color: #000;
    margin: 50px 0 20px;
    font-family: 'Noto Sans KR', sans-serif;
}







p2 {
    margin-top: 30px;
    text-align: left;
}






@media (max-width: 768px) {

*****나눔명조*****

F1 {
    font-size: 1em;
    font-weight: 250;
    color: #000;
    margin: 50px 0 20px;
    font-family: 'Nanum Myeongjo', serif;
}

F2 {
    font-size: 1.5em;
    font-weight: 250;
    color: #000;
    margin: 50px 0 20px;
    font-family: 'Nanum Myeongjo', serif;
}

F3 {
    font-size: 2em;
    font-weight: 250;
    color: #000;
    margin: 50px 0 20px;
    font-family: 'Nanum Myeongjo', serif;
}

F4 {
    font-size: 2.5em;
    font-weight: 250;
    color: #bd9f78;
    margin: 50px 0 20px;
    font-family: 'Nanum Myeongjo', serif;
}


*****Noto+Sans*****

F11 {
    font-size: 1em;
    font-weight: 200;
    color: #000;
    margin: 50px 0 20px;
    font-family: 'Noto Sans KR', sans-serif;
}

F22 {
    font-size: 1.2em;
    font-weight: 200;
    color: #7a7a7a;
    line-height: 30px;
    margin: 50px 0 20px;
    font-family: 'Nanum Gothic', sans-serif;
}

F33 {
    font-size: 1.5em;
    font-weight: 350;
    color: #000;
    margin: 50px 0 20px;
    font-family: 'Noto Sans KR', sans-serif;
}

F44 {
    font-size: 1.75em;
    font-weight: 200;
    color: #000;
    margin: 50px 0 20px;
    font-family: 'Noto Sans KR', sans-serif;
}

F55 {
    font-size: 2.0em;
    font-weight: 350;
    color: #000;
    margin: 50px 0 20px;
    font-family: 'Noto Sans KR', sans-serif;
}







p2 {
    margin-top: 30px;
    text-align: left;
}


}






/*****************************************************************
de01 : 슬라이드
*****************************************************************/
.de01 .carousel-inner .item {
    height: 650px;/* 높이값 조절 */
    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(0, 0, 0, 0.1);/* overlay */
    width: 100%;
    height: 100%;
    z-index: 2;
}
.de01 .carousel-caption {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 10;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    
    margin: 0 auto;
    max-width: 1300px;
    width: 100%;
    height: 100%;
    display: table;
    padding: 0px;
/*    border: 1px solid #f00;*/
}
.de01 .carousel-caption .box {
    display: table-cell;
    animation-duration: 1s;
    animation-delay: 1s;
    text-align: center;/* left, center, right */
/*    border: 1px solid #000;*/
    
}

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

.de01 #myCarousel .carousel-indicators li {
    width: 13px;
    height: 13px;
    background-color: rgba(90, 90, 90, 0.8);
    border: 0px solid #888;
    border-radius: 0px;
}
.de01 #myCarousel .carousel-indicators li.active {
    width: 13px;
    height: 13px;
    background-color: rgba(165, 165, 165, 0.8);
    border: 0px solid #000;
}


/* 제목 */
.de01 .carousel-caption .box h2 {
    letter-spacing: -1px;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.6);
    font-size: 3.0em;
    font-weight: 300;
    color: #fff;
}
/* 내용 */
.de01 .carousel-caption .box p {
    padding: 20px 0;
    line-height: 110%;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.6);
    font-size: 1.250em;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.8);
}
/* 링크버튼 */
.de01 .box a.btn {
    background-color: rgba(50, 50, 50, 0.6);
    border: 0px solid #000;
    font-size: 0.875em;
    color: #ccc;
}
.de01 .box a.btn:hover {
    background-color: rgba(50, 50, 50, 0.8);
}

@media screen and (max-width: 768px) {
    .de01 .carousel-inner .item {
        height: 500px;
    }
    .de01 .carousel-caption {
        padding: 0 50px;
    }
    .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;
    }
}

@media screen and (min-width: 767px) {
    .de01 .carousel-caption {
        padding: 0 100px;
    }
}

@media screen and (min-width: 1500px) {
    .de01 .carousel-caption {
        padding: 0 15px;
    }
}





/*****************************************************************
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(0, 0, 0, 0.1);/* overlay */
    width: 100%;
    height: 100%;
    z-index: 2;
}
.de02 .carousel-caption {
    position: absolute;
    right: 0%;
    left: 0%;
    top: 0;
    bottom: 0;
    z-index: 10;
    margin: 0 auto;
/*    max-width: 1300px;*/
    width: 100%;
    height: 100%;
    display: table;
    padding: 0 150px;
/*    border: 1px solid #f00;*/
}
.de02 .carousel-caption .box {
    display: table-cell;
    text-align: center;/* left, center, right */
    animation-duration: 1s;
    animation-delay: 1s;
/*    border: 1px solid #000;*/
    
}

.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(255, 255, 255, 0.8);
    border-radius: 2px;
    text-shadow: none;
    padding: 10px;
    color: #111;
}
.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(255, 255, 255, 0.8);
    border-radius: 2px;
    text-shadow: none;
    padding: 10px;
    color: #111;
}

.de02 #myCarousel2 .carousel-indicators li {
    width: 13px;
    height: 13px;
    background-color: rgba(100, 100, 100, 0.6);
    border: 0px solid #888;
    border-radius: 0px;
}
.de02 #myCarousel2 .carousel-indicators li.active {
    width: 13px;
    height: 13px;
    background-color: rgba(255, 255, 255, 0.9);
    border: 0px solid #000;
}


/* 제목 */
.de02 .carousel-caption .box h2 {
    letter-spacing: -1px;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.6);
    font-size: 4.0em;
    font-weight: 100;
    color: #fff;
}
/* 내용 */
.de02 .carousel-caption .box p {
    padding: 20px 0;
    line-height: 110%;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.6);
    font-size: 1.250em;
    font-weight: 100;
    color: #fff;
}
/* 링크버튼 */
.de02 .box a.btn {
    background-color: rgba(255, 255, 255, 0.75);
    border: 0px solid #000;
    font-size: 1.0em;
    color: #222;
}
.de02 .box a.btn:hover {
    background-color: rgba(255, 255, 255, 0.95);
}

@media screen and (max-width: 768px) {
    .de02 .carousel-inner .item {
        height: 500px;/* 높이값 조절 */
    }
    .de02 .carousel-caption {
        padding: 0 70px;
    }
    .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: #333;
    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: rgba(0, 0, 0, 0.4);
    border-radius: 3px;
    padding: 10px;
    margin-right: 10px;
    color: #fff;
}
.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%;
    height: 80px;
    line-height: 80px;
    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(140, 170, 157, 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(118, 147, 168, 0.8);
}

.de08 .box .textArea i {
    position: absolute;
    top: 30px;
    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: 15px 0;
}

.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.0;
}
.de09 .box:hover .imgArea span.overlay {
    opacity: 0.5;
}

.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);
    width: 100%;
    height: 100%;
}
.de09 .box:hover .imgArea img {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}

.de09 .box .description {
    text-align: center;
    padding: 0px;
    position: absolute;
    top: 40%;
    left: 0px;
    z-index: 2;
    margin-top: 50px;
    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: #333;
    color: #fff;
    padding: 10px;
    display: block;
    border: 1px solid #333;
    border-radius: 0px;
    box-shadow: 0px 0px 20px 5px rgba(255, 255, 255, 0.7);
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}


@media screen and (max-width: 768px) {
.de09 .box .description {
    text-align: center;
    padding: 0px;
    position: absolute;
    top: 40%;
    left: 0px;
    z-index: 2;
    margin-top: 10px;
    height: 20px;
    display: block;
    width: 100%;
    opacity: 0;
}
}








/*****************************************************************
de10 : 예약문의(메인폼메일)
*****************************************************************/
.de10 {
    text-align: center;
    color: #fff;
    margin: 0 auto;
    max-width: 800px;/**/
/*    width: 100%;*/
}

.de10 .np_form input[class=formmail_border] {
    border: 1px solid rgba(255, 255, 255, 0.6);
    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;
    height: 235px !important;/**/
}

.de10 .personalInformation {
    color: rgba(255, 255, 255, 0.7);
}

/* 버튼(send) */
.de10 .np_form button {
    margin: 10px;
    width: 100px;
    background-color: #a00000;
    border: 0px;
    border-radius: 2px;
    font-size: 1.0em;
    color: #fff;
}
.de10 .np_form button:hover {
    background-color: #8b0000;
}





/*****************************************************************
de11 : RECRUIT : 채용안내
*****************************************************************/
.de11 {
    border: 0px solid #f00;
}
.de11 h3 {
    font-size: 1.3em;
    font-weight: 100;
    text-align: center;
    margin: 5px 0;
}
.de11 div div {

    overflow: hidden;
    margin-bottom: 10px;
    cursor: pointer;
}
.de11 div div .imgArea {

    max-height: 300px;
    float: left;
}
.de11 div div .imgArea span {
    font-size: 0px;
    display: block;
}
.de11 div div .imgArea span img {

    min-height: 300px;

}

.de11 div div .textArea {
    width: 100%; height: 300px;
    float: left;
    border-top: 2px dotted #333;
    border-bottom: 2px dotted #333;
    display: table;
    background-color: #fff;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    text-align: center;
}

}
.de11 div div .textArea t {
    line-height: 5px;
    vertical-align: middle;
    font-size: 1.3em;
    color: #111;
    text-align: center;
    padding: 0px 0px;
}

.de11 div div .textArea t2 {

    vertical-align: middle;
    font-size: 1.5em;
    color: #111;
    text-align: center;
    padding: 30px 0px 30px 0px;

}




.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.4s ease-out;
    transition: all 0.4s ease-out;
    border-radius: 50%;
    display: table-cell;
    vertical-align: middle;
    cursor: default;
    padding: 70px;
    background: #fff;
    border: 10px solid #eee;
    font-size: 5em;
}
.de12 .sec:hover i.glyphicon {
    cursor: pointer;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    color: #0e8188;
}

.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 {
    color: #0e8188;
}

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






/*****************************************************************
de13 : 좌우6단
*****************************************************************/
.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: 20px 0;
}

.de13 .con .glyphicon {
    -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 .glyphicon {
    background-color: #333;
    font-size: 2.0em;
    color: #fff;
}

.de13 .con div {
    width: 80%;
    float: right;
    padding-left: 10px;
}

.de13 .con div h4 {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    margin: 10px 0;
    font-size: 1.250em;
    color: #333;
}
.de13 .con div:hover h4 {
    padding-left: 10px;
}

.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: center;
}
.de15 .row > div {
/*    padding: 5px;*/
}
.de15 .con {
    position: relative;
    display: table;
    vertical-align: middle;
    width: 100%;
    background-size: cover;
    background-position: center center;
    margin: 15px 0;
/*    border: 0px solid #fff;*/
}
.de15 .con_txt {
    -webkit-transition: all 1.0s ease-out;
    transition: all 0.7s ease-out;
    background-color: rgba(104, 118, 86, 0.0);
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    height: 330px;
}
.de15 .con_txt:hover {
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    background-color: rgba(255, 255, 255, 1.0);
}
.de15 .con span {
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    display: inline-block;
    text-align: center;
    padding: 20px;
    border: transparent;
    color: transparent;
}
.de15 .con:hover span {
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    padding: 30px;
    border: 2px solid rgba(84, 105, 83, 0.6);
    color: rgba(80, 85, 79, 0.95);
    font-size: 1.2em;
    font-weight: 700;
}

.de15 .con p {
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    display: inline-block;
    text-align: center;
    padding: 20px;
    color: transparent;
}
.de15 .con:hover p {
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    padding: 30px;
    color: rgba(0, 85, 79, 0.95);
    font-size: 1.5em;
    font-weight: 300;
}





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

}

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

}

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

.de16 .box .description {
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    padding: 20px;
    padding-bottom: 40%;
    position: absolute;
    bottom: -50px;
/*    left: 0px;*/
    z-index: 2;
    opacity: 0;
}

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

.de16 .box .description p {
    font-size: 1.375em;
    color: #fff;
}

.de16 .box .description span {
    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;
    height: 100%;
}
.de16 .box .imgArea span.overlay {
    -webkit-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 1;
    background-color: #000;
    width: 100%;
    height: 100%;
    opacity: 0.1;
}
.de16 .box:hover .imgArea span.overlay {
    opacity: 0.6;
}

.de16 .box .imgArea img {
    -webkit-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
    height: 100%;


}
.de16 .box:hover .imgArea img {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}

@media screen and (max-width: 768px) {

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

    .de16 .box .description {
        padding-bottom: 30%;
    }




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

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


}






/*****************************************************************
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.0);
    transform: scale(1.0);
    width: 100%;
}
.de17 .box:hover .imgArea img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

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

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

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

.de17 .box .description span {
    display: block;
}






/*****************************************************************
de18 : 4단블럭
*****************************************************************/
.de18 {
    border: 0px solid #f00;
}
.de18 ul {
    overflow: hidden;
    height: 300px;/**/

}
.de18 ul li {
    float: left;
    width: 25%;/**/
    height: 100%;/**/
    background-size: cover !important;
    background-position: center center;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    
}

.de18 ul li .box {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    display: table;
    width: 100%;
    height: 100%;
}

.de18 ul li .box.color01 {
    background-color: rgba(43, 49, 65, 0);
}
.de18 ul li .box.color02 {
    background-color: rgba(57, 45, 74, 0);
}
.de18 ul li .box.color03 {
    background-color: rgba(39, 64, 54, 0);
}
.de18 ul li .box.color04 {
    background-color: rgba(65, 62, 42, 0);
}

.de18 ul li:hover .box.color01 {
    background-color: rgba(33, 37, 49, 0.7);
}
.de18 ul li:hover .box.color02 {
    background-color: rgba(33, 28, 39, 0.7);
}
.de18 ul li:hover .box.color03 {
    background-color: rgba(26, 36, 32, 0.7);
}
.de18 ul li:hover .box.color04 {
    background-color: rgba(38, 36, 26, 0.7);
}


.de18 ul li:hover .box.color01 p {
    color: #fff;
}
.de18 ul li:hover .box.color02 p{
    color: #fff;
}
.de18 ul li:hover .box.color03 p{
    color: #fff;
}
.de18 ul li:hover .box.color04 p{
    color: #fff;
}



.de18 .box .textArea {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.de18 .box .textArea:hover {
    padding-right: 10px;
}

.de18 .box .textArea i {
    display: inline-block;
    padding-bottom: 10px;
    font-size: 2.0em;
    color: #fff;
}
.de18 .box .textArea p {
    text-align: center;
    font-weight: 400;
    font-size: 1.150em;
    color: transparent;
}

.de18 .box .textArea p:hover {
    text-align: center;
    font-weight: 400;
    font-size: 1.150em;
    color: #fff;
}

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

@media screen and (max-width: 1200px) {
    .de18 ul {
        height: 700px;/**/
    }
    .de18 ul li {
        width: 50%;
        height: 50%;/* 1/n */
        margin-bottom: 0px;
    }
}
@media screen and (max-width: 768px) {
    .de18 ul {
        height: 700px;/**/
    }
    .de18 ul li {
        width: 100%;
        height: 25%;/* 1/n */
        margin-bottom: 0px;
    }
}





/*****************************************************************
de19 : 1단형텍스트
*****************************************************************/
.de19 {
    margin: 0 auto;
    background-color: transparent;/**/
    display: table;
    width: 100%;
    height: 450px;/*높이값조절*/
}

.de19 .section {
    border: 0px solid #fff;
    padding: 10px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    color: #fff;
}

.de19 .section h3 {
    text-align: center;
    font-weight: 100;
    font-size: 2.0em;
}

.de19 .section p {
    padding: 10px;
    text-align: center;
    font-weight: 100;
    font-size: 1.0em;
}

.de19 .section a {
    background-color: #a71a00;
    border-radius: 20px;
    max-width: 160px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    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: 50px 0 20px;
    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: 20px 0 10px;
    font-size: 2.0em;
    font-weight: 400;
    color: #666;
}
.de21 .box:hover .txtArea h3 {
    padding: 20px 0 10px 5px;
    color: #000;
}
.de21 .box .txtArea p {
    text-align: left;
    padding: 10px 0;
    font-weight: 300;
    font-size: 1.125em;
    color: #666;
}
.de21 .box .txtArea em {
    display: block;
    font-weight: 300;
    font-size: 1.0em;
    color: #aaa;
}

.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;
position: center center;
}
.de23 .movie {

width: 100%;
position: center center;
    margin: 0px auto;
    padding: 0px auto;
}






/*****************************************************************
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;
}


/* grid : 가로갯수 */
.de25 .sitemap ul.grid3 li:nth-child(3n+1) {
    clear: both;
}
.de25 .sitemap ul.grid4 li:nth-child(4n+1) {
    clear: both;
}
.de25 .sitemap ul.grid5 li:nth-child(5n+1) {
    clear: both;
}

.de25 .sitemap ul.grid3 li.m1 {
    width: 33.33%;
}
.de25 .sitemap ul.grid4 li.m1 {
    width: 25%;
}
.de25 .sitemap ul.grid5 li.m1 {
    width: 20%;
}




.de25 .sitemap ul li.m1 {
    float: left;
    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: 768px) {
    .de25 .sitemap ul li {
        width: 100% !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: 30px 0;
}
.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;
    word-break: break-all;
}
.de28 .sec02 .txtArea table td {
    background-color: #fff;
    text-align: left;
    word-break: break-all;
}

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

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

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

/* 767px이하 본문이미지 */
@media (max-width:425px) {
    .de29 .pc_view {
        display: none
    }
    .de29 .mo_view {
        display: block
    }
}

/* 768px이상 본문이미지 */
@media (min-width:426px) {
    .de29 .pc_view {
        display: block
    }
    .de29 .mo_view {
        display: none
    }
}





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




.de30 .map_google {
    width: 100%;
    height: 100%;
    border: 0;
}
.de30 .map_google iframe{
    display: block;
    width: 100%;
    position: relative;
    pointer-events: none;
}
.de30 .map_google iframe.clicked{
    pointer-events: auto;
}


/* 본사위치, 주변지하철등 */
.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.2s 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;
}







/*****************************************************************
de31 : 아이콘모음
*****************************************************************/
.de31 {}

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

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

.de31 ul li:hover {
    background-color: #555;
    color: #fff;
}

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

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

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




/*****************************************************************
de32 : 1단형텍스트
*****************************************************************/
.de32 {
    margin: 0 auto;
    background-color: transparent;/**/
    display: table;
    width: 100%;
    height: 800px;/*높이값조절*/
}

.de32 .section {
    border: 0px solid #fff;
    padding: 10px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    color: #fff;
}

.de32 .section h3 {
    text-align: center;
    font-weight: 400;
    font-size: 6.0em;
}

.de32 .section p {
    padding: 10px;
    text-align: center;
    font-weight: 300;
    font-size: 4.0em;
}

.de32 .section a {
    background-color: #a71a00;
    border-radius: 20px;
    max-width: 160px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    color: #fff;
}
.de32 .section a:hover {
    background-color: #801400;
    color: #fff;
}


/*****************************************************************
de33 : 1단형텍스트
*****************************************************************/
.de33 {
    margin: 0 auto;
    background-color: transparent;/**/
    display: table;
    width: 100%;
    height: 800px;/*높이값조절*/
}

.de33 .section {
    border: 0px solid #fff;
    padding: 10px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    color: #fff;
}

.de33 .section h3 {
    text-align: center;
    font-weight: 100;
    font-size: 2.0em;
}

.de33 .section p {
    padding: 10px;
    text-align: center;
    font-weight: 100;
    font-size: 1.0em;
}

.de33 .section a {
    background-color: #a71a00;
    border-radius: 20px;
    max-width: 160px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    color: #fff;
}
.de33 .section a:hover {
    background-color: #801400;
    color: #fff;
}

/*****************************************************************
de34 : 1단형텍스트
*****************************************************************/




.de34 {
    margin: 0 auto;
    background-color: transparent;/**/
    display: table;
    width: 100%;
    height: 450px;/*높이값조절*/
    max-width: 1300px;

}

.de34 .section {
    border: 0px solid #fff;
    padding: 10px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    color: #fff;
}

.de34 .section h3 {
    text-align: center;
    font-weight: 300;
    font-size: 4.0em;
}

.de34 .section p {
    padding: 10px;
    text-align: center;
    font-weight: 200;
    font-size: 2.0em;
}

.de34 .section a {
    background-color: #transparent;;
    border-radius: 20px;
    max-width: 100%;
    width: 100%;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    color: #fff;
}


@media screen and (max-width: 768px) {

.de34 {
    margin: 0 auto;
    background-color: transparent;/**/
    display: table;
    width: 100%;
    height: 350px;/*높이값조절*/


}

.de34 .section h3 {
    text-align: center;
    font-weight: 300;
    font-size: 2.3em;
}

.de34 .section p {
    padding: 10px;
    text-align: center;
    font-weight: 200;
    font-size: 1.3em;
}

.de34 {
    position: relative;
    margin: 0px 0;
    padding: 0px 0;
    background-color: #fff;
    background-image: url(../../img/_des/de01/de01_img16.jpg);
    background-repeat: no-repeat;
    background-size: cover;

}
.de34:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    background: transparent;
    width: 100%;
    height: 100%;
    z-index: 2;
}
}



/*****************************************************************
de35 : 1단형텍스트
*****************************************************************/
.de35 {
    margin: 0 auto;
    background-color: transparent;/**/
    display: table;
    width: 100%;
    height: 700px;/*높이값조절*/
}

.de35 .section {
    border: 0px solid #fff;
    padding: 10px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    color: #fff;
}

.de35 .section h3 {
    text-align: center;
    font-weight: 100;
    font-size: 2.0em;
}

.de35 .section p {
    padding: 10px;
    text-align: center;
    font-weight: 100;
    font-size: 1.0em;
}

.de35 .section a {
    background-color: #a71a00;
    border-radius: 20px;
    max-width: 160px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    color: #fff;
}
.de35 .section a:hover {
    background-color: #801400;
    color: #fff;
}

/*****************************************************************
de36 : 1단형텍스트
*****************************************************************/
.de36 {
    margin: 0 auto;
    background-color: transparent;/**/
    display: table;
    width: 100%;
    height: 700px;/*높이값조절*/
}

.de36 .section {
    border: 0px solid #fff;
    padding: 10px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    color: #fff;
}

.de36 .section h3 {
    text-align: center;
    font-weight: 100;
    font-size: 2.0em;
}

.de36 .section p {
    padding: 10px;
    text-align: center;
    font-weight: 100;
    font-size: 1.0em;
}

.de36 .section a {
    background-color: #a71a00;
    border-radius: 20px;
    max-width: 160px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    color: #fff;
}
.de36 .section a:hover {
    background-color: #801400;
    color: #fff;
}


de37 : 예약문의(메인폼메일)
*****************************************************************/
.de37 {
    text-align: center;
    color: #000;
    margin: 0px auto;
    max-width: 1000px;/**/
/*    width: 100%;*/
}

.de37 .np_form input[class=formmail_border] {
    border: 1px solid rgba(0, 0, 0, 0.3);
    background-color: transparent;
    margin: 0px auto;
    padding: 0px !important;
}
.de37 .np_form td.formmail_title_bgcolor {
    background-color: rgba(0, 0, 0, 0.05);
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    color: #000;
}
.de37 .np_form td.formmail_cell_bgcolor {
    width: 65%;
    padding: 0px !important;


}
.de37 .np_form select {
    border: 1px solid rgba(0, 0, 0, 0.3);
    background-color: #fff;
    color: #000;
}
.de37 .np_form select option {
    color: #000;
}
.de37 .np_form td.formmail_cell_bgcolor textarea {
    border: 1px solid rgba(0, 0, 0, 0.3);
    background-color: transparent;
    height: 170px !important;/**/
}

.de37 .personalInformation {
    color: rgba(0, 0, 0, 1.7);
}

/* 버튼(send) */
.de37 .np_form button {
    margin: 10px;
    width: 100px;
    background-color: transparent;
    border: 0px;
    border-radius: 2px;
    font-size: 1.5em;
    color: #000;

}
.de37 .np_form button:hover {
    background-color: transparent;
    color: #F0CA61;
}


/*****************************************************************
de38 : 추출게시물, 고객센터
*****************************************************************/
.de38 {
    border: 0px solid #f00;
}
.de38 .nm_customer {
    text-align: left;
}
.de38 .nm_customer li:first-child {
    background-color: #333;
    border-radius: 3px;
    padding: 10px;
    text-align: left;
    color: #fff;
    font-size: 1.0em;
}
.de38 .nm_customer li:last-child {
    margin-top: 5px;
    padding: 10px;
    border: 1px solid #ddd;
    line-height: 25px;
}
.de38 .nm_customer li i {
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 3px;
    padding: 10px;
    margin-right: 10px;
    color: #fff;
}
.de38 .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;
    }
}



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



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




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

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

.de41 .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;
}
.de41 .box:hover .imgArea span.overlay {
    opacity: 0.8;
}

.de41 .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%;
}
.de41 .box:hover .imgArea img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

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

.de41 .box .description h3 {
    font-size: 1.250em;
    color: #000;
}

.de41 .box .description p {
    padding: 10px 0;
    text-align: left;
    font-size: 1.0em;
    color: #000;
}

.de41 .box .description span {
    display: block;
}

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

@media (max-width: 768px) {
.de42 img {
    width: 100%;
    }
}

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

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

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

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

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



/*****************************************************************
de48 : 네이버지도
*****************************************************************/
.de48 {
    border: 0px solid #f00;
}

.de48 .map_naver {
    width: 100%;
    height: 600px;
    border: 0;
}
.de48 .map_naver iframe{
    display: block;
    width: 100%;
    position: relative;
    pointer-events: none;
}
.de48 .map_naver iframe.clicked{
    pointer-events: auto;
}

/* 본사위치, 주변지하철등 */
.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.2s 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;
}



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

.de49 div div {
    cursor: pointer;
}

.de49 .sec {}

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

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

.de49 .sec i.glyphicon {
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    border-radius: 50%;
    display: table-cell;
    vertical-align: middle;
    cursor: default;
    padding: 70px;
    background: #fff;
    border: 10px solid #eee;
    font-size: 5em;
}
.de49 .sec:hover i.glyphicon {
    cursor: pointer;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    color: #0e8188;
}

.de49 .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;
}
.de49 .sec:hover strong {
    color: #0e8188;
}

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




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



.de50 F55 {
    font-size: 2.0em;
    font-weight: 350;
    color: #000;
    margin: 50px 0 20px;
    font-family: 'Noto Sans KR', sans-serif;
}



.de50 h4 {
    font-size: 1.5em;
    color: #000;
    margin: 15px 80px 15px;
    text-align: left;
    width : 100%;
}


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





.de50 .sec01 {}

.de50 .sec01 strong {
    font-size: 1.750em;
    font-weight: 500;
    color: #5d5d5d;
}

.de50 .sec01 p {
    margin-top: 30px;
    text-align: left;
}




.de50 .sec02 {
    margin-top: 30px;
}
.de50 .sec02 .imgArea {}
.de50 .sec02 .imgArea img {
    max-width: 100%;

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


.de50 .sec02 .txtArea p {
    background-color: #fff;
    text-align: center;
    
}

.de50 .sec02 p {
    overflow: hidden;
    margin: 20px 0;
}

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

.de50 .sec03 {}

.de50 img {
    width: 100%;
    text-align: center;
}

@media (max-width: 768px) {
    .de50 .nav-tabs a {
        font-size: 0.875em;
        padding: 15px 10px;
    }
.de50 h4 {
    font-size: 1.3em;
    color: #000;
    margin: 0px 5px 0px;
    text-align: left;
    width : 100%;
}

.de50 F55 {
    font-size: 1.5em;
    font-weight: 450;
    color: #000;
    margin: 50px 0 20px;
    font-family: 'Noto Sans KR', sans-serif;
}

.de50 .sec01 p {
    font-size: 1.0em;
    font-weight: 400;
    margin-top: 15px;
    text-align: left;
}



.de50 .sec02 .txtArea table th,
.de50 .sec02 .txtArea table td {
    border-bottom: 1px solid #ccc;
    vertical-align: middle;
    padding: 20px;
}
.de50 .sec02 .txtArea table th {
    font-size: 0.8em;
    font-weight: 450;
    background-color: #fff;
    text-align: center;
    word-break: break-all;
}
.de50 .sec02 .txtArea table td {
    font-size: 0.7em;
    font-weight: 400;
    background-color: #fff;
    text-align: center;
    word-break: break-all;
}






}





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



.de51 F55 {
    font-size: 2.0em;
    font-weight: 350;
    color: #000;
    margin: 50px 0 20px;
    font-family: 'Noto Sans KR', sans-serif;
}



.de51 h4 {
    font-size: 1.5em;
    color: #000;
    margin: 15px 80px 15px;
    text-align: left;
    width : 100%;
}


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





.de51 .sec01 {}

.de51 .sec01 strong {
    font-size: 1.750em;
    font-weight: 500;
    color: #5d5d5d;
}

.de51 .sec01 p {
    margin-top: 30px;
    text-align: left;
}




.de51 .sec02 {
    margin-top: 30px;
}
.de51 .sec02 .imgArea {}
.de51 .sec02 .imgArea img {
    max-width: 100%;

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


.de51 .sec02 .txtArea p {
    background-color: #fff;
    text-align: center;
    
}

.de51 .sec02 p {
    overflow: hidden;
    margin: 20px 0;
}

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

.de51 .sec03 {}

.de51 img {
    width: 100%;
    text-align: center;
}

@media (max-width: 768px) {
    .de51 .nav-tabs a {
        font-size: 0.875em;
        padding: 15px 10px;
    }
.de51 h4 {
    font-size: 1.1em;
    color: #000;
    margin: 0px 5px 0px;
    text-align: left;
    width : 100%;
}

.de51 F55 {
    font-size: 1.5em;
    font-weight: 450;
    color: #000;
    margin: 50px 0 20px;
    font-family: 'Noto Sans KR', sans-serif;
}

.de51 .sec01 p {
    font-size: 1.0em;
    font-weight: 400;
    margin-top: 15px;
    text-align: left;
}



.de51 .sec02 .txtArea table th,
.de51 .sec02 .txtArea table td {
    border-bottom: 1px solid #ccc;
    vertical-align: middle;
    padding: 20px;
}
.de51 .sec02 .txtArea table th {
    font-size: 0.8em;
    font-weight: 450;
    background-color: #fff;
    text-align: center;
    word-break: break-all;
}
.de51 .sec02 .txtArea table td {
    font-size: 0.7em;
    font-weight: 400;
    background-color: #fff;
    text-align: center;
    word-break: break-all;
}






}



/*****************************************************************
de52 : 슬라이드
*****************************************************************/
.de52 .carousel-inner .item {
    height: 1000px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;

}
.de52 .carousel-inner .item:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.0);/* overlay */
    width: 100%;
    height: 100%;
    z-index: 2;
}
.de52 .carousel-caption {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 10;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    
    margin: 0 auto;
    max-width: 1300px;
   width: 100%;
    height: 100%;
    display: table;
    padding: 0px;
/*    border: 1px solid #f00;*/
}
.de52 .carousel-caption .box {
    display: table-cell;
    animation-duration: 1s;
    animation-delay: 0.2s;
    text-align: center;/* left, center, right */
/*    border: 1px solid #000;*/
    
}

.de52 #myCarousel .carousel-control {
    z-index: 11;
    width: 7%;
}
.de52 #myCarousel .carousel-control .glyphicon-menu-left {
/*    visibility: hidden;*/
    position: absolute;
    top: 50%;
    left: 30%;
    z-index: 5;
    margin-top: -10px;
    display: inline-block;
    font-size: 30px;
    background-color: rgba(221, 221, 221, 0.6);
    border-radius: 2px;
    text-shadow: none;
    padding: 10px;
    color: #111;
}
.de52 #myCarousel .carousel-control .glyphicon-menu-right {
/*    visibility: hidden;*/
    position: absolute;
    top: 50%;
    right: 30%;
    z-index: 5;
    margin-top: -10px;
    display: inline-block;
    font-size: 30px;
    background-color: rgba(221, 221, 221, 0.6);
    border-radius: 2px;
    text-shadow: none;
    padding: 10px;
    color: #111;
}

.de52 #myCarousel .carousel-indicators li {
    width: 13px;
    height: 13px;
    background-color: rgba(90, 90, 90, 0.8);
    border: 0px solid #888;
    border-radius: 0px;
}
.de52 #myCarousel .carousel-indicators li.active {
    width: 13px;
    height: 13px;
    background-color: rgba(165, 165, 165, 0.8);
    border: 0px solid #000;
}


/* 제목 */
.de52 .carousel-caption .box h2 {
    letter-spacing: -1px;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.6);
    font-size: 5.0em;
    font-weight: 500;
    color: #fff;

}
/* 내용 */
.de52 .carousel-caption .box p {
    padding: 20px 0;
    line-height: 110%;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.6);
    font-size: 2.68em;
    font-weight: 350;
    color: #fff;

}
/* 링크버튼 */
.de52 .box a.btn {
    background-color: transparent;
    border: 0px solid #000;
    font-size: 1.875em;
    color: #fff;
}
.de52 .box a.btn:hover {
    background-color: transparent;
}

@media screen and (max-width: 768px) {
    .de52 .carousel-inner .item {
        height: 300px;

    }
    .de52 .carousel-caption {
        padding: 0 50px;
    }
    .de52 .carousel-caption .box h2 {
        font-size: 1.97em;
        line-height: 110%;
        font-weight: 450;

    }
    .de52 .carousel-caption .box p {
        font-size: 1.0355em;
        line-height: 110%;
        font-weight: 450;

 }
    .de52 #myCarousel .carousel-control .glyphicon-menu-left {
        left: 1%;
        padding: 5px;
    }
    .de52 #myCarousel .carousel-control .glyphicon-menu-right {
        right: 1%;
        padding: 5px;
    }
}

@media screen and (min-width: 767px) {
    .de52 .carousel-caption {
        padding: 0 100px;
    }


}


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







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



.de54 F55 {
    font-size: 2.0em;
    font-weight: 350;
    color: #000;
    margin: 50px 0 20px;
    font-family: 'Noto Sans KR', sans-serif;
}

.de54 F66 {
    font-size: 2.0em;
    font-weight: 350;
    color: #000;
    margin: 100px 0 20px;
    font-family: 'Noto Sans KR', sans-serif;
}



.de54 h4 {
    font-size: 1.5em;
    color: #000;
    margin: 15px 80px 15px;
    text-align: left;
    width : 100%;
}


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





.de54 .sec01 {}

.de54 .sec01 strong {
    font-size: 1.750em;
    font-weight: 500;
    color: #5d5d5d;
}

.de54 .sec01 p {
    margin-top: 30px;
    text-align: left;
}




.de54 .sec02 {
    margin-top: 30px;
}
.de54 .sec02 .imgArea {
padding-bottom: 50px;
}
.de54 .sec02 .imgArea img {
    max-width: 100%;

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


.de54 .sec02 .txtArea p {
    background-color: #fff;
    text-align: center;
    
}

.de54 .sec02 p {
    overflow: hidden;
    margin: 20px 0;
}

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

.de54 .sec03 {}

.de54 img {
    width: 100%;
    text-align: center;
}

@media (max-width: 768px) {
    .de54 .nav-tabs a {
        font-size: 0.875em;
        padding: 15px 10px;
    }
.de54 h4 {
    font-size: 1.1em;
    color: #000;
    margin: 0px 5px 0px;
    text-align: left;
    width : 100%;
}

.de54 F55 {
    font-size: 1.5em;
    font-weight: 450;
    color: #000;
    margin: 50px 0 20px;
    font-family: 'Noto Sans KR', sans-serif;
}

.de54 F66 {
    font-size: 1.5em;
    font-weight: 450;
    color: #000;
    margin: 100px 0 20px;
    font-family: 'Noto Sans KR', sans-serif;
}



.de54 .sec01 p {
    font-size: 1.0em;
    font-weight: 400;
    margin-top: 15px;
    text-align: left;
}



.de54 .sec02 .txtArea table th,
.de54 .sec02 .txtArea table td {
    border-bottom: 1px solid #ccc;
    vertical-align: middle;
    padding: 20px;
}
.de54 .sec02 .txtArea table th {
    font-size: 0.8em;
    font-weight: 450;
    background-color: #fff;
    text-align: center;
    word-break: break-all;
}
.de54 .sec02 .txtArea table td {
    font-size: 0.7em;
    font-weight: 400;
    background-color: #fff;
    text-align: center;
    word-break: break-all;
}






}



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

.de55 h4 {
    
font-style: italic;
font-size: 1.5em;
    color: #000;
    margin: 20px 100px 20px;
    text-align: left;
    width : 100%;
}


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


.de55 {
    text-align: center;
    border: 0px solid #f00;
}

.de55 p1 {
    font-size: 1.5em;
    font-weight: 250;
    color: #000;
    margin: 50px 0 20px;
}

.de55 p2 {
    font-size: 2.5em;
    font-weight: 250;
    color: #000;
    margin: 50px 0 20px;
}



.de55 p3 {
    font-size: 3.0em;
    font-weight: 350;
    color: #353535;
    margin: 50px 0 20px;
}


.de55 p4 {
    font-size: 4.2em;
    font-weight: 400;
    color: #F0CA61;
    margin: 50px 0 20px;
}

.de55 p5 {
    font-size: 1.0em;
    font-weight: 150;
    color: ##353535;
    margin: 50px 0 20px;

}

.de55 p6 {
    font-size: 1.3em;
    font-weight: 150;
    color: ##353535;
    margin: 50px 0 20px;

}



.de55 .sec01 {}

.de55 .sec01 strong {
    font-size: 1.750em;
    font-weight: 100;
    color: #5d5d5d;
}

.de55 .sec01 p {
    margin-top: 100px;
    text-align: right;
}

.de55 .sec01 .imgArea {}
.de55 .sec01 .imgArea img {
   width: 30%;
}

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

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

.de55 .sec02 p {
    overflow: hidden;
    margin: 20px 0;
}

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

.de55 .sec03 {}

.de55 img {
    width: 100%;
}

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

.de55 p3 {
    font-size: 2.5em;
    color: ##353535;
    margin: 50px 0 20px;
    width : 100%;
}
.de55 p4 {
    font-size: 3.5em;
    color: #F0CA61;
    margin: 50px 0 20px;
    width : 100%;
}
.de55 p2 {
    font-size: 1.8em;
    font-weight: 320;
    color: ##5D5D5D;
    margin: 50px 0 20px;
}
.de55 p1 {
    font-size: 1.3em;
    font-weight: 250;
    color: #000;
    margin: 50px 0 20px;
}

.de55 .sec02 .imgArea {}
.de55 .sec02 .imgArea img {
    max-width: 100%;
}

}





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

.de56 h4 {
    font-size: 1.3em;
    color: #000;
    margin: 20px 100px 20px;
    text-align: left;
    width : 100%;
}

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

.de56 .sec01 {}

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

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

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

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

.de56 .sec02 p {
    overflow: hidden;
    margin: 20px 0;
}

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

.de56 .sec03 {}

.de56 img {
    width: 100%;
}

@media (max-width: 768px) {
    .de56 .nav-tabs a {
        font-size: 0.875em;
        padding: 15px 10px;
    }
.de56 h4 {
    font-size: 1.3em;
    color: #000;
    margin: 5px 0 5px;
    text-align: left;
    width : 100%;
}
}







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

.de57 > .row > .col-md-4 {

    padding: 15px;
}

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

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

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

.de57 .box .description p {
    font-size: 0.875em;
    color: #fff;
}

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

.de57 .box .imgArea {
/*    border: 10px solid #fff;*/
    box-sizing: border-box;
    font-size: 0;
    position: relative;
}
.de57 .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: #transparent;
    width: 100%;
    height: 100%;
    opacity: 0.2;
}
.de57 .box:hover .imgArea span.overlay {
    opacity: 0.8;
}

.de57 .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%;
}
.de57 .box:hover .imgArea img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

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





/*****************************************************************
de58 : 4단블럭
*****************************************************************/
.de58 {
    border: 0px solid #f00;
}
.de58 ul {
    overflow: hidden;
    height: 250px;/**/

}
.de58 ul li {
    float: left;
    width: 33.33%;/**/
    height: 100%;/**/
    background-size: cover !important;
    background-position: center center;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    
}

.de58 ul li .box {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    display: table;
    width: 100%;
    height: 100%;
}

.de58 ul li .box.color01 {
    background-color: #transparent;
}
.de58 ul li .box.color02 {
    background-color: #transparent;
}
.de58 ul li .box.color03 {
    background-color: #transparent;
}
.de58 ul li .box.color04 {
    background-color: #transparent;
}

.de58 ul li:hover .box.color01 {
    background-color: #transparent;
}
.de58 ul li:hover .box.color02 {
    background-color: #transparent;
}
.de58 ul li:hover .box.color03 {
    background-color: #transparent;
}
.de58 ul li:hover .box.color04 {
    background-color: #transparent;
}


.de58 .box .textArea {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.de58 .box .textArea:hover {
    padding-right: 20px;
}

.de58 .box .textArea i {
    display: inline-block;
    padding-bottom: 10px;
    font-size: 4.5em;
    color: #333;
}
.de58 .box .textArea p {
    text-align: center;
    font-weight: 400;
    font-size: 2.0em;
    color: #333;
}

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

@media screen and (max-width: 1200px) {
    .de58 ul {
        height: 700px;/**/
    }
    .de58 ul li {
        width: 50%;
        height: 50%;/* 1/n */
        margin-bottom: 0px;
    }
}
@media screen and (max-width: 768px) {
    .de58 ul {
        height: 500px;/**/
    }
    .de58 ul li {
        width: 100%;
        height: 33.3%;/* 1/n */
        margin-bottom: 0px;
    }
.de58 .box .textArea p {
    text-align: center;
    font-weight: 400;
    font-size: 1.0em;
    color: #333;
}



}




/*****************************************************************
de59 : 좌우6단
*****************************************************************/
.de59 {
    padding: 0px 0;
    overflow: hidden;
    border: 0px solid #f00;
}

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

.de59 .con .glyphicon {
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    width: 20%;
    float: left;
    background-color: #fff;
    border-radius: 3px;
    max-width: 120px;
    line-height: 120px;
    text-align: center;
    font-size: 3.0em;
}
.de59 .con:hover .glyphicon {
    background-color: #fff;
    font-size: 3.2em;
    color: #333;
}

.de59 .con div {
    width: 80%;
    float: right;
    padding-left: 10px;
}

.de59 .con div h4 {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    margin: 10px 0;
    font-size: 1.250em;
    color: #333;
}
.de59 .con div:hover h4 {
    padding-left: 10px;
}

.de59 .con div p {
    text-align: left;
    font-size: 1.0em;
    color: #666;
}

.de59 .con div em {
    text-align: left;
    font-size: 0.875em;
    color: #aaa;
}

@media screen and (max-width: 768px) {

.de59 .con div h4 {
    margin: 10px 0;
    font-size: 1.0em;
    color: #333;
}
.de59 .con div p {
    text-align: left;
    font-size: 0.8em;
    color: #555;
}
}





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

.de60 div div .textArea {
    width: 100%; height: 50px;
    float: down;

    display: table;
    background-color: #fff;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.de60 div div:hover .textArea {

    background-color: #fff;
    color: #fff;
 font-size: 1.01em;
}

.de60 div div .textArea p {
    display: table-cell;
    vertical-align: middle;
    font-size: 1.3em;
    color: #111;
    text-align: center;
    padding: 0 40px;
}
.de60 div div .textArea p i {
    display: block;
    padding-bottom: 10px;
    font-size: 2.0em;
    color: #aaa;
}
.de60 div div:hover .textArea p i {
    color: #fff;
}


@media screen and (max-width: 768px) {
.de60 div div .textArea p {
    display: table-cell;
    vertical-align: middle;
    font-size: 0.9em;
    color: #111;
    text-align: center;
    padding: 0 40px;
}
}






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

.de61 .box .imgArea {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 200px;
}

.de61 .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: #transparent;
    width: 100%;
    height: 100%;
    opacity: 0.2;
}
.de61 .box:hover .imgArea span.overlay {
    opacity: 0.8;
}

.de61 .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%;
}
.de61 .box:hover .imgArea img {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
}

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

.de61 .box .description h3 {
    font-size: 1.250em;
    color: #000;
}

.de61 .box .description p {
    padding: 10px 0;
    text-align: left;
    font-size: 1.0em;
    color: #000;
}

.de61 .box .description span {
    display: block;
}






/*****************************************************************
de62 : 4단블럭
*****************************************************************/
.de62 {
    border: 0px solid #f00;
}
.de62 ul {
    overflow: hidden;
    height: 250px;/**/
}
.de62 ul li {
    float: left;
    width: 33.33%;/**/
    height: 100%;/**/
    background-size: cover !important;
    background-position: center center;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    
}

.de62 ul li .box {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    display: table;
    width: 100%;
    height: 100%;
}

.de62 ul li .box.color01 {
    background-color: #transparent;
}
.de62 ul li .box.color02 {
    background-color: #transparent;
}
.de62 ul li .box.color03 {
    background-color: #transparent;
}
.de62 ul li .box.color04 {
    background-color: #transparent;
}

.de62 ul li:hover .box.color01 {
    background-color: #transparent;
}
.de62 ul li:hover .box.color02 {
    background-color: #transparent;
}
.de62 ul li:hover .box.color03 {
    background-color: #transparent;
}
.de62 ul li:hover .box.color04 {
    background-color: #transparent;
}

.de62 .box .textArea {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.de62 .box .textArea:hover {
    padding-right: 20px;
}

.de62 .box .textArea i {
    display: inline-block;
    padding-bottom: 10px;
    font-size: 4.5em;
    color: #333;
}
.de62 .box .textArea p {
    text-align: center;
    font-weight: 400;
    font-size: 1.550em;
    color: #333;
}

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

@media screen and (max-width: 1200px) {
    .de62 ul {
        height: 700px;/**/
    }
    .de62 ul li {
        width: 50%;
        height: 50%;/* 1/n */
        margin-bottom: 0px;
    }
}
@media screen and (max-width: 768px) {
    .de62 ul {
        height: 700px;/**/
    }
    .de62 ul li {
        width: 100%;
        height: 25%;/* 1/n */
        margin-bottom: 0px;
    }
}










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

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

.de63 .box .txtArea {
    float: left;
    width: 45%;
    height: 100%;
}
.de63 .box .imgArea {
    float: right;
    padding-top: 0px;
    width: 50%;
    height: 400px;
    overflow: hidden;
    font-size: 0;
    position: center center;
}

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

.de63 .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%;
    margin: 0px auto;
}
.de63 .box:hover .imgArea img {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
}

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



.de63 .box .txtArea h3 {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    padding: 0px 0 0px;
    font-size: 1.5em;
    font-weight: 400;
    color: #444;
}


.de63 .box .txtArea p {
    text-align: left;
    padding: 10px 0;
    font-weight: 300;
    font-size: 0.9em;
    color: #444;
}






}





/*****************************************************************
de64 : 사이트맵
*****************************************************************/
.de64 {
    text-align: center;
    border: 0px solid #f00;
}
.de64 .sitemap {
    border: 0px solid #ddd;
    font-size: 1.275em;
}
.de64 .sitemap ul {
    overflow: hidden;
}


/* grid : 가로갯수 */
.de64 .sitemap ul.grid3 li:nth-child(3n+1) {
    clear: both;
}
.de64 .sitemap ul.grid4 li:nth-child(4n+1) {
    clear: both;
}
.de64 .sitemap ul.grid5 li:nth-child(5n+1) {
    clear: both;
}

.de64 .sitemap ul.grid3 li.m1 {
    width: 33.33%;
}
.de64 .sitemap ul.grid4 li.m1 {
    width: 25%;
}
.de64 .sitemap ul.grid5 li.m1 {
    width: 20%;
}




.de64 .sitemap ul li.m1 {
    float: left;
    padding: 1px;
    margin-bottom: 30px;
    border: 0px solid #222;
}

.de64 .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: #333;
    color: #fff;
}
.de64 .sitemap ul li.m1:hover > a {
    background-color: #333;
    color: #fff;
}

.de64 .sitemap ul li dl {
    margin: 0px 0 0;
    border: 1px solid #333;
}
.de64 .sitemap ul li dl dd.m2 {
       margin: 10px 0px 10px;     
}
.de64 .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;
    font-size: 0.975em;
    font-weight: 400;
}
.de64 .sitemap ul li dl dd.m2:hover > a {
/*    background-color: #ddd;*/
    padding-left: 10px;
    font-size: 0.975em;
    font-weight: 410;
    color: #000;
}


@media screen and (max-width: 768px) {
    .de64 .sitemap ul li {
        width: 50% !important;
    }
.de64 .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;
    font-size: 0.800em;
    font-weight: 450;
    position: relative;
}
.de64 .sitemap ul li dl dd.m2:hover > a {
/*    background-color: #ddd;*/
    padding-left: 5px;
    font-weight: 500;
    font-size: 0.800em;
    color: #000;
}

}






/*****************************************************************
de65 : 좌우6단
*****************************************************************/
.de65 {
    padding: 0px 0;
    overflow: hidden;
    border: 0px solid #f00;
}

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

.de65 .con .glyphicon {
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    width: 20%;
    float: left;
    background-color: #fff;
    border-radius: 3px;
    max-width: 120px;
    line-height: 120px;
    text-align: center;
    font-size: 3.0em;
}
.de65 .con:hover .glyphicon {
    background-color: #fff;
    font-size: 3.2em;
    color: #333;
}

.de65 .con div {
    width: 80%;
    float: right;
    padding-left: 10px;
}

.de65 .con div h4 {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    margin: 10px 0;
    font-size: 1.250em;
    color: #333;
}
.de65 .con div:hover h4 {
    padding-left: 10px;
}

.de65 .con div p {
    text-align: left;
    font-size: 1.0em;
    color: #666;
}

.de65 .con div em {
    text-align: left;
    font-size: 0.875em;
    color: #aaa;
}





/*****************************************************************
de66 : 4단블럭
*****************************************************************/
.de66 {
    border: 0px solid #f00;
}
.de66 ul {
    overflow: hidden;
    height: 250px;/**/
}
.de66 ul li {
    float: left;
    width: 33.33%;/**/
    height: 100%;/**/
    background-size: cover !important;
    background-position: center center;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    
}

.de66 ul li .box {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    display: table;
    width: 100%;
    height: 100%;
}

.de66 ul li .box.color01 {
    background-color: #transparent;
}
.de66 ul li .box.color02 {
    background-color: #transparent;
}
.de66 ul li .box.color03 {
    background-color: #transparent;
}
.de66 ul li .box.color04 {
    background-color: #transparent;
}

.de66 ul li:hover .box.color01 {
    background-color: #transparent;
}
.de66 ul li:hover .box.color02 {
    background-color: #transparent;
}
.de66 ul li:hover .box.color03 {
    background-color: #transparent;
}
.de66 ul li:hover .box.color04 {
    background-color: #transparent;
}

.de66 .box .textArea {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.de66 .box .textArea:hover {
    padding-right: 20px;
}

.de66 .box .textArea i {
    display: inline-block;
    padding-bottom: 10px;
    font-size: 4.5em;
    color: #333;
}
.de66 .box .textArea p {
    text-align: center;
    font-weight: 400;
    font-size: 1.550em;
    color: #333;
}

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

@media screen and (max-width: 1200px) {
    .de66 ul {
        height: 700px;/**/
    }
    .de66 ul li {
        width: 50%;
        height: 50%;/* 1/n */
        margin-bottom: 0px;
    }
}
@media screen and (max-width: 768px) {
    .de66 ul {
        height: 700px;/**/
    }
    .de66 ul li {
        width: 100%;
        height: 25%;/* 1/n */
        margin-bottom: 0px;
    }
}



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

.de67 .box .imgArea {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 50%;
}

.de67 .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: #transparent;
    width: 100%;
    height: 50%;
    opacity: 0.2;
}
.de67 .box:hover .imgArea span.overlay {
    opacity: 0.8;
}

.de67 .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%;
}
.de67 .box:hover .imgArea img {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
}

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

.de67 .box .description h3 {
    font-size: 1.250em;
    color: #000;
}

.de67 .box .description p {
    padding: 10px 0;
    text-align: left;
    font-size: 1.0em;
    color: #000;
}

.de67 .box .description span {
    display: block;
}










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

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

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

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

.de68 .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%;
}
.de68 .box:hover .imgArea img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

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






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

.de69 div div .textArea {
    width: 40%; height: 200px;
    float: left;
    border: 2px solid #ddd;
    display: table;
    background-color: #fff;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.de69 div div:hover .textArea {
    border: 2px solid #ddd;
    background-color: #fff;
 font-size: 1.05em;
}

.de69 div div .textArea p {
    display: table-cell;
    vertical-align: middle;
    font-size: 1.3em;
    color: #111;
    text-align: center;
    padding: 0 40px;
}
.de69 div div .textArea p i {
    display: block;
    padding-bottom: 10px;
    font-size: 2.0em;
    color: #aaa;
}
.de69 div div:hover .textArea p i {
    color: #fff;
}



/*****************************************************************
de70 : 4단블럭
*****************************************************************/
.de70 {
    border: 0px solid #f00;
}
.de70 ul {
    overflow: hidden;
    height: 250px;/**/

}
.de70 ul li {
    float: left;
    width: 33.33%;/**/
    height: 100%;/**/
    background-size: cover !important;
    background-position: center center;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    
}

.de70 ul li .box {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    display: table;
    width: 100%;
    height: 100%;
}

.de70 ul li .box.color01 {
    background-color: #transparent;
}
.de70 ul li .box.color02 {
    background-color: #transparent;
}
.de70 ul li .box.color03 {
    background-color: #transparent;
}
.de70 ul li .box.color04 {
    background-color: #transparent;
}

.de70 ul li:hover .box.color01 {
    background-color: #transparent;
}
.de70 ul li:hover .box.color02 {
    background-color: #transparent;
}
.de70 ul li:hover .box.color03 {
    background-color: #transparent;
}
.de70 ul li:hover .box.color04 {
    background-color: #transparent;
}


.de70 .box .textArea {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.de70 .box .textArea:hover {
    padding-right: 20px;
}

.de70 .box .textArea i {
    display: inline-block;
    padding-bottom: 10px;
    font-size: 4.5em;
    color: #333;
}
.de70 .box .textArea p {
    text-align: center;
    font-weight: 400;
    font-size: 2.0em;
    color: #333;
}

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

@media screen and (max-width: 1200px) {
    .de70 ul {
        height: 700px;/**/
    }
    .de70 ul li {
        width: 50%;
        height: 50%;/* 1/n */
        margin-bottom: 0px;
    }
}
@media screen and (max-width: 768px) {
    .de70 ul {
        height: 700px;/**/
    }
    .de70 ul li {
        width: 100%;
        height: 25%;/* 1/n */
        margin-bottom: 0px;
    }
}


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

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


}

.de71 .box .txtArea {
    float: right;
    width: 55%;

}
.de71 .box .imgArea {
    float: left;
    width: 40%;
    overflow: hidden;
    font-size: 0;
}

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

.de71 .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%;
}
.de71 .box:hover .imgArea img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

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






/*****************************************************************
de74 : 슬라이드
*****************************************************************/
.de74 .carousel-inner .item {
    height: 1000px;/* 높이값 조절 */
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.de74 .carousel-inner .item:before {
    -webkit-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.1);/* overlay */
    width: 100%;
    height: 100%;
    z-index: 2;
}

.de74 .carousel-inner:hover .item:before {
    -webkit-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);/* overlay */
    width: 100%;
    height: 100%;
    z-index: 2;
}


.de74 .carousel-caption {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 10;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    
    margin: 0 auto;
    max-width: 1300px;
    width: 100%;
    height: 100%;
    display: table;
    padding: 0px;
/*    border: 1px solid #f00;*/
}
.de74 .carousel-caption .box {
    display: table-cell;
    animation-duration: 1s;
    animation-delay: 1s;
    text-align: left;/* left, center, right */
/*    border: 1px solid #000;*/
    
}

.de74 #myCarousel .carousel-control {
    z-index: 11;
    width: 7%;
}
.de74 #myCarousel .carousel-control .glyphicon-menu-left {
/*    visibility: hidden;*/
    position: absolute;
    top: 50%;
    left: 30%;
    z-index: 5;
    margin-top: -10px;
    display: inline-block;
    font-size: 30px;
    background-color: rgba(221, 221, 221, 0.6);
    border-radius: 2px;
    text-shadow: none;
    padding: 10px;
    color: #111;
}
.de74 #myCarousel .carousel-control .glyphicon-menu-right {
/*    visibility: hidden;*/
    position: absolute;
    top: 50%;
    right: 30%;
    z-index: 5;
    margin-top: -10px;
    display: inline-block;
    font-size: 30px;
    background-color: rgba(221, 221, 221, 0.6);
    border-radius: 2px;
    text-shadow: none;
    padding: 10px;
    color: #111;
}

.de74 #myCarousel .carousel-indicators li {
    width: 13px;
    height: 13px;
    background-color: rgba(90, 90, 90, 0.8);
    border: 0px solid #888;
    border-radius: 0px;
}
.de74 #myCarousel .carousel-indicators li.active {
    width: 13px;
    height: 13px;
    background-color: rgba(165, 165, 165, 0.8);
    border: 0px solid #000;
}


/* 제목 */
.de74 .carousel-caption .box h2 {
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    letter-spacing: -4px;
    text-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);
    font-size: 4.0em;
    font-weight: 400;
    color: #transparent;
}

/* 제목 */
.de74 .carousel-caption:hover .box h2 {
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    letter-spacing: -4px;
    text-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);
    font-size: 5.0em;
    font-weight: 500;
    color: #fff;
}


/* 내용 */
.de74 .carousel-caption .box p {
    padding: 20px 0;
    line-height: 110%;
    text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.6);
    font-size: 2.250em;
    font-weight: 350;
    color: #fff;
}
/* 링크버튼 */
.de74 .box a.btn {
    background-color: rgba(50, 50, 50, 0.6);
    border: 0px solid #000;
    font-size: 0.875em;
    color: #ccc;
}
.de74 .box a.btn:hover {
    background-color: rgba(50, 50, 50, 0.8);
}

@media screen and (max-width: 768px) {
    .de74 .carousel-inner .item {
        height: 200px;
    }
    .de74 .carousel-caption {
        padding: 0 50px;
    }
    .de74 .carousel-caption .box h2 {
        font-size: 2.0em;
        line-height: 110%;
    }
    .de74 .carousel-caption .box p {
        font-size: 1.0em;
        line-height: 110%;
    }
    .de74 #myCarousel .carousel-control .glyphicon-menu-left {
        left: 1%;
        padding: 5px;
    }
    .de74 #myCarousel .carousel-control .glyphicon-menu-right {
        right: 1%;
        padding: 5px;
    }
}

@media screen and (min-width: 767px) {
    .de74 .carousel-caption {
        padding: 0 100px;
    }
}

@media screen and (min-width: 1500px) {
    .de74 .carousel-caption {
        padding: 0 15px;
    }
}





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

.de75 div div {
    cursor: pointer;
}

.de75 .sec {}

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

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

.de75 .sec i.glyphicon {
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    border-radius: 50%;
    display: table-cell;
    vertical-align: middle;
    cursor: default;
    padding: 30px;
    background: #fff;
    border: 10px solid #fff;
    font-size: 7em;
}
.de75 .sec:hover i.glyphicon {
    cursor: pointer;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    color: #F0CA61;
}

.de75 .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;
}
.de75 .sec:hover strong {
    color: #F2CB61;
}

.de75 .sec span {
    display: inline-block;
    padding: 0 30px;
    font-size: 1.2em;
    color: #444;
}




/*****************************************************************
de76 : 사이트맵
*****************************************************************/
.de76 {
    text-align: center;
    border: 0px solid #f00;
}
.de76 .sitemap {
    border: 0px solid #ddd;
    font-size: 0.875em;
}
.de76 .sitemap ul {
    overflow: hidden;
}


/* grid : 가로갯수 */
.de76 .sitemap ul.grid3 li:nth-child(3n+1) {
    clear: both;
}
.de76 .sitemap ul.grid4 li:nth-child(4n+1) {
    clear: both;
}
.de76 .sitemap ul.grid5 li:nth-child(5n+1) {
    clear: both;
}
.de76 .sitemap ul.grid6 li:nth-child(6n+1) {
    clear: both;
}


.de76 .sitemap ul.grid3 li.m1 {
    width: 33.33%;
}
.de76 .sitemap ul.grid4 li.m1 {
    width: 25%;
}
.de76 .sitemap ul.grid5 li.m1 {
    width: 20%;
}
.de76 .sitemap ul.grid6 li.m1 {
    width: 16.66%;
}




.de76 .sitemap ul li.m1 {
    float: left;
    padding: 0px;
    margin-bottom: 0px;
    border: 0px solid #333;
}

.de76 .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 0px;
    background-color: #fff;
    color: #222;
    border: 1px solid #333;
}
.de76 .sitemap ul li.m1:hover > a {
    background-color: #333;
    color: #fff;
}

.de76 .sitemap ul li dl {
    margin: 5px 0 0;
}
.de76 .sitemap ul li dl dd.m2 {
    
}
.de76 .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;
}
.de76 .sitemap ul li dl dd.m2:hover > a {
/*    background-color: #ddd;*/
    padding-left: 20px;
    font-weight: 700;
    color: #000;
}
.de76 .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: 768px) {
    .de76 .sitemap ul li {
        width: 33.3% !important;

    }

}


/*****************************************************************
de77 : 슬라이드
*****************************************************************/
.de77 .carousel-inner .item {
    height: 600px;/* 높이값 조절 */
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.de77 .carousel-inner .item:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    background: #transparent;/* overlay */
    width: 100%;
    height: 100%;
    z-index: 2;
}
.de77 .carousel-caption {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 10;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    
    margin: 0 auto;
    max-width: 1300px;
    width: 100%;
    height: 100%;
    display: table;
    padding: 0px;
/*    border: 1px solid #00;*/
}
.de77 .carousel-caption .box {
    display: table-cell;
    animation-duration: 1s;
    animation-delay: 1s;
    text-align: center;/* left, center, right */
/*    border: 1px solid #fff;*/
    
}

.de77 #myCarousel .carousel-control {
    z-index: 11;
    width: 7%;
}
.de77 #myCarousel .carousel-control .glyphicon-menu-left {
/*    visibility: hidden;*/
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 5;
    margin-top: -10px;
    display: inline-block;
    font-size: 30px;
    background-color: rgba(221, 221, 221, 0.6);
    border-radius: 2px;
    text-shadow: none;
    padding: 10px;
    color: #fff;
}
.de77 #myCarousel .carousel-control .glyphicon-menu-right {
/*    visibility: hidden;*/
    position: absolute;
    top: 50%;
    right: 50%;
    z-index: 5;
    margin-top: -10px;
    display: inline-block;
    font-size: 30px;
    background-color: rgba(221, 221, 221, 0.6);
    border-radius: 2px;
    text-shadow: none;
    padding: 10px;
    color: #fff;
}

.de77 #myCarousel .carousel-indicators li {
    width: 13px;
    height: 13px;
    background-color: rgba(90, 90, 90, 0.8);
    border: 0px solid #fff;
    border-radius: 0px;
}
.de77 #myCarousel .carousel-indicators li.active {
    width: 13px;
    height: 13px;
    background-color: rgba(165, 165, 165, 0.8);
    border: 0px solid #fff;
}


/* 제목 */
.de77 .carousel-caption .box h2 {
    letter-spacing: -4px;
    text-shadow: 0px 5px 6px rgba(100, 100, 100, 0.6);
    font-size: 2.0em;
    font-weight: 400;
    color: #fff;
}
/* 내용 */
.de77 .carousel-caption .box p {
    padding: 20px 0;
    line-height: 110%;
    text-shadow: 0px 3px 4px rgba(0, 0, 0, 0.6);
    font-size: 1.2em;
    font-weight: 350;
    color: #fff;
}
/* 링크버튼 */
.de77 .box a.btn {
    background-color: rgba(50, 50, 50, 0.6);
    border: 0px solid #000;
    font-size: 0.875em;
    color: #fff;
}
.de77 .box a.btn:hover {
    background-color: rgba(50, 50, 50, 0.8);
}

@media screen and (max-width: 768px) {
    .de77 .carousel-inner .item {
        height: 500px;
    }
    .de77 .carousel-caption {
        padding: 0 50px;
    }
    .de77 .carousel-caption .box h2 {
        font-size: 2.0em;
        line-height: 110%;
    }
    .de77 .carousel-caption .box p {
        font-size: 1.0em;
        line-height: 110%;
    }
    .de77 #myCarousel .carousel-control .glyphicon-menu-left {
        left: 1%;
        padding: 5px;
    }
    .de77 #myCarousel .carousel-control .glyphicon-menu-right {
        right: 1%;
        padding: 5px;
    }
}

@media screen and (min-width: 767px) {
    .de77 .carousel-caption {
        padding: 0 100px;
    }
}

@media screen and (min-width: 1500px) {
    .de77 .carousel-caption {
        padding: 0 15px;
    }
}


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

.de78 .box {
    position: relative;
    overflow: hidden;
    margin: 15px 0;
}


.de78 .box p {
    text-align: center;
    font-weight: 350;
    font-size: 1.0em;
}

.de78 .box h3 {
    text-align: center;
    font-weight: 400;
    font-size: 2.0em;
    margin: 10px 0 10px;
}


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

.de78 .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;
}
.de78 .box:hover .imgArea span.overlay {
    opacity: 0.8;
}

.de78 .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: 85%;

}
.de78 .box:hover .imgArea img {
    -webkit-transform: scale(1.1);
    transform: scale(1.02);
}

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


@media screen and (max-width: 768px) {
.de78 .box p {
    text-align: center;
    font-weight: 400;
    font-size: 0.6em;
}

.de78 .box h3 {
    text-align: center;
    font-weight: 450;
    font-size: 1.3em;
}

}

/*****************************************************************
de10 : 예약문의(메인폼메일)
*****************************************************************/
.de79 {
    text-align: center;
    color: #000;
    margin: 50px auto;
    max-width: 1000px;/**/
/*    width: 100%;*/
}

.de79 .np_form input[class=formmail_border] {
    border: 1px solid rgba(0, 0, 0, 0.6);
    background-color: transparent;
}
.de79 .np_form td.formmail_title_bgcolor {
    background-color: rgba(255, 255, 255, 0.1);
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    color: #000;
}
.de79 .np_form td.formmail_cell_bgcolor {
    width: 80%;
    padding: 0px !important;
}
.de79 .np_form select {
    border: 1px solid rgba(0, 0, 0, 0.6);
    background-color: transparent;
    color: #000;
}
.de79 .np_form select option {
    color: #000;
}
.de79 .np_form td.formmail_cell_bgcolor textarea {
    border: 1px solid rgba(0, 0, 0, 0.6);
    background-color: transparent;
    height: 235px !important;/**/
}

.de79 .personalInformation {
    color: rgba(0, 0, 0, 0.7);
}

/* 버튼(send) */
.de79 .np_form button {
    margin: 10px;
    width: 100px;
    background-color: transparent;
    border: 0px;
    border-radius: 2px;
    font-size: 1.5em;
    color: #000;

}
.de79 .np_form button:hover {
    background-color: transparent;
    color: #F0CA61;
}



/*****************************************************************
de80 : 슬라이드
*****************************************************************/
.de80 .carousel-inner .item {
    height: 1000px;/* 높이값 조절 */
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.de80 .carousel-inner .item:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.1);/* overlay */
    width: 100%;
    height: 100%;
    z-index: 2;
}
.de80 .carousel-caption {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 10;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    
    margin: 0 auto;
    max-width: 1300px;
    width: 100%;
    height: 100%;
    display: table;
    padding: 0px;
/*    border: 1px solid #f00;*/
}
.de80 .carousel-caption .box {
    display: table-cell;
    animation-duration: 3s;
    animation-delay: 3s;
    text-align: right;/* left, center, right */
/*    border: 1px solid #000;*/
    
}

.de80 #myCarousel .carousel-control {
    z-index: 11;
    width: 7%;
}
.de80 #myCarousel .carousel-control .glyphicon-menu-left {
/*    visibility: hidden;*/
    position: absolute;
    top: 50%;
    left: 30%;
    z-index: 5;
    margin-top: -10px;
    display: inline-block;
    font-size: 30px;
    background-color: rgba(221, 221, 221, 0.6);
    border-radius: 2px;
    text-shadow: none;
    padding: 10px;
    color: #111;
}
.de80 #myCarousel .carousel-control .glyphicon-menu-right {
/*    visibility: hidden;*/
    position: absolute;
    top: 50%;
    right: 30%;
    z-index: 5;
    margin-top: -10px;
    display: inline-block;
    font-size: 30px;
    background-color: rgba(221, 221, 221, 0.6);
    border-radius: 2px;
    text-shadow: none;
    padding: 10px;
    color: #111;
}

.de80 #myCarousel .carousel-indicators li {
    width: 13px;
    height: 13px;
    background-color: rgba(90, 90, 90, 0.8);
    border: 0px solid #888;
    border-radius: 0px;
}
.de80 #myCarousel .carousel-indicators li.active {
    width: 13px;
    height: 13px;
    background-color: rgba(165, 165, 165, 0.8);
    border: 0px solid #000;
}


/* 제목 */
.de80 .carousel-caption .box h2 {
    letter-spacing: -1px;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.6);
    font-size: 4.0em;
    font-weight: 500;
    color: #fff;
}
/* 내용 */
.de80 .carousel-caption .box p {
    padding: 20px 0;
    line-height: 110%;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.6);
    font-size: 2.0em;
    font-weight: 450;
    color: #fff;
}
/* 링크버튼 */
.de80 .box a.btn {
    background-color: transparent;
    border: 0px solid #000;
    font-size: 1.875em;
    color: #fff;
}
.de80 .box a.btn:hover {
    background-color: transparent;
}






@media screen and (max-width: 768px) {
    .de80 .carousel-inner .item {
        height: 200px;
    }
    .de80 .carousel-caption {
        padding: 0 50px;
    }
    .de80 .carousel-caption .box h2 {
        font-size: 2.0em;
        line-height: 110%;
    }
    .de80 .carousel-caption .box p {
        font-size: 1.0em;
        line-height: 110%;
    }
    .de80 #myCarousel .carousel-control .glyphicon-menu-left {
        left: 1%;
        padding: 5px;
    }
    .de80 #myCarousel .carousel-control .glyphicon-menu-right {
        right: 1%;
        padding: 5px;
    }
}

@media screen and (min-width: 767px) {
    .de80 .carousel-caption {
        padding: 0 100px;
    }
}

@media screen and (min-width: 1500px) {
    .de80 .carousel-caption {
        padding: 0 15px;
    }
}



/*****************************************************************
de81 : 슬라이드
*****************************************************************/
.de81 .carousel-inner .item {
    height: 1000px;/* 높이값 조절 */
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.de81 .carousel-inner .item:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.1);/* overlay */
    width: 100%;
    height: 100%;
    z-index: 2;
}
.de81 .carousel-caption {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 10;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    
    margin: 0 auto;
    max-width: 1300px;
    width: 100%;
    height: 100%;
    display: table;
    padding: 0px;
/*    border: 1px solid #f00;*/
}
.de81 .carousel-caption .box {
    display: table-cell;
    animation-duration: 1s;
    animation-delay: 1s;
    text-align: left;/* left, center, right */
/*    border: 1px solid #000;*/
    
}

.de81 #myCarousel .carousel-control {
    z-index: 11;
    width: 7%;
}
.de81 #myCarousel .carousel-control .glyphicon-menu-left {
/*    visibility: hidden;*/
    position: absolute;
    top: 50%;
    left: 30%;
    z-index: 5;
    margin-top: -10px;
    display: inline-block;
    font-size: 30px;
    background-color: rgba(221, 221, 221, 0.6);
    border-radius: 2px;
    text-shadow: none;
    padding: 10px;
    color: #111;
}
.de81 #myCarousel .carousel-control .glyphicon-menu-right {
/*    visibility: hidden;*/
    position: absolute;
    top: 50%;
    right: 30%;
    z-index: 5;
    margin-top: -10px;
    display: inline-block;
    font-size: 30px;
    background-color: rgba(221, 221, 221, 0.6);
    border-radius: 2px;
    text-shadow: none;
    padding: 10px;
    color: #111;
}

.de81 #myCarousel .carousel-indicators li {
    width: 13px;
    height: 13px;
    background-color: rgba(90, 90, 90, 0.8);
    border: 0px solid #888;
    border-radius: 0px;
}
.de81 #myCarousel .carousel-indicators li.active {
    width: 13px;
    height: 13px;
    background-color: rgba(165, 165, 165, 0.8);
    border: 0px solid #000;
}


/* 제목 */
.de81 .carousel-caption .box h2 {
    letter-spacing: -1px;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.6);
    font-size: 4.0em;
    font-weight: 500;
    color: #fff;
}
/* 내용 */
.de81 .carousel-caption .box p {
    padding: 20px 0;
    line-height: 110%;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.6);
    font-size: 2.0em;
    font-weight: 450;
    color: #fff;
}
/* 링크버튼 */
.de81 .box a.btn {
    background-color: transparent;
    border: 0px solid #000;
    font-size: 1.875em;
    color: #fff;
}
.de81 .box a.btn:hover {
    background-color: transparent;
}

@media screen and (max-width: 768px) {
    .de81 .carousel-inner .item {
        height: 200px;
    }
    .de81 .carousel-caption {
        padding: 0 50px;
    }
    .de81 .carousel-caption .box h2 {
        font-size: 2.0em;
        line-height: 110%;
    }
    .de81 .carousel-caption .box p {
        font-size: 1.0em;
        line-height: 110%;
    }
    .de81 #myCarousel .carousel-control .glyphicon-menu-left {
        left: 1%;
        padding: 5px;
    }
    .de81 #myCarousel .carousel-control .glyphicon-menu-right {
        right: 1%;
        padding: 5px;
    }
}

@media screen and (min-width: 767px) {
    .de81 .carousel-caption {
        padding: 0 100px;
    }
}

@media screen and (min-width: 1500px) {
    .de81 .carousel-caption {
        padding: 0 15px;
    }
}





/*****************************************************************
de82 : 슬라이드
*****************************************************************/
.de82 .carousel-inner .item {
    height: 1000px;/* 높이값 조절 */
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.de82 .carousel-inner .item:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.1);/* overlay */
    width: 100%;
    height: 100%;
    z-index: 2;
}
.de82 .carousel-caption {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 10;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    
    margin: 0 auto;
    max-width: 1300px;
    width: 100%;
    height: 100%;
    display: table;
    padding: 0px;
/*    border: 1px solid #f00;*/
}
.de82 .carousel-caption .box {
    display: table-cell;
    animation-duration: 1s;
    animation-delay: 1s;
    text-align: right;/* left, center, right */
/*    border: 1px solid #000;*/
    
}

.de82 #myCarousel .carousel-control {
    z-index: 11;
    width: 7%;
}
.de82 #myCarousel .carousel-control .glyphicon-menu-left {
/*    visibility: hidden;*/
    position: absolute;
    top: 50%;
    left: 30%;
    z-index: 5;
    margin-top: -10px;
    display: inline-block;
    font-size: 30px;
    background-color: rgba(221, 221, 221, 0.6);
    border-radius: 2px;
    text-shadow: none;
    padding: 10px;
    color: #111;
}
.de82 #myCarousel .carousel-control .glyphicon-menu-right {
/*    visibility: hidden;*/
    position: absolute;
    top: 50%;
    right: 30%;
    z-index: 5;
    margin-top: -10px;
    display: inline-block;
    font-size: 30px;
    background-color: rgba(221, 221, 221, 0.6);
    border-radius: 2px;
    text-shadow: none;
    padding: 10px;
    color: #111;
}

.de82 #myCarousel .carousel-indicators li {
    width: 13px;
    height: 13px;
    background-color: rgba(90, 90, 90, 0.8);
    border: 0px solid #888;
    border-radius: 0px;
}
.de82 #myCarousel .carousel-indicators li.active {
    width: 13px;
    height: 13px;
    background-color: rgba(165, 165, 165, 0.8);
    border: 0px solid #000;
}


/* 제목 */
.de82 .carousel-caption .box h2 {
    letter-spacing: -1px;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.6);
    font-size: 4.0em;
    font-weight: 500;
    color: #fff;
}
/* 내용 */
.de82 .carousel-caption .box p {
    padding: 20px 0;
    line-height: 110%;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.6);
    font-size: 2.0em;
    font-weight: 450;
    color: #fff;
}
/* 링크버튼 */
.de82 .box a.btn {
    background-color: transparent;
    border: 0px solid #000;
    font-size: 1.875em;
    color: #fff;
}
.de82 .box a.btn:hover {
    background-color: transparent;
}

@media screen and (max-width: 768px) {
    .de82 .carousel-inner .item {
        height: 200px;
    }
    .de82 .carousel-caption {
        padding: 0 50px;
    }
    .de82 .carousel-caption .box h2 {
        font-size: 2.0em;
        line-height: 110%;
    }
    .de82 .carousel-caption .box p {
        font-size: 1.0em;
        line-height: 110%;
    }
    .de82 #myCarousel .carousel-control .glyphicon-menu-left {
        left: 1%;
        padding: 5px;
    }
    .de82 #myCarousel .carousel-control .glyphicon-menu-right {
        right: 1%;
        padding: 5px;
    }
}

@media screen and (min-width: 767px) {
    .de82 .carousel-caption {
        padding: 0 100px;
    }
}

@media screen and (min-width: 1500px) {
    .de82 .carousel-caption {
        padding: 0 15px;
    }
}






/*****************************************************************
de83 : CLICK HERE : 모달팝업
*****************************************************************/
.de83 {
    border: 0px solid #f00;
}
.de83 .box {
    position: relative;
  
}
.de83 .box .title {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -50%;
    margin-top: -0.8em;
    width: 100%;
    background-color: transparent;
    text-align: center;
    padding: 5px;
    font-size: 2.0em;
    color: #fff;
    overflow: hidden;
}
.de83 .box:hover .title {
    color: #f7b029;
}
.de83 .box img {

    width: 100%;
    height: auto;
}

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


@media screen and (max-width: 768px) {


    .de83 .box .title {
        font-size: 1.0em;
        line-height: 100%;
    }




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

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

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

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

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

.de84 .box .description p {
    font-size: 0.875em;
    color: #fff;
}

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

.de84 .box .imgArea {
/*    border: 10px solid #fff;*/
    box-sizing: border-box;
    font-size: 0;
    position: relative;
}
.de84 .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;
}
.de84 .box:hover .imgArea span.overlay {
    opacity: 0.8;
}

.de84 .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%;
}
.de84 .box:hover .imgArea img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

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

}




/*****************************************************************
de87 : 불규칙블록
*****************************************************************/
.de87 {
    text-align: left;
}
.de87 .row > div {
/*    padding: 0px;*/
}
.de87 .con {
    position: relative;
    display: table;
    vertical-align: middle;
    width: 110%;
    background-size: cover;
    background-position: center center;
    margin: 0px 0;
/*    border: 0px solid #fff;*/
}
.de87 .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;
    vertical-align: middle;
    text-align: center;
    height: 1000px;
}
.de87 .con_txt:hover {
    background-color: rgba(255, 255, 255, 0);
}
.de87 .con span {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    display: inline-block;
    text-align: center;
    padding: 0px;
    border: 0px solid rgba(255, 255, 255, 0.3);
    color: rgba(255, 255, 255, 0.8);
}
.de87 .con:hover span {
    padding: 0px;
    border: 0px solid rgba(84, 105, 83, 0.6);
    color: rgba(80, 85, 79, 0.95);
}








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

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

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

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

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

.de88 .box .description p {
    font-size: 0.875em;
    color: #fff;
}

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

.de88 .box .imgArea {
/*    border: 10px solid #fff;*/
    box-sizing: border-box;
    font-size: 0;
    position: relative;
}
.de88 .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;
}
.de88 .box:hover .imgArea span.overlay {
    opacity: 0.8;
}

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


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



.de88 .box .description h3 {
    font-size: 0.7em;
    color: #fff;
    font-weight: 400;
}

.de88 .box .description p {
    font-size: 0.375em;
    color: #fff;
}



}




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







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



.de92 F55 {
    font-size: 2.0em;
    font-weight: 350;
    color: #000;
    margin: 50px 0 20px;
    font-family: 'Noto Sans KR', sans-serif;
}



.de92 h4 {
    font-size: 1.5em;
    color: #000;
    margin: 15px 80px 15px;
    text-align: left;
    width : 100%;
}


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





.de92 .sec01 {}

.de92 .sec01 strong {
    font-size: 1.750em;
    font-weight: 500;
    color: #5d5d5d;
}

.de92 .sec01 p {
    margin-top: 30px;
    text-align: left;
}




.de92 .sec02 {
    margin-top: 30px;
}
.de92 .sec02 .imgArea {}
.de92 .sec02 .imgArea img {
    max-width: 100%;

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


.de92 .sec02 .txtArea p {
    background-color: #fff;
    text-align: center;
    
}

.de92 .sec02 p {
    overflow: hidden;
    margin: 20px 0;
}

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

.de92 .sec03 {}

.de92 img {
    width: 100%;
    text-align: center;
}

@media (max-width: 768px) {
    .de92 .nav-tabs a {
        font-size: 0.875em;
        padding: 15px 10px;
    }
.de92 h4 {
    font-size: 1.3em;
    color: #000;
    margin: 0px 5px 0px;
    text-align: left;
    width : 100%;
}

.de92 F55 {
    font-size: 1.4em;
    font-weight: 450;
    color: #000;
    margin: 50px 0 20px;
    font-family: 'Noto Sans KR', sans-serif;
}

.de92 .sec01 p {
    font-size: 1.0em;
    font-weight: 400;
    margin-top: 15px;
    text-align: left;
}



.de92 .sec02 .txtArea table th,
.de92 .sec02 .txtArea table td {
    border-bottom: 1px solid #ccc;
    vertical-align: middle;
    padding: 20px;
}
.de92 .sec02 .txtArea table th {
    font-size: 0.8em;
    font-weight: 450;
    background-color: #fff;
    text-align: center;
    word-break: break-all;
}
.de92 .sec02 .txtArea table td {
    font-size: 0.7em;
    font-weight: 400;
    background-color: #fff;
    text-align: center;
    word-break: break-all;
}






}






/*****************************************************************
de95 : 4단블럭
*****************************************************************/
.de95 {
    border: 0px solid #f00;
}
.de95 ul {
    overflow: hidden;
    height: 200px;/**/
}
.de95 ul li {
    float: left;
    width: 25%;/**/
    height: 100%;/**/
    background-size: cover !important;
    background-position: center center;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    
}

.de95 ul li .box {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    display: table;
    width: 100%;
    height: 100%;
}

.de95 ul li .box.color01 {
    background-color: rgba(43, 49, 65, 0.5);
}
.de95 ul li .box.color02 {
    background-color: rgba(57, 45, 74, 0.5);
}
.de95 ul li .box.color03 {
    background-color: rgba(39, 64, 54, 0.5);
}
.de95 ul li .box.color04 {
    background-color: rgba(65, 62, 42, 0.5);
}

.de95 ul li:hover .box.color01 {
    background-color: rgba(33, 37, 49, 0.9);
}
.de95 ul li:hover .box.color02 {
    background-color: rgba(33, 28, 39, 0.9);
}
.de95 ul li:hover .box.color03 {
    background-color: rgba(26, 36, 32, 0.9);
}
.de95 ul li:hover .box.color04 {
    background-color: rgba(38, 36, 26, 0.9);
}

.de95 .box .textArea {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.de95 .box .textArea:hover {
    padding-right: 20px;
}

.de95 .box .textArea i {
    display: inline-block;
    padding-bottom: 10px;
    font-size: 2.0em;
    color: #fff;
}
.de95 .box .textArea p {
    text-align: center;
    font-weight: 400;
    font-size: 1.150em;
    color: #fff;
}

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

@media screen and (max-width: 1200px) {
    .de95 ul {
        height: 700px;/**/
    }
    .de95 ul li {
        width: 50%;
        height: 50%;/* 1/n */
        margin-bottom: 0px;
    }
}
@media screen and (max-width: 768px) {
    .de95 ul {
        height: 700px;/**/
    }
    .de95 ul li {
        width: 100%;
        height: 25%;/* 1/n */
        margin-bottom: 0px;
    }
}






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

.de96 .box {
    position: relative;
    overflow: hidden;
    margin: 15px 0;
}

.de96 .box .imgArea {
    position: relative;
    border: 0px solid #f00;

    height: 200px;
}
.de96 .box .imgArea span {
    display: block;
}
.de96 .box .imgArea a {
    display: block;
    overflow: hidden;
    border: 0px solid #f00;
}

.de96 .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;
}
.de96 .box:hover .imgArea span.overlay {
    opacity: 0.2;
}

.de96 .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%;
}
.de96 .box:hover .imgArea img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.de96 .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;
}
.de96 .box .description a {
    font-size: 0.875em;
    font-weight: 700;
    word-break: break-all;
    background-color: #111;
    color: #fff;
    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;
}


/*****************************************************************
de97 : 동영상
*****************************************************************/
.de97 {
    border: 0px solid #f00;
position: center center;
}
.de97 .movie {

width: 100%;
position: center center;
    margin: 0px auto;
    padding: 0px auto;
}






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

.de98 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;
}
.de98 div div:hover .textArea {
    border: 10px solid #ddd;
    background-color: #ddd;
}
.de98 div div .textArea p {
    display: table-cell;
    vertical-align: middle;
    font-size: 1.5em;
    color: #111;
    text-align: center;
    padding: 0 40px;
}
.de98 div div .textArea p i {
    display: block;
    padding-bottom: 10px;
    font-size: 2.0em;
    color: #aaa;
}
.de98 div div:hover .textArea p i {
    color: #fff;
}





/*****************************************************************
de101 : 슬라이드
*****************************************************************/
.de101 .carousel-inner .item {
    height: 650px;/* 높이값 조절 */
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.de101 .carousel-inner .item:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.1);/* overlay */
    width: 100%;
    height: 100%;
    z-index: 2;
}
.de101 .carousel-caption {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 10;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    
    margin: 0 auto;
    max-width: 1300px;
    width: 100%;
    height: 100%;
    display: table;
    padding: 0px;
/*    border: 1px solid #f00;*/
}
.de101 .carousel-caption .box {
    display: table-cell;
    animation-duration: 1s;
    animation-delay: 1s;
    text-align: center;/* left, center, right */
/*    border: 1px solid #000;*/
    
}

.de101 #myCarousel .carousel-control {
    z-index: 11;
    width: 7%;
}
.de101 #myCarousel .carousel-control .glyphicon-menu-left {
/*    visibility: hidden;*/
    position: absolute;
    top: 50%;
    left: 30%;
    z-index: 5;
    margin-top: -10px;
    display: inline-block;
    font-size: 30px;
    background-color: rgba(221, 221, 221, 0.6);
    border-radius: 2px;
    text-shadow: none;
    padding: 10px;
    color: #111;
}
.de101 #myCarousel .carousel-control .glyphicon-menu-right {
/*    visibility: hidden;*/
    position: absolute;
    top: 50%;
    right: 30%;
    z-index: 5;
    margin-top: -10px;
    display: inline-block;
    font-size: 30px;
    background-color: rgba(221, 221, 221, 0.6);
    border-radius: 2px;
    text-shadow: none;
    padding: 10px;
    color: #111;
}

.de101 #myCarousel .carousel-indicators li {
    width: 13px;
    height: 13px;
    background-color: rgba(90, 90, 90, 0.8);
    border: 0px solid #888;
    border-radius: 0px;
}
.de101 #myCarousel .carousel-indicators li.active {
    width: 13px;
    height: 13px;
    background-color: rgba(165, 165, 165, 0.8);
    border: 0px solid #000;
}


/* 제목 */
.de101 .carousel-caption .box h2 {
    letter-spacing: -1px;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.6);
    font-size: 3.0em;
    font-weight: 300;
    color: #fff;
}
/* 내용 */
.de101 .carousel-caption .box p {
    padding: 20px 0;
    line-height: 110%;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.6);
    font-size: 1.250em;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.8);
}
/* 링크버튼 */
.de101 .box a.btn {
    background-color: rgba(50, 50, 50, 0.6);
    border: 0px solid #000;
    font-size: 0.875em;
    color: #ccc;
}
.de101 .box a.btn:hover {
    background-color: rgba(50, 50, 50, 0.8);
}

@media screen and (max-width: 768px) {
    .de101 .carousel-inner .item {
        height: 500px;
    }
    .de101 .carousel-caption {
        padding: 0 50px;
    }
    .de101 .carousel-caption .box h2 {
        font-size: 2.0em;
        line-height: 110%;
    }
    .de101 .carousel-caption .box p {
        font-size: 1.0em;
        line-height: 110%;
    }
    .de101 #myCarousel .carousel-control .glyphicon-menu-left {
        left: 1%;
        padding: 5px;
    }
    .de101 #myCarousel .carousel-control .glyphicon-menu-right {
        right: 1%;
        padding: 5px;
    }
}

@media screen and (min-width: 767px) {
    .de101 .carousel-caption {
        padding: 0 100px;
    }
}

@media screen and (min-width: 1500px) {
    .de101 .carousel-caption {
        padding: 0 15px;
    }
}







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

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

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

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

.de102 .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%;
}
.de102 .box:hover .imgArea img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

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






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


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

.de103 .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.0;
}
.de103 .box:hover .imgArea span.overlay {
    opacity: 0.0;
}

.de103 .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%;
}
.de103 .box:hover .imgArea img {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}

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

.de103 .box .description c3 {
    font-size: 0.750em;
    color: #000;
}

.de103 .box .description p {
    padding: 10px 0;
    text-align: left;
    font-size: 1.0em;
    color: #000;
}

.de103 .box .description span {
    display: block;
}










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

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

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

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

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

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

.de104 .box .imgArea {
    font-size: 0px;
    overflow: hidden;
}
.de104 .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%;
}
.de104 .box:hover .imgArea img {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
}






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








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

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

.de106 .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.0;
}
.de106 .box:hover .imgArea span.overlay {
    opacity: 0.0;
}

.de106 .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%;
}
.de106 .box:hover .imgArea img {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}

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

.de106 .box .description h3 {
    font-size: 1.250em;
    color: #000;
}

.de106 .box .description p {
    padding: 10px 0;
    text-align: left;
    font-size: 1.0em;
    color: #000;
}

.de106 .box .description span {
    display: block;
}


