@charset 'utf-8';
/*****************************************************************
de01 : 슬라이드    dalkey
*****************************************************************/
.de01 .line {border-bottom:1px solid #D7D7D7;}
.de01 .carousel-inner .item {
    height: 600px;/* 높이값 조절 */
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
	background-color:#fff; /* 호별칼라 메인 배경색 */
	border-bottom:0px solid #D7D7D7; 
}
.de01 .carousel-inner .item:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
    z-index: 2;
}
@media screen and (max-width: 1440px) {
	.de01 .carousel-inner .item { height: 500px;	}
}
@media screen and (max-width: 1366px) {
	.de01 .carousel-inner .item { height: 460px;	}
}
@media screen and (max-width: 1280px) {
	.de01 .carousel-inner .item { height: 430px;	}
}
@media screen and (max-width: 1024px) {
	.de01 .carousel-inner .item { height: 360px;	}
}
@media screen and (max-width: 1000px) {
	.de01 .carousel-inner .item { height: 340px;	}
}
@media screen and (max-width: 960px) {
	.de01 .carousel-inner .item { height: 320px;	}
}
@media screen and (max-width: 900px) {
	.de01 .carousel-inner .item { height: 310px;	}
}

.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_pc .carousel-control, .de01 #myCarousel_mobile .carousel-control {
    z-index: 11;
    width: 7%;
}
.de01 #myCarousel_pc .carousel-control .glyphicon-menu-left, .de01 #myCarousel_mobile .carousel-control .glyphicon-menu-left {
/*    visibility: hidden;*/
    position: absolute;
    top: 50%;
    left: 30%;
    z-index: 5;
    margin-top: -10px;
    display: inline-block;
    font-size: 20px;
    background-color: rgba(10, 10, 10, 0.85);
    border-radius: 2px;
    text-shadow: none;
    padding: 10px;
    color: #fff;
}
.de01 #myCarousel_pc .carousel-control .glyphicon-menu-right, .de01 #myCarousel_mobile .carousel-control .glyphicon-menu-right {
/*    visibility: hidden;*/
    position: absolute;
    top: 50%;
    right: 30%;
    z-index: 5;
    margin-top: -10px;
    display: inline-block;
    font-size: 20px;
    background-color: rgba(10, 10, 10, 0.85);
    border-radius: 2px;
    text-shadow: none;
    padding: 10px;
    color: #fff;
}

.de01 #myCarousel_pc .carousel-indicators li, .de01 #myCarousel_mobile .carousel-indicators li {
    width: 15px;
    height: 15px;
    background-color: rgba(90, 90, 90, 1.0);
    border: 1px solid #f7f7f7;
    border-radius: 10px; margin:0 2px;
}
.de01 #myCarousel_pc .carousel-indicators li.active, .de01 #myCarousel_mobile .carousel-indicators li.active {
    width: 15px;
    height: 15px;
    background-color: rgba(0, 0, 0, 1.0);
    border: 1px solid #f7f7f7;
}


/* 제목 */
.de01 .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;
}
/* 내용 */
.de01 .carousel-caption .box p {
    padding: 20px 0;
    line-height: 120%;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.6);
    font-size: 1.50em;
    font-weight: 400;
    color: rgba(255, 255, 255, 1.0);
}
/* 링크버튼 */
.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: 881px) {
    .de01 .carousel-inner .item {
        height: 500px;
		background-size: cover; 
    }
    .de01 .carousel-caption {
        padding: 0 0px;
    }
    .de01 .carousel-caption .box h2 {
        font-size: 2.0em;
        line-height: 140%; font-weight: 600;
    }
    .de01 .carousel-caption .box p {
        font-size: 1.0em;
        line-height: 110%;
    }
    .de01 #myCarousel_pc .carousel-control .glyphicon-menu-left, .de01 #myCarousel_mobile .carousel-control .glyphicon-menu-left {
        left: 1%;
        padding: 5px;
    }
    .de01 #myCarousel_pc .carousel-control .glyphicon-menu-right, .de01 #myCarousel_mobile .carousel-control .glyphicon-menu-right {
        right: 1%;
        padding: 5px;
    }
    .de01 .carousel .pcview {display:none;}
    .de01 .carousel .mobileview {display:block;}

    .ms01 .pc_view {display:none; }
    .ms01 .mobile_view {display:block;}
}
@media screen and (max-width: 600px) {
    .de01 .carousel-inner .item {height: 410px;  }
}
@media screen and (max-width: 420px) {
    .de01 .carousel-inner .item {height: 290px;  }
}
@media screen and (max-width: 360px) {
    .de01 .carousel-inner .item {height: 260px;  }
}
@media screen and (max-width: 320px) {
    .de01 .carousel-inner .item {height: 240px;  }
}

@media screen and (min-width: 881px) {
    .de01 .carousel-caption {
        padding: 0 0px;
    }
    .de01 .carousel .mobileview {display:none;}
    .ms01 .pc_view {display:block; }
    .ms01 .mobile_view {display:none;}
}

@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단이미지  메인배너2
*****************************************************************/
.de07 {    margin: 0px 0px;}
.de07 p {    font-size: 0; }
.de07 p a img {max-width:100%; width:auto;}
.de07.pc_viw {display:block;}
.de07.mo_viw {display:none;}

/*****************************************************************
de00 : 1단이미지    전자북배너 
*****************************************************************/
.main_ebook {  width:1270px; margin: 0px auto 40px; box-sizing: border-box;  }
.main_ebook p {   font-size: 0; }
.main_ebook p a img {max-width:100%; width:auto;}
.main_ebook .pc_viw {display:block;}
.main_ebook .mo_viw {display:none;}

@media screen and (max-width: 1270px) {
	.main_ebook {  width:100%; }
}
@media screen and (max-width: 805px) {
	.main_ebook {  margin: 10px auto 25px;  }
	.main_ebook .pc_viw {display:none;}
	.main_ebook .mo_viw {display:block;}

	.de07.pc_viw {display:none;}
	.de07.mo_viw {display:block;}
}

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

.de12 .sec strong {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    word-wrap: break-word;
    text-align: center;
    display: block;
    padding: 10px;
    font-size: 2.0em;
    color: #333;
}
.de12 .sec:hover strong {
    color: #e20000;
}

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

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





/*****************************************************************
de13 : 좌우 3단    dalkey   box_News  관련
*****************************************************************/
.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: 5px 0 10px 0;
}

.de13 .con .newsimg {
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    width: 24.2%; margin-right:3.8%; margin-bottom:15px;
    float: left;
}
.de13 .con:hover .newsimg {
    font-size: 2.0em;
    color: #fff;
}
.de13 .con .newsimg img{width: 100%; margin-top:3px;}

.de13 .con div {width: auto;}

.de13 .con div h4 {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    margin: 0px 0 4px 0;
    font-size: 1.25em;
    color: #000;  line-height:1.4em;  letter-spacing:-0.9px;  font-weight:500;
}
.de13 .con div:hover h4 {
    padding-left: 0px;
}

.de13 .con div p {
    text-align: left;
    font-size: 1.1em; letter-spacing: -0.2px; 
    color: #777;
    margin: 0px 0 4px 0;
}

.de13 .con div em {
    text-align: left;
    font-size: 1.0em;
    color: #777; font-weight:300; line-height:1.0em;
}

@media(max-width:1199px){
	.de13 .con div em{display:none;}
}

@media(max-width:995px){
	.de13 .con .newsimg {float: none;  background:#ccc; }
	.de13 .con div { float: none; width: 100%; margin:0px 0 20px 0;}
}

@media(max-width:769px){

	.de13 {margin: 0px 0 -20px 0;}
	.de13 .con {margin: 0px 0 14px 0;}
	.de13 .con .newsimg {margin-bottom:0px;}	
	.de13 .con div { margin:-5px 0 0px 0;}
	.de13 .con div h4 {margin: 0px 0 2px 0; font-size: 1.125em; letter-spacing:-0.8px; display: block; overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
	.de13 .con div p {margin: 0px 0 5px 0; font-size: 1.05em; letter-spacing:-0.8px; display: block; overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
}

@media(max-width:480px){
	.de13 .con .newsimg {margin-bottom:10px;}
}
/*****************************************************************
de14 : 아코디언(고객센터)
*****************************************************************/
.de14 {
    text-align: left;
    border: 0px solid #f00;
}
.de14 .panel {
    position: relative;
}
.de14 .accordion-toggle:after {
    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.0);
    transform: scale(1.0);
    width: 100%;
}
.de16 .box:hover .imgArea img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

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

	.de13 .con .newsimg {width: 100%;}
	.de13 .con .newsimg img {width: 100%; height:auto;}
	.de13 .con div {width: 100%; float: left; padding-left: 0px; padding-top:10px; padding-bottom:10px;  }

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






/*****************************************************************
de17 : 롤오버(4단) - Best Article   
*****************************************************************/
.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.0;
}
.de17 .box:hover .imgArea span.overlay {
    opacity: 0.3;
}

.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 {
    padding: 10px 0 0px;
    position: relative;
    top: 0px;
    left: 0px;
    z-index: 2;
    text-align: justify;
    opacity: 1.0;
    border: 0px solid #f00;
}

.de17 .box .description h3 { 
	margin-top:5px;  font-size: 1.250em;  color: #000; line-height:1.45em; 
} /*display: block; overflow:hidden;text-overflow:ellipsis;white-space:nowrap;*/


.de17 .box .description span {
    padding: 0px 0 0px 0; text-align: left; font-size: 1.1em; 
    color: #777;  letter-spacing: -0.2px; display: block; overflow:hidden;text-overflow:ellipsis;white-space:nowrap;
}

@media screen and (max-width: 996px) {
	.de17 li  {height:360px;}
}

@media screen and (max-width: 769px) {
	.de17 li  {height:auto;}
	.de17 .box .description {padding: 6px 0 26px;}
	.de17 .box .description h3 { margin-top:4px; font-size: 1.125em; letter-spacing:-0.8px;}
	.de17 .box .description span { font-size: 1.05em; letter-spacing:-0.8px;}	
}




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

.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.5);
}
.de18 ul li .box.color02 {
    background-color: rgba(57, 45, 74, 0.5);
}
.de18 ul li .box.color03 {
    background-color: rgba(39, 64, 54, 0.5);
}
.de18 ul li .box.color04 {
    background-color: rgba(65, 62, 42, 0.5);
}

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

.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: 20px;
}

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






/*****************************************************************
	기사 목록   dalkey
*****************************************************************/

.articleList {overflow: hidden;margin:0px 0 30px 0; padding-top: 0px; border-top: solid 2px #D7D7D7;}
.articleList ul { padding:30px 0px 0px 0px; overflow:hidden; }											
.articleList li {display:block; overflow:hidden; padding:0px 0px 23px 0px; margin-bottom:20px; border-bottom: solid 1px #D7D7D7;}		
.articleList .imgArea {float: left;width: 26.3%; margin-right:3.7%;overflow: hidden;font-size: 0; margin-top:1px;}
.articleList .txtArea { width:auto; }
.articleList .txtArea span {display: block; padding: 3px 0 5px; font-size: 1.0em; color:#666;}
.articleList .txtArea h3 {padding: 0px 0 3px; font-size: 1.5em; line-height:28px; font-weight: 500; color: #000;}
.articleList .txtArea span.ho {font-size: 0.90em; color:#888; font-weight:300;}
.articleList .txtArea p {text-align: left; padding: 2px 0 4px 0;font-weight: 300;font-size: 1.1em; line-height:20px; color: #333;}
.articleList .txtArea strong {font-size: 1.0em; color:#888; font-weight:300; display:inline-block; margin:0px 0 0 0;}

.articleList .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%;
}
.articleList li:hover .imgArea img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.articleList .txtArea h3 em{ display:inline-block; margin-bottom:6px;}
.articleList .txtArea em{color:#C01919; font-style:normal; display:inline-block; margin-bottom:4px;}



.articleList2 {overflow: hidden;margin:10px 0 0px 0;padding-top: 0px;}
.articleList2 ul {padding:0px 0px 0px 0px; overflow:hidden;}											
.articleList2 li {display:block; overflow:hidden; padding:0px 0px 23px 0px; margin-bottom:20px; border-bottom:1px dotted #666;}	
.articleList2 li:last-child {border-bottom:none;}
.articleList2 .imgArea {float: left; width: 22.3%; margin-right:3.8%;overflow: hidden;font-size: 0; margin-top:3px;}
.articleList2 .txtArea { width:auto; padding-top:5px;}
.articleList2 .txtArea span {display: inline-block; padding: 3px 0 5px; font-size: 1.06em; color:#666;}
.articleList2 .txtArea h3 {padding: 0px 0 6px; font-size: 1.5em; line-height:28px; font-weight: 500; color: #333;}
.articleList2 .txtArea span.ho {font-size: 1.0em; color:#888; font-weight:300;}
.articleList2 .txtArea p {text-align: left; padding: 0px 0 6px 0;font-weight: 300;font-size: 1.125em; line-height:22px; color: #333; overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}

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

.search_title{margin-top:20px; padding:10px 10px 10px 15px; font-size:16px; border: 1px solid #D8D8D8; color:#000;}


@media (max-width:768px) {
	.articleList {border:none;}
	.articleList .imgArea {width: 30.3%; margin-right:3.7%; }
	.articleList .txtArea span {display: block; padding: 3px 0 5px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
	.articleList .txtArea h3 {padding: 0px 0 6px; font-size: 1.25em; line-height:23px; font-weight: 400; }
	.articleList .txtArea span.ho {font-size: 0.9em;}

/*
    .articleList .txtArea {display: block;width: 100%;padding-bottom: 0px;}
    .articleList .imgArea {display: block;width: 100%;}
*/
	.articleList2 {border:none;}
	.articleList2 .imgArea {width: 30.3%; margin-right:3.7%;}
	.articleList2 .txtArea {margin-top:-5px !important;}
	.articleList2 .txtArea span {display: block; padding: 3px 0 5px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
	.articleList2 .txtArea h3 {padding: 0px 0 6px; font-size: 1.25em; line-height:23px; font-weight: 400;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
	.articleList2 .txtArea span.ho {font-size: 0.9em;}

	.search_title{margin-top:20px; padding:7px 10px; font-size:14px; }

}


@media (max-width:643px) {
	.articleList .txtArea p { display: none;}
	.articleList2 .txtArea p { display: none;}
}

@media (max-width:430px) {
	.articleList {margin:0px 0 20px 0;}
	.articleList ul { padding:20px 0px 0px 0px;}	
	.articleList li {padding:0px 0px 18px 0px; margin-bottom:18px;}	
    .articleList .imgArea {display: block; width: 100%; margin-bottom: 1px;}
	.articleList .txtArea {display: inline-block;width: 100%;}
	.articleList .txtArea h3 { margin-top:3px; font-size: 1.125em; letter-spacing:-0.8px; font-weight:500;}
	.articleList .txtArea span { padding: 5px 0 0px; font-size: 1.05em; letter-spacing:-0.8px;}
	.articleList .txtArea span.ho { display: block; margin-top:-8px;}

    .articleList2 .imgArea {margin-bottom: 1px;}
	.articleList2 .txtArea span {padding: 3px 0 3px;}
	.articleList2 .txtArea h3 {font-size: 1.10em; line-height:21px; font-weight: 400;}


}
@media (min-width:789px) {
	.articleList .txtArea h3 {padding: 0px 0 6px; font-size: 1.5em; line-height:28px; font-weight: 500; color: #333; overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
	.articleList2 .txtArea h3 {padding: 0px 0 6px; font-size: 1.5em; line-height:28px; font-weight: 500; color: #333; overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
}





/*	기사면 */		
.articleView {  position: relative;  overflow:hidden;  padding:30px 27px 0px 27px;  margin:0px 0 0px 0; border-top: solid 2px #D7D7D7;}
.articleHeader{border-bottom:1px solid #fff; overflow:hidden; margin:0px 0 30px 0; }
.articleHeader h1{font-size: 1.8em; line-height:34px; font-weight: 400; color: #000; letter-spacing:-0.01em; }		
.articleHeader h2{font-size:1.3em; line-height:110%; margin-bottom:10px; font-weight:normal; color: #C01919; }	
.articleHeader .name_ctrl{  overflow:hidden;  border-bottom:1px solid #ccc; padding-bottom:15px; margin:10px 0 0px 0; }
.articleHeader .name_ctrl p.ho{float:left; font-size: 1.0em; color:#888; font-weight:300; margin-top:10px;}
.articleHeader p span.d-ate{margin-left:5px; font-size:.9em; color:#444;}		



.articleHeader .sns_Box:before {	top: -10px;	left: 15px;		content: " ";	position: absolute;	width:18px; height:10px;	background: url(/images/btn/ico_arrow_top.png) no-repeat;}
.articleHeader .sns_Box {display:none; overflow: hidden; position: absolute;  height:auto; width:auto; overflow:visible; margin-top:13px; margin-left:-10px; padding:5px 3px; border:1px solid #E7E7E7; background:#fff;}
.articleHeader .sns_Box li {float: left; margin:0 3px !important;}
.articleHeader .sns_Box li.kakao {display:none;}
.articleHeader .sns_Box li.line {display:none;}
.articleHeader .sns_Box li.print {display:block;}



	
/* sns */
.viw_Box { margin-top:0px; float:right;}
.viw_Box ul {overflow: hidden; float: right;}
.viw_Box li {float: left; margin-left:15px; font-size: 0;}
.viw_Box li:last-child {margin-left:15px;}
.viw_Box li.font button{margin:0px; padding:0px; font-size:.8em; border-radius:0; background:#fff; border:none;}	
.viw_Box li img { 
    opacity: 1.0;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.viw_Box li img.on {
    opacity: 1.0;
    transform: rotate(0deg);
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}




		
/*   .articleBody {overflow:hidden; margin:0; line-height:1.7em; font-size:15px; letter-spacing:0.025em; font-weight: 300;  text-align:justify; }		 */ 	

.articleBody {overflow:hidden; margin:0; line-height:1.8em; font-size:1.25em; font-weight: 300;  text-align:justify; }		/* 20px 1.25em 15pt */ 	
.articleBody .summary_txt { font-weight: 300;  font-size: 1.0em; line-height:25px; padding:15px 15px 15px 18px; background-color:#F0F0F0; margin:0px 0 30px 0;}		
.articleBody table{margin:auto; width:auto; display: table; border-collapse: separate; margin-bottom:20px;}		
.articleBody img{max-width:100% !important;}		
.articleBody .use_caption {display:inline-block; margin:0 0 25px 0; padding-top:5px; color:#565656; font-size:0.9em; line-height:1.5em; }	
.articleBody .use_caption strong{display:inline-block; margin: 0 5px 4px; }	
.articleBody .txtOrigin{padding:5px 0px; margin:15px 0 10px 0px;}
.articleBody .date_text{overflow:hidden; font-weight:400; margin:0px 0 20px 0; padding:0px 0px 7px 0px; border-bottom:1px solid #D7D7D7; }
.articleBody .date_text ul{float:right; }
.articleBody .date_text li{float:left; padding-right:15px;}
.articleBody .date_text p.writer{float:left; font-size:0.95em; color:#444; padding-top:4px;}		
.articleBody .date_text p.writer span{display:inline-block; font-size:1.1em;  color:#000; font-weight: 500;  margin:-3px 5px 0 0;}
.articleBody .copy{display:none; text-align:center; font-size:.9em; letter-spacing:-1px; margin-top:15px; padding-top:10px; background-color:#fff; border-top:2px solid #ccc;}	

.articleBody .conts {color:#000;}	
.articleBody .conts p{margin-bottom:20px;}		
.articleBody .conts font{margin-bottom:20px;}		
.articleBody span{vertical-align: top !important; }
.articleBody ul{vertical-align: top !important; }	
.articleBody STRONG{font-weight:500; font-size:1.063em;  }	
.articleBody strong{font-weight:500; font-size:1.063em;  }		
.articleBody b{font-weight:500; display:inline-block; margin-bottom:4.5px; }		
.articleBody iframe,		
.articleBody object,		
.articleBody embed,		
.articleBody img{		
	max-width:100% !important;		
}		


/* aran */
.b { border:1px solid #ff4200; }
.articleBody .cheditor-caption-text {display:inline-block; margin:0 0 20px 0; padding-top:5px; color:#565656; font-size:0.8em; line-height:1.4em; }	
.articleBody .cheditor-caption-text strong {display:inline-block; font-size:1em;margin-top:-4px; }	
.articleBody .conts table p { line-height:1.8em; }

.fig { max-width:650px;margin:0 auto;padding:5px 0 10px; }
.fig img { width:100%; }
.figRight, .figLeft { padding:5px 0 20px;text-align:center; }


@media (min-width:480px){
	.figRight { float:right;width:300px;padding:5px 0 10px 20px;text-align:left; }
	.figLeft { float:left;width:300px;padding:5px 20px 10px 0;text-align:left; }
}


/*관련 기사 Related */	
.relationBox {clear:both; overflow:hidden; margin:-5px 0px 25px 0px; padding:0px 0px 0px 0px;  background:#fff;}	
.relationBox h2 {display:inline-block; margin-left:0px; padding-bottom:5px; font-weight:400; font-size:1.1em; color:#C01919; border-bottom:1px solid #C01919;}	
.article_link {margin: 5px 0px 5px 0px; }	
.article_link li {height:22px; padding: 3px 0px 3px 5px; }	
.article_link li a {float: left; width:100%; font-size:0.95em; font-weight:400; color:#000; margin-right:10px; padding-left:10px; background: url(/images/main/ball.png) no-repeat 0 53%; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }	
.article_link li a span { display:inline-block; font-weight:300; font-size:0.935em; color:#000; margin:0px 8px 0px 0;}	
.article_link li a img{vertical-align:middle; margin-left:10px;}		


.pageBox {overflow:hidden; margin-bottom:20px; border-top:1px solid #D7D7D7; border-bottom:1px solid #D7D7D7; background:#F8F8F8; }
.pageBox ul{}
.pageBox ul li{float:left; width:50%; padding:10px 10px 10px 35px; -moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box; background: url(/images/btn/ico_prev.gif) no-repeat 3.5% 50%;}
.pageBox ul li:nth-child(2) {padding:10px 35px 10px 10px; background: url(/images/btn/ico_next.gif) no-repeat 96.5% 50%; }
.pageBox ul li span{display:block; width:100%; font-weight:400; font-size:0.935em; color:#000;  }
.pageBox ul li div .left{text-align:left;  }
.pageBox ul li div .right{text-align:right;  }
.pageBox ul li span.txt{ font-weight:400; font-size:0.9em; color:#333; }
.pageBox ul li a strong{ color:#000; font-size: 1.0em; color:#666; font-weight:300; letter-spacing:-0.5px; }
.pageBox ul li a{display:block; margin-top:-5px; overflow:hidden; text-overflow:ellipsis;white-space:nowrap;}
.pageBox ul li div em.left{text-align:left; text-decoration: none; }
.pageBox ul li div em.right{text-align:right; text-decoration: none;}

/*기사 본문 이번주 인기 기사 */	
.Best_BOX {clear:both; overflow:hidden; margin:10px -20px 0 0;}	
.Best_BOX h2	{display:inline-block; margin-left:0px; padding-bottom:5px; font-weight:400; font-size:1.1em; color:#000; border-bottom:1px solid #000;}
.Best_BOX ul	{margin: 15px 0px 5px 0px; 	list-style: none}
.Best_BOX li {float:left; width:33.33%; padding:0px 20px 0px 0px; height:260px; -moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box; }
.Best_BOX li a	{display: block; margin-bottom:25px; line-height:125%;	text-decoration: none}
.Best_BOX li a:hover	{background-color: #fff;}
.Best_BOX li p.img{ width: 100%; display: block; overflow:hidden; }
.Best_BOX li a img	{border: none; width: 100%;}
.Best_BOX a:after	{content: "";
	display: block;
	clear: both}
.Best_BOX .text	{float: none;	width: 100%;	padding:5px 0 0 0px; text-align:left;}
.Best_BOX .text span	{color:#666; font-size: 0.85em; letter-spacing:-0.3px; margin-bottom:2px; display: block; overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.Best_BOX .text strong	{color:#000; font-size: 0.95em; font-weight:400; letter-spacing:-0.2px; }


.pagePN { border-top:1px solid #acacac;border-bottom:1px solid #acacac;margin-bottom:30px; }
.pagePN li { border-bottom:1px solid #ddd; }
.pagePN dt { width:18%;height:40px;line-height:20px;display:inline-block;text-align:center;background:#f4f4f4;padding:10px 0;font-weight:normal;font-size: 0.9em; }
.pagePN dd { width:77%;height:40px;line-height:20px;display:inline-block;padding:5px 0 5px 20px;text-align:left;text-overflow:ellipsis; white-space:nowrap; overflow:hidden; vertical-align:middle; }
.pagePN dd strong{font-size: 0.9em; font-weight:400; }

@media (max-width:768px){
	.pagePN dd {padding:5px 0 5px 10px;}
}

/* 기사면 결제 관련 박스 */ 			
.viw_boxorder { margin-top:40px; margin-bottom:20px; padding:15px 20px 0px 20px; border:2px solid #EAEAEA; border-radius:0px; background-color:#F8F8F8; }			
.viw_boxorder h4 { display: none; font-size:1.125em;  font-weight:500; color:#000; margin-bottom:10px; padding-left:35px; line-height:26px; background: url(/images/btn/ico_buy.png) no-repeat top left;}			
.viw_boxorder p { margin-top:15px;}			
.viw_boxorder img { vertical-align:middle;}			
.viw_boxorder strong { display:inline-block;font-size:1.0em; font-weight:400; color:#000;}			
.viw_boxorder .txt { font-size:0.9em; }	
.viw_boxorder .btn_order { width:30%; margin:0 auto; display:block; font-size: 0.9em;  line-height:16px; border:2px solid #B71E23; background:#B71E23; color:#fff !important; border-radius:2px;}
.viw_boxorder .btn_order:hover {  background:#A40303; text-decoration:none; }


@media (max-width:768px){

	.Best_BOX li {width:50%; padding:0px 20px 0px 0px; height:200px;}
	.Best_BOX li a	{margin-bottom:25px;}
	.Best_BOX .text	{float: none;	width: 100%;	padding:5px 0 0 0px;}
	.Best_BOX .text span	{vertical-align:top; letter-spacing:-0.5px; margin-bottom:3px; }
	.Best_BOX .text strong	{font-size: 0.925em; height:41px; display: inline-block; overflow:hidden;text-overflow:ellipsis;}
	.Best_BOX li:nth-child(5) {display:none;}
	.Best_BOX li:nth-child(6) {display:none;}


	.articleHeader {margin:0px 0 20px 0;}
	.articleHeader h1{font-size: 1.45em; line-height:27px; font-weight: 400; }		
	.articleHeader h2{font-size:1.125em; line-height:140%; margin-bottom:5px; }		
	.articleHeader .name_ctrl p.ho{font-size: 0.925em; letter-spacing: -0.2px;}
	.articleView {  position: relative;  overflow:hidden;  border-top:none; padding:20px 0px 0px 0px; margin-bottom:-20px;  background-color:#fff;}


	.articleHeader .sns_Box:before {	top: -10px;	left: 30px;	}
	.articleHeader .sns_Box {margin-left:-27px;}
	.articleHeader .sns_Box li {margin:0 5px;}
	.articleHeader .sns_Box li.kakao {display:block;}
	.articleHeader .sns_Box li.line {display:block;}
	.articleHeader .sns_Box li.print {display:none;}
	.articleHeader .sns_Box li:last-child {margin-right:0px;}


	.viw_Box li {margin-left:12px;}
	.viw_Box li.kakao {display:block;}
	.viw_Box li.line {display:block;}
	.viw_Box li.print {display:none;}

	.articleBody { line-height:1.95em; font-size:1.1em; }		
	.articleBody .summary_txt { font-size: 0.9em; line-height:24px; padding:12px 10px 10px 18px;}	
	.articleBody .use_caption {font-size:0.9em; line-height:1.5em; letter-spacing: -0.4px;}
	.articleBody .conts {font-weight: 400; }	
	.articleBody .date_text li{padding-right:12px;}
	.articleBody .date_text li.print {display:none;}

	.viw_boxorder { padding:5px 20px 0px 20px; }	
	.viw_boxorder a:before	{content: ""; display: block; clear: both}
	.viw_boxorder h4 { margin-bottom:5px; }
	.viw_boxorder { margin-top:30px; padding:15px 15px 0px 15px;  letter-spacing: -1px;}
	.viw_boxorder strong { margin-bottom:-5px;}	
	.viw_boxorder .txt { letter-spacing: -1.6px !important;}
	.viw_boxorder .btn_order {  width:50%; padding:5px 20px;}


	.pageBox ul li{float:none; width:100%; padding:10px 10px 10px 35px; -moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box; background: url(/images/btn/ico_prev.gif) no-repeat 3.5% 50%;}
	.pageBox ul li:nth-child(2) {padding:10px 10px 10px 35px; background: url(/images/btn/ico_prev.gif) no-repeat 3.5% 50%;}
	.pageBox ul li span{display:block; width:100%; font-weight:400; font-size:0.935em; color:#000;  }
	.pageBox ul li div .left{text-align:left;  }
	.pageBox ul li div .right{text-align:left;  }
	.pageBox ul li span.txt{ font-weight:400; font-size:0.9em; color:#333; }
	.pageBox ul li a strong{ color:#000; font-size: 1.0em; color:#666; font-weight:300; letter-spacing:-0.5px; }
	.pageBox ul li a{display:block; margin-top:-5px; overflow:hidden; text-overflow:ellipsis;white-space:nowrap;}

	.viw_best{display:block; overflow:hidden; }

}

.View { clear:both; border-top:2px solid #333333; border-bottom:1px solid #D5D5D5; overflow:hidden; margin-bottom:20px;}	
.View .subject { font-weight:600; color:#000; font-size: 1.1em; line-height:1.8em; padding:15px 10px; border-bottom:2px solid #D2D2D2; overflow:hidden;}	
.View .info { text-align:right; padding:10px 10px 15px 0; margin-bottom:15px; border-bottom:1px dotted #000; overflow:hidden; font-size: 1.125em; }	
.View .info .txt{color:#676767; vertical-align:middle;}	
.View .info .num{color:#676767; vertical-align:middle;}	
.View .info .split{padding:0 5px; color:#C9C9C9; width:2px; vertical-align:middle;}	
.View .info p.font{float:right; border-right:0px; margin-left:30px;}		
.View .info p.font button{margin:0px; padding:0px; font-size:.8em; border-radius:0; background-color:#fff; border:none;}		
.View .article_body {overflow:hidden; padding:0px 10px 20px 10px; font-size:1.125em; color:#595959; line-height:1.7em; }	
.View .article_body p { margin-bottom:30px; }	
.View #reBox {clear:both; border:1px solid #D5D5D5; overflow:hidden; margin-top:20px; background-color:#f7f7f7; padding:10px 30px; }	
.View #reBox h4 { font-weight:500; color:#E60019; font-size: 1.125em; margin-bottom:10px;}


/* 인기 기사 메뉴 */
.popular h2	{padding-bottom: 10px;	 margin-bottom: 15px;	border-bottom: solid 1px #dddddd;color: #666666; font-size: 1.3em; font-weight: 600 !important; letter-spacing:-1px; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;}
.popular ul	{margin: 0;	padding: 0;	list-style: none}
.popular li a	{display: block; padding-bottom:15px; margin-bottom:15px;	border-bottom: dotted 1px #ccc;	color: #2288bb;	text-decoration: none}
.popular li a:hover	{background-color: #fff;}
.popular li p.img{ float: left; width: 100px; display: block;  height:64px; overflow:hidden;  background:#ccc;}
.popular li a img	{border: none; width: 100%;}
.popular a:after	{content: "";
	display: block;
	clear: both}
.popular .text	{float: none;	width: auto;	margin-left: 100px;	padding:5px 0 0 15px;}
.popular span	{color:#666; font-size: 1.10em; letter-spacing:-0.3px; margin-bottom:5px; display: block; overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.popular strong	{color:#000; font-size: 1.125em; font-weight:400; letter-spacing:-0.2px; line-height:1.65em; display: block; overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}







/* paging */
.page { text-align:center;margin-bottom:30px; clear:both; display:none; line-height:1.4em; }
.page, .page_m{text-align:center;margin-bottom:30px; clear:both;}
.page a.btn_next:hover, .page a.btn_end:hover, .page a.btn_prev:hover, .page a.btn_first:hover {text-indent:-99999px; }
.page a.btn_next:hover {background:url(/images/btn/btn_next_on.png) no-repeat; background-size:100% 100%;}
.page a.btn_first:hover {background:url(/images/btn/btn_first_on.png) no-repeat; background-size:100% 100%;}
.page a.btn_prev:hover {background:url(/images/btn/btn_prev_on.png) no-repeat; background-size:100% 100%;}
.page a.btn_end:hover {background:url(/images/btn/btn_end_on.png) no-repeat; background-size:100% 100%;}
.page a, .page span.current {display:inline-block; width:28px;height:28px; border-radius:15px;vertical-align:bottom;margin:0 2px; box-sizing: border-box;}
.page span.current {background:#c01919; color:#fff;  padding-top:2px !important; cursor:pointer; margin-top:-2px;}
.page span.number {padding-top:4px; box-sizing: border-box;}
.page .number {padding-top:4px;}
.page span img{width:28px;height:28px; margin:0 7px; }
.page span.number {display:inline-block; padding-top:6px; width:28px;height:28px; margin:0 2px; cursor:pointer;}

.page_m {display:block;}
.page_m a.btn_next:hover, .page_m a.btn_end:hover, .page_m a.btn_prev:hover, .page_m a.btn_first:hover {text-indent:-99999px; }
.page_m a.btn_next:hover {background:url(/images/btn/btn_next_on.png) no-repeat; background-size:100% 100%;}
.page_m a.btn_first:hover {background:url(/images/btn/btn_first_on.png) no-repeat; background-size:100% 100%;}
.page_m a.btn_prev:hover {background:url(/images/btn/btn_prev_on.png) no-repeat; background-size:100% 100%;}
.page_m a.btn_end:hover {background:url(/images/btn/btn_end_on.png) no-repeat; background-size:100% 100%;}
.page_m a {display:inline-block; width:28px;height:28px; border-radius:15px;vertical-align:bottom;margin:0 2px;}
.page_m span.current_m {background:url(/images/bg_current_m.png) no-repeat center;background-size:auto 28px;display:inline-block; height:28px; width:80px; font-size: 1.1em; }
.page_m span strong { display:inline-block; font-size: 1.05em; color:#c01919 !important; margin-top:-3px !important; font-weight: 500;}
.page_m .current_m{padding-top:4px;}

.page_mobile {display:block;}
.page_mobile{text-align:center;margin-bottom:30px; clear:both;}
.page_mobile span.btn_next:hover, .page span.btn_end:hover, .page span.btn_prev:hover, .page span.btn_first:hover {text-indent:-99999px; }
.page_mobile span.btn_next:hover {background:url(/images/btn/btn_next_on.png) no-repeat; background-size:100% 100%;}
.page_mobile span.btn_first:hover {background:url(/images/btn/btn_first_on.png) no-repeat; background-size:100% 100%;}
.page_mobile span.btn_prev:hover {background:url(/images/btn/btn_prev_on.png) no-repeat; background-size:100% 100%;}
.page_mobile span.btn_end:hover {background:url(/images/btn/btn_end_on.png) no-repeat; background-size:100% 100%;}
.page_mobile span, .page span.current {display:inline-block; width:25px;height:25px; border-radius:15px;vertical-align:bottom;margin:0 2px; cursor:pointer;}
.page_mobile span.current {background:#c01919; color:#fff; }
.page_mobile span.number {padding-top:2px;}
.page_mobile .number {padding-top:2px;}



@media (min-width:768px){
	.page {display:block;}
	.page_m {display:none;}
	.page_mobile {display:none;}
}












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


/* 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% !important;
}
.de25 .sitemap ul.grid4 li.m1 {
    width: 25% !important;
}
.de25 .sitemap ul.grid5 li.m1 {
    width: 20% !important;
}




.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.m1 {
        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: 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.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;
    }
}





