@charset 'utf-8';

/*****************************************************************
   deletion of the current branch prohibited
   powered by nnin ( http://www.nnin.com )
*****************************************************************/



/*****************************************************************
de01 : 슬라이드
*****************************************************************/
.de01 .carousel-inner .item {
    height: 100vh;/* 높이값 조절 */
    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);/* 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(10, 10, 10, 0.85);
    border-radius: 2px;
    text-shadow: none;
    padding: 10px;
    color: #fff;
}
.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(10, 10, 10, 0.85);
    border-radius: 2px;
    text-shadow: none;
    padding: 10px;
    color: #fff;
}

.de01 #myCarousel .carousel-indicators li {
    width: 13px;
    height: 13px;
    background-color: rgba(186, 115, 0, 0.4);
    border: 0px solid #888;
    border-radius: 0px;
}
.de01 #myCarousel .carousel-indicators li.active {
    width: 13px;
    height: 13px;
    background-color: #ba7300;
    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 h2 strong {
    padding: 0 10px 13px;
    display: inline-block;
    font-size: 1.0em;
    font-weight: 900;
    color: #ba7300;
}
/* 내용 */
.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: 100;
    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: 1.0em;
    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: left;/* 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: #e69600;
    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%;
    line-height: 100px;
    font-size: 1.500em;
    color: #fff;
    padding-left: 10px;
}
.de08 .box:hover .textArea p {
    padding-left: 20px;
}
.de08 .box:nth-child(1) .textArea p {
    background-color: rgba(147, 170, 161, 0.8);
}
.de08 .box:nth-child(2) .textArea p {
    background-color: rgba(175, 159, 145, 0.8);
}
.de08 .box:nth-child(3) .textArea p {
    background-color: rgba(142, 172, 186, 0.8);
}

.de08 .box .textArea i {
    position: absolute;
    top: 40px;
    right: 25px;
    font-size: 1.500em;
    color: #fff;
}

.de08 .box .textArea dl {
    margin: 10px 0 0;
}
.de08 .box .textArea dl dd {
    font-size: 1.0em;
    color: #555;
}

.de08 .box .imgArea {
    font-size: 0px;
    overflow: hidden;
}
.de08 .box .imgArea img {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    width: 100%;
}
.de08 .box:hover .imgArea img {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
}





/*****************************************************************
de09 : 제휴사
*****************************************************************/
.de09 {
    border: 0px solid #f00;
}

.de09 .box {
    position: relative;
    overflow: hidden;
    margin: 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.1;
}
.de09 .box:hover .imgArea span.overlay {
    opacity: 0.8;
}

.de09 .box .imgArea img {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
    max-width: 100%;
}
.de09 .box:hover .imgArea img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.de09 .box .description {
    text-align: center;
    padding: 0px;
    position: absolute;
    top: 40%;
    left: 0px;
    z-index: 2;
    margin-top: -20px;
    height: 20px;
    display: block;
    width: 100%;
    opacity: 0;
}
.de09 .box .description a {
    font-size: 0.875em;
    font-weight: 700;
    word-break: break-all;
    background-color: #111;
    color: #f00;
    padding: 10px;
    display: block;
    border: 1px solid #333;
    border-radius: 0px;
    box-shadow: 0px 0px 20px 5px rgba(255, 255, 255, 1.0);
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}






/*****************************************************************
de10 : 예약문의(메인폼메일)
*****************************************************************/
.de10 {
    text-align: center;
    color: #fff;
    margin: 0 auto;
    max-width: 800px;/* 기본: 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;/**/
}

/* 버튼(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.5em;
    font-weight: 100;
    text-align: left;
    margin: 20px 0;
}
.de11 div div {
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
    cursor: pointer;
}
.de11 div div .imgArea {
    width: 40%;
    max-height: 200px;
    float: left;
}
.de11 div div .imgArea span {
    font-size: 0px;
    display: block;
}
.de11 div div .imgArea span img {
    width: 100%;
    min-height: 200px;
}

.de11 div div .textArea {
    width: 60%; height: 200px;
    float: left;
    border: 10px solid #eee;
    display: table;
    background-color: #fff;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.de11 div div:hover .textArea {
    border: 10px solid #ddd;
    background-color: #ddd;
}
.de11 div div .textArea p {
    display: table-cell;
    vertical-align: middle;
    font-size: 1.5em;
    color: #111;
    text-align: center;
    padding: 0 40px;
}
.de11 div div .textArea p i {
    display: block;
    padding-bottom: 10px;
    font-size: 2.0em;
    color: #aaa;
}
.de11 div div:hover .textArea p i {
    color: #fff;
}





/*****************************************************************
de12 : 3단아이콘
*****************************************************************/
.de12 {
    border: 0px solid #f00;
}

.de12 div div {
    cursor: pointer;
}

.de12 .sec {}

.de12 .sec {
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
    display: block;
}

.de12 .sec p.icon {
    display: inline-block;
    margin: 10px 0;
}

.de12 .sec i.glyphicon {
    -webkit-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
    border-radius: 50%;
    display: table-cell;
    vertical-align: middle;
    cursor: default;
    padding: 70px;
    /*ì›í¬ê¸°ì¡°ì ˆ*/
    font-size: 5em;
    background: #e69600;
    color: #fff;
}
.de12 .sec:hover i.glyphicon {
    cursor: pointer;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    color: #fff;
}

.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: #e69600;
}
.de12 .sec:hover strong {
    font-size: 1.750em;
    color: #fff;
}

.de12 .sec span {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    display: inline-block;
    padding: 0 30px;
    font-size: 1.0em;
    color: #e69600;
}
.de12 .sec:hover span {
    color: #fff;
}





/*****************************************************************
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: #111;
    border-radius: 3px;
    max-width: 120px;
    line-height: 120px;
    text-align: center;
    font-size: 2.0em;
    color: #ccc;
}
.de13 .con:hover .glyphicon {
    background-color: #fff;
    font-size: 2.0em;
    color: #000;
}

.de13 .con div {
    width: 80%;
    float: right;
    padding-left: 10px;
}

.de13 .con div h4 {
    margin: 10px 0;
    font-size: 1.250em;
    color: #000;
}

.de13 .con div p {
    text-align: left;
    font-size: 1.0em;
    color: #000;
}

.de13 .con div em {
    text-align: left;
    font-size: 0.875em;
    color: #000;
}





/*****************************************************************
de14 : 아코디언(고객센터)
*****************************************************************/
.de14 {
    text-align: left;
    border: 0px solid #f00;
}
.de14 .panel {
    position: relative;
}
.de14 .accordion-toggle:after {
    font-family: 'Glyphicons Halflings';
    content: "\e258";
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 1.0em;
    color: #fff;
}
.de14 .accordion-toggle.collapsed:after {
    content: "\e259";
    color: #ddd;
}

.de14 .panel-heading {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    background-color: #333;
}
.de14 .panel-heading.collapsed {
    background-color: #666;
}

.de14 .panel-heading h4 {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    padding-left: 10px;
    cursor: pointer;
    font-weight: 400;
    color: #fff;
}
.de14 .panel-heading.collapsed h4 {
    padding-left: 0px;
    color: #ddd;
}

.de14 .panel-body {
    color: #888;
}





/*****************************************************************
de15 : 불규칙블록
*****************************************************************/
.de15 {
    text-align: left;
}
.de15 .row > div {
/*    padding: 5px;*/
}
.de15 .con {
    position: relative;
    display: table;
    vertical-align: middle;
    width: 100%;
    background-size: cover;
    background-position: center center;
    margin: 15px 0;
/*    border: 5px solid #fff;*/
}
.de15 .con_txt {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    background-color: rgba(104, 118, 86, 0.3);
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    height: 200px;
}
.de15 .con_txt:hover {
    background-color: rgba(255, 255, 255, 0);
}
.de15 .con span {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    display: inline-block;
    text-align: center;
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: rgba(255, 255, 255, 0.8);
}
.de15 .con:hover span {
    padding: 30px;
    border: 1px solid rgba(84, 105, 83, 0.6);
    color: rgba(80, 85, 79, 0.95);
}





/*****************************************************************
de16 : 롤오버6단
*****************************************************************/
.de16 {
    border: 0px solid #f00;
}

.de16 > .row > .col-md-4 {
    padding: 15px;
}

.de16 .box {
    position: relative;
    overflow: hidden;
/*    font-size: 0px;*/
/*    margin-bottom: 30px;*/
}

.de16 .box .description {
    text-align: center;
    width: 100%;
    margin: 0 auto;
    padding: 20px;
    padding-bottom: 10%;
    position: absolute;
    bottom: -50px;
/*    left: 0px;*/
    z-index: 2;
    opacity: 0;
}

.de16 .box .description h3 {
    font-size: 1.5em;
    color: #fff;
    font-weight: 700;
}

.de16 .box .description p {
    font-size: 0.875em;
    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;
}
.de16 .box .imgArea span.overlay {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 1;
    background-color: #000;
    width: 100%;
    height: 100%;
    opacity: 0.2;
}
.de16 .box:hover .imgArea span.overlay {
    opacity: 0.8;
}

.de16 .box .imgArea img {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    width: 100%;
}
.de16 .box:hover .imgArea img {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
}

@media screen and (max-width: 768px) {
    .de16 .box .description {
        padding-bottom: 10%;
    }
}






/*****************************************************************
de17 : 롤오버(4단)
*****************************************************************/
.de17 {
    border: 0px solid #f00;
}
.de17 .box {
}

.de17 .box .imgArea {
    position: relative;
    overflow: hidden;
}

.de17 .box .imgArea span.overlay {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 1;
    background-color: #000;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.de17 .box:hover .imgArea span.overlay {
    opacity: 0.0;
}

.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.1);
    transform: scale(1.1);
}

.de17 .box .description {
    text-align: justify;
    padding: 5px;
    position: relative;
    top: 10px;
    left: 0px;
    z-index: 2;
    opacity: 0.8;
/*    border: 0px solid #f00;*/
}

.de17 .box .description h3 {
    font-size: 1.5em;
    color: #000;
}

.de17 .box .description p {
    font-size: 1.0em;
    color: #000;
    text-align: left;
}

.de17 .box .description span {
    display: block;
    padding: 10px 0 20px;
}






/*****************************************************************
de18 : 4단블럭
*****************************************************************/
.de18 {
    border: 0px solid #f00;
}
.de18 ul {
    height: 700px;/**/
}
.de18 ul li {
    float: left;
    width: 25%;/**/
    height: 100%;/**/
    background-size: cover !important;
    background-position: center center;
    display: table;
}

.de18 .con {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.de18 li:nth-child(1) .con {
    background-color: rgba(63, 81, 123, 0.5);
}
.de18 li:nth-child(2) .con {
    background-color: rgba(100, 80, 129, 0.5);
}
.de18 li:nth-child(3) .con {
    background-color: rgba(92, 128, 114, 0.5);
}
.de18 li:nth-child(4) .con {
    background-color: rgba(131, 123, 80, 0.5);
}

.de18 li:hover:nth-child(1) .con {
    background-color: rgba(63, 81, 123, 0.95);
}
.de18 li:hover:nth-child(2) .con {
    background-color: rgba(100, 80, 129, 0.95);
}
.de18 li:hover:nth-child(3) .con {
    background-color: rgba(92, 128, 114, 0.95);
}
.de18 li:hover:nth-child(4) .con {
    background-color: rgba(131, 123, 80, 0.95);
}

.de18 .con .box {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.de18 .con:hover .box {
    margin-bottom: 10px;
}

.de18 .con .box .textArea i {
    display: inline-block;
    padding-bottom: 10px;
    font-size: 2.0em;
    color: #fff;
}
.de18 .con .box .textArea p {
    font-size: 1.0em;
    font-weight: 100;
    color: #fff;
    text-align: center;
}

.de18 .con .box p.imgArea {
    font-size: 0px;
    width: 100%;
}

@media screen and (max-width: 768px) {
    .de18 ul li {
        width: 100%;
        height: 50%;
        margin-bottom: 0px;
    }
}





/*****************************************************************
de19 : 1단형텍스트
*****************************************************************/
.de19 {
    margin: 0 auto;
    background-color: transparent;/**/
    display: table;
    width: 100%;
    height: 400px;/*높이값조절*/
}

.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-family: 'Playfair Display', serif;*/
    font-weight: 100;
    font-size: 2.0em;
}

.de19 .section p {
    padding: 10px;
    text-align: center;
/*    font-family: 'Playfair Display', serif;*/
    font-weight: 100;
    font-size: 1.0em;
}

.de19 .section a {
    background-color: #a71a00;
    border-radius: 25px;
    max-width: 200px;
    width: 100%;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    margin-top: 10px;
    text-align: center;
    font-size: 1.150em;
    color: #fff;
}
.de19 .section a:hover {
    background-color: #801400;
    color: #fff;
}






/*****************************************************************
de20 : 인사말
*****************************************************************/
.de20 {
    border: 0px solid #f00;
    overflow: hidden;
    text-align: left;
}

.de20 .slogan {
    font-size: 2.5em;
    font-weight: 100;
    color: #5b95c9;
    padding-top: 20px;
    text-align: left;
}
.de20 dl {
    
}
.de20 dl dt {
    font-size: 1.250em;
    font-weight: 400;
    color: #222;
    padding: 50px 0 10px;
}
.de20 dl dd {
    font-size: 1.0em;
    line-height: 2.5em;
    color: #666;
    text-align: justify;
}
.de20 p.sign {
    float: right;
    padding: 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: 10px 0;
    font-size: 2.0em;
    color: #666;
    font-weight: 400;
}
.de21 .box:hover .txtArea h3 {
    font-size: 2.5em;
    color: #111;
}
.de21 .box .txtArea p {
    padding: 10px 0;
    font-size: 1.125em;
    color: #666;
    font-weight: 300;
    text-align: left;
}
.de21 .box .txtArea em {
    display: block;
    font-size: 1.0em;
    color: #aaa;
    font-weight: 300;
}

.de21 .box .imgArea img {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
    width: 100%;
}
.de21 .box:hover .imgArea img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

@media (max-width:768px) {
    .de21 .box .txtArea {
        display: block;
        width: 100%;
        padding-bottom: 10px;
    }
    .de21 .box .imgArea {
        display: block;
        width: 100%;
    }
}





/*****************************************************************
de22 : 회사연역
*****************************************************************/
.de22 {
    border: 0px solid #f00;
    text-align: left;
}
.de22 .sec {
    margin-bottom: 30px;
    border-bottom: 1px dotted #aaa;
}
.de22 .sec p {
    font-size: 1.0em;
    padding: 10px 0;
    text-align: left;
}
.de22 dl {}
.de22 dl dt {
    font-size: 2.0em;
    color: #222;
    font-weight: 700;
    margin: 10px 0;
}
.de22 dl dd {
    font-size: 1.0em;
    color: #333;
    font-weight: 400;
    padding: 7px 0;
    cursor: pointer;
}
.de22 dl dd span {
    font-weight: 400;
    letter-spacing: 3px;
    color: #fff;
    padding: 5px 10px 5px 15px;
    margin-right: 10px;
    background-color: #888;
    border-radius: 2px;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.de22 dl dd:hover span {
    padding: 5px 10px 5px 35px;
    background-color: #111;
}

@media (max-width:768px) {
    .de22 dl dd span {
        display: block;
        width: 100%;
    }
}





/*****************************************************************
de23 : 동영상
*****************************************************************/
.de23 {
    border: 0px solid #f00;
}
.de23 .movie {
    width: 100%;
}






/*****************************************************************
de24 : CLICK HERE : 모달팝업
*****************************************************************/
.de24 {
    border: 0px solid #f00;
}
.de24 .box {
    position: relative;
}
.de24 .box .title {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -50%;
    margin-top: -0.8em;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    text-align: center;
    padding: 5px;
    font-size: 1.5em;
    color: #fff;
    overflow: hidden;
}
.de24 .box:hover .title {
    color: #d38a00;
}
.de24 .box img {
    width: 100%;
    height: auto;
}

.de24 .modal-body p {
    text-align: left;
}






/*****************************************************************
de25 : 사이트맵
*****************************************************************/
.de25 {
    text-align: left;
    border: 0px solid #f00;
}
.de25 .sitemap {
    border: 0px solid #ddd;
    font-size: 0.875em;
}
.de25 .sitemap ul {
    overflow: hidden;
}
.de25 .sitemap ul li:nth-child(5n+1) {
    clear: both;
}
.de25 .sitemap ul li.m1 {
    float: left;
    width: 20%;/* 25%, 20%, 16.66%, 14.28% : 가로갯수 조절 */
/*    min-height: 200px;*/
    padding: 1px;
    margin-bottom: 30px;
    border: 0px solid #f00;
}
.de25 .sitemap ul li.m1 > a {
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    display: block;
    line-height: 40px;
    padding: 0 10px;
    background-color: #ddd;
    color: #222;
}
.de25 .sitemap ul li.m1:hover > a {
    background-color: #333;
    color: #fff;
}

.de25 .sitemap ul li dl {
    margin: 5px 0 0;
}
.de25 .sitemap ul li dl dd.m2 {
    
}
.de25 .sitemap ul li dl dd.m2 > a {
    padding: 5px 10px;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    display: block;
    position: relative;
}
.de25 .sitemap ul li dl dd.m2:hover > a {
/*    background-color: #ddd;*/
    padding-left: 20px;
    font-weight: 700;
    color: #000;
}
.de25 .sitemap ul li dl dd.m2:hover > a:before {
    position: absolute;
    top: 13px;
    left: 0px;
    content: '';
    background-color: #111;
    width: 7px;
    height: 1px;
}

@media screen and (max-width: 768px) {
    .de25 .sitemap ul li.m1 {
        width: 100%;
    }
}






/*****************************************************************
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: 600px;
    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.2 ease-out;
    padding: 10px 10px 10px 20px;
    margin-bottom: 10px;
    background-color: #aaa;
    border-radius: 2px;
    display: block;
    font-size: 1.0em;
    color: #fff;
}
.n_map_text div dl:hover dt {
    padding: 10px 10px 10px 30px;
    background-color: #111;
}

.n_map_text div dl dd {
    display: list-item;
    list-style-type: disc;
    list-style-position: inside;
}




/*****************************************************************
de31 : 요금안내 1 : 탭기능
*****************************************************************/
.de31 {
    text-align: left;
    border: 0px solid #f00;
}

.de31 h3 {
    font-size: 2.5em;
    color: #000;
    margin: 50px 0 20px;
}

.de31 .sec01 {}

.de31 .sec01 strong {
    font-size: 1.750em;
    font-weight: 100;
    color: #bbb;
}

.de31 .sec01 p {
    margin-top: 20px;
    text-align: left;
}

.de31 .sec02 {
    margin-top: 30px;
}
.de31 .sec02 .imgArea {}
.de31 .sec02 .imgArea img {
    max-width: 100%;
}
.de31 .sec02 .txtArea {
    margin: 30px 0;
}
.de31 .sec02 .txtArea table {
    width: 100%;
    border-top: 3px solid #5b95c9;
    border-collapse: collapse;
    table-layout: fixed;
}
.de31 .sec02 .txtArea table caption {
    visibility: hidden;
    overflow: hidden;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
}
.de31 .sec02 .txtArea table tbody {
    vertical-align: middle;
}
.de31 .sec02 .txtArea table th,
.de31 .sec02 .txtArea table td {
    border-bottom: 1px solid #ccc;
    vertical-align: middle;
    padding: 20px;
}
.de31 .sec02 .txtArea table th {
    background-color: #f0f0f0;
    text-align: center;
    word-break: break-all;
}
.de31 .sec02 .txtArea table td {
    background-color: #fff;
    text-align: left;
    word-break: break-all;
}

.de31 .sec02 .txtArea p {
    background-color: #fff;
    text-align: left;
    
}

.de31 .sec02 p {
    overflow: hidden;
    margin: 20px 0;
}

.de31 .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;
}

.de31 .sec03 {}

.de31 img {
    width: 100%;
}

@media (max-width: 768px) {
    .de31 .nav-tabs a {
        font-size: 0.875em;
        padding: 15px 10px;
    }
}



/*****************************************************************
de32 : 요금안내 2 : 탭기능
*****************************************************************/
.de32 {
    text-align: left;
    border: 0px solid #f00;
}

.de32 h3 {
    font-size: 2.5em;
    color: #000;
    margin: 50px 0 20px;
}

.de32 .sec01 {}

.de32 .sec01 strong {
    font-size: 1.750em;
    font-weight: 100;
    color: #bbb;
}

.de32 .sec01 p {
    margin-top: 20px;
    text-align: left;
}

.de32 .sec02 {
    margin-top: 30px;
}
.de32 .sec02 .imgArea {}
.de32 .sec02 .imgArea img {
    max-width: 100%;
}
.de32 .sec02 .txtArea {
    margin: 30px 0;
}
.de32 .sec02 .txtArea table {
    width: 100%;
    border-top: 3px solid #5b95c9;
    border-collapse: collapse;
    table-layout: fixed;
}
.de32 .sec02 .txtArea table caption {
    visibility: hidden;
    overflow: hidden;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
}
.de32 .sec02 .txtArea table tbody {
    vertical-align: middle;
}
.de32 .sec02 .txtArea table th,
.de32 .sec02 .txtArea table td {
    border-bottom: 1px solid #ccc;
    vertical-align: middle;
    padding: 20px;
}
.de32 .sec02 .txtArea table th {
    background-color: #f0f0f0;
    text-align: center;
    word-break: break-all;
}
.de32 .sec02 .txtArea table td {
    background-color: #fff;
    text-align: left;
    word-break: break-all;
}

.de32 .sec02 .txtArea p {
    background-color: #fff;
    text-align: left;
    
}

.de32 .sec02 p {
    overflow: hidden;
    margin: 20px 0;
}

.de32 .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;
}

.de32 .sec03 {}

.de32 img {
    width: 100%;
}

@media (max-width: 768px) {
    .de32 .nav-tabs a {
        font-size: 0.875em;
        padding: 15px 10px;
    }
}



/*****************************************************************
de33 : 요금안내 3 : 탭기능
*****************************************************************/
.de33 {
    text-align: left;
    border: 0px solid #f00;
}

.de33 h3 {
    font-size: 2.5em;
    color: #000;
    margin: 50px 0 20px;
}

.de33 .sec01 {}

.de33 .sec01 strong {
    font-size: 1.750em;
    font-weight: 100;
    color: #bbb;
}

.de33 .sec01 p {
    margin-top: 20px;
    text-align: left;
}

.de33 .sec02 {
    margin-top: 30px;
}
.de33 .sec02 .imgArea {}
.de33 .sec02 .imgArea img {
    max-width: 100%;
}
.de33 .sec02 .txtArea {
    margin: 30px 0;
}
.de33 .sec02 .txtArea table {
    width: 100%;
    border-top: 3px solid #5b95c9;
    border-collapse: collapse;
    table-layout: fixed;
}
.de33 .sec02 .txtArea table caption {
    visibility: hidden;
    overflow: hidden;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
}
.de33 .sec02 .txtArea table tbody {
    vertical-align: middle;
}
.de33 .sec02 .txtArea table th,
.de33 .sec02 .txtArea table td {
    border-bottom: 1px solid #ccc;
    vertical-align: middle;
    padding: 20px;
}
.de33 .sec02 .txtArea table th {
    background-color: #f0f0f0;
    text-align: center;
    word-break: break-all;
}
.de33 .sec02 .txtArea table td {
    background-color: #fff;
    text-align: left;
    word-break: break-all;
}

.de33 .sec02 .txtArea p {
    background-color: #fff;
    text-align: left;
    
}

.de33 .sec02 p {
    overflow: hidden;
    margin: 20px 0;
}

.de33 .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;
}

.de33 .sec03 {}

.de33 img {
    width: 100%;
}

@media (max-width: 768px) {
    .de33 .nav-tabs a {
        font-size: 0.875em;
        padding: 15px 10px;
    }
}



/*****************************************************************
de34 : 요금안내 4 : 탭기능
*****************************************************************/
.de34 {
    text-align: left;
    border: 0px solid #f00;
}

.de34 h3 {
    font-size: 2.5em;
    color: #000;
    margin: 50px 0 20px;
}

.de34 .sec01 {}

.de34 .sec01 strong {
    font-size: 1.750em;
    font-weight: 100;
    color: #bbb;
}

.de34 .sec01 p {
    margin-top: 20px;
    text-align: left;
}

.de34 .sec02 {
    margin-top: 30px;
}
.de34 .sec02 .imgArea {}
.de34 .sec02 .imgArea img {
    max-width: 100%;
}
.de34 .sec02 .txtArea {
    margin: 30px 0;
}
.de34 .sec02 .txtArea table {
    width: 100%;
    border-top: 3px solid #5b95c9;
    border-collapse: collapse;
    table-layout: fixed;
}
.de34 .sec02 .txtArea table caption {
    visibility: hidden;
    overflow: hidden;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
}
.de34 .sec02 .txtArea table tbody {
    vertical-align: middle;
}
.de34 .sec02 .txtArea table th,
.de34 .sec02 .txtArea table td {
    border-bottom: 1px solid #ccc;
    vertical-align: middle;
    padding: 20px;
}
.de34 .sec02 .txtArea table th {
    background-color: #f0f0f0;
    text-align: center;
    word-break: break-all;
}
.de34 .sec02 .txtArea table td {
    background-color: #fff;
    text-align: left;
    word-break: break-all;
}

.de34 .sec02 .txtArea p {
    background-color: #fff;
    text-align: left;
    
}

.de34 .sec02 p {
    overflow: hidden;
    margin: 20px 0;
}

.de34 .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;
}

.de34 .sec03 {}

.de34 img {
    width: 100%;
}

@media (max-width: 768px) {
    .de34 .nav-tabs a {
        font-size: 0.875em;
        padding: 15px 10px;
    }
}



/*****************************************************************
de35 : 요금안내 5 : 탭기능
*****************************************************************/
.de35 {
    text-align: left;
    border: 0px solid #f00;
}

.de35 h3 {
    font-size: 2.5em;
    color: #000;
    margin: 50px 0 20px;
}

.de35 .sec01 {}

.de35 .sec01 strong {
    font-size: 1.750em;
    font-weight: 100;
    color: #bbb;
}

.de35 .sec01 p {
    margin-top: 20px;
    text-align: left;
}

.de35 .sec02 {
    margin-top: 30px;
}
.de35 .sec02 .imgArea {}
.de35 .sec02 .imgArea img {
    max-width: 100%;
}
.de35 .sec02 .txtArea {
    margin: 30px 0;
}
.de35 .sec02 .txtArea table {
    width: 100%;
    border-top: 3px solid #5b95c9;
    border-collapse: collapse;
    table-layout: fixed;
}
.de35 .sec02 .txtArea table caption {
    visibility: hidden;
    overflow: hidden;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
}
.de35 .sec02 .txtArea table tbody {
    vertical-align: middle;
}
.de35 .sec02 .txtArea table th,
.de35 .sec02 .txtArea table td {
    border-bottom: 1px solid #ccc;
    vertical-align: middle;
    padding: 20px;
}
.de35 .sec02 .txtArea table th {
    background-color: #f0f0f0;
    text-align: center;
    word-break: break-all;
}
.de35 .sec02 .txtArea table td {
    background-color: #fff;
    text-align: left;
    word-break: break-all;
}

.de35 .sec02 .txtArea p {
    background-color: #fff;
    text-align: left;
    
}

.de35 .sec02 p {
    overflow: hidden;
    margin: 20px 0;
}

.de35 .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;
}

.de35 .sec03 {}

.de35 img {
    width: 100%;
}

@media (max-width: 768px) {
    .de35 .nav-tabs a {
        font-size: 0.875em;
        padding: 15px 10px;
    }
}



/*****************************************************************
de36 : 1단이미지
*****************************************************************/
.de36 {
    margin: 0px 0px;
    border: 0px solid #f00;
}
.de36 p {
    font-size: 0;
}
.de36 img {
    width: 100%;
}


/*****************************************************************
de37 : 모달 이미지
*****************************************************************/
.de37 {
    border: 0px solid #f00;
}
.de37 .box {
    position: relative;
}
.de37 .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;
}
.de37 .box:hover .title {
    color: #d38a00;
}
.de37 .box img {
    width: 100%;
    height: auto;
}

.de37 .modal-body p {
    text-align: left;
}