@charset "UTF-8";
/* root */
:root {
  --page-title : 1.75em;
  --page-subtitle : 1.25em;

}

/* 서브 비주얼 및 LNB */
.sub_visu {position: relative;}
.sub_visu.sub10 {background: url('../img/sub/subvisual01.jpg') center no-repeat;}
.sub_visu.sub13 {background: url('../img/sub/subvisual02.jpg') center no-repeat;}
.sub_visu.sub14 {background: url('../img/sub/subvisual03.jpg') center no-repeat;}
.sub_visu.sub15 {background: url('../img/sub/subvisual04.jpg') center no-repeat;}

.sub_tit_wrap {color: #fff; padding: 6.5rem 0;}
.sub_tit_wrap .sub_tit {font-size: 2.5rem; font-weight: 400; margin-bottom: 0.25rem;}
.sub_tit_wrap .sub_tit_small {font-size: 15px;}
.subcon_wrap {margin: 5rem auto 6.25rem;}

.lnb_wrap {float: left; width: 230px; box-sizing:border-box; position: relative;}
.lnb {}
.lnbmenu .ulDepth2 {margin-top: 146px;}
.lnbmenu .menuDepth1 > a {text-align: center; padding: 2.75rem 0; font-size: 1.625rem; font-weight: 500; background: var(--keycolor); color: #fff; cursor: default;}
.lnbmenu .menuDepth2 > a {padding: 0.75rem 1rem; font-size: 1.1rem; border-bottom: 1px solid #d7d7d7; font-weight: 500; }
.lnbmenu .menuDepth2 > a:hover {color: var(--keycolor);}
.lnbmenu .menuDepth2.on > a {color: var(--keycolor);}
.lnbmenu .ulDepth3 {display: none;padding: 0.75rem 0;box-sizing:border-box; background: #efefef; border-bottom: 1px solid #d7d7d7; transition:height 0.3s linear;}
.lnbmenu .ulDepth2 > li:hover .ulDepth3, .lnbmenu .ulDepth2 > li.on .ulDepth3 {display:block;}
.lnbmenu .menuDepth3 > a {padding: 0 1rem; letter-spacing: -0.5px; margin-left: 1rem; position: relative; font-weight: 400;}
.lnbmenu .menuDepth3 > a:before {content:'-'; position: absolute; left: 2px; top: 0px;}
.lnbmenu .menuDepth3 + .menuDepth3 {margin-top: 0.375rem;}
.lnbmenu .menuDepth3:hover > a, .lnbmenu .menuDepth3.on > a {color:var(--keycolor); text-decoration: underline;}

/*  */
.csInfo {position: absolute; top: 129px; left: 0; background: #f5f5f5;padding: 0.75rem 0.5rem; box-sizing: border-box; width: 100%;}
.csInfo .cs_tit { text-align: center; font-weight: 600; font-size: 18px; border-bottom: 1px solid #333; width: 80%; margin: auto; padding-bottom: 5px;}
.csInfo ul {padding: 1rem 0.5rem 0.5rem;}
.csInfo ul li {}
.csInfo ul li img {display: inline-block; margin-right: 7px;}
.csInfo ul li span {display: inline-block; letter-spacing:-0.5px;}
.csInfo ul li + li {margin-top: 10px;}

/*  */
.subcon {float: right; width: calc(100% - 230px - 5%); box-sizing:border-box; margin-left: 5%;}
.subTit { font-size: var(--page-title); font-weight: 400; padding-bottom: 0.5rem;border-bottom: 1px solid #333; margin-bottom: 3.75rem; padding-bottom: 0.75rem; }
.subTit small {display: block; font-size: 1rem; color: #888; padding-top: 0.25rem;}

.bull {position: relative; padding-left: 1rem;}
.bull:before {content:''; width: 3px; height: 3px; background: #999999; border-radius:50%; position: absolute; left: 0; top:13px;}

/* 회사소개 > 인사말 */
.sub1010 {display: flex; justify-content: space-between;}
.sub1010 .p_br {display: inline-block;}
.sub1010 .txt_wrap {width: 48%;}
.sub1010 .txt_wrap .st1 {font-size: var(--page-title); font-weight: 600; letter-spacing: -0.5px; line-height: 1.5; position: relative; padding-bottom: 3.5rem; color: var(--keycolor);}
.sub1010 .txt_wrap .st1:after {content:''; width: 50px; height: 3px; background: var(--keycolor); position: absolute; left: 0; bottom:0;}
.sub1010 .txt_wrap .st2 {margin: 3rem 0 2rem; font-size: 1.25em; word-break:keep-all; color:#D43B3B; font-weight: 600;}
.sub1010 .txt_wrap .st3 {font-size: 1.125em;}
.sub1010 .sign {font-size: 1.125em; margin-top: 4rem;}
.sub1010 .img_wrap {width: 48%;}

/* 회사소개 > 연력 회사현황 */
.sub1011 {}
.sub1011 .article{}
.sub1011 .article+.article{margin-top:4rem; border-top: 1px solid #ddd; padding-top:4rem;}
.sub1011 .article .art_tit{font-size:var(--page-title); font-weight: 600; margin-bottom:2rem; position: relative; padding-left: 1rem}
.sub1011 .article .art_tit:before{position:absolute; top:5px; left:0; content:''; width:4px; height:80%; background: var(--keycolor);}
.sub1011 .article .art_desc{}
.sub1011 .article .art_desc dl{display: flex; background-color: #f4f4f4; padding: 2rem 4rem; border-radius: 12px;}
.sub1011 .article .art_desc dl+dl{margin-top:1rem;}
.sub1011 .article .art_desc dl dt{width: 200px; font-size: 1.25em;font-weight: 500;}
.sub1011 .article .art_desc dl dd{width: calc(100% - 200px); }

/* 회사소개 > 경영이념 */
.sub1012 {}
.sub1012 .st1 {font-size: var(--page-subtitle); text-align: center; word-break: keep-all}
.sub1012 .st2 {font-size: var(--page-title); text-align: center;  font-weight: 600; margin-top: 1em; word-break: keep-all;}
.sub1012 .circle_container { display: flex; justify-content: center; align-items: center; gap: 4%; margin: 4rem 0; position:relative}
.sub1012 .circle_container:before {position: absolute; top:50%; left: 50%; transform: translate(-50%,-50%); width: 50%; height:15px; content:''; background: #ddd; z-index: -1;}
.sub1012 .circle { width: 12vw; height: 12vw; max-width: 200px; max-height:200px; min-width: 180px; min-height:180px; border-radius: 50%; color: #fff; display: flex; align-items: center; justify-content: center; font-size: 20px; font-weight: bold; box-shadow: 0 4px 8px rgba(0,0,0,0.2); outline: 4px solid rgba(255,255,255,0.8); outline-offset: -1rem;}
.sub1012 .yellow { background-color: #ffcc33; }
.sub1012 .pink { background-color: #f17b7b; }
.sub1012 .green { background-color: #6ed96e; }

.sub1012 .description { display: flex; justify-content: center; flex-wrap: wrap; gap: 1rem; }
.sub1012 .desc_box { border: 1px solid #ddd; border-radius: 16px; padding: 2rem 0.5rem; width: 30%; max-width:250px; text-align: center; word-break: keep-all; box-sizing: border-box;}
.sub1012 .desc_box b { font-size: 18px; font-weight: 600;}
.sub1012 .highlight_yellow { color: #ff9900; }
.sub1012 .highlight_pink { color: #e35b5b; }
.sub1012 .highlight_green { color: #3cb043; }

/* 회사소개 > 조직도 */
.sub1013 {text-align: center;}

/* 회사소개 > 면허보유현황 */
.sub1014 {margin-bottom: 4rem;}
.sub1014 .article{}
.sub1014 .article .art_desc{}
.sub1014 .article .art_desc dl{display: flex; background-color: #f4f4f4;;border-radius: 12px; padding: 2rem 4rem; }
.sub1014 .article .art_desc dl+dl{margin-top:1rem}
.sub1014 .article .art_desc dl dt{width: 200px; font-size: 1.25em; font-weight: 500;}
.sub1014 .article .art_desc dl dd{width: cacl(100% - 200px); }
.sub1014 .article .art_desc dl:nth-child(3) dt{width: 100%}

/* 회사소개 > 오시는길 */
.sub1015 {}
.sub1015 .location {display: table; width: 100%;}
.sub1015 .f_left, .sub1015 .f_right {float: none; display: table-cell; width: 50%; height: 620px; vertical-align: middle; text-align: center;}
.sub1015 .mapInfo {width: 100% !important; height: 100%; border-bottom: 1px solid #ccc;}
.root_daum_roughmap .wrap_map {height: 100% !important; }
.sub1015 .f_right {background: var(--keycolor); color: #fff;}
.sub1015 dl {width: 80%; margin: auto;}
.sub1015 dt {font-size: 28px; font-weight: 600; vertical-align: middle;}
.sub1015 dt img {vertical-align: middle; margin-top: -5px; margin-right: 0.375rem;}
.sub1015 dd {font-size: 20px; margin: 0.5rem 0;}
.sub1015 .address {padding-bottom: 2rem; margin-bottom: 2.375rem; border-bottom: 1px solid #fff;}
.sub1015 .address dd {margin: 1rem 0;}
.sub1015 .address + div {width: 80%; margin: auto;}
.sub1015 .tel, .sub1015 .fax {float: left; width: 50%;}
.sub1015 .address + div dt {margin-left: -4rem;}
.sub1015 .address + div dd {margin-left: 4rem;}


/* 게시판 > 리스트 */
.bd_search {margin-bottom: 2rem;}
.bd_search select {border: 1px solid #ddd; -webkit-appearance: none; -moz-appearance: none; appearance: none; background: url('../img/sub/icon_arrow_down.png') no-repeat 90% center; padding: 0.6rem 0.625rem; width: 120px; background-size: 12px; vertical-align: middle;}
.bd_search select::-ms-expand { display: none; }
.bd_search input[type="text"] {border: 1px solid #ddd; padding: 0.6rem 0.625rem; width: 200px; vertical-align: middle;}
.bd_search .btn_search {background: var(--keycolor); margin-left: -4px; padding: 0.5rem; vertical-align: middle;}
.tbl_vert th, .tbl_vert td {border-bottom: 1px solid #ddd; vertical-align: middle;}
.tbl_vert th {background: #f4f4f4; padding: 0.5rem;}
.tbl_vert td {padding: 0.5rem;}
.tbl_vert td input {padding: 0.5rem; border: 1px solid #ddd; box-sizing:border-box; width: 100%;}
.tbl_vert td input[type="file"] {border: none;}
.tbl_vert td input[type="checkbox"] {width: auto; display: inline-block; margin-left: 0.5rem;}
.tbl_hori {border-top: 1px solid #ddd;}
.btn a {display: inline-block; color: #fff; padding: 0.5rem 1.75rem; margin-top: 2rem;}
.tbl_vert th span + label {margin-left: 0.25rem;}
.bd_tit {width: 100%; overflow: hidden; text-overflow:ellipsis; white-space:nowrap;}
.pagination {margin-top: 3rem;}
.pagination li {display: inline-block;}
.pagination li a {padding: 0 0.6rem 0.125rem; border: 1px solid #ddd; box-sizing:border-box; margin: 0 0.125rem;}
.pagination .page_first, .page_prev, .page_next, .page_last {font-family: 'Nanum Gothic'; letter-spacing: -0.5px;}
.pagination .page_prev {margin-right: 1rem;}
.pagination .page_next {margin-left:1rem;}
.pagination li.active a {background: var(--keycolor); color: #fff;}

/* 게시판 > 글쓰기 */
.bd_post input[type=text]{width: 100%; border:1px solid #ddd; padding: 0.5rem; box-sizing: border-box;}
.bd_post th {vertical-align: middle;}
.bd_post td {padding: 0.5rem; box-sizing: border-box; }
.bd_post .btn {position: relative;}
.bd_post .btn a.bg-main {position: absolute; left: 50%; top:0; transform:translateX(-50%);}

/* 게시판 > 뷰페이지 */
.bd_view .bd_title {font-size: 1.75rem; font-weight: 600; letter-spacing:-0.5px;}
.bd_view .bd_info {margin:  0.5rem 0 2.25rem;}
.bd_view #bd_content {border: 1px solid #ddd; box-sizing:border-box; padding: 2.25rem 3rem; font-size: 1.0625rem; font-weight: 400;}
.bd_view .btn_wrap {margin-top: 2.5rem; position: relative;}
.bd_view .btn_prev a, .bd_view .btn_next a {position: absolute; top:0; width: 100px; box-sizing:border-box; border: 1px solid #ddd; font-size: 1.0625rem; padding: 0.375rem 1rem;}
.bd_view .btn_prev a {left: 0; background: url('../img/sub/icon_arrow_prev.png') 1rem center no-repeat; padding-left: 3rem;}
.bd_view .btn_next a {right: 0; background: url('../img/sub/icon_arrow_next.png') calc(100% - 1rem) center no-repeat;}
.bd_view .btn_wrap .btn a {margin-top: 0;}


/* 사업실적 */
.performance {}
.performance .gallery_con {}
.performance .gallery_con li {float: left; width: calc((100% - 4rem) / 3); margin-right: 2rem; padding-bottom:1.5rem; margin-bottom: 3rem; position: relative;}
.performance .gallery_con li:nth-child(3n) {margin-right: 0;}
.performance .gallery_con li:nth-child(3n + 1):after {content:''; width: calc(400% + 6rem); height: 1px; background: #ddd; position: absolute; left: 0; bottom:0;}
.performance .gallery_con li .photo_img {width: 100%; height: 284px; border: 1px solid #ddd; box-sizing:border-box;}
.performance .gallery_con li .photo_title {font-size: 17px; font-weight: 400; letter-spacing: -0.5px; padding: 0.75rem 0; width: 100%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.performance .line {width: 100%; height: 1px; background: #ddd;}
.performance.pagination {margin-top: 0;}

/* 면허보유현황 */
.license {}
.license .gallery_con {}
.license .gallery_con li {float: left; width: calc((100% - 4rem) / 3);  margin-right: 2rem; padding-bottom:1.5rem; margin-bottom: 3rem; position: relative;}
.license .gallery_con li:nth-child(3n) {margin-right: 0;}
.license .gallery_con li:nth-child(3n + 1):after {content:''; width: calc(400% + 6rem); height: 1px; background: #ddd; position: absolute; left: 0; bottom:0;}
.license .gallery_con li a {display: block; width: 100%; height: 100%;;}
.license .gallery_con li .img_wrap {height: 465px;border: 1px solid #ddd; box-sizing:border-box;}
/* .license .gallery_con li a .img_wrap {height: 284px;border: 1px solid #ddd; box-sizing:border-box;} */
.license .gallery_con li .photo_img {width: 100%; height: 100%; object-fit: contain; object-position: center;}
.license .gallery_con li .photo_title {font-size: 17px; font-weight: 400; letter-spacing: -0.5px; padding: 0.75rem 0; width: 100%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.license .line {width: 100%; height: 1px; background: #ddd;}
.license.pagination {margin-top: 0;}


/* 사업영역 */
.business {}
.business .intro {padding-left: 2rem; margin-bottom: 3rem; font-size: 1.25rem; font-weight: 600; word-break: keep-all; position: relative; color: var(--keycolor); letter-spacing: -0.3px;}
.business .intro:before {position: absolute; top:0; left:0; width: 3px; height: 100%; content:''; background-color: var(--keycolor);}
.business .article {}
.business .article+.article {margin-top: 6rem;}
.business .article .article_tit{font-size: 1.625rem; font-weight: 600; margin-bottom:1rem; position: relative; padding-left: 30px; }
.business .article .article_tit:before {position: absolute; top:12px; left:0; content:''; width: 20px; height: 20px; border-radius:100%; border:6px solid var(--keycolor); box-sizing: border-box}
.business .article .article_desc{font-size: 1.125rem; font-weight: 500;}
/*  */
.business .list_line{}
.business .list_line > li {padding-left:1rem; position: relative}
.business .list_line > li:before {position: absolute; top:0; left:0; content:'-'; }
.business .list_dot{}
.business .list_dot > li {padding-left:1rem; position: relative}
.business .list_dot > li:before {position: absolute; top:11px; left:0; content:''; width: 5px; height: 5px; border-radius: 100%; background-color: var(--keycolor);}
/*  */
.business .box_grid {display: grid; grid-template-columns: repeat(1, minmax(250px, 1fr)); gap: 20px; margin:2rem 0;}
.business .box_grid.cols-2 {grid-template-columns: repeat(1, 1fr);}
.business .box_grid.cols-2 {grid-template-columns: repeat(2, 1fr);}
.business .box_grid.cols-3 {grid-template-columns: repeat(3, 1fr);}
.business .box_grid.cols-4 {grid-template-columns: repeat(4, 1fr);}
.business .box_grid .box_item{padding: 2rem; background-color: #f5f5f5; border-radius: 12px;}
.business .box_grid .box_item .tit {font-weight: 600; margin-bottom: 1rem;}
/* */
.business .step_wrap {position: relative;}
.business .step_wrap:before {position: absolute; width: 2px; height:100%; content:''; background-color: #e5e5e5; top:5px; left:50%; }
.business .step_wrap .step_item{width: 50%; box-sizing: border-box; position: relative}
.business .step_wrap .step_item+.step_item {margin-top: 2rem;}
.business .step_wrap .step_item:before {position: absolute; top:5px; width:16px; height: 16px; content:''; background-color: var(--keycolor); border-radius: 100%;}
.business .step_wrap .step_item:after {position: absolute; top:12px; width:30px; height: 1px; content:''; background-color: var(--keycolor); }
.business .step_wrap .step_item:nth-child(2n-1){text-align:right; padding-right: 40px;}
.business .step_wrap .step_item:nth-child(2n){width: 50%; margin-left:50%; padding-left:40px; }
.business .step_wrap .step_item:nth-child(2n-1):before {right: -10px;}
.business .step_wrap .step_item:nth-child(2n):before {left: -6px;}
.business .step_wrap .step_item:nth-child(2n-1):after {right: 0px;}
.business .step_wrap .step_item:nth-child(2n):after {left: 0px;}

.business .step_wrap .step_item .num{ color: var(--keycolor); font-size: 16px; font-weight: 600;}
.business .step_wrap .step_item .tit{font-weight: 600; margin-bottom: 1rem;}
.business .step_wrap .step_item .desc{color: #999; word-break: keep-all;}


/* sub1310 > 관리목표 */
.sub1310 .circle_grid {display: flex; gap: 20px; justify-content: center; padding:3rem 0 2rem 0;}
.sub1310 .circle_grid .circle_item{width: 20vw; height: 20vw; max-width: 200px; max-height: 200px; min-width: 180px; min-height: 180px; text-align: center; border-radius: 100%; display: flex; justify-content: center; align-items: center; background-color: var(--keycolor); color: #fff; position:relative; transition: 0.2s all ease-out}
.sub1310 .circle_grid .circle_item:hover {transform: translateY(-1rem); background-color: var(--keycolor);}
.sub1310 .circle_grid .circle_item .num {position:absolute; top:-25px; left:50%; transform: translateX(-50%); width: 50px; height: 50px; line-height:47px; background-color: rgba(240,240,240,0.5); color: var(--keycolor); text-align: center; border-radius: 100%; font-weight: 600; backdrop-filter: blur(2px);}
.sub1310 .circle_grid .circle_item .desc {}
/* sub1310 > 건물관리 */
.sub1310 .target_wrap {}
.sub1310 .target_wrap .target_item {display:flex; align-items:center; border-radius:12px; padding: 30px; box-sizing: border-box; min-height:240px; background-color: #f4f4f4; background-repeat: no-repeat; background-size:cover; background-position: center; position: relative; }
.sub1310 .target_wrap .target_item+.target_item {margin-top: 20px;}
.sub1310 .target_wrap .target_item:before {position: absolute; top:0; left:0; width: 100%; height: 100%; content:''; background-color: rgba(0,0,0,0.5); border-radius:12px; z-index:0;}
.sub1310 .target_wrap .target_item:nth-child(1) {background:url(/design/default/img/sub/sub1310_img_1.jpg);}
.sub1310 .target_wrap .target_item:nth-child(2) {background:url(/design/default/img/sub/sub1310_img_2.jpg);}
.sub1310 .target_wrap .target_item:nth-child(3) {background:url(/design/default/img/sub/sub1310_img_3.jpg);}
.sub1310 .target_wrap .target_item .left {width: 40%; color: #fff;  z-index: 1;}
.sub1310 .target_wrap .target_item .left .st1{font-weight: 600; font-size: 1.625rem;}
.sub1310 .target_wrap .target_item .left .st2{font-size: 0.9375rem; opacity: 0.8;}
.sub1310 .target_wrap .target_item .right {width: 60%; color: #fff; z-index: 1;}
.sub1310 .target_wrap .target_item .right > ul {}
.sub1310 .target_wrap .target_item .right > ul > li {position: relative; padding-left: 1rem;}
.sub1310 .target_wrap .target_item .right > ul > li:before {position: absolute; top:0; left:0; content:'-';}


/* sub1314 시설관리 */
ul.grid-cols-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; }
.sub1314 .circle_grid {display: flex; gap: 20px; justify-content: center; padding:3rem 0 0 0;}
.sub1314 .circle_grid .circle_item { position:relative; transition: 0.2s all ease-out;}
.sub1314 .circle_grid .circle_item:hover {transform: translateY(-1rem);}
.sub1314 .circle_grid .circle_item .num{position:absolute; top:-25px; left:50%; transform: translateX(-50%); width: 50px; height: 50px; line-height:47px; background-color: rgba(240,240,240,0.5); color: var(--keycolor); text-align: center; border-radius: 100%; font-weight: 600; backdrop-filter: blur(2px);}
.sub1314 .circle_grid .circle_item .circle{width: 20vw; height: 20vw; max-width: 200px; max-height: 200px; min-width: 180px; min-height: 180px; text-align: center; border-radius: 100%; display: flex; justify-content: center; align-items: center; background-color: var(--keycolor); color: #fff; }
.sub1314 .circle_grid .circle_item .desc{text-align: center;  margin-top: 1rem; font-size: 16px;}

/* 소독방역 */
.sub1324 .table_wrap {overflow-x: scroll;}
.sub1324 table {min-width: 640px;}
.sub1324 table th, .sub1324 table td {border-bottom: 1px solid #ddd; vertical-align: middle;}
.sub1324 table th {background: #f4f4f4; padding: 1rem;}
.sub1324 table td {padding: 1rem;}
.sub1324 table td input {padding: 0.5rem; border: 1px solid #ddd; box-sizing:border-box; width: 100%;}
.sub1324 table td input[type="file"] {border: none;}
.sub1324 table td input[type="checkbox"] {width: auto; display: inline-block; margin-left: 0.5rem;}