@charset "utf-8";
/* *******************************************************
 * filename : content.css
 * description : 서브페이지 컨텐츠 CSS
 * date : 2020-11-25
******************************************************** */

/********** 사업영역 **********/

/***** 방역소독 *****/
/*** SI ***/
.business-page .sub-tab-list-style ul li {background-color: #fff; margin-right: 10px; border: 1px solid #ddd;}
.business-page .sub-tab-list-style ul li a em{font-size: 20px; letter-spacing: -0.045em;}
.business-page .sub-tab-list-style ul li.selected a em {font-weight: 500;}
.business-page .cm-tab-container-JS02 .sub-tab-con {padding-top: 32px;}

/* ****************** 공통 :: 게시판 상단 TOTAL 및 카테고리 검색 ********************** */
.business-page .bbs-top-list-box{display:flex; align-items:center; justify-content:space-between; flex-direction:row-reverse; flex-wrap:wrap; margin-bottom:30px}
/* -------- 리스트 Total 갯수 -------- */
.business-page .total-list-con{color:#333; font-size:15px; letter-spacing:-0.25px;}
.business-page .total-list-con b{color: #003887 !important;}
.business-page .total-list-con i{font-size:16px; margin-right:2px; position:relative; top:1px;}
/* -------- 카테고리 -------- */
.business-page .board-category-box{width:200px; margin-left:auto; }
.business-page .bbs-top-list-box:not(.top-search-center) .board-search-box + .board-category-box{margin-right:10px;}
.business-page .board-category-box .category-select{width:100%; height:50px; border:1px solid #ddd; font-size:15px; padding:0 10px; box-sizing:border-box;}
.business-page .bbs-top-category{position:relative; width:100%; text-align:left; letter-spacing:-0.25px;}
.business-page .bbs-top-category .category-trigger-btn{display:flex; align-items:center; width:100%; height:50px; padding:0 15px; text-align:left; font-size:15px; border:1px solid #ddd; background-color:#fff; color:#333; box-sizing:border-box; }
.business-page .bbs-top-category .category-trigger-btn:after{position:absolute; right:10px; top:50%; transform:translateY(-50%); font-size:18px; font-family: 'xeicon'; content:"\e942";}
.business-page .bbs-top-category.open .category-trigger-btn:after{content:"\e945";}
.business-page .bbs-top-category-list{position:absolute; top:100%; left:0px; width:100%; background-color:#fff; border:1px solid #ddd; border-top:0;  z-index:1; display:none; box-sizing:border-box;}
.business-page .bbs-top-category-list a{display:block; padding:15px; color:#333; font-size:13px; transition:all 0.3s}
.business-page .bbs-top-category-list.selected a{background-color:#eee;}
.business-page .bbs-top-category-list a:hover{background-color:#f2f2f2; }
/* 스타일 02(하단라인형) */
.business-page .category-style-bottom-line .category-select,
.business-page .category-style-bottom-line .category-trigger-btn{border:0; border-bottom:3px solid #333;}
.business-page .category-style-bottom-line .bbs-top-category-list{border-width:3px; border-color:#333;}
/* 스타일 03(원형배경) */
.business-page .category-style-radius .category-select,
.business-page .category-style-radius .category-trigger-btn{background-color:#f7f7f7; border-radius:50px; border:0; padding-left:1.5em;}
.business-page .category-style-radius .bbs-top-category-list{left:1.5em; right:1.5em; width:auto; margin-top:-8px; border:1px solid #333; box-shadow:3px 4px 7px 0px rgba(0, 0, 0, 0.1);}
/* -------- 리스트 갯수 Sort -------- */
/* 갯수 Sort */
.business-page .top-view-select-box{margin-left: 15px; float: left; margin-bottom:20px;}
.business-page .top-view-select-box select{width:120px; height:34px; border:1px solid #ccc; vertical-align:top;}
@media all and (max-width:800px) {
	.business-page .bbs-top-list-box{margin-bottom:5%; }
	.business-page .bbs-top-list-box:not(.bbs-top-category-box){flex-direction:initial; }
	/* 공통 :: TOTAL NUMBER 및 카테고리 검색 */
	.business-page .board-category-box select{width:150px}
	/* ~개씩 보기 */
	.business-page .top-view-select-box{margin-left: 15px;}
	.business-page .top-view-select-box select{width:100px;}
	/* 우측 카테고리 */
	.business-page .board-category-box{width:50%; max-width:200px;}
	.business-page .bbs-top-list-box:not(.top-search-center) .board-search-box + .board-category-box{margin-right:0;}
	/* 탭 css 수정 */
	.business-page .sub-tab-list-style ul li {margin-right: 0; border: 0; border-top: 1px solid #eee;}
	.business-page .sub-tab-list-style ul li a em{font-size: 15px;}
	.business-page .sub-tab-list-style ul li.selected a em {color: #004597;}
}
@media all and (max-width:480px) {
	/* 리스트 Total 갯수 */
	.business-page .total-list-con{font-size:13px;}
	/* ~개씩 보기 */
	.business-page .top-view-select-box{margin-left: 10px;}
	.business-page .top-view-select-box select{width:80px;}
	/* 우측 카테고리 */
	.business-page .board-category-box .category-select{height:40px;}
	.business-page .bbs-top-category .category-trigger-btn{height:40px; font-size:13px;}
}
@media all and (max-width:359px) {
	/* ~개씩 보기 */
	.business-page .top-view-select-box select{width:55px;}
}

/* ****************** 공통 :: SEARCH BOX ********************** */
.business-page .board-search-box{text-align:center; padding:30px 0; }
.business-page .board-search-box .board-search-inner{display:flex; align-items:center; max-width:500px; height:50px; margin:0px auto; box-sizing:border-box; border:1px solid #ddd; background-color:#fff;}
.business-page .board-search-box .board-search-inner:after{display:none;}
.business-page .board-search-box .search-subject-select,
.business-page .board-search-box .search-word{height:100%; background-color:transparent; border:0; padding:0 15px; font-size:15px; color:#333; letter-spacing:-0.3px; box-sizing:border-box;}
.business-page .board-search-box .search-subject-select{width:120px; }
.business-page .board-search-box .search-subject-select:not(.custom-select){padding-left:1em;}
.business-page .board-search-box .search-word{width:100%; border-right:0;}
.business-page .board-search-box .search-subject-select + .search-word,
.business-page .board-search-box .board-custom-select-box + .search-word{width:calc(100% - 170px); border-left:1px solid #ddd; }
.business-page .board-search-box .search-subject-select:focus,
.business-page .board-search-box .search-word:focus{color:#333; outline:none; background-color:transparent;}
.business-page .board-search-box .search-word::placeholder{color:#333;}
.business-page .board-search-box .search-word::-webkit-search-cancel-button{display:none;}
.business-page .board-search-box .bbs-search-btn{margin:0px; border:0; width:50px; height:100%; font-size:15px; letter-spacing:-0.5px; color:#333; cursor:pointer; vertical-align:top; }
.business-page .board-search-box .bbs-search-btn i{line-height:40px; font-size:20px; color: #fff;}
/* Search Select Custom */
.business-page .board-search-box .board-custom-select-box{width:120px; height:100%; }
.business-page .board-custom-select-box .custom-select-wrapper{height:100%;}
.business-page .board-custom-select-box .search-subject-select{padding:0;}
.business-page .board-custom-select-box .custom-select-trigger{border:0; height:100%; display:flex; align-items:center; }
.business-page .board-custom-select-box .custom-option-drop-list{border-color:#ddd; left:-1px; right:-1px;}
.business-page .board-custom-select-box .custom-option-item{text-align:left; font-size:0.8666em; font-weight:400; padding:8px 15px;}
.business-page .board-custom-select-box .custom-option-item.selection{background-color:#eee; }
/* 스타일 02(하단라인형) */
.business-page .search-style-bottom-line .board-search-inner{border:0; border-bottom:3px solid #333;}
.business-page .search-style-bottom-line .search-subject-select + .search-word,
.business-page .search-style-bottom-line .board-custom-select-box + .search-word{border-left:0;}
.business-page .search-style-bottom-line .board-custom-select-box .custom-option-drop-list{margin-top:3px; left:0; border-width:3px; border-color:#333;}
/* 스타일 03(원형배경) */
.business-page .search-style-radius .board-search-inner{background-color:#f7f7f7; border-radius:50px; border:0;}
.business-page .search-style-radius .search-subject-select + .search-word,
.business-page .search-style-radius .board-custom-select-box + .search-word{border-left:0;}
.business-page .search-style-radius .board-custom-select-box .custom-select-trigger{padding-left:1.5em}
.business-page .search-style-radius .board-custom-select-box .custom-option-drop-list{left:1.5em; margin-top:-8px; border:1px solid #333; box-shadow:3px 4px 7px 0px rgba(0, 0, 0, 0.1);}
/* -------- SEARCH BOX 상단 일때  -------- */
.business-page .bbs-top-list-box .board-search-box{width:420px; padding:0;}
.business-page .bbs-top-list-box .board-search-inner{/* margin:0; max-width:none; */}
/* 센터정렬 */
.business-page .bbs-top-list-box.top-search-center{justify-content:flex-end;}
.business-page .bbs-top-list-box.top-search-center .board-search-box{width:100%; margin:0 auto 30px; }

@media all and (max-width:800px) {
	.business-page .board-search-box{padding:0; border:0}
	.business-page .board-search-box .board-search-inner{max-width:none; }
	/* -------- SEARCH BOX 상단 일때  -------- */
	.business-page .bbs-top-list-box .board-search-box{width:100%; margin-bottom:5%;}
	/* 센터정렬 */
	.business-page .bbs-top-list-box.top-search-center{justify-content:flex-start;}
	.business-page .bbs-top-list-box.top-search-center .board-search-box{margin-bottom:5%;}
}
@media all and (max-width:480px) {
	.business-page .board-search-box .board-search-inner{height:40px;}
	.business-page .board-search-box .search-subject-select,
	.business-page .board-search-box .search-word{font-size:13px;}
	.business-page .board-search-box .search-subject-select{width:100px}
	.business-page .board-search-box .search-subject-select + .search-word,
	.business-page .board-search-box .board-custom-select-box + .search-word{width:calc(100% - 150px);}
	.business-page .board-search-box .board-custom-select-box{width:100px;}
	.business-page .board-custom-select-box .custom-select-trigger{font-size:13px;}
}

/* -------- 공통 :: Custom Select -------- */
.business-page .custom-select-box{display:block; width:100%;}
.business-page .custom-select-box select {display: none;}
.business-page .custom-select-wrapper {position: relative; user-select: none; -webkit-user-select: none; cursor: pointer; width:100%;}
.business-page .custom-select-wrapper .custom-select {position: relative; display: block;}
.business-page .custom-select-trigger {position: relative; display: block; width: 100%; padding:0 15px; color: #333; line-height: 40px; cursor: pointer; transition: all 0.2s ease-in-out; font-size:15px; border:1px solid #ccc; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.business-page .custom-select-trigger:after{font-family: 'xeicon'; position:absolute; top:50%; right:10px; transform:translateY(-50%); content: "\e942"; font-size:18px;}
.business-page .custom-select.opened .custom-select-trigger:after{content: "\e945";}
/* Custom Select :: Option Drop List */
.business-page .custom-option-drop-list {position: absolute; display: none; top: 100%; left: 0%; right: 0; z-index:11; overflow-y:auto; max-height:200px; background: #fff; border:1px solid #ccc; border-top:0; pointer-events: none; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.business-page .custom-option-drop-list::-webkit-scrollbar{width: 5px;}
.business-page .custom-option-drop-list::-webkit-scrollbar-thumb{background-color:#333; border-radius:5px; transition:all 0.5s;}
.business-page .custom-option-drop-list::-webkit-scrollbar-track{background-color:#f2f2f2; border-radius:0;}
.business-page .custom-select.opened .custom-option-drop-list {opacity: 1; visibility: visible; pointer-events: all;}
.business-page .custom-option-item {position: relative; display: block; padding: 15px; font-size:13px; font-weight: 500; color: #555; line-height: 1.5; cursor: pointer; transition: all 0.05s ease-in-out;}
.business-page .custom-option-item:hover {background:#f2f2f2;}
.business-page .custom-option-item.selection{color:#000;}

 /* ******************   갤러리 게시판 :: 갤러리 G15 ********************** */
.business-page .bbs-basic-gallery-con15 > ul {overflow:hidden; margin: -1.21%;}
.business-page .bbs-basic-gallery-con15 > ul li {float:left; width:30.89%; margin:1.21%; }
.business-page .bbs-basic-gallery-con15 > ul li a{display:block; position:relative; background-color: #fff;}
.business-page .bbs-basic-gallery-con15 .gallery-img-thumb {position:relative; overflow:hidden; height:0; padding-top:80%;}
.business-page .bbs-basic-gallery-con15 .gallery-img-thumb .img-box {padding: 20px;}
.business-page .bbs-basic-gallery-con15 .category{position:absolute; bottom:0px; right:0px; width:100px; height:30px; line-height:30px; background-color:#fff; color:#000; font-size:13px; font-weight:600;z-index:1; text-align:center;}
.business-page .bbs-basic-gallery-con15 > ul li img {position:absolute; top:50%; left:50%; transform: translate(-50%, -50%); max-width:100%; max-height: 80%;} 
.business-page .bbs-basic-gallery-con15 > ul li .gallery-tit {display:block; padding:20px 0 15px; font-size:24px;  letter-spacing: -1px; color:#000000;  white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.business-page .bbs-basic-gallery-con15 > ul li .date {font-size:13px; letter-spacing:-0.25px; color: #aaa;}
.business-page .bbs-basic-gallery-con15 > ul li .img-over-thum {position:absolute; opacity:0;filter:Alpha(opacity=0); width:100%; height:100%; left:0; top:0; background-color:rgba(9,9,9, 0.6); -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; }
.business-page .bbs-basic-gallery-con15 > ul li .img-over-thum span {position:absolute; top:50%; width:100%; text-align:center; transform:translateY(-50%);}
.business-page .bbs-basic-gallery-con15 > ul li .img-over-thum span i {font-size:48px; color: #fff; transition: transform 0.4s;}

@media all and (min-width:801px){
	.business-page .bbs-basic-gallery-con15 > ul li:hover .img-over-thum {opacity:1;filter:Alpha(opacity=100);-webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; }
}
@media all and (max-width:1024px){
	.business-page .bbs-basic-gallery-con15 > ul { margin:-15px -1%;}
	.business-page .bbs-basic-gallery-con15 > ul li{width:48%; margin:15px 1%;}
	.business-page .bbs-basic-gallery-con15 > ul li .gallery-tit{font-size:15px; margin-bottom:0;}
	.business-page .bbs-basic-gallery-con15 > ul li .img-over-thum span i{font-size:30px; margin-left:5px; position:relative; top:-2px;}
 }
@media all and (max-width:800px){
    .business-page .bbs-basic-gallery-con15 > ul li .gallery-tit{height:24px; line-height:24px; font-size:15px; padding-top:10px;}
	.business-page .bbs-basic-gallery-con15 .category {width:auto; padding:0 20px; height:25px; line-height:25px;}
    .business-page .bbs-basic-gallery-con15 > ul li .img-over-thum span{bottom:-30px; height:30px; line-height:30px; font-size:13px;}
    .business-page .bbs-basic-gallery-con15 > ul li .img-over-thum span i{font-size:18px; margin-left:3px;}
}

/* -------- 공통 :: business SI gallery -------- */
.business-page .bbs-basic-gallery-con15 .gallery-con15-list-con {margin: 0 -1.9% !important;}
.business-page .bbs-basic-gallery-con15 .gallery-con15-list-con li {position: relative; width: 29.53%; margin: 2px 1.9% 3.8% 1.9%; border: 1px solid #ddd; transition: 0.3s; box-sizing: border-box;}
.business-page .bbs-basic-gallery-con15 .gallery-con15-list-con li::before {position: absolute; top: -3px; left: -3px; content: ""; width: 100%; height: 100%; border: 3px solid transparent; transition: 0.3s;}
.business-page .bbs-basic-gallery-con15 .gallery-con15-list-con li:hover {border-color: transparent;}
.business-page .bbs-basic-gallery-con15 .gallery-con15-list-con li:hover::before {border-color: #004597;}
.business-page .bbs-basic-gallery-con15 > ul li .img-over-thum .thum-txt {position: absolute; top: 50%; width: 100%; text-align: center; transform: translateY(-50%);}
.business-page .bbs-basic-gallery-con15 > ul li .img-over-thum span {position: static;}
.business-page .bbs-basic-gallery-con15 > ul li .img-over-thum p {color: #fff; font-size: 28px; font-weight: 700; line-height: 1.1em; letter-spacing: -0.025em; padding-top: 20px;}
.business-page .bbs-basic-gallery-con15 .gallery-con15-list-con .txt-box {position: relative; z-index: 1; border-top: 1px solid #ddd; transition: 0.3s; background-color: #fff;}
.business-page .bbs-basic-gallery-con15 .gallery-con15-list-con li:hover .txt-box {border-top: 1px solid transparent;}
.business-page .bbs-basic-gallery-con15 .gallery-con15-list-con .txt-box .box-inner {padding: 40px;}
.business-page .bbs-basic-gallery-con15 .gallery-con15-list-con .txt-box .box-inner .detail-box {height: 108.76px; overflow: hidden;}
.business-page .bbs-basic-gallery-con15 .gallery-con15-list-con .txt-box h6 {font-size: 22px; font-weight: 700; line-height:1.4em; letter-spacing: -0.065em; color: #333; padding-bottom: 30px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.business-page .bbs-basic-gallery-con15 .gallery-con15-list-con .txt-box p {font-size: 16px; font-weight: 400; line-height: 1.7em; letter-spacing: -0.025em; color: #666; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.business-page .bbs-basic-gallery-con15 .gallery-con15-list-con .txt-box p strong {display: inline-block; font-weight: 600; color: #222; min-width: 80px; padding-right: 10px;}
.business-page .bbs-basic-gallery-con15 .gallery-con15-list-con .btn-box {display: flex; align-items: center; justify-content: space-between; padding-top: 33px;}
.business-page .bbs-basic-gallery-con15 .gallery-con15-list-con .btn-box a {display: flex; align-items: center; justify-content: center; font-size: 17px; font-weight: 700; line-height: 1.4em; letter-spacing: -0.065em; color: #888; border: 1px solid #ddd; width: 48%; height: 56px;}
.business-page .bbs-basic-gallery-con15 .gallery-con15-list-con .btn-box .blue-btn {color: #fff; background-color: #003887; border-color: #003887; margin-right: 10px;}

@media all and (max-width: 1024px) {
	.business-page .bbs-basic-gallery-con15 .gallery-con15-list-con .btn-box {flex-direction: column;}
	.business-page .bbs-basic-gallery-con15 .gallery-con15-list-con .btn-box .blue-btn {margin-right: 0; margin-bottom: 10px;}
	.business-page .bbs-basic-gallery-con15 .gallery-con15-list-con .btn-box a {width: 100%;}
}

@media all and (max-width: 800px) {
	.business-page .bbs-basic-gallery-con15 .gallery-con15-list-con li::before {display: none;}
	.business-page .bbs-basic-gallery-con15 .gallery-con15-list-con li:hover {border-color: #ddd;}
	.business-page .bbs-basic-gallery-con15 .gallery-con15-list-con li:hover .txt-box {border-top: 1px solid #ddd;}
	.business-page .bbs-basic-gallery-con15 .gallery-con15-list-con {margin: 0 !important;}
	.business-page .bbs-basic-gallery-con15 .gallery-con15-list-con li {width: calc(50% - 15px); margin: 0 30px 30px 0;}
	.business-page .bbs-basic-gallery-con15 .gallery-con15-list-con li:nth-child(even) {margin-right: 0;}
}

@media all and (max-width: 640px) {
	.business-page .bbs-basic-gallery-con15 .gallery-con15-list-con li {width: 100%; margin: 0 0 30px 0;}
}

/* -------- business SI :: 스펙 상세보기 -------- */
.business-spec-page .spec-detail-wrap {background-color: #fff; padding: 53px 60px;}
.business-spec-page .spec-detail-wrap .detail-img-box {display: flex; align-items: center; justify-content: center; background-color: #f4f4f4; max-height: 400px;}
.business-spec-page .spec-detail-wrap .btn-box {display: flex; align-items: center; justify-content: center; margin-top: 40px;}
.business-spec-page .spec-detail-wrap > .btn-box a {display: flex; align-items: center; justify-content: center; font-size: 17px; font-weight: 700; line-height: 1.4em; letter-spacing: -0.065em; color: #fff; background-color: #003887; width: 153.25px; height: 58px;}
.business-spec-page .spec-detail-wrap > h2 {font-size: 34px; font-weight: 700; line-height: 1em; letter-spacing: -0.025em; color: #222; padding-bottom: 35px;}
.business-spec-page .spec-detail-wrap .detail-img-box img {max-width: 100%;}
.business-spec-page .spec-detail-wrap .detail-txt-box {margin-top: 40px;}
.business-spec-page .spec-detail-wrap .detail-txt-box table {width: 100%; border-top: 1px solid #484848;}
.business-spec-page .spec-detail-wrap .detail-txt-box table th {background-color: #f4f4f4; font-size: 16px; font-weight: 500; line-height: 1.2em; letter-spacing: -0.065em; color: #222; border-bottom: 1px solid #ddd; padding: 20px 35px;}
.business-spec-page .spec-detail-wrap .detail-txt-box table td {font-size: 15px; font-weight: 400; line-height: 1.2em; letter-spacing: -0.025em; color: #555; border-bottom: 1px solid #ddd; padding: 20px 35px;}

@media all and (max-width: 800px) {
	.business-spec-page .spec-detail-wrap .btn-box {margin-top: 20px;}
	.business-spec-page .spec-detail-wrap > .btn-box a {width: 120px; height: 45px; font-size: 14px;}
	.business-spec-page .spec-detail-wrap .detail-txt-box {margin-top: 20px;}
	.business-spec-page .spec-detail-wrap .detail-txt-box table th, .business-spec-page .spec-detail-wrap .detail-txt-box table td {padding: 10px 20px;}
	.business-spec-page .spec-detail-wrap .detail-txt-box table th {font-size: 13px;}
	.business-spec-page .spec-detail-wrap .detail-txt-box table td {font-size: 12px;}
	.business-spec-page .spec-detail-wrap > h2 {font-size: 22px; padding-bottom: 20px;}
}

@media all and (max-width: 640px) {
	.business-spec-page .spec-detail-wrap .detail-txt-box table th, .business-spec-page .spec-detail-wrap .detail-txt-box table td {display: block;}
}