@charset 'utf-8';

/*****************************************************************
*****************************************************************/





/*****************************************************************
de01 : 슬라이드
*****************************************************************/
.caption_white { color:white; }
.de01 .carousel-inner .item {
    height: 600px;/* 높이값 조절 */
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.de01 .carousel-inner .item:before {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.0);/* overlay */
    width: 100%;
    height: 100%;
    z-index: 2;
}

.de01 .carousel-inner .item:hover:before {
    background: rgba(0, 0, 0, 0.1);/* overlay */
}

.de01 .carousel-caption {
    position: absolute;
    left: 50%;
    top: 53%;
    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: left;/* 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(90, 90, 90, 0.8);
    border: 0px solid #888;
    border-radius: 0px;
}
.de01 #myCarousel .carousel-indicators li.active {
    width: 13px;
    height: 13px;
    background-color: rgba(0, 0, 0, 0.9);
    border: 0px solid #000;
}


/* 제목 */
.de01 .carousel-caption .box h2 {
    /*
	letter-spacing: -1px;
    text-shadow: none;
    font-size: 3.0em;
    font-weight: 300;
    color: #333;
	*/
	letter-spacing: 2px;
    text-shadow: none;
    font-size: 3.5em;
    font-weight: 300;
    color: #333;
	display:none;
}
.de01 .carousel-caption .box h2.caption_white { color:white; }
.de01 .carousel-caption .box h2 strong.caption_white { color:white; }
.de01 .carousel-caption .box h2 strong {
    vertical-align: baseline;
    color: #333;
}
/* 내용 */
.de01 .carousel-caption .box p.caption_white { color:white;}
.de01 .carousel-caption .box p {
    padding: 10px 0;
    line-height: 110%;
    text-shadow: none;
    font-size: 1.0em;
    font-weight: 300;
    color: #555;
}
/* 링크버튼 */
.de01 .box a.btn {
    display: none;
    background-color: rgba(50, 50, 50, 0.6);
    border: 0px solid #000;
    font-weight: 300;
    font-size: 0.875em;
    color: #eee;
}
.de01 .box a.btn:hover {
    background-color: rgba(50, 50, 50, 0.8);
}

@media screen and (max-width: 768px) {
    .de01 .carousel-inner .item {
        height: 160px;
    }
    .de01 .carousel-caption {
        padding: 0 50px;
    }
    .de01 .carousel-caption .box h2 {
        font-size: 1.5em;
        line-height: 110%;
    }
    .de01 .carousel-caption .box p {
        font-size: 0.875em;
        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;
    }
	.de01 #myCarousel .carousel-inner .item:first{ background-image:url('http://bksoweb.cafe24.com/default/img/_des/main/main1.jpg'); }
	.de01 #myCarousel .carousel-inner .item:nth-child(2){ background-image:url('http://bksoweb.cafe24.com/default/img/_des/main/main1.jpg'); }
	.de01 #myCarousel .carousel-inner .item:nth-child(3){ background-image:url('http://bksoweb.cafe24.com/default/img/_des/main/main1.jpg'); }
	.de01 #myCarousel .carousel-inner .item:last{ background-image:url('http://bksoweb.cafe24.com/default/img/_des/main/main1.jpg'); }
}

@media screen and (min-width: 767px) {
    .de01 .carousel-caption {
        padding: 0 100px;
    }
	.de01 #myCarousel .carousel-inner .item:first{ background-image:url('http://bksoweb.cafe24.com/default/img/_des/main/main1.jpg'); }
	.de01 #myCarousel .carousel-inner .item:nth-child(2){ background-image:url('http://bksoweb.cafe24.com/default/img/_des/main/main1.jpg'); }
	.de01 #myCarousel .carousel-inner .item:nth-child(3){ background-image:url('http://bksoweb.cafe24.com/default/img/_des/main/main1.jpg'); }
	.de01 #myCarousel .carousel-inner .item:last{ background-image:url('http://bksoweb.cafe24.com/default/img/_des/main/main1.jpg'); }
}

@media screen and (min-width: 1500px) {
    .de01 .carousel-caption {
        padding: 0 15px;
    }
	.de01 #myCarousel .carousel-inner .item:first{ background-image:url('http://bksoweb.cafe24.com/default/img/_des/main/main1.jpg'); }
	.de01 #myCarousel .carousel-inner .item:nth-child(2){ background-image:url('http://bksoweb.cafe24.com/default/img/_des/main/main1.jpg'); }
	.de01 #myCarousel .carousel-inner .item:nth-child(3){ background-image:url('http://bksoweb.cafe24.com/default/img/_des/main/main1.jpg'); }
	.de01 #myCarousel .carousel-inner .item:last{ background-image:url('http://bksoweb.cafe24.com/default/img/_des/main/main1.jpg'); }
}





/*****************************************************************
de02 : 슬라이드
*****************************************************************/
.de02 .carousel-inner .item {
    height: 500px;/* 이미지 최대높이값 : 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: 20px;
    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: 20px;
    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: 3.0em;
    font-weight: 300;
    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;
	/*border: 1px solid red;*/
	font-size:1.15em;
    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;
	color:white;
}

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




.de05 .sitemap {
    border: 0px solid #ddd;
    font-size: 0.875em;
}
.de05 .sitemap ul {
    overflow: hidden;
}


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

.de05 .sitemap ul.grid3 li.m1 {
    width: 100% !important;
}
.de05 .sitemap ul.grid4 li.m1 {
    width: 100% !important;
}
.de05 .sitemap ul.grid5 li.m1 {
    width: 100% !important;
}

.de05 .img_customer {
	border:1px solid red;

}

.de05 .main_icon img {
	border:0px solid red;
	width:190px;
}

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

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

.de05 .sitemap ul li dl {
    margin: 5px 0 0;
	text-align:left;
}
.de05 .sitemap ul li dl dd.m2 {
    
}
.de05 .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;
}
.de05 .sitemap ul li dl dd.m2:hover > a {
/*    background-color: #ddd;*/
    padding-left: 20px;
    font-weight: 700;
    color: #000;
}
.de05 .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) {
	.de05 .row .col-sm-8 {
		/*border:1px solid red;*/
		display:none;

	}
	.de05 .row .col-sm-4 {
		/*border:1px solid red;*/
		display:none;

	}	
}

@media screen and (min-width: 768px) {
	.de05 .row .col-sm-12 {
		/*border:1px solid red;*/
		display:none;

	}
}

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





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





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

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

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

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

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

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

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





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

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

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

.de09 .box .imgArea span.overlay {
    -webkit-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: #000;/* overlay color */
    border-radius: 0px;
    opacity: 0.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;/**/
}

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

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






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

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

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






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

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

.de13 .con img{
    overflow: hidden;
    max-height:80px;
	float: left;
}

.de13 .con .glyphicon {
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    width: 20%;
    float: left;
    background: rgba(50, 110, 124, 0.8);
    border-radius: 3px;
    max-width: 120px;
    line-height: 120px;
    text-align: center;
    font-size: 2.0em;
    color: #fff;
}
.de13 .con:hover .glyphicon {
    background: #22454d;
    font-size: 2.0em;
    color: #fff;
}

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

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

.de13 .con div p {
    text-align: left;
    font-size: 1.0em;
    color: #666;
	padding-left:10px;
}

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





/*****************************************************************
de14 : 아코디언(고객센터)
*****************************************************************/
.de14 {
    text-align: left;
    border: 0px solid #f00;
}
.de14 .panel {
    position: relative;
}
.de14 .accordion-toggle:after {
    font-family: 'Glyphicons Halflings';
    content: "\e258";
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 1.0em;
    color: #fff;
}
.de14 .accordion-toggle.collapsed:after {
    content: "\e259";
    color: #ddd;
}

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

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

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





/*****************************************************************
de15 : 불규칙블록
*****************************************************************/
.de15 {
    text-align: left;
}
.de15 .row > div {
/*    padding: 5px;*/
}
.de15 .con {
    position: relative;
    display: table;
    vertical-align: middle;
    width: 100%;
    background-size: cover;
    background-position: center center;
    margin: 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);
}



@media screen and (max-width: 468px) {
	.de16 {display:none;}
	.ms16 div.nm_tit{display:block;}

	.de18 {display:block;}
	.ms16 div.nm_tit{display:none;}
}


@media screen and (min-width: 468px) {
	.de16 {display:block;}
	.ms16 div.nm_tit{display:none;}

	.de18 {display:none;}
	.ms16 div.nm_tit{display:block;}
}



/*****************************************************************
de16 : 롤오버6단
*****************************************************************/
.de16 {
}

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

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

.de16 .box .description {
    text-align: center;
    width: 100%;
    margin: 0 auto;
    padding: 20px;
    padding-bottom: 10%;
    position: absolute;
    bottom: -50px;

	height:100%;
	vertical-align:middle;

/*    left: 0px;*/
    z-index: 2;
    opacity: 0;
	top:45%;
}

.de16 .box .description h3 {
    font-size: 2.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.1;
}
.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) {
    .de16 .box .description {
        padding-bottom: 10%;
    }
}






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

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

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

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

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

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

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

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





/*****************************************************************
de186 : 롤오버6단 / 모바일
*****************************************************************/
.de18 {
}

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

.de18 .box {
	float:left;
	width:49%;
    position: relative;
    overflow: hidden;
/*    font-size: 0px;*/
/*    margin-bottom: 30px;*/
    border: 1px solid #fff;
}

.de18 .box .description {
    text-align: center;
    width: 100%;
    margin: 0 auto;
    /*padding: 20px;*/
    padding-bottom: 10%;
    position: absolute;
    bottom: -50px;

	height:100%;
	vertical-align:middle;

/*    left: 0px;*/
    z-index: 2;
    opacity: 0;
	top:45%;
}

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

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

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

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

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

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




/*****************************************************************
de19 : 1단형텍스트
*****************************************************************/
.de19 {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    margin: 0 auto;
    background-color: transparent;/**/
    display: table;
    width: 100%;
    height: 600px;/*높이값조절*/
}
.de19:hover {
    background-color: #111;/**/
}

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

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

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

.de19 .section a {
    background-color: #2f6c7b;
    border-radius: 20px;
    max-width: 160px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    margin: 5px 5px;
    text-align: center;
    font-size: 0.875em;
    color: #fff;
}
.de19 .section a:hover {
    background-color: #28606d;
    color: #fff;
}

@media screen and (max-width: 1199px) {
    .de19 {
        height: 300px;/**/
    }
}






/*****************************************************************
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 .title_bar {
    border:0px solid red;
}
@media screen and (max-width:567px){
	.de20 dl dt {
		font-size: 2.0em;
		font-weight: 400;
		color: #222;
		padding: 5px 0 5px;
	}
	.de20 dl dt span{
		font-size:0.8em;
		width:100%;
		height:50px;
		background-color:#EFF6F9;
		padding:2px;
		border:0px solid red;
	}
}
@media screen and (min-width:567px){
	.de20 dl dt {
		font-size: 2.0em;
		font-weight: 400;
		color: #222;
		padding: 50px 0 10px;
	}
	.de20 dl dt span{
		width:100%;
		height:55px;
		background-color:#EFF6F9;
		padding:8px;
	}
}
.de20 dl dd {
    font-size: 1.5em;
    line-height: 2.5em;
    color: #666;
    text-align: justify;
}

.de20 dl dd .new_ment {
    
}


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

.de20 dl dd.item li{
	/* margin:10px; 
	padding-right:30px;
	*/
    line-height: 2.5em;
	margin-bottom:15px;
	border:0px solid red;
}

.de20 dl dd.item li div{
	width:100%;
	padding-left:10px;
	border:0px solid blue;
    font-size: 1.0em;
    color: #666;
    text-align: justify;
	font-weight:bold;
	background-color:#ddd;
}


.de20 p.sign {
    float: right;
    padding: 50px 0 20px;
    font-size: 1.5em;
}
.de20 p.sign span {
    float: right;
    display: inline-block;
    font-size: 1.9em;
    padding: 0px;
	padding-left:5px;
}

@media screen and (max-width: 768px) {
    .de20 .slogan {
        font-size: 2.0em;
    }
}


.de20 dl dd.ment{
    font-size: 1.4em;
    line-height: 1.85em;
    color: #333;
    text-align: left;
	margin-top:23px;
	margin-bottom:30px;
}

.de20 dl dd.ment span{
    font-size: 1.4em;
    line-height: 1.85em;
    color: #333;
    text-align: left;
	font-weight:bold;

}

.de20 .mo_view {display: none;}
/* 767px이하 본문이미지 */
@media (max-width:450px) {
    .de20 .pc_view {display: none;}
    .de20 dl dd.ment {display: block;}
}

/* 768px이상 본문이미지 */
@media (min-width:450px) {
    .de20 .pc_view {display: block;}
    .de20 dl dd.ment {display: none;}
}




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

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

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

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

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

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





/*****************************************************************
de22 : 회사연역
*****************************************************************/
.de22 {
    border: 0px solid #f00;
    text-align: left;
}
.de22 .sec {
    margin-bottom: 30px;
    border-bottom: 1px dotted #aaa;
}
.de22 .sec p {
    font-size: 1.0em;
    padding: 10px 0;
    text-align: left;
}
.de22 dl {}
.de22 dl dt {
    font-size: 2.0em;
    color: #222;
    font-weight: 700;
    margin: 10px 0;
}
.de22 dl dd {
    font-size: 1.0em;
    color: #333;
    font-weight: 400;
    padding: 7px 0;
    /*cursor: pointer;*/
}
.de22 dl dd span {
    font-weight: 400;
	width:100px;
    letter-spacing: 3px;
    color: #888;
    padding: 1px;
    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 65px;
	*/
    background-color: #111;
	color:#fff;
}


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



/*****************************************************************
de32 : 레퍼런스
*****************************************************************/
.de32 {
    text-align: left;
    border: 0px solid #f00;
}
.de32 .sitemap {
    border: 0px solid #ddd;
    font-size: 0.875em;
}
.de32 .sitemap ul {
    overflow: hidden;
}


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

.de32 .sitemap ul.grid2 li.m1 {
    width: 450px !important;
}
.de32 .sitemap ul.grid3 li.m1 {
    width: 33.33% !important;
}
.de32 .sitemap ul.grid4 li.m1 {
    /*width: 25% !important;*/
    width: 50% !important;
}
.de32 .sitemap ul.grid5 li.m1 {
    /*width: 20% !important;*/
	width: 50% !important;
}




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

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

.de32 .sitemap ul li dl {
    margin: 5px 0 0;
}
.de32 .sitemap ul li dl dd.m2 {
    
}
.de32 .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;
	width:300px;
	float:left;
    position: relative;
	/*border:1px solid blue;*/
}
.de32 .sitemap ul li dl dd.m2:hover > a {
/*    background-color: #ddd;*/
    padding-left: 20px;
    font-weight: 700;
    color: #000;
	/*border:1px solid red;*/
}
.de32 .sitemap ul li dl dd.m2:hover > a:before {
    position: absolute;
    top: 13px;
    left: 0px;
    content: '';
    background-color: #111;
    width: 7px;
    height: 1px;
}
.de32 .sitemap ul li dl dd.m2 > span {
	text-align:right;
    float:right;
	padding: 5px ;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    display: block;
    position: relative;
	width:140px;
	/*border:1px solid red;*/
}
@media screen and (max-width: 768px) {
    .de32 .sitemap ul li.m1 {
        width: 100% !important;
    }
}



@media screen and (max-width: 768px) {
	.de32 .sitemap .col-md-6 {display:none;}
	.de32 .sitemap .col-md-12 {display:block;margin:0px;padding:0px;}
}
@media screen and (min-width: 768px) {
	.de32 .sitemap .col-md-6 {display:block;}
	.de32 .sitemap .col-md-12 {display:none;}
}



/* 이거 신규  */
.de32 .sitemap table{
	border:0px solid blue;
	width:100%;
	margin-bottom:30px;

}

.de32 .sitemap table tr{
}

.de32 .sitemap table tr th{
	background-color:#ddd;
	font-weight:bold;
	font-size:1.35em;
	text-align:center;
	padding:10px;
}

.de32 .sitemap table tr td{
	padding : 6px 10px 6px 10px;
	font-size:1.25em;
}

.de32 .sitemap table tr td.m2{
	font-weight:bold;
}


/*****************************************************************
de37 : 솔루션 출입통제
*****************************************************************/
.de37 {
    text-align: left;
    border: 0px solid #f00;
}

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

.de37 h4 {
    font-size: 1.5em;
    color: #D28474;
    margin: 50px 0 20px;
}

/* 설명문 */
.de37 .sec_info { 
	border:0px solid blue; 
	padding-left:10px;
	margin-bottom:30px;
}

.de37 .sec_info p{ 
	font-size: 1.25em;
	letter-spacing : 1px;
}

/* 장비스펙 */
.de37 .sec_spec {
	padding-left:30px;
	margin-bottom:20px;
}
.de37 .sec_spec li{
	font-size: 1.25em;
	line-height: 35px;
	list-style : disc;
}

/* 이미지 */
.de37 .sec_img2x1 {
	border:0px solid blue;
}
.de37 .sec_img2x1 .span{
	border:0px solid red;
	float:left;
	display:block;
}
/*.
de37 .sec_img2x1 img{
	width:100%;
}
*/

.de37 .sec_img2x1 .img1{
	height:100%;
	border:0px solid blue;
}
.de37 .sec_img2x1 .img2{
	/*height:570px;*/
	border:0px solid red;
}

/* feature */
.de37 .sec_feature {
	padding-left:20px;
}

.de37 .sec_feature table tr{ }
.de37 .sec_feature table tr td{ border:0px solid blue;  }
@media screen and (max-width:567px){
	.de37 .sec_feature table { width:100%; }
	.de37 .sec_feature table tr td.lable{ max-width:10%; min-width:60px; font-size:1.2em;font-weight:bold;background-color:#EFF6F9;color:black; text-align:center;}
}
@media screen and (min-width:567px){
	.de37 .sec_feature table { width:95%; }
	.de37 .sec_feature table tr td.lable{ max-width:10%; min-width:100px; font-size:1.4em;font-weight:bold;background-color:#EFF6F9;color:black; text-align:center;}
}
.de37 .sec_feature table tr td.data{ width:90%; font-size:1.1em;border-left:1px solid black;}
.de37 .sec_feature table tr td  li{ 
	/* border:1px solid red; 	margin-left:30px;*/
	list-style:none;
	padding-left:10px;
	line-height:30px;
}



.de37 .sec01 { border:1px solid blue;}

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

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

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

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

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

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

.de37 .sec03 {}

/* 갤러리  */
.de37 .sec_gallary {
	width:100%;
    margin-top: 30px;
	border:1px solid blue;
}


.de37 img {
    width: 100%;
}


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



/*****************************************************************
de37 : 솔루션 근태관리
*****************************************************************/
.de38 {
    text-align: left;
    border: 0px solid #f00;
}

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

.de38 h4 {
    font-size: 1.5em;
    color: #D28474;
    margin: 50px 0 20px;
}

/* 설명문 */
.de38 .sec_info { 
	border:0px solid blue; 
	padding-left:10px;
	font-size: 1.25em;
	margin-bottom:30px;
}

/* 장비스펙 */
.de38 .sec_spec {
	padding-left:30px;
	margin-bottom:20px;
}
.de38 .sec_spec li{
	font-size: 1.25em;
	line-height: 35px;
	list-style : disc;
}

/* 이미지 */
.de38 .sec_img2x1 {
	border:0px solid blue;
}
.de38 .sec_img2x1 .span{
	border:0px solid red;
	float:left;
	display:block;
}
.de38 .sec_img2x1 img{
	width:48%;
}

/* feature */
.de38 .sec_feature {
	padding-left:20px;
}

.de38 .sec_feature table tr{ }
.de38 .sec_feature table tr td{ border:0px solid blue;  }
@media screen and (max-width:567px){
	.de38 .sec_feature table { width:100%; }
	.de38 .sec_feature table tr td.lable{ max-width:10%; min-width:60px; font-size:1.2em;font-weight:bold;background-color:#EFF6F9;color:black; text-align:center;}
}
@media screen and (min-width:567px){
	.de38 .sec_feature table { width:95%; }
	.de38 .sec_feature table tr td.lable{ max-width:10%; min-width:100px; font-size:1.4em;font-weight:bold;background-color:#EFF6F9;color:black; text-align:center;}
}
.de38 .sec_feature table tr td.data{ width:90%; font-size:1.1em;border-left:1px solid black;}
.de38 .sec_feature table tr td  li{ 
	/* border:1px solid red; 	margin-left:30px;*/
	list-style:none;
	padding-left:10px;
	line-height:30px;
}



.de38 .sec01 { border:1px solid blue;}

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

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

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

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

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

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

.de38 .sec03 {}

/* 갤러리  */
.de38 .sec_gallary {
	width:100%;
    margin-top: 30px;
	border:1px solid blue;
}

.de38 img { width: 100%; }


@media screen and (max-width: 567px) {
	.de38 .sec_img img { display:none; }
}

@media screen and (min-width: 567px) {
	.de38 .sec_img img { display:block; }
}

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



/*****************************************************************
de37 : 솔루션 병문안
*****************************************************************/
.de39 {
    text-align: left;
    border: 0px solid #f00;
}

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

.de39 h4 {
    font-size: 1.5em;
    color: #D28474;
    margin: 50px 0 20px;
}

/* 설명문 */
.de39 .sec_info { 
	border:0px solid blue; 
	padding-left:10px;
	font-size: 1.25em;
	margin-bottom:30px;
}

/* 장비스펙 */
.de39 .sec_spec {
	padding-left:30px;
	margin-bottom:20px;
}
.de39 .sec_spec li{
	font-size: 1.25em;
	line-height: 35px;
	list-style : disc;
}

/* 이미지 */
.de39 .sec_img2x1 {
	border:0px solid blue;
}
.de39 .sec_img2x1 .span{
	border:0px solid red;
	float:left;
	display:block;
}
.de39 .sec_img2x1 img{
	width:48%;
}

/* feature */
.de39 .sec_feature {
	padding-left:20px;
}
.de39 .sec_feature table { width:95%; }
.de39 .sec_feature table tr{ }
.de39 .sec_feature table tr td{ border:0px solid blue;  }
.de39 .sec_feature table tr td.lable{ max-width:10%; min-width:100px; font-size:1.4em;font-weight:bold;background-color:#EFF6F9;color:black; text-align:center;}
.de39 .sec_feature table tr td.data{ width:90%; font-size:1.1em;border-left:1px solid black;}
.de39 .sec_feature table tr td  li{ 
	display:block;
	float:left;
	width:40%;
	/* border:1px solid red; 	margin-left:30px;*/
	list-style:square;
	padding-left:30px;
	line-height:30px;
}



.de39 .sec01 { border:1px solid blue;}

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

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

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

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

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

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

.de39 .sec03 {}

/* 갤러리  */
.de39 .sec_gallary {
	width:100%;
    margin-top: 30px;
	border:1px solid blue;
}

.de39 img { width: 100%; }

@media screen and (max-width:567px){
	.de39 .sec_img span img { display:none;}
}
@media screen and (min-width:567px){
	.de39 .sec_img span img { display:block;}
}



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


/*****************************************************************
de37 : 솔루션 건설출역
*****************************************************************/
.de40 {
    text-align: left;
    border: 0px solid #f00;
}

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

.de40 h4 {
    font-size: 1.5em;
    color: #D28474;
    margin: 50px 0 20px;
}

/* 설명문 */
.de40 .sec_info { 
	border:0px solid blue; 
	padding-left:10px;
	font-size: 1.25em;
	margin-bottom:30px;
}

/* 장비스펙 */
.de40 .sec_spec {
	padding-left:30px;
	margin-bottom:20px;
}
.de40 .sec_spec li{
	font-size: 1.25em;
	line-height: 35px;
	list-style : disc;
}

/* 이미지 */
.de40 .sec_img2x1 {
	border:0px solid blue;
}
.de40 .sec_img2x1 .span{
	border:0px solid red;
	float:left;
	display:block;
}
.de40 .sec_img2x1 img{
	width:48%;
}

/* feature */
.de40 .sec_feature {
	padding-left:20px;
}

.de40 .sec_feature table tr{ }
.de40 .sec_feature table tr td{ border:0px solid blue;  }
@media screen and (max-width:567px){
	.de40 .sec_feature table { width:100%;  border:0px solid red;}
	.de40 .sec_feature table tr td.lable{ max-width:10%; min-width:60px; font-size:1.2em;font-weight:bold;background-color:#EFF6F9;color:black; text-align:center;}
}
@media screen and (min-width:567px){
	.de40 .sec_feature table { width:95%;  border:0px solid red;}
	.de40 .sec_feature table tr td.lable{ max-width:10%; min-width:100px; font-size:1.4em;font-weight:bold;background-color:#EFF6F9;color:black; text-align:center;}
}
.de40 .sec_feature table tr td.data{ width:90%; font-size:1.1em;border-left:1px solid black;}
.de40 .sec_feature table tr td  li{ 
	/* border:1px solid red; 	margin-left:30px;*/
	list-style:none;
	padding-left:10px;
	line-height:30px;
}



.de40 .sec01 { border:1px solid blue;}

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

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

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

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

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

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

.de40 .sec03 {}

/* 갤러리  */
.de40 .sec_gallary {
	width:100%;
    margin-top: 30px;
	border:1px solid blue;
}


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

.de40 .sec_img .img1{
	max-height:600px;
	border:0px solid red;
}

@media screen and (max-width: 568px) {
	.de40 .sec_img { display:none;	}
}
@media screen and (min-width: 568px) {
	.de40 .sec_img { display:block;	}
}

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



/*****************************************************************
de37 : 솔루션 식수관리
*****************************************************************/
.de41 {
    text-align: left;
    border: 0px solid #f00;
}

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

.de41 h4 {
    font-size: 1.5em;
    color: #D28474;
    margin: 50px 0 20px;
}

/* 설명문 */
.de41 .sec_info { 
	border:0px solid blue; 
	padding-left:10px;
	font-size: 1.25em;
	margin-bottom:30px;
}

/* 장비스펙 */
.de41 .sec_spec {
	padding-left:30px;
	margin-bottom:20px;
}
.de41 .sec_spec li{
	font-size: 1.25em;
	line-height: 35px;
	list-style : disc;
}

/* 이미지 */
.de41 .sec_img2x1 {
	border:0px solid blue;
}
.de41 .sec_img2x1 .span{
	border:0px solid red;
	float:left;
	display:block;
}
.de41 .sec_img2x1 img{
	width:48%;
}

/* feature */
.de41 .sec_feature {
	padding-left:20px;
}

.de41 .sec_feature table tr{ }
.de41 .sec_feature table tr td{ border:0px solid blue;  }
@media screen and (max-width:567px){
	.de41 .sec_feature table { width:100%; }
	.de41 .sec_feature table tr td.lable{ max-width:10%; min-width:60px; font-size:1.2em;font-weight:bold;background-color:#EFF6F9;color:black; text-align:center;}
}
@media screen and (min-width:567px){
	.de41 .sec_feature table { width:95%; }
	.de41 .sec_feature table tr td.lable{ max-width:10%; min-width:100px; font-size:1.4em;font-weight:bold;background-color:#EFF6F9;color:black; text-align:center;}
}
.de41 .sec_feature table tr td.data{ width:90%; font-size:1.1em;border-left:1px solid black;}
.de41 .sec_feature table tr td  li{ 
	/* border:1px solid red; 	margin-left:30px;*/
	list-style:none;
	padding-left:10px;
	line-height:30px;
}



.de41 .sec01 { border:1px solid blue;}

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

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

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

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

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

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

.de41 .sec03 {}

/* 갤러리  */
.de41 .sec_gallary {
	width:100%;
    margin-top: 30px;
	border:1px solid blue;
}


.de41 img {
    width: 100%;
}


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

/*****************************************************************
de42 : 솔루션 식수관리
*****************************************************************/
.de42 {
    text-align: left;
    border: 0px solid #f00;
}

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

.de42 h4 {
    font-size: 1.5em;
    color: #D28474;
    margin: 50px 0 20px;
	text-align:left;
	padding-left:10px;
}

/* 설명문 */
.de42 .sec_info { 
	border:0px solid blue; 
	padding-left:10px;
	/*font-size: 1.25em;*/
	margin-bottom:30px;
	margin-top:15px;
}
.de42 .sec_info p{ 
	font-size:1.25em;
	letter-spacing : 1px;
}

/* 이미지 */
.de42 .sec_img { 
	border:0px solid blue; 
	padding-left:10px;
	/*font-size: 1em;*/
	margin-bottom:30px;
	/*text-align:center;*/
	vertical-align:middle;
	/*padding-top:50px;*/
}

.de42 .sec_img img{ 
	max-height:500px;
	/*margin-top:50px;	*/
}

/* 컨텐츠 부분 */
.de42 .sec_content { 
	
	border:0px solid blue; 
	padding-left:10px;
	/*font-size: 1.25em;*/
	margin-bottom:30px;
}


/* 장비스펙 */
.de42 .sec_spec {
	padding-left:30px;
	margin-bottom:20px;
}
.de42 .sec_spec li{
	font-size: 1.25em;
	line-height: 35px;
	list-style : disc;
}

/* 이미지 */
.de42 .sec_img2x1 {
	border:0px solid blue;
}
.de42 .sec_img2x1 .span{
	border:0px solid red;
	float:left;
	display:block;
}
.de42 .sec_img2x1 img{
	width:48%;
}

.de42 .sec_img3x1 {
	margin-top:150px;
	border:0px solid blue;
}
.de42 .sec_img3x1 .div{
	border:0px solid red;
	float:left;
	display:block;
}
/*
.de42 .sec_img3x1 img{
	/*width:100%;* /
}
*/

.de42 .sec_img3x1 .img1 img{
	max-height:396px;
	/*border:1px solid red;*/
}

.de42 .sec_img3x1 .img2 img{
	max-height:100%;
	/*border:1px solid red;*/
}

.de42 .sec_img3x1 .img3 img{
	max-height:100%;
	/*border:1px solid red;*/
}

.de42 .spec_table h4{
	margin-left:10px;
}


@media screen and  (max-width: 568px) {
	.de42 .sec_img3x1 { display:none; }

	.de42 .spec_table table{
		margin-left:10px;
	}

}

@media screen and  (min-width: 568px) {
	.de42 .sec_img3x1 { display:block; }

	.de42 .spec_table table{
		margin-left:35px;
	}
}

/*****************************************************************
de43 : 솔루션 식수관리
*****************************************************************/
.de43 {
    text-align: left;
    border: 0px solid #f00;
}

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

.de43 h4 {
    font-size: 1.75em;
    color: #D28474;
    margin: 50px 0 20px;
}

/* 설명문 */
.de43 .sec_info { 
	border:0px solid blue; 
	padding-left:10px;	
	margin-bottom:30px;
	margin-top:15px;
}

.de43 .sec_info p{ 
	font-size: 1.25em;
	letter-spacing : 1px;
}

/* 이미지 */
.de43 .sec_img { 
	border:0px solid blue; 
	padding-left:10px;
	font-size: 1.25em;
	margin-bottom:30px;
	text-align:center;
	vertical-align:middle;
	padding-top:50px;
}

.de43 .sec_img .img11{ 
	border:0px solid red;
	max-height:420px;
	/*width:100%;*/
}

.de43 .sec_img .img12{
	margin-top:60px;
	border:0px solid red;
	max-height:700px;
	/*width:100%;*/
}


.de43 .sec_img .img21{ 
	border:0px solid red;
	max-height:270px;
	margin-top:80px;
	/*width:100%;*/
}

.de43 .sec_img .img22{ 
	border:0px solid red;
	max-height:280px;
	margin-top:82px;
	/*width:100%;*/
}


.de43 .sec_img .img23{ 
	border:0px solid red;
	max-height:210px;
	margin-top:80px;
	/*width:100%;*/
}

.de43 .sec_img .img24{ 
	border:0px solid red;
	max-height:180px;
	margin-top:75px;
	/*width:100%;*/
}

.de43 .sec_img .img25{ 
	border:0px solid red;
	max-height:210px;
	margin-top:78px;
	/*width:100%;*/
}

.de43 .sec_img .img31{ 
	border:0px solid red;
	max-height:220px;
	margin-top:65px;
	/*width:100%;*/
}

.de43 .sec_img .img32{ 
	border:0px solid red;
	max-height:200px;
	margin-top:86px;
	/*width:100%;*/
}

.de43 .sec_img .img33{ 
	border:0px solid red;
	max-height:45px;
	margin-top:130px;
	/*width:100%;*/
}

/* 컨텐츠 부분 */
.de43 .sec_content { 
	
	border:0px solid blue; 
	padding-left:10px;
	font-size: 1.25em;
	margin-bottom:30px;
}


/*****************************************************************
de44 : 솔루션 식수관리
*****************************************************************/
.de44 {
    text-align: left;
    border: 0px solid #f00;
}

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

.de44 h4 {
    font-size: 1.5em;
    color: #D28474;
    margin: 50px 0 20px;
}

/* 설명문 */
.de44 .sec_info { 
	border:0px solid blue; 
	padding-left:10px;
	font-size: 1.25em;
	margin-bottom:30px;
	margin-top:15px;
}

/* 이미지 */
.de44 .sec_img { 
	border:0px solid blue; 
	padding-left:10px;
	font-size: 1.25em;
	margin-bottom:30px;
	text-align:center;
	vertical-align:middle;
	padding-top:50px;
}

.de44 .sec_img img{ 
	max-height:250px;
	margin-top:65px;
	/*width:100%;*/
}

.de44 .sec_img .img2{ 
	border:0px solid red;
	max-height:600px;
	margin-top:0px;
	/*width:100%;*/
}


/* 컨텐츠 부분 */
.de44 .sec_content { 
	
	border:0px solid blue; 
	padding-left:10px;
	font-size: 1.25em;
	margin-bottom:30px;
}


.de46 h4{
	font-size:1.75em;
	color:#D28474;
}

.de46 .sec_spec{
}

.de46 .sec_spec p {
	font-size:1.25em;
	letter-spacing : 1px;
	padding-left:15px;
}


.de45 img.img1 {
	width:500px;
	/*max-height:800px;*/
	border:0px solid red;
	margin-bottom:30px;
}

.de45 .sec_info {	
	line-height:28px;
}

.de45 .sec_info p{
	font-size:1.25em;
	letter-spacing : 1px;
}

.de45 .sec_spec{
	margin-top:20px;
	font-size:1.2em;
	font-weight:400;
}

.de45 .sec_spec li{
	margin-top:10px;
}


/* 설명문 */
.de47 .sec_info { 
	border:0px solid blue; 
	padding-left:10px;
	/*font-size: 1.25em;*/
	margin-bottom:30px;
	margin-top:0px;
}

.de47 .sec_info h4{
	font-size:1.75em;
	color:#D28474;
}

/* 이미지 */
.de47 .sec_img { 
	border:0px solid blue; 
	padding-left:10px;
	font-size: 1.25em;
	margin-bottom:30px;
	text-align:center;
	vertical-align:middle;
	padding-top:30px;
}

.de47 .sec_img .img1{ 
	border:0px solid red;
	max-height:160px;
	margin-top:30px;
	/*width:100%;*/
	margin-bottom:50px;
}

.de47 .sec_img .img2{ 
	border:0px solid red;
	max-height:280px;
	margin-top:-25px;
}

.de47 .sec_img .img3{ 
	border:0px solid red;
	max-height:260px;
	margin-top:-25px;
}

.de47 .sec_img .img4{ 
	border:0px solid red;
	max-height:180px;
}



/*****************************************************************
de48 : 얼굴인식
*****************************************************************/
.de48 {
    text-align: left;
    border: 0px solid #f00;
}

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

.de48 h4 {
    font-size: 1.5em;
    color: #D28474;
    margin: 50px 0 20px;
	text-align:left;
	padding-left:10px;
}

/* 설명문 */
.de48 .sec_info { 
	border:0px solid blue; 
	padding-left:10px;
	/*font-size: 1.25em;*/
	margin-bottom:30px;
	margin-top:15px;
}
.de48 .sec_info p{ 
	font-size:1.25em;
	letter-spacing : 1px;
}

/* 이미지 */
.de48 .sec_img { 
	border:0px solid blue; 
	padding-left:10px;
	/*font-size: 1em;*/
	margin-bottom:30px;
	/*text-align:center;*/
	vertical-align:middle;
	/*padding-top:50px;*/
}

.de48 .sec_img img{ 
	max-height:500px;
	/*margin-top:50px;	*/
}


/* 이미지 네트워크 구성도 */
.de48 .sec_img_network { 
	border:0px solid blue; 
	padding-left:10px;
	/*font-size: 1em;*/
	margin-bottom:30px;
	/*text-align:center;*/
	vertical-align:middle;
	/*padding-top:50px;*/
}

.de48 .sec_img_network img{ 
	max-height:500px;
	/*margin-top:50px;	*/
}


@media screen and (max-width:565px){
	.de48 .sec_img_network{
		display:none;
	}
}

/* 컨텐츠 부분 */
.de48 .sec_content { 
	
	border:0px solid blue; 
	padding-left:10px;
	/*font-size: 1.25em;*/
	margin-bottom:30px;
}


/* 장비스펙 */
.de48 .sec_spec {
	padding-left:30px;
	margin-bottom:20px;
}
.de48 .sec_spec li{
	font-size: 1.25em;
	line-height: 35px;
	list-style : disc;
}

/* 이미지 */
.de48 .sec_img2x1 {
	border:0px solid blue;
}
.de48 .sec_img2x1 .span{
	border:0px solid red;
	float:left;
	display:block;
}
.de48 .sec_img2x1 img{
	width:48%;
}

.de48 .sec_img3x1 {
	margin-top:150px;
	border:0px solid blue;
}
.de48 .sec_img3x1 .div{
	border:0px solid red;
	float:left;
	display:block;
}
/*
.de48 .sec_img3x1 img{
	/*width:100%;* /
}
*/

.de48 .sec_img3x1 .img1 img{
	max-height:396px;
	/*border:1px solid red;*/
}

.de48 .sec_img3x1 .img2 img{
	max-height:100%;
	/*border:1px solid red;*/
}

.de48 .sec_img3x1 .img3 img{
	max-height:100%;
	/*border:1px solid red;*/
}

.de48 .spec_table h4{
	margin-left:10px;
}


@media screen and  (max-width: 568px) {
	.de48 .sec_img3x1 { display:none; }

	.de48 .spec_table table{
		margin-left:10px;
	}

}

@media screen and  (min-width: 568px) {
	.de48 .sec_img3x1 { display:block; }

	.de48 .spec_table table{
		margin-left:35px;
	}
}


/* 상품설명 테이블 */
.spec_table {
	/*padding-left:20px;*/
}
.spec_table table tr{ }
.spec_table table tr th{ font-size:1.1em;font-weight:bold;background-color:#EFF6F9;color:black; text-align:center;border-top:1px solid black;border-bottom:1px solid black;}
.spec_table table tr td.header{ background-color:#EFF6F9;text-align:center;font-weight:bold;}

@media screen and (max-width:565px){
.spec_table table { width:100%; }
.spec_table table tr td{ font-size:1.1em;border-top:1px solid black;border-left:1px solid black;border-bottom:1px solid black;padding:5px;}

}
@media screen and (min-width:565px){
.spec_table table { width:95%; }
.spec_table table tr td{ font-size:1.1em;border-top:1px solid black;border-left:1px solid black;border-bottom:1px solid black;padding:5px;}

}

/*
	공통 마진 
*/
.margin-top { margin-top:20px; }

.margin-top-sup { margin-top:10px; }

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


.product_gallery{

}

.product_gallery img{ 
	border:0px solid red; 
	margin-bottom:20px;
}

