/* ================================
전체 레이아웃
================================ */
/* 크롬, 사파리, 엣지 */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* 파이어폭스 */
input[type="number"] {
  -moz-appearance: textfield;
}
body {word-break: keep-all; letter-spacing: -.5px;}
body.menu-open {overflow-y: hidden;}
#office {width:100%; position:relative;}
#office.main {background: url(/assets/service/img/office/footer_visual.png) no-repeat #EAEFF4;background-size: 100%;background-position: 100% 100%;}
header {display:flex; position: absolute;width: 100%;padding: 60px 80px 0;z-index: 505;}
header .in {width: 100%;display: flex; justify-content:space-between; position:relative;}
header .logo {display:flex; gap:40px; align-items:center; color:#fff;}
header .logo a {display: flex; gap: 0 40px; align-items: center;}
header .logo img {height: 58px; width: auto;}
header .logo p {display: flex; flex-direction: column; color: #fff;}
header .logo p b {font-size: 24px; font-weight: 600;}
header .logo p span {font-size: 20px; font-weight: 500;}
header .m-logo a {display: none; flex-direction: column; justify-content: center; align-items: center; gap: 7px;}
header .m-logo img {height: 24px; width: auto;}
header .m-logo span {display: block; font-size :13px; font-weight: 500; color: #fff;}
header .nav {color:#fff; display:flex; align-items:center; position:absolute; top:50%; left:53%; transform:translate(-50%, -50%); }
header .nav .menu {display:flex; align-items:center; gap:50px; font-size:22px;}
header .headerBtnBox {display:flex; align-items:center; gap:10px;}
header .headerBtnBox .blogBtn {width:52px; height:52px; background:url(/assets/service/img/office/naver_blog.png) #fff no-repeat center 70%; border-radius:10px;}
header .headerBtnBox .kakaoBtn {width:52px; height:52px; background:url(/assets/service/img/office/kakao.png) #FFDE00 no-repeat center; border-radius:10px;}
header aside .m-nav {display: none; width: 40px; height: 40px; padding: 10px; border-radius: 4px; background-color: rgba(255,255,255,.12); backdrop-filter: blur(10px); align-items: center; justify-content: center; flex-direction: column; gap: 6px;}
header aside .m-nav span {display: block; width: 100%; height: 2px; background-color: #fff;}
header aside {display:none;}
header aside .blog {display:none;}
header aside .kakao {display:none;}
header .m-logo a {display: none;flex-direction: column;justify-content: center;align-items: center;gap: 7px;}
header .m-logo img {height: 24px;width: auto;}
header .m-logo span {display: block;font-size: 13px;font-weight: 500;color: #fff;}
.mobile-menu, .menu-backdrop {display: none;}
.mobile-menu .menu-close {position: absolute; top: 20px; right: 20px; font-size: 24px; color: #fff; background: none; border: none; cursor: pointer; z-index: 9999;}
.mobile-menu .mbTop {padding: 30px;}
.mobile-menu .mNav-logo a {display: flex; gap: 0 30px; align-items: center;}
.mobile-menu .mNav-logo img {height: 36px; width: auto;}
.mobile-menu .mNav-logo p {display: flex; flex-direction: column; color: #fff;}
.mobile-menu .mNav-logo p b {font-size: 18px;}
.mobile-menu .mNav-logo p span {font-size: 14px;}
.mobile-menu .mNav {padding: 30px;}
.mobile-menu .mNav ul li {width: 100%; height: 70px; margin-bottom: 10px; border-radius: 10px; background-color: rgba(255,255,255,.08);}
.mobile-menu .mNav ul li a {display: block; width: 100%; height: 100%; font-size: 24px; color: #fff; font-weight: 500; display: flex; align-items: center; padding-left: 25px;}
.mobile-menu .sns-link {padding: 30px;}
.mobile-menu .sns-link p {font-size: 24px; font-weight: 600; color: #fff; margin-bottom: 25px;}
.mobile-menu .sns-link .bt {display: flex; align-items: center; gap: 0 20px;}
.mobile-menu .sns-link .bt div {display:flex; gap: 20px;}
.mobile-menu .sns-link .bt a {font-size: 22px; font-weight: 500;}
.mobile-menu .sns-link .bt a.blog {margin-left: 5px;}
.mobile-menu .sns-link .bt a.blog img {height: 24px; width: auto;}
.mobile-menu .sns-link .bt a.kakao img {height: 24px; width: auto;}

@media (max-width:1800px) {
  header {padding: 50px 60px 0;}
	header .logo img {height: 45px;}
	header .logo p b {font-size: 20px;}
	header .logo p span {font-size: 16px;}
	header .headerBtnBox .blogBtn {height:50px; width:50px;}
  header .headerBtnBox .kakaoBtn {height:50px; width:50px;}
  header .nav .menu {font-size:17px;}
}  

@media (max-width:1600px) {
	header .logo {gap: 30px;}
	header .nav .menu {margin-left:10%;}
}

@media (max-width:1400px) {
	header .nav {position:inherit; top:auto; left:auto; transform:none;flex: 1;display: flex;justify-content: center;margin-left: 12%;}
	header .in {display: flex;justify-content: space-between;align-items: center;}
	header .logo {flex: 0 0 auto;}
    header .headerBtnBox .blogBtn {height: 40px;width: 40px;border-radius: 7px;background: url(/assets/service/img/office/naver_blog.png) #fff no-repeat center 60%;background-size: 27px;}
	header .headerBtnBox .kakaoBtn {height: 40px;width: 40px;border-radius: 7px;background: url(/assets/service/img/office/kakao.png) #FFDE00 no-repeat center;background-size: 26px;}
}

@media (max-width:1300px) {
	header .nav {margin-left: 4%;}
}
@media (max-width: 1200px) {
    header {padding: 30px 40px 0;}
	header .logo a {gap: 20px;}
	
	header .logo img {height: 40px;}
	header .logo p b {font-size: 18px;}
	header .logo p span {font-size: 13px;}
	header .nav {margin-left:2%;}
	header .nav .menu {gap:40px;}
	#office.main {background:#EAEFF4;} 
}

@media (max-width:1100px) {
	header .nav .menu {margin-left:3%;}
}

@media (max-width: 991px) {
	header {padding: 20px 30px 0;}
	header .headerBtnBox {display:none;}
	header aside {display:flex;}
	header .nav {display: none;}
	header aside .tel {display :none;}
	header aside .m-nav {display: flex;}
	header aside {display: flex; gap: 0 5px; align-items: center;}
	header aside a.blog {width: 40px; height: 40px; border-radius: 4px; background-color: rgba(255,255,255,.12); backdrop-filter: blur(10px); display: flex; align-items: center; justify-content: center;}
	header aside a.kakao {width: 40px; height: 40px; border-radius: 4px; background-color: rgba(255,255,255,.12); backdrop-filter: blur(10px); display: flex; align-items: center; justify-content: center;}
	header aside .blog img {height: 21px; width: auto;}
	header aside .kakao img {height: 20px; width: auto;}
}

@media (max-width: 991px) {
    .mobile-menu {display: flex; flex-direction: column; justify-content: space-between; overflow-y:auto; position: fixed; top: 0; right: -100%; width: 100%; height: 100dvh; background: url(/assets/service/img/office/mb_visual.jpg) no-repeat 50% 100% #000; background-size: cover;color: #fff; z-index: 1002; transition: right 0.3s ease;}
    .mobile-menu.active {right: 0;}
    .menu-backdrop {display: block; position: fixed; inset: 0; background: rgba(0,0,0,0.5); z-index: 1000; opacity: 0; visibility: hidden; transition: opacity 0.3s ease;}
	.menu-backdrop.active {opacity: 1; visibility: visible;}
	.mobile-menu .mNav {display: block; margin-bottom: auto;}
    .mobile-menu .mNav ul {display: flex; flex-direction: column;}
	.mobile-menu .btns {display: flex; align-items: center; gap: 0 5px; margin-top: 10px;}
	.mobile-menu .btns a {display: inline-block; padding: 4px 15px; border: 1px solid rgba(255,255,255,.6); font-size: 1rem;}
} 


@media (max-width: 767px) {
	header .logo img {height: 36px;}
	header .logo p span {font-size: 14px;}
	.mobile-menu .sns-link .bt a {font-size:18px;}
}

@media (max-width: 640px) {
	header {padding: 20px;}
}

@media (max-width: 480px) {
	header .logo {display: none;}
	header .m-logo a {display: flex; align-items:flex-start;}
	header aside {gap: 0;}
	header aside .m-nav {gap: 7px;}
	header aside .m-nav {background:transparent; backdrop-filter:none;}
	header aside a.blog {background:transparent; backdrop-filter:none;}
	header aside a.kakao {background:transparent; backdrop-filter:none;}
	.mobile-menu .sns-link {padding:20px;}
	.mobile-menu .sns-link .bt {display: grid;grid-template-columns: 1fr auto auto;gap: 5px;}
	.bt a:nth-child(1), .bt a:nth-child(2) {grid-column: 1 / -1;}
	.mobile-menu .mNav ul li a, .mobile-menu .sns-link .bt a {font-size: 18px;}
	.mobile-menu .mbTop {padding:20px;}
	.mobile-menu .mNav{padding:20px;}
	.mobile-menu .mNav ul li {height:50px;}
	.mobile-menu .mNav ul li a {font-size:18px;}
	.mobile-menu .menu-close {right:15px;}
	.bt a:nth-child(3), .bt a:nth-child(4) {width: auto;display: inline-block;}
	.bt a:nth-child(3) {grid-column: 2;margin-right: 5px;}
	.bt a:nth-child(4) {grid-column: 3;}
}
    


/* footer */
footer {position: relative; width: 100%; padding: 20px;}
footer .in {position: relative; padding: 70px 140px; border-radius: 20px; background:#000;}
footer .top-bg {position: absolute; left: 0; top: 0; width: 100%; height: 70px; z-index: 999;}
footer .top-bg .triangle:before {display: block; content: ''; position: absolute; left: 0; width: 0; height: 0; border-right: 70px solid transparent; border-top: 70px solid #fff;}
footer .top-bg .triangle:after {display: block; content: ''; position: absolute; right: 0; width: 0; height: 0; border-left: 70px solid transparent; border-top: 70px solid #fff;}
footer .top-bg .triangle {display: block; position: relative; width: 100%; height: 100%;}
footer .top-bg .triangle.tri:before {display: block; content: ''; position: absolute; left: 0; width: 0; height: 0; border-right: 70px solid transparent; border-top: 70px solid #EAEFF4;}
footer .top-bg .triangle.tri:after {display: block; content: ''; position: absolute; right: 0; width: 0; height: 0; border-left: 70px solid transparent; border-top: 70px solid #EAEFF4;}
footer .wrap {display: flex; gap:90px;}
footer .left {width: 50%; display: flex; flex-direction: column; gap: 50px;}
footer .bt-logo {display: flex; align-items: flex-start; flex-direction:column; gap: 30px;}	
footer .bt-logo img { width: auto;}
footer .bt-logo p {font-size: 20px; font-weight: 500; color:#fff; letter-spacing: -0.7px;}
footer address {display:flex; flex-direction:column; gap:8px;}
footer address .txt {display:flex; gap:20px;}
footer address .value {color:#8c8b91; font-size:17px; font-weight:500;}
footer address .value b {color:#fff; font-weight:300; padding-left:10px;}
footer address .value .tel {padding-left:10px; font-weight:300; color:#4466E9;}
footer .right {display: flex; flex-direction: column; gap: 25px; justify-content:space-between;}
footer .right .btnWrap{display:flex; gap:10px;}
footer .right .ftWright {padding:15px 40px; width:250px; height:60px; display:flex; align-items:center; justify-content:space-between; border-radius:60px; border:2px solid #4466e9;}
footer .right .ftLink {padding:15px 40px; width:250px; height:60px; display:flex; align-items:center; justify-content:space-between; border-radius:60px; border:2px solid #fff;}
footer .right .ftWright span {color:#4466E9; font-size:20px; font-weight:700; }
footer .right .ftLink span {color:#fff; font-size:20px; font-weight:700;}
footer .bottom {display:flex; flex-direction:column; gap:12px;}
footer .bottom .agreePop {display:flex; }
footer .bottom .policyPrivacy {color:#8c8b91; font-size:19px; font-weight:400;}
footer .bottom .policyPrivacy:after {content:''; clear:both; display:inline-block; width:1px; height:15px; background:#8c8b91; margin-left:15px; vertical-align:middle;}
footer .bottom .noEmail {padding-left:15px; color:#8c8b91; font-size:19px;font-weight:400;}
footer .bottom .copy {color:#8c8b91;}
footer .bottom .copy b {font-weight:700; color:#84858C;}
.footer {display:flex; background:url(/assets/service/img/office/footer_visual.png)no-repeat; flex-direction:column; gap:60px; align-items:center; justify-content:center; background-position:center bottom; background-size:100%;}

@media (max-width:1700px) {
	footer address .txt {gap:16px;}
	footer .in {padding:70px 100px;}
}

@media (max-width:1600px) {
	footer .in {padding: 70px;}
	footer .bt-logo {gap:20px;}
	footer .bt-logo img {width:120px;}
	footer .bt-logo p {font-size:18px;}
	footer .right .ftWright {width:200px; height:50px; padding:15px 30px;}
	footer .right .ftWright span {font-size:18px;}
	footer .right .ftWright img {width:21px;}
	footer .right .ftLink {width:200px; height:50px; padding:15px 30px;}
	footer .right .ftLink span {font-size:18px;font-weight:600;}
	footer address .value {font-size:15px;}
	footer .bottom .policyPrivacy {font-size:17px;}
	footer .bottom .noEmail {font-size:17px;}
	footer .bottom .copy {font-size:16px;}
}

@media (max-width:1400px) {
	footer .wrap {justify-content:space-between; gap:20px;}
	footer .left {width:calc(100% - 420px);}
	footer .bottom {align-items:flex-end;}
}

@media (max-width:1199px) {
	footer {padding:0;}
	footer .top-bg {display:none;}
	footer .in {padding:60px 40px; border-radius:0;}
	footer .left {gap:35px;}
	footer .right .ftWright {width:170px; padding:15px 20px;}
	footer .right .ftLink {width:170px; padding:15px 20px;}
	footer .right .ftWright span {font-size:17px;}
	footer .right .ftLink span {font-size:17px;}
	footer .right .ftWright img {width:19px;}
	footer .right .ftLink img {width:13px;}
	footer .left {width:calc(100% - 350px);}
}

@media (max-width:1099px) {
	footer address .value {font-size:14px;}
	footer address .value b {padding-left:6px;}
}

@media (max-width:991px) {
	footer .in {padding:50px 40px;}
	footer address .txt {flex-direction:column; gap:7px;}
	.footer {background:none;}
}

@media (max-width:767px) {
	footer .in {padding:40px 30px;}
	footer .right {align-items:flex-end;}
	footer .right .btnWrap {flex-direction:column;}
	footer .bottom .policyPrivacy {font-size:16px;}
	footer .bottom .policyPrivacy:after {height:12px;}
	footer .bottom .noEmail {font-size:16px;}
	footer .bottom .copy {font-size:14px;}
	footer .left {width:calc(100% - 280px);}
}

@media (max-width:640px) {
	footer .in {padding:30px 20px;}
	footer .bottom {gap:7px; align-items:flex-start;}
	footer .right .ftWright {width:150px; height:45px; padding:15px 20px; border-radius:0; border:none; background:#fff; color:#4466e9;}
	footer .right .ftLink {width:150px; height:45px; padding:15px 20px; border-radius:0; border:none; background:#4466e9; color:#fff;}
	footer .bt-logo img {width:90px;}
}

@media (max-width:580px) {
	footer .wrap {flex-direction:column; position:relative;}
	footer .right {align-items:flex-start;}
	footer .right .btnWrap {position:absolute; top:0; right:0;}
	footer .left {width:100%;}
	footer .bottom .policyPrivacy {color:#fff;}
	footer .bottom .noEmail {color:#fff;}
	footer .right {align-items: flex-start;border-top:1px solid #3b3a3f;padding-top: 20px;}
}

@media (max-width:540px) {
	footer .right .ftWright {width:130px; height:40px; padding:10px 15px;}
	footer .right .ftLink {width:130px; height:40px; padding:10px 15px;}
	footer .right .ftWright span {font-size:15px;}
	footer .right .ftLink span {font-size:15px;}
	footer .right .ftLink img {width:10px;}
	footer .right .ftWright img {width:17px;}
}

@media (max-width:480px) {
	footer .bt-logo p {font-size:17px;}
}

@media (max-width:420px) {
	footer .right {flex-direction:column-reverse;}
	footer .right .btnWrap {position:inherit; flex-direction:row; width:100%; gap:4px;}
	footer .right .ftWright {width:50%; padding:0 20px;}
	footer .right .ftLink {width:50%; padding:0 20px;}
	footer address .value {font-size:13px;}
	footer .bottom .policyPrivacy {font-size:14px;}
	footer .bottom .noEmail {font-size:14px;}
	footer .bottom .copy {font-size:13px;}
	footer .left {gap:20px;}
	footer .bt-logo {gap:15px;}
}

/* 페이지네이션 */
.pagination {text-align: center; margin-top: 20px; position:relative;}
.pagination:after {display: block; visibility: hidden; clear: both; content: "";} 
.pagination .pc {text-align: center;}
.pagination .mb {display: none;}
.pagination-type1 .pg_page, .pagination-type1 .pg_current {display: inline-block; vertical-align: middle; background: #F3F5FD; border:none;}
.pagination-type1 .pg_page {color: #8E919F; font-size: 16px; height:36px; line-height: 36px; padding: 0 5px; min-width: 36px; text-decoration: none; border-radius: 6px;}
.pagination-type1 .pg_start {text-indent: -999px; overflow: hidden; background: url('/assets/service/img/office/page_frist.png') no-repeat 50% 50% #fff; background-size:12px;padding: 0 ; border: 1px solid #eee;}
.pagination-type1 .pg_prev {text-indent: -999px; overflow: hidden; background: url('/assets/service/img/office/page_prev.png') no-repeat 50% 50% #fff; background-size:6px;padding: 0 ; border: 1px solid #eee;}
.pagination-type1 .pg_end {text-indent: -999px; overflow: hidden; background: url('/assets/service/img/office/page_end.png') no-repeat 50% 50% #fff;  background-size:12px; padding: 0  ; border: 1px solid #eee;}
.pagination-type1 .pg_next {text-indent: -999px; overflow: hidden; background: url('/assets/service/img/office/page_next.png') no-repeat 50% 50% #fff; background-size:6px; padding: 0  ; border: 1px solid #eee;}
.pagination-type1 .pg_start:hover, .pagination-type1 .pg_prev:hover, .pagination-type1 .pg_end:hover, .pagination-type1 .pg_next:hover {background-color: #fafafa;}
.pagination-type1 .pg_current {display: inline-block; background: #334EB6; border: 1px solid #334EB6; color: #fff; font-weight: bold; height:36px; line-height: 36px; padding:  0 10px; min-width: 36px; border-radius: 6px;}
.pagination-type1 #page {display: inline-block; width: 160px; height: 60px; vertical-align: middle; border: 0; border-radius: 6px; padding: 6px 15px; line-height: 1  ; -webkit-appearance: none; -moz-appearance: none; appearance: none; color: #333;border:1px solid #eee; background: url(/assets/service/img/office/page_mb_arrow.png) no-repeat #fff; background-position: right 15px center !important; font-size: 16px; cursor: pointer;}

@media (max-width: 768px) {
.pagination-type1 #page {height: 36px;}
.pagination .pc {display: none;}
.pagination .mb {display: block;}
}

/** 검색박스1 **/
.searchBox {width:50%;  margin:0 auto; margin-bottom:50px;}
.search-field {height:100%; position: relative;width: 100%;height:50px; background: #F3F5FD;border-radius: 8px; display: flex; align-items: center;transition:0.3s;}
.search-field input {flex-grow: 1;height: 50px;padding:0 50px 0 20px; width:100%; border: none; font-size: 15px;outline: none;background-color: transparent;}
.search-field input:placeholder {color:#6c707d; font-size:15px;}
.search-field .search-button {width: 50px; height: 50px;border: none;background: url('/assets/service/img/office/serch.png') no-repeat center center; background-size:16px;cursor: pointer;outline: none;transition: background-color 0.3s;position: absolute;right:0; }
.search-field input:not(:placeholder-shown) + .search-button {background-color: transparent;}

@media (max-width:991px) {
	.searchBox {position:inherit; top:auto; right:auto; width:100%;margin:0 0 30px 0;}
	.search-field {height:46px;}
	.search-field .search-button {width:70px; background-size:23%; height:46px;}
	.search-field input {height:46px; padding:0 90px 0 30px;}
}

@media (max-width:420px) {
	.search-field {height:40px;}
	.searchBox {margin:0 0 20px 0;}
	.search-field input {padding:0 50px 0 20px; height:40px;}
	.search-field .search-button {width:50px; height:40px; background-size:30%;}
}

/** 검색박스2 **/
.searchBox2 { width:300px;}
.searchBox2 .search-field {height:100%; position: relative;width: 100%;height:36px; background: #fff;  display: flex; align-items: center;transition:0.3s;}
.searchBox2 .search-field input {flex-grow: 1;height: 36px;padding:0 50px 0 20px; width:100%; border-radius:6px; border:1px solid #E2E2E2; font-size: 15px;outline: none;background-color: transparent;}
.searchBox2 .search-field input:placeholder {color:#6c707d; font-size:15px;}
.searchBox2 .search-field .search-button {width: 40px; height: 40px;border: none;background: url('/assets/service/img/office/search2.png') no-repeat center center; background-size:40%;cursor: pointer;outline: none;transition: background-color 0.3s;position: absolute;right:0; }
.searchBox2 .search-field input:not(:placeholder-shown) + .search-button {background-color: #transparent;}

@media (max-width:991px) {
	.searchBox2 .search-field {height:46px;}
	.searchBox2 .search-field .search-button {width:70px; background-size:23%; height:46px;}
	.searchBox2 .search-field input {height:46px; padding:0 90px 0 30px;}
}

@media (max-width:580px) {
	.searchBox2 {width:100%;}
}

@media (max-width:420px) {
 	.searchBox2 .search-field {height:40px;}
	.searchBox2 .search-field input {padding:0 50px 0 20px; height:40px;}
	.searchBox2 .search-field .search-button {width:50px; height:40px; background-size:30%;}
}

/*** 체크박스 ***/
.formGroup2:after {display:block; content:''; clear:both;}
.formGroup2 ul {width:100%;}
.formGroup2 input[type=checkbox] + label:after, .formGroup input[type=checkbox] + label:before, .formGroup input[type=checkbox] + label {transition: 0.3s;}
.formGroup2 input[type=checkbox] {display: none;}
.formGroup2 input[type=checkbox] + label {position: relative; padding: 8px 10px 6px 30px;}
.formGroup2.checkbox-type2 input[type=checkbox] + label:after, .formGroup2.checkbox-type2 input[type=checkbox] + label:before {content: ''; display: block; position: absolute;	 border-radius: 3px; width: 20px; height: 20px; line-height: 20px; background: #fff; top: 17px; left: 9px; transform: translate(-50%, -50%);}
.formGroup2.checkbox-type2 input[type=checkbox] + label:after {z-index: 1; box-shadow:0 0 0 2px #e3e3e3 inset, 0 0 0 20px #fff inset, 0 0 0 0 #ffffff inset;}
.formGroup2.checkbox-type2 input[type=checkbox] + label:before {z-index: -1;}
.formGroup2.checkbox-type2 input[type=checkbox]:checked + label:after {font: normal normal normal 13.3333333333px FontAwesome; content: ""; text-align: center; color: #fff;	 line-height: 20px; box-shadow: 0 0 0 1px #7286AB inset, 0 0 0 0 #fff inset, 0 0 0 20px #7286AB inset;}
.formGroup2.checkbox-type2 input[type=checkbox]:not(:checked):hover + label {color: #7286AB;}
.formGroup2.checkbox-type2 input[type=checkbox]:not(:checked):hover + label:after {box-shadow: 0 0 0 2px #7286AB inset, 0 0 0 16px #fff inset, 0 0 0 20px #7286AB inset;}
.formGroup2.checkbox-type2 input[type=checkbox]:checked + label:before {background: #7286AB; display:none; opacity: 0;}
.formGroup2.checkbox-type2 input[type=checkbox] + label {position: relative; padding: 6px 10px 6px 26px;}
.formGroup2.checkbox-type2 label {padding: 6px; border-radius: 5px; display: inline-flex; cursor: pointer; transition: background 0.2s ease; -webkit-tap-highlight-color:	 transparent;}

@media (max-width:991px) {
  .formGroup2.checkbox-type2 input[type=checkbox] + label {font-size:15px;}
}

/*개인정보처리방침, 이메일무단수집거부 팝업*/
.popWrap {width:100%; max-height:100vh; height:auto; display:flex; align-items:center; justify-content:center; overflow:auto;}
.popupLayer {position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgb(0 0 0 / 38%); z-index: 9999; display: flex; justify-content: center; align-items: center;backdrop-filter: blur(3px);}
.popupInner {width: 100%; max-width: 800px; background: #000;display:flex; flex-direction:column; gap:30px; padding: 40px 30px; position: relative; box-shadow: 0 10px 30px rgba(0,0,0,0.2);}
.popupClose {width:100%; height:50px; color:#fff; background:#334EB6; font-size:20px; font-weight:600;}
.popupTitle {font-size: 24px; font-weight: 700;color:#fff;}
.popupContent {height:auto;; overflow-y: auto; font-size: 16px; line-height: 1.6;}
.popupContent .emailBox {display:flex; flex-direction:column; gap:15px;}
.popupContent .emailBox span {color:#fff;}
.popupContent .emailBox p {color:#acbcff; font-size:15px;}
.popupContent .emailBox .list {color:#fff; display:flex; flex-direction:column; gap:10px; border:1px solid #404247; padding:20px; margin-top:10px;}
.popupContent .emailBox .listNum {position: relative; padding-left: 25px; color: #fff; font-size:15px;}
.popupContent .emailBox .listNum::before {content: ''; position: absolute; left: 2px; top: 0.6em; width: 6px; height: 6px; background: #334eb6; transform: rotate(45deg);}

@media (max-width:640px) {
	.popWrap {align-items:flex-start;}
    .popupInner {padding:30px;}
    .popupContent .emailBox {gap:10px;}
    .popupContent .emailBox span {font-size:15px;}
    .popupContent .emailBox .list {padding:15px;}
    .popupContent .emailBox .listNum {font-size:14px;}
    .popupContent .emailBox p {font-size:14px;}
}
  
@media (max-width:480px) {
    .popupInner {padding:30px 20px;}
    .popupTitle {font-size:22px;}
    .popupContent .emailBox .list {padding:0; border: none;}
    .popupContent .emailBox .listNum {padding-left:20px;}
    .popupClose {font-size:17px;}
}

/*메인*/
.customWrap {display:flex; flex-direction:column; background:#EAEFF4;}
.customWrap .wrapInner {padding:20px;}
.customWrap .customVs {position: relative;width: 100%;min-height: 100%; height: calc(100vh - 40px);max-height: 100%; border-radius:20px 20px 0 0; overflow: hidden;background: #000;}
.customWrap .customVsImg a {width:100%; height:100%;}
.customWrap .customBtBg {position: absolute; left: 0; bottom: 0; width: 100%; height: 70px; z-index: 98;}
.customWrap .customTriangle:before, .customTriangle:after {content: ''; position: absolute; width: 0; height: 0; border-bottom: 70px solid #eaeff4;}
.customWrap .customTriangle:before {left: 0; border-right: 70px solid transparent;}
.customWrap .customTriangle:after {right: 0; border-left: 70px solid transparent;}
.customWrap .customVsSlider {border-radius:20px; overflow:hidden;}
.customWrap .customVsSlider, .customVsSlider div {height: 100%;}
.customWrap .customVsImg {display: flex;height: 100%;justify-content: center;align-items: stretch;position:relative;overflow:hidden;min-height: 100%;max-height: 100%;}
.customWrap .customVsImg img { width: 100%;height: 100% ;object-fit: cover;display: block;}
.customWrap .customVsImg.slick-current img {animation: zoomInOut 4s ease-in-out forwards;}
.customWrap .sloganBox {width: 100%;position: absolute;top: 40%;z-index: 888;padding: 60px;height: 300px;left: 50%;transform: translate(-50%); display:flex; align-items:flex-end; justify-content:space-between;}
.customWrap .sloganBox .slogan {color:#fff; font-size:70px;}
.customWrap .sloganBox .subSlogan {color:#fff; font-size:32px;}
.customWrap .customArrowWrap {position: absolute; left: 70px; bottom: 125px; display: flex; align-items: center; gap: 0 10px; z-index: 99;}
.customWrap .customArrowWrap div {width: 60px; height: 60px; display: flex; align-items: center; justify-content: center; background: rgba(255,255,255,.15); backdrop-filter: blur(10px); border-radius: 50%; cursor: pointer;}
.customWrap .customArrowWrap img {height: 14px; width: auto;}
.customWrap .customProgress {position: absolute; left: 50%; bottom: 150px; transform: translateX(-50%); width: calc(100% - 560px);}
.customWrap .customMainBar:after {background-color: rgba(255,255,255,.15); backdrop-filter: blur(10px); width: 100%; height: 5px; display: block; content: '';}
.customWrap .customProBar {position: absolute; width: 100%; height: 5px; background: #fff; z-index: 999;}
.customWrap .customProAni {animation: customProBarAni 7s 1;}
@keyframes customProBarAni {0% {width:0;} 100% {width:100%;}}
@keyframes zoomInOut {0% { transform: scale(1.05); }100% { transform: scale(1); }}
.customWrap .onlineBtn {background:#334EB6; width:120px; height:120px; border-radius:20px; position:absolute; bottom:100px; right:70px; display:flex; flex-direction:column;  gap:10px; justify-content:center; align-items:center;}
.customWrap .onlineBtn span {color:#fff; font-size:20px;}
.customWrap .onlineBtn img {width:30px; height:30px;}
.customWrap .onlineBtn:hover {background:linear-gradient(194deg, #5591ff, #5d3ff9 100px); transition:0.3s;}
.productWrap {display:grid;grid-template-columns:repeat(4,1fr);gap:20px;background:#EAEFF4; border-radius:20px; margin:20px 0 150px;}
.productWrap .productCard {position:relative; background:#fff; height:600px; width:100%;padding:20px;transition:0.3s;overflow:hidden; border-radius:20px;}
.productWrap .productCard .title {color:#fff; font-size:30px; font-weight:700;}
.productWrap .productCard .subTit {color:#fff; font-size:20px; font-weight:300; line-height:1.4;}
.productWrap .productCard .subTit2 {display:none;}
.productWrap .productCard .mb-gra {display:none;}
.productWrap .productCard.card1 {padding:50px; background:url(/assets/service/img/office/main_img1.jpg) no-repeat center/cover; clip-path:polygon(70px 0,100% 0,100% 100%,0% 100%,0 70px);}
.productWrap .productCard.card2 {padding:50px; background:url(/assets/service/img/office/main_img2.jpg) no-repeat center/cover;}
.productWrap .productCard.card3 {padding:50px; background:url(/assets/service/img/office/main_img3.jpg) no-repeat center/cover;}
.productWrap .productCard.card4 {padding:50px; background:url(/assets/service/img/office/main_img4.jpg) no-repeat center/cover; clip-path:polygon(0 0,calc(100% - 70px) 0,100% 70px,100% 100%,0% 100%);}
.productWrap .productCard.card5 {padding:40px 50px; background:url(/assets/service/img/office/main_img51.jpg) no-repeat center/cover; clip-path:polygon(0 0,100% 0,100% 100%,70px 100%,0 calc(100% - 70px));}
.productWrap .productCard.card6 {padding:40px 50px; background:url(/assets/service/img/office/main_img6.jpg) no-repeat center/cover;}
.productWrap .productCard.card7 {padding:40px 50px; background:url(/assets/service/img/office/main_img7.jpg) no-repeat center/cover;}
.productWrap .productCard.card8 {padding:40px 50px; background:url(/assets/service/img/office/main_img8.jpg) no-repeat center/cover; clip-path:polygon(0 0,100% 0,100% calc(100% - 70px),calc(100% - 70px) 100%,0% 100%);}
.productWrap .productCard:hover .productTitle,.productCard:hover .productDesc {color:#fff;}
.productWrap .productTitle {font-size:20px;font-weight:700;margin-bottom:10px;color:#000;}
.productWrap .productDesc {font-size:14px;color:#333;}
.productWrap .productImg {width:100%;height:auto;display:block;margin:20px 0;}
.productWrap .moreBtn {position:absolute;top:20px;right:20px;width:80px;height:80px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:0.3s;}
.productWrap .productCard:hover .moreBtn {background:#fff;transform:rotate(45deg);}
.productWrap .polygonBtn {position:absolute;top:40px;right:40px;width:60px;height:60px;clip-path:polygon(30% 0,70% 0,100% 30%,100% 70%,70% 100%,30% 100%,0 70%,0 30%);border:none;cursor:pointer;opacity:0;transition:0.3s;}
.productWrap .productCard:hover .polygonBtn {opacity:1;background:url(/assets/service/img/office/blue_arrow.png)no-repeat #fff; background-position:center; background-size:20px;opacity:1;}
.productCard {position:relative; background:#fff; height:600px; width:100%; padding:20px; transition:0.3s; overflow:hidden; border-radius:20px;}
.productCard .productContent {position:relative; z-index:2; color:#fff; transition:0.3s;display:flex; flex-direction:column; gap:15px;}
.productCard .title {font-size:36px; font-weight:700;}
.productCard .subTit {font-size:22px; font-weight:300;}
.productWrap .productCard.card1::before {content:'';position:absolute;top:0; left:0;width:100%  ; height:100%;background-image:url('/assets/service/img/office/main_img1.jpg');background-size:cover;background-position:center;transition:0.3s;z-index:1;}
.productWrap .productCard.card2::before {content:'';position:absolute;top:0; left:0;width:100%  ; height:100%;background-image:url('/assets/service/img/office/main_img2.jpg');background-size:cover;background-position:center;transition:0.3s;z-index:1;}
.productWrap .productCard.card3::before {content:'';position:absolute;top:0; left:0;width:100%  ; height:100%;background-image:url('/assets/service/img/office/main_img3.jpg');background-size:cover;background-position:center;transition:0.3s;z-index:1;}
.productWrap .productCard.card4::before {content:'';position:absolute;top:0; left:0;width:100%  ; height:100%;background-image:url('/assets/service/img/office/main_img4.jpg');background-size:cover;background-position:center;transition:0.3s;z-index:1;}
.productWrap .productCard.card5::before {content:'';position:absolute;top:0; left:0;width:100%  ; height:100%;background-image:url('/assets/service/img/office/main_img51.jpg');background-size:cover;background-position:center;transition:0.3s;z-index:1;}
.productWrap .productCard.card6::before {content:'';position:absolute;top:0; left:0;width:100%  ; height:100%;background-image:url('/assets/service/img/office/main_img6.jpg');background-size:cover;background-position:center;transition:0.3s;z-index:1;}
.productWrap .productCard.card7::before {content:'';position:absolute;top:0; left:0;width:100%  ; height:100%;background-image:url('/assets/service/img/office/main_img7.jpg');background-size:cover;background-position:center;transition:0.3s;z-index:1;}
.productWrap .productCard.card8::before {content:'';position:absolute;top:0; left:0;width:100%  ; height:100%;background-image:url('/assets/service/img/office/main_img8.jpg');background-size:cover;background-position:center;transition:0.3s;z-index:1;}
.productWrap .productCard::after {content:'';position:absolute;top:0; left:0;width:100%; height:100%;background:transparent;transition:0.3s;z-index:2;}
.productWrap .productCard:hover::after {background:rgb(8 31 92 / 80%);}
.productWrap .productCard:hover .productContent {opacity:0;}
.productWrap .productCard .hoverOverlay {position:absolute;top:0; left:0;width:100%; height:100%;display:flex; align-items:flex-start; justify-content:flex-end; padding:50px ; flex-direction:column;color:#fff;opacity:0; z-index:3; transition:0.5s;transform: translateY(-30px);}
.productWrap .productCard:hover .hoverOverlay {opacity:1;transform: translateY(0);}
.productWrap .productCard .hoverContent {display:flex; flex-direction:column;}
.productWrap .productCard .hoverContent .hoverTit {font-size:30px; font-weight:700; padding-bottom:30px;} 
.productWrap .productCard .hoverContent .hoverTxt1 {color:#9FB2FF; padding-bottom:8px; font-size:20px; font-weight:500;}
.productWrap .productCard .hoverContent .hoverTxt2 {color:#9FB2FF; font-size:18px; font-weight:300;}
.productWrap .productCard .polygonBtn {position:absolute;top:40px; right:40px;width:60px; height:60px;background:#fff url('/assets/service/img/office/blue_arrow.png') no-repeat center ; background-size:20px;clip-path:polygon(30% 0,70% 0,100% 30%,100% 70%,70% 100%,30% 100%,0 70%,0 30%);border:none;cursor:pointer;opacity:0;z-index:4;transition: opacity 0.3s ease, transform 0.3s ease;}
.productWrap .productCard:hover .polygonBtn {opacity: 1;transform: scale(1.1);}
@keyframes polygonRotate {from { transform: rotate(0deg); }to { transform: rotate(360deg); }}
.installWrap {display:flex; flex-direction:column; gap:100px; position:relative;}
.installTxtBox {display:flex; padding:0 100px; justify-content:space-between;}
.installTxtBox .left {display:flex; gap:20px; flex-direction:column; justify-content:space-between;}
.installTxtBox .left .case {font-size:40px; font-weight:700;color:#000;}
.installTxtBox .left .case b {display:inline-block; color:#334EB6; }
.installTxtBox .left .caseStudy {font-size:60px; font-weight:800;}
.installTxtBox .right {display:flex; flex-direction:column; justify-content:space-between; gap:30px;}
.installTxtBox .right .txt {font-size:26px;}
.installTxtBox .right .moveBtn {background:#000; color:#fff; padding:15px 30px; font-weight:400; font-size:22px; width:200px; display:flex; align-items:center; justify-content:center; border-radius:50px;}
.installSlide {width: 100%;}
.installSlide .imgWrap { width: 100%;height:550px;overflow: hidden;border-radius: 20px;background: #f0f0f0;display: flex;align-items: center;justify-content: center;max-width:800px;} 
.installSlide .imgWrap img { width: 100%;height: 100%;object-fit: cover;display: block; transition: transform 0.5s ease;}
.installSlide .imgWrap:hover img {transform: scale(1.1);}
.installSlide .installCard {position:relative; border-radius:30px; cursor:pointer; overflow:hidden; margin:0 15px;}
.installSlide .infoWrap {position:absolute; bottom:0; left:0; width:100%; background:rgb(0 0 0 / 18%); color:#fff; padding:20px 50px; box-sizing:border-box; backdrop-filter:blur(5px);}
.installSlide .infoWrap .desc {font-size:18px; font-weight:500; margin-bottom:10px; display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;word-wrap: break-word;line-height: 1.5em;max-height: 1.5em;}
.installSlide .tagWrap {display:flex; gap:6px; flex-wrap:wrap;}
.installSlide .tagWrap .tag {background:#1F2A52; border-radius:20px; color:#fff; padding:5px 15px; font-size:13px;}
.installSlide .tagWrap .tagTxt {background:#46474A;}
.installArrowWrap {position: absolute;top: 65%;left: 50%;transform: translate(-50%, -50%);z-index: 10;display: flex;gap: 20px;display:flex; width:100%;justify-content:space-between;padding:0 40px;}
.installArrowWrap div {width: 80px;height: 80px;display: flex;align-items: center;justify-content: center;background: rgba(255,255,255,.15);backdrop-filter: blur(10px);border-radius: 50%;cursor: pointer;}
.installArrowWrap img {width: 14px;height: auto;}
.contactWrap {display:flex; flex-direction:column; gap:60px; align-items:center; justify-content:center; padding:140px; 240px;}
.contactWrap .bottomTxt {font-size:60px; font-weight:700; text-align:center;}
.contactWrap .bottomTxt b {font-size:53px; font-weight:500;}
.contactWrap .btnBox {display:flex; align-items:center; justify-content:center;height:80px; gap:20px;}
.contactWrap .writeBtn {display:flex; background:#334EB6; height:100%; width:340px;  justify-content:space-between; border-radius:50px;border:4px solid #334eb6; align-items:center; padding:0 10px 0 40px; font-size:25px; position:relative;}
.contactWrap .writeBtn p {width:50px; height:50px; border-radius:50px; background:#fff; display:flex; justify-content:center; align-items:center;}
.contactWrap .writeBtn span {color:#fff; font-weight:500;}
.contactWrap .phoneBtn {display:flex; background:#fff; width:340px; justify-content:space-between; height:100%; border:4px solid #334eb6; border-radius:50px; padding:0 10px 0 40px; align-items:center;}
.contactWrap .phoneBtn p {width:50px; height:50px; border-radius:50px; background:#334eb6; display:flex; justify-content:center; align-items:center;}
.contactWrap .phoneBtn span {color:#334eb6; font-weight:700; font-size:25px;}
.wave-effect p {display:none;}
.wave-effect div {display: flex;overflow: hidden;text-shadow: 0 20px 0 #fff;}
.wave-effect .moreBtn {text-align: center;display: inline-flex;align-items: center;height: 50px;padding: 0 50px; background:#000; font-weight:500; border-radius:50px;font-size: 16px;color: #fff;letter-spacing : 0;}
.wave-effect span {display: block; -webkit-backface-visibility : hidden; backface-visibility: hidden; transition: transform .44s ease; letter-spacing: 1px;}
.wave-effect span:nth-child(1) {transition-delay: 0.05s;}
.wave-effect span:nth-child(2) {transition-delay: 0.1s;}
.wave-effect span:nth-child(3) {transition-delay: 0.15s;}
.wave-effect span:nth-child(4) {transition-delay: 0.2s; margin-right: 5px;}
.wave-effect span:nth-child(5) {transition-delay: 0.25s;}
.wave-effect span:nth-child(6) {transition-delay: 0.3s;}
.wave-effect span:nth-child(7) {transition-delay: 0.35s;}
.wave-effect span:nth-child(8) {transition-delay: 0.4s;}
.wave-effect a:hover span {transform: translateY(calc(20px * -1)) translateZ(0);}

@media (max-width:1800px) {
    .productWrap .productCard .hoverOverlay {padding:50px 40px;}
}

@media (max-width:1700px) {
    .customWrap .sloganBox .slogan {font-size:60px;}
    .customWrap .sloganBox .subSlogan {font-size:28px;}
    .contactWrap .bottomTxt {font-size:50px;}
    .contactWrap .bottomTxt b {font-size:43px;}
}
  
@media (max-width:1600px) {
    .productWrap {margin:20px 0 100px;}
    .productWrap .productCard.card1 {padding:60px 40px;}
    .productWrap .productCard.card2 {padding:60px 40px;}
    .productWrap .productCard.card3 {padding:60px 40px;}
    .productWrap .productCard.card4 {padding:60px 40px;}
    .productWrap .productCard.card5 {padding:60px 40px;}
    .productWrap .productCard.card6 {padding:60px 40px;}
    .productWrap .productCard.card7 {padding:60px 40px;}
    .productWrap .productCard.card8 {padding:60px 40px;}
    .productWrap .productCard .title {font-size:26px;}
    .productWrap .productCard .hoverContent .hoverTxt1 {padding-bottom:10px;}
    .productWrap .productCard .hoverContent .hoverTxt2 {color:#fff; font-size:16px;}
    .installTxtBox {padding:0 60px;}
    .installTxtBox .left .case {font-size:35px;}
    .installTxtBox .right .txt {font-size:22px;}
    .installTxtBox .left .caseStudy {font-size:50px;}
    .installSlide .imgWrap {height:450px; max-width:700px;}
}
  
@media (max-width:1500px) {
    .customWrap .sloganBox .slogan {font-size:50px;}
    .customWrap .sloganBox .subSlogan {font-size:26px;}
}

@media (max-width:1400px) {
    .customWrap .wrapInner {padding:0;}
    .customWrap .customBtBg {display:none;}
    .customWrap .customVs {border-radius:0;}
    .customWrap .customVsSlider {border-radius:0;}
    .productWrap {gap:15px; margin:20px 20px 100px;}
    .productWrap .productCard {height:500px;}
    .productWrap .productCard.card1 {clip-path:none;}
    .productWrap .productCard.card4 {clip-path:none;}
    .productWrap .productCard.card5 {clip-path:none;}
    .productWrap .productCard.card8 {clip-path:none;}
    .productWrap .productCard.card1 {padding:30px;}
    .productWrap .productCard.card2 {padding:30px;}
    .productWrap .productCard.card3 {padding:30px;}
    .productWrap .productCard.card4 {padding:30px;}
    .productWrap .productCard.card5 {padding:30px;}
    .productWrap .productCard.card6 {padding:30px;}
    .productWrap .productCard.card7 {padding:30px;}
    .productWrap .productCard.card8 {padding:30px;}
    .productWrap .productCard .hoverOverlay {padding:30px;}
    .productWrap .productCard .hoverContent .hoverTit {font-size:27px;}
    .productWrap .productCard .polygonBtn {top:20px; right:20px; width:50px; height:50px; background-size:15px;}
    .productWrap .productCard:hover .polygonBtn {top:20px; right:20px; width:50px; height:50px; background-size:15px;}
    .contactWrap {padding:80px 0 100px 0; gap:50px;}
    .contactWrap .bottomTxt {font-size:45px;}
    .contactWrap .bottomTxt b {font-size:40px;}
    .contactWrap .btnBox {height:70px;}
    .contactWrap .writeBtn {width:280px; padding:0 5px 0 30px;}
    .contactWrap .writeBtn span {font-size:23px;}
    .contactWrap .phoneBtn {width:280px; padding:0 5px 0 30px; border:3px solid #334eb6;}
    .contactWrap .phoneBtn span {font-size:23px;}
}
  
@media (max-width:1300px) {
    .customWrap .sloganBox {flex-direction:column; left:auto; transform:none; align-items:flex-start; gap:40px; top:32%;}
    .customWrap .sloganBox .slogan {font-size:45px;}
    .customWrap .sloganBox .subSlogan {font-size:24px;}
    .customWrap .customArrowWrap div {width:50px; height:50px;}
    .customWrap .customArrowWrap {left:60px;}
    .customWrap .onlineBtn {right:60px;}
    .customWrap .customProgress {width:calc(100% - 500px);}
    .productWrap {gap:10px;}
    .productWrap .productCard {height:400px;}
    .productWrap .productCard .title {font-size:23px;}
    .productWrap .productCard .subTit {font-size:18px; font-weight:400;}
    .installWrap {gap:60px;}
    .installTxtBox .left .case {font-size:35px;}
    .installTxtBox .right .txt {font-size:20px;}
}

@media (max-width:1200px) {
    .customWrap .customVs {height:700px;}
    .customWrap .sloganBox {padding:40px; top:35%;}
    .customWrap .sloganBox .slogan {font-size:40px;}
    .customWrap .sloganBox .subSlogan {font-size:22px;}
    .customWrap .customArrowWrap {left:30px;}
    .customWrap .onlineBtn {right:30px;}
    .productWrap {margin:20px 20px 70px 20px;}
    .productWrap .productCard {border-radius:15px;}
    .productWrap .productCard.card1 {padding:25px;}
    .productWrap .productCard.card2 {padding:25px;}
    .productWrap .productCard.card3 {padding:25px;}
    .productWrap .productCard.card4 {padding:25px;}
    .productWrap .productCard.card5 {padding:25px;}
    .productWrap .productCard.card6 {padding:25px;}
    .productWrap .productCard.card7 {padding:25px;}
    .productWrap .productCard.card8 {padding:25px;}
    .productWrap .productCard .title {font-size:20px;}
    .productWrap .productCard .subTit {font-size:17px;}
    .productWrap .productCard .hoverOverlay {padding:25px;}
    .productWrap .productCard .hoverContent .hoverTit {font-size:23px; padding-bottom:20px;}
    .productWrap .productCard .hoverContent .hoverTxt1 {font-size:18px;}
    .productWrap .productCard .hoverContent .hoverTxt2 {font-size:15px;}
    .productWrap .productCard:hover .polygonBtn {top:20px; height:20px; width:40px; height:40px; background-size:11px;}
    .productWrap .productCard .polygonBtn {top:20px; height:20px; width:40px; height:40px; background-size:11px;}
    .customWrap .customArrowWrap {bottom:80px;}
    .contactWrap .bottomTxt {font-size:40px;}
    .contactWrap .bottomTxt b {font-size:35px;}
    .contactWrap .writeBtn {width:260px; padding:0 5px 0 30px;}
    .contactWrap .writeBtn span {font-size:22px;}
    .contactWrap .phoneBtn {width:250px; padding:0 5px 0 30px; border:3px solid #334eb6;}
    .contactWrap .phoneBtn span {font-size:22px;}
    .installTxtBox {flex-direction:column;padding:0 50px; gap:20px;}
    .installTxtBox .left {gap:5px;}
    .installTxtBox .left .case {font-size:25px;}
    .installTxtBox .left .caseStudy {font-size:40px;}
    .installSlide .imgWrap {height:350px; width:500px;}
    .installSlide .installCard {border-radius:20px; margin:0 10px;}
    .installSlide .infoWrap {padding:20px;}
    .installWrap {gap:50px;}
    .installArrowWrap {top:72%; padding:0 30px;}
    .installArrowWrap div {width:70px; height:70px;}
    .installArrowWrap img {width:10px;}
}
  
@media (max-width:991px) {
    .customWrap .customVs {height:550px;}
    .customWrap .customProgress {width:100%; bottom:0; right:auto; }
    .customWrap .customArrowWrap {bottom:48px;}
    .customWrap .sloganBox {padding:0 30px; height:auto; }
    .customWrap .sloganBox .slogan {font-size:35px;}
    .customWrap .onlineBtn {width:80px; height:80px; bottom:50px;; border-radius:15px;}
    .customWrap .onlineBtn span {font-size:14px;}
    .customWrap .onlineBtn img {width:20px; height:20px}
    .customWrap .customMainBar:after {background:#fff;}
    .customWrap .customProBar {background:#334eb6;}
    .productWrap {margin:0 0 60px; gap:0;}
    .productWrap .productCard {height:300px; border-radius:0;}
    .productWrap .productCard {border-radius:12px;}
    .productWrap .productCard.card1 {padding:20px; border-radius:0;}
    .productWrap .productCard.card2 {padding:20px; border-radius:0;}
    .productWrap .productCard.card3 {padding:20px; border-radius:0;}
    .productWrap .productCard.card4 {padding:20px; border-radius:0;}
    .productWrap .productCard.card5 {padding:20px; border-radius:0;}
    .productWrap .productCard.card6 {padding:20px; border-radius:0;}
    .productWrap .productCard.card7 {padding:20px; border-radius:0;}
    .productWrap .productCard.card8 {padding:20px; border-radius:0;}
    .productWrap .productCard .hoverOverlay {padding:20px;}
    .productWrap .productCard .hoverContent .hoverTxt1 {font-size:18px;}
    .productWrap .productCard .hoverContent .hoverTxt2 {font-size:14px;}
    .productWrap .productCard .title {font-size:18px;}
    .productWrap .productCard .hoverContent .hoverTit {font-size:18px;}
    .contactWrap .bottomTxt {font-size:35px;}
    .contactWrap .bottomTxt b {font-size:32px;}
    .installTxtBox {padding:0 40px;}
    .installTxtBox .right .txt {font-size:18px;}
    .installTxtBox .left .caseStudy {font-size:35px;}
    .wave-effect .moreBtn {padding:0 30px;}
}
  
@media (max-width:840px) {
    .customWrap .sloganBox {gap:25px; top:45%;}
    .customWrap .sloganBox .slogan {font-size:30px;}
    .customWrap .sloganBox .subSlogan {font-size:19px;}
    .customWrap .customArrowWrap div {width:40px; height:40px;}
    .customWrap .customArrowWrap img {width:7px; height:auto;}
    .productWrap {margin:0 0 40px;}
    .productWrap .productCard.card1 {padding:15px;}
    .productWrap .productCard.card2 {padding:15px;}
    .productWrap .productCard.card3 {padding:15px;}
    .productWrap .productCard.card4 {padding:15px;}
    .productWrap .productCard.card5 {padding:15px;}
    .productWrap .productCard.card6 {padding:15px;}
    .productWrap .productCard.card7 {padding:15px;}
    .productWrap .productCard.card8 {padding:15px;}
    .productWrap .productCard .hoverOverlay {padding:15px;}
    .productWrap .productCard:hover .polygonBtn {width:35px; height:35px; top:15px; right:15px;}
    .productWrap .productCard .polygonBtn {width:35px; height:35px; top:15px; right:15px;}
    .contactWrap {gap:30px; padding:60px 0 70px 0;}
    .contactWrap .bottomTxt {font-size:30px;}
    .contactWrap .bottomTxt b {font-size:28px;}
    .contactWrap .btnBox {height:150px;}
    .contactWrap .writeBtn {width:150px; flex-direction:column-reverse; padding:0; justify-content:center; border-radius:25px; gap:15px;}
    .contactWrap .phoneBtn {width:150px; flex-direction:column-reverse; padding:0; justify-content:center; border-radius:25px; gap:15px;}
    .contactWrap .writeBtn span {font-size:18px;}
    .contactWrap .phoneBtn span {font-size:18px;}
    .installTxtBox {padding:0 30px;}
    .installTxtBox .left .case {font-size:22px;}
    .installTxtBox .left .caseStudy {font-size:30px;}
    .installSlide .infoWrap .desc {font-size:16px;}
    .installSlide .infoWrap {padding:10px 20px;}
    .installWrap {gap:30px;}
}
  
@media (max-width:767px) {
    .contactWrap {padding:70px 0 80px 0; gap:30px;}
    .productWrap .productCard {height:250px;}
    .productWrap .productCard .hoverOverlay {justify-content:flex-start;}
    .productWrap .productCard:hover .polygonBtn {top:auto; bottom:15px;}
    .productWrap .productCard .polygonBtn {top:auto; bottom:15px;}
    .productWrap .productCard .title {font-size:16px;}
    .productWrap .productCard .hoverContent .hoverTit {font-size:16px;}
    .productWrap .productCard .hoverContent .hoverTxt1 {font-size:15px;}
    .productWrap .productCard .subTit {font-size:15px;}
}
  
@media (max-width:680px) {
    .productWrap {grid-template-columns: repeat(2, 1fr); gap:2px;}
    .productWrap .productCard {height:400px;}
    .productWrap .productCard .title {font-size:18px;}
    .productWrap .productCard .hoverContent .hoverTit {font-size:18px;}
    .productWrap .productCard .hoverContent .hoverTxt1 {font-size:16px;}
    .productWrap .productCard .subTit {font-size:16px;}
    .productWrap .productCard.card1 {padding:20px;}
    .productWrap .productCard.card2 {padding:20px;}
    .productWrap .productCard.card3 {padding:20px;}
    .productWrap .productCard.card4 {padding:20px;}
    .productWrap .productCard.card5 {padding:20px;}
    .productWrap .productCard.card6 {padding:20px;}
    .productWrap .productCard.card7 {padding:20px;}
    .productWrap .productCard.card8 {padding:20px;}
    .productWrap .productCard::after {display:none;}
    .productWrap .productCard .hoverOverlay,
    .productWrap .productCard:hover .hoverOverlay {display: none !important;visibility: hidden !important;opacity: 0 !important;pointer-events: none !important;z-index: -999 !important;}
    .productWrap .productCard:hover .productContent {opacity:1;}
    .productWrap .productCard:hover .polygonBtn {display:none;}
    .productWrap .productCard .mb-gra {display: block;position: absolute;left: 0;top: 0;width: 100%;height: 100%;background:linear-gradient(to bottom, rgb(0 0 0 / 40%) 0%, rgba(0, 0, 0, 0) 40%);z-index: 1;} 
    .installSlide .imgWrap {width:400px; height:250px;}
    .installSlide .tagWrap .tag {font-size:12px; padding:4px 11px;}
    .installSlide .infoWrap .desc {margin-bottom:6px;}
    .installArrowWrap {padding:0 20px; top:74%;}
    .installArrowWrap div {width:50px; height:50px;}
    .installArrowWrap img {width:9px;}
    .contactWrap {padding:50px 0;}
    .contactWrap .bottomTxt {font-size:25px;}
    .contactWrap .bottomTxt b {font-size:23px;}
}
  
@media (max-width:580px) {
    .customWrap .sloganBox {padding:0 20px;}
    .customWrap .sloganBox .slogan {font-size:25px;}
    .customWrap .sloganBox .subSlogan {font-size:16px;}
    .customWrap .customArrowWrap {left:20px;}
    .customWrap .onlineBtn {right:20px; bottom:30px;}
    .installTxtBox .right .txt {font-size:16px;}
    .installTxtBox .left .caseStudy {font-size:26px;}
    .wave-effect .moreBtn {height:40px; border-radius:0;}
}
  
@media (max-width:540px) {
    .productWrap .productCard {height:350px;}
    .contactWrap .btnBox {height:50px; gap:10px;}
    .contactWrap .writeBtn {width:160px; height:100%; flex-direction:row; background:#fff; border:none; gap:9px;}
    .contactWrap .phoneBtn {width:160px; height:100%; flex-direction:row; background:#334eb6; border:none;gap:9px;}
    .contactWrap .writeBtn p {width:auto; height:auto; background:transparent;}
    .contactWrap .phoneBtn p {width:auto; height:auto; background:transparent;}
    .contactWrap .writeBtn p img {width:16px;}
    .contactWrap .phoneBtn p img {width:15px;}
    .contactWrap .writeBtn span {color:#334eb6; font-size:16px;font-weight:600;}
    .contactWrap .phoneBtn span {color:#fff; font-size:16px; font-weight:400;}
    .installTxtBox .right .txt br {display:none;}
    .installTxtBox {padding:0 20px;}
    .installTxtBox .left .case {font-size:20px;}
    .installTxtBox .left .caseStudy {font-size:24px;}
    .installTxtBox .right .txt {font-size:15px;}
    .wave-effect p {display:flex; font-size:15px;}
    .wave-effect div {display:none;}
    .wave-effect .moreBtn {padding:0 20px;}
}
  
@media (max-width:480px) {
    .productWrap {gap:1px;}
    .productWrap .productCard {height:300px;}
    .customWrap .customVs {height:480px;}
    .installArrowWrap {padding:0 30px;}
    .installArrowWrap div {background:rgb(255 255 255 / 28%);}
    .installSlide .imgWrap {width:100%;}
    .installSlide .installCard {margin:0 20px;}
    .installTxtBox {padding:0 20px;}
    .contactWrap .bottomTxt {font-size:22px;}
    .contactWrap .bottomTxt b {font-size:20px;}
}
  
@media (max-width:460px) {
    .productWrap .productCard.card1 {padding:15px;}
    .productWrap .productCard.card2 {padding:15px;}
    .productWrap .productCard.card3 {padding:15px;}
    .productWrap .productCard.card4 {padding:15px;}
    .productWrap .productCard.card5 {padding:15px;}
    .productWrap .productCard.card6 {padding:15px;}
    .productWrap .productCard.card7 {padding:15px;}
    .productWrap .productCard.card8 {padding:15px;}
}
  
@media (max-width:420px) {
    .customWrap .sloganBox {top:40%;}
    .productWrap .productCard .subTit {font-size:14px;}
    .productWrap .productCard {height:250px;}
    .productCard .productContent {gap:10px;}
    .installSlide .infoWrap .desc {font-size:13px;}
    .installSlide .tagWrap .tag {font-size:12px;}
}
  
@media (max-width:380px) {
    .contactWrap {padding:25px 0 30px 0;}
    .contactWrap .bottomTxt {font-size:20px;}
    .contactWrap .bottomTxt b {font-size:18px;}
    .installTxtBox .right {gap:20px;}
    .installTxtBox .left .caseStudy {font-size:21px;}
    .installTxtBox .left .case {font-size:18px;}
    .installTxtBox {gap:15px;}
    .installWrap {gap:20px;}
    .customWrap .sloganBox .subSlogan {font-size:15px;}
}
  
@media (max-width:360px) {
    .productWrap .productCard .title {font-size:16px;}
    .productWrap .productCard {height:220px;}
    .productWrap .productCard .mb-gra {background:linear-gradient(to bottom, rgb(0 0 0 / 53%) 0%, rgba(0, 0, 0, 0) 60%);}
    .contactWrap .btnBox {flex-direction:column; height:auto; width:100%; padding:0 20px;}
    .contactWrap .writeBtn {width:100%; height:50px; gap:13px; border-radius:0;}
    .contactWrap .phoneBtn {width:100%; height:50px; gap:13px; border-radius:0;}
}
  
@media (max-width:342px) {
    .productWrap .productCard .title {font-size:15px;}
    .customWrap .sloganBox {padding:0 15px;}
    .customWrap .sloganBox .subSlogan {font-size:14px;}
    .installTxtBox {padding:0 15px;}
    .installSlide .installCard {margin:0 15px;}
    .contactWrap .bottomTxt {font-size:19px;}
    .contactWrap .btnBox {padding:0 15px;}
}


/************ 제품 ***********/
.pdWrap {width:100%; overflow-x:hidden;  padding:20px 20px 0 20px;}
.pdWrap .sv {position:relative; height:500px; overflow:hidden; border-radius:20px 20px 0 0;}
.pdWrap .sv-img {position: absolute; left: 0; top: 0; width: 100%; height: 100%;border-radius:20px;}
.pdWrap .sv-img img {width: 100%;height: 100%;object-fit: cover;}
.pdWrap .top-bg {position: absolute; left: 0; bottom: 0; width: 100%; height: 70px; z-index: 98;}
.pdWrap .top-bg .triangle:before {content: ''; position: absolute; width: 0; height: 0; border-bottom: 70px solid #fff;}
.pdWrap .top-bg .triangle:after {content: ''; position: absolute; width: 0; height: 0; border-bottom: 70px solid #fff;}
.pdWrap .top-bg .triangle:before {left: 0; border-right: 70px solid transparent;}
.pdWrap .top-bg .triangle:after {right: 0; border-left: 70px solid transparent;}
.pdWrap .sv-img.active {animation: zoomOut 2s ease-in-out forwards;}
@keyframes zoomOut {0% {transform: scale(1.08);opacity: 1;}100% {transform: scale(1);opacity: 1;}}
.pdWrap .slogan {position: absolute;width: 100%;height: 100%;display: flex;flex-direction: column;justify-content: flex-end; gap:30px;padding:0 130px 100px; }
.pdWrap .slogan .channel {display: flex; align-items: center; gap: 5px;}
.pdWrap .slogan .channel span {position: relative; color: #fff; padding-right: 25px; margin-right: 10px;}
.pdWrap .slogan .channel .sub {color:#e3e3e3; font-size: 20px; font-weight:600;}
.pdWrap .slogan .channel .page {color:#fff; font-size: 20px; font-weight:600;}
.pdWrap .slogan .channel span:last-child {padding-right: 0; margin-right: 0;}
.pdWrap .slogan .channel span:not(:last-child):after {content: ''; position: absolute; top: 50%; right: 0; transform: translateY(-50%); width: 12px; height: 12px; background : url(/assets/service/img/office/arrowSv.png) no-repeat center / contain;}
.pdWrap .slogan .titBox {display:flex; justify-content:space-between;}
.pdWrap .slogan .titBox .pgTit {font-size:60px; font-weight:700; color:#fff; line-height:1;}
.pdWrap .slogan .titBox .pgDesc {font-size:24px; color:#fff; font-weight:400;}
.pdWrap .slogan .titBox .pgDesc br {display:none;}
.pdWrap .slogan .titBox .tit {display:flex; gap:32px; align-items:flex-end;}
.pdWrap .noti-gra {position:absolute; display:none; top:0; width:100%; height:100%;}
.pdWrap .onlineBtn {background:#334EB6; position:absolute; right:60px; bottom:60px; width:100px; height:100px; border-radius:15px; display:flex; flex-direction:column;  gap:10px; justify-content:center; align-items:center;}
.pdWrap .onlineBtn span {color:#fff; font-size:16px;}
.pdWrap .onlineBtn img {width:23px; height:23px;}
.pdWrap .onlineBtn:hover {background:linear-gradient(194deg, #5591ff, #5d3ff9 100px); transition:0.3s;}
.pdCont {padding:100px 260px;}
.pdWrap .ctWrap {display:flex; justify-content:center;}
.pdWrap .ctList {display:flex; flex-wrap:wrap; gap:7px;}
.pdWrap .ctList .link {display:inline-block; padding:12px 24px; background:#F3F5FD; border-radius:30px; color:#8B91A2; font-size:18px; font-weight:500; transition:0.3s;}
.pdWrap .ctList .link.active {background:#334EB6; color:#fff;}
.pdWrap .ctList .link:hover:not(.active) {background:#e1e7f3;}
.pdWrap .detailWrap {display:flex; justify-content:space-between; gap:80px; margin-top:80px;}
.pdWrap .pdBox { width: 50%; }
.pdWrap .pdBox .mainBox { background: #fff; padding:30px;border:1px solid #e0e0e0; width: 700px; height: 600px; display: flex; align-items: center; justify-content: center; position: relative; overflow: hidden;}
.pdWrap .pdBox .mainBox img { max-width:100%; max-height:100%; width:450px; height:auto; display:block; object-fit:contain;}
.pdWrap .pdBox .mainSlider { width: 100%; max-height:600px; overflow:hidden; }
.pdWrap .pdBox .mainSlider .slick-slide div { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; }
.pdWrap .pdBox .thumbSlider { display: flex; gap: 10px; width: 100%; height: 120px; margin-top: 10px; }
.pdWrap .pdBox .thumbSlider .thumBox { width: calc((100% - 30px) / 4); padding:10px; display:flex; align-items:center; justify-content:center;box-sizing: border-box; background: #fff; border:1px solid #e0e0e0; height: 100%; cursor:pointer; }
.pdWrap .pdBox .thumbSlider .thumBox img {max-width:100%; max-height:100%; width:100px; height:auto; display:block; object-fit:contain; }
.pdWrap .pdBox .thumbSlider .slick-slide { cursor: pointer; opacity: 0.5; transition: 0.3s; }
.pdWrap .pdBox .thumbSlider .slick-current { opacity: 1; }
.pdWrap .pdBox .slick-prev , .pdBox .slick-next { width: 48px; height: 48px; border-radius: 50%; background: rgba(0,0,0,0.4); z-index: 10; position: absolute; top: 50%; transform:  translateY(-50%); text-indent:-9999px;}
.pdWrap .pdBox .slick-prev { left: 20px; background:url("/assets/service/img/office/arrow_b1.png") no-repeat center / 16px; }
.pdWrap .pdBox .slick-next { right: 20px; background:url("/assets/service/img/office/arrow_b2.png") no-repeat center / 16px; }
.pdWrap .pdBox .slick-prev::before, .pdBox .slick-next::before { display: none; } 
.pdWrap .pdBox .thumbSlider .thumBox.active {border: 1px solid #333; opacity: 1 !important;}
.pdWrap .detailWrap .detailBox {width:50%; display:flex; flex-direction:column; justify-content:space-between;}
.pdWrap .detailWrap .detailBox .tagForm {display:flex; gap:6px; flex-wrap:wrap;}
.pdWrap .detailWrap .detailBox .tag {font-size:14px; color:#262626; border:1px solid #696969; background:#fff; padding:4px 10px; white-space:nowrap;}
.pdWrap .detailDesc {margin-top:30px;}
.pdWrap .detailDesc .top {display:flex; flex-direction:column; gap:6px;}
.pdWrap .detailDesc .top .tit {font-size:36px; font-weight:600;}
.pdWrap .detailDesc .top .txt {font-size:26px; font-weight:400; color:#9296A4;}
.pdWrap .detailDesc .bottom {padding-top:40px;  display:flex; flex-direction:column; gap:10px;}
.pdWrap .detailDesc .bottom .num {display:flex; justify-content:flex-start; color:#333333; font-size:22px; align-items:center;}
.pdWrap .detailDesc .bottom .num img {margin-right:20px; width:26px; height:26px;}
.pdWrap .inquiryBar { display: flex; flex-direction: column; gap:10px;}
.pdWrap .inquiryBar .tellBtn{ border: 1px solid #2B2B2B; font-weight:600;width:100%;display:flex; justify-content:space-between; height:70px; font-size:22px; padding:0 45px; align-items:center;}
.pdWrap .phoneBox { display: flex; justify-content: space-between; padding: 10px; border-bottom: 1px solid #ccc; font-size: 16px; }
.pdWrap .inquiryBtns { display: flex; width:100%;gap:10px; justify-content:space-between;}
.pdWrap .inquiryBtns .btn { width:100%; display: flex; align-items: center; justify-content: center;  color: #fff; font-weight: 600; }
.pdWrap .inquiryBtns .online {width:calc(100% - 240px); background:url(/assets/service/img/office/main_write.png)no-repeat #000; background-position:85% 50%; justify-content:flex-start  ; padding-left:45px; font-size:20px; }
.pdWrap .inquiryBtns .mail {width:70px; height:70px; background: #334EB6; }
.pdWrap .inquiryBtns .blog {width:70px; height:70px; background: #2CB24A; }
.pdWrap .inquiryBtns .kakao {width:70px; height:70px;  background: #FFDE00; color: #222; }
.pdWrap .sectionWrap {margin-top:150px;}
.pdWrap .sectionWrap .detailTitle {font-size: 28px;font-weight: 700;display: flex;align-items: center;gap: 10px;position: relative;}
.pdWrap .sectionWrap .detailTitle::before {content: "";display: inline-block;width: 18px;height: 18px;background: url(/assets/service/img/office/dia.png) no-repeat center  / contain;flex-shrink: 0;}
.pdWrap .sectionWrap .sectionTitle {border-bottom:2px solid #D2D6DB; padding-bottom:20px;} 
.pdWrap .sectionWrap .page {padding:30px 0 0; display:flex; align-items:flex-start; justify-content:center;}
.pdWrap .sectionWrap .page .imgWrap img {width:100%;}
.pdWrap .sectionWrap div {padding:30px 0;}
.sectionWrap iframe {max-width:100%;} 

.pdWrap .sectionWrap p:first-of-type {padding-top:30px;}
.pdWrap .sectionWrap p {padding:10px 0;white-space: normal;overflow-wrap: anywhere;word-break: break-word;}
.pdWrap .sectionWrap p:last-of-type {padding-bottom:30px;}
/**개발팀 서버만**/
.pdCont.bdCont .table-bordered {padding:0; border:none;}
.pdCont.bdCont .table-bordered tr {border-top:1px solid #e0e0e0;}
.pdCont.bdCont .table-bordered tr:last-of-type {border-bottom:1px solid #e0e0e0;}
.table-bordered td, .table-bordered th {height:100%;}
.pdCont.bdCont .table-bordered td, .pdCont.bdCont .table-bordered th {height:100%;border:none; padding:10px;}

@media (max-width:1700px) {
	.pdCont {padding:100px;}
	.pdWrap .pdBox .slick-prev {left:10px;}
	.pdWrap .pdBox .slick-next {right:10px;}
}

@media (max-width:1400px) {
	.pdCont {padding:80px;}
	.pdWrap .slogan {padding:0 80px 100px;}
	.pdWrap .ctList .link {padding:10px 20px;font-size:16px;}
	.pdWrap .pdBox .mainBox img {width:350px;}
	.pdWrap .pdBox .thumbSlider .thumBox img {width:80px;}
	.pdWrap .detailDesc .top .tit {font-size:25px;}
	.pdWrap .detailDesc .top .txt {font-size:20px;}
	.pdWrap .detailDesc .bottom .num {font-size:17px;}
	.pdWrap .detailDesc .bottom .num img {width:22px; height:22px;}
	.pdWrap .detailDesc .bottom {padding-top:20px;}
	.pdWrap .detailWrap .detailBox .tag {font-size:13px; padding:3px 7px;}
}

@media (max-width:1300px) {
	.pdWrap .inquiryBtns .mail {width:60px; height:60px;}
	.pdWrap .inquiryBtns .mail img {width:30px;}
	.pdWrap .inquiryBtns .online {height:60px; width:calc(100% - 200px);}
	.pdWrap .inquiryBtns .blog {width:60px; height:60px;}
	.pdWrap .inquiryBtns .blog img {width:30px;}
	.pdWrap .inquiryBtns .kakao {width:60px; height:60px;}
	.pdWrap .inquiryBar {gap:6px;}
	.pdWrap .inquiryBtns {gap:5px;}
	.pdWrap .inquiryBar .tellBtn {height:60px;}
	.pdWrap .pdBox .mainBox {height:500px;}
}

@media (max-width:1250px) {
	.pdWrap .slogan .titBox .pgDesc br {display:block;}
}

@media (max-width:1199px) {
	.pdWrap {padding:0;}
	.pdCont {padding:80px 40px;}
	.pdWrap .slogan {padding:0 40px 60px;}
	.pdWrap .onlineBtn {right:40px;}
	.pdWrap .sv {border-radius:0;}
	.pdWrap .top-bg {display:none;}
	.pdWrap .detailWrap {margin-top:60px; gap:50px;}
	.pdWrap .slogan .titBox .pgDesc br {display:none;}
	.pdWrap .detailDesc .top .tit {font-size:30px;}
	.pdWrap .detailDesc .top .txt {font-size:22px;}
	.pdWrap .detailDesc .bottom .num {font-size:18px;}
	.pdWrap .detailDesc .bottom .num img {width:22px; height:22px; margin-right:15px;}
	.pdWrap .inquiryBtns {gap:5px;}
	.pdWrap .inquiryBtns .online {background-size:24px; padding-left:35px; font-size:19px;}
	.pdWrap .inquiryBar .tellBtn {font-size:19px;padding:0 35px;}
	.pdWrap .slogan .channel span {padding-right:20px; margin-right:5px;}
	.pdWrap .slogan .titBox .pgTit {font-size:50px;}
	.pdWrap .slogan .channel .sub {font-size:18px;}
	.pdWrap .slogan .channel .page {font-size:18px;}
	.pdWrap .slogan .channel span img {width:18px;}
	.pdWrap .slogan .titBox .pgDesc {font-size:20px;}
	.pdWrap .pdBox .mainBox img {width:280px;}
	.pdWrap .pdBox .thumbSlider {height:100px; gap:4px; margin-top:4px;}
	.pdWrap .pdBox .thumbSlider .thumBox {width:calc((100% - 15px) / 4);}
}

@media (max-width:991px) {
	.pdCont {padding:50px 20px;}
	.pdWrap .noti-gra  {display:flex; background:linear-gradient(to top, rgb(0 0 0 / 38%), transparent);}
	.pdWrap .sv {height:400px;}
	.pdWrap .slogan .channel .sub {font-size:16px;}
	.pdWrap .slogan .channel .page {font-size:16px;}
	.pdWrap .slogan .titBox .pgTit {font-size:40px;}
	.pdWrap .slogan .titBox .pgDesc {font-size:18px;}
	.pdWrap .onlineBtn {width:80px; height:80px; font-size:15px; border-radius:13px;}
	.pdWrap .onlineBtn span {font-size:14px;}
	.pdWrap .onlineBtn img {width:20px; height:20px;}
	.pdWrap .ctWrap {justify-content:flex-start;}
	.pdWrap .ctList .link {font-size:15px; padding:8px 16px;}
	.pdWrap .sectionWrap {margin-top:100px;}
	.pdWrap .sectionWrap .page {padding:20px 0 0;}
	.pdWrap .sectionWrap .detailTitle {font-size:22px;}
	.pdWrap .detailDesc {margin-top:30px;}
	.pdWrap .detailWrap {gap:30px;}
	.pdWrap .detailDesc .top .tit {font-size:26px;}
	.pdWrap .detailDesc .top .txt {font-size:20px;}
	.pdWrap .detailWrap .detailBox .tag {font-size:14px;}
	.pdWrap .inquiryBtns .online {background:#000; justify-content:center; padding:0;}
	.pdWrap .inquiryBar .tellBtn {justify-content:center;}
	.pdWrap .inquiryBar .tellBtn span:first-of-type {padding-right:15px;}
	.pdWrap .pdBox .mainBox {height:550px;}
	
}

@media (max-width:840px) {
	.pdWrap .pdBox .mainBox {height:500px;}
	.pdWrap .pdBox .mainBox img {width:250px;}
	.pdWrap .pdBox .thumbSlider .thumBox img {width:70px;}
	.pdWrap .pdBox .thumbSlider {height:80px;}
	.pdWrap .detailDesc {margin-top:20px;}
	.pdWrap .detailDesc .top {padding-bottom:20px;}
	.pdWrap .detailDesc .bottom {padding-top:0; border:none;}
	.pdWrap .detailDesc .top .tit {font-size:22px;}
	.pdWrap .detailDesc .top .txt {font-size:18px;}
	.pdWrap .detailDesc .bottom .num {font-size:15px;}
	.pdWrap .detailDesc .bottom .num img {width:18px; height:18px; margin-right:11px;}
	.pdWrap .inquiryBar .tellBtn {height:50px; font-size:16px;}
	.pdWrap .inquiryBtns .mail {width:50px; height:50px;}
	.pdWrap .inquiryBtns .mail img {width:26px;}
	.pdWrap .inquiryBtns .online {height:50px; width:calc(100% - 170px); font-size:16px;}
	.pdWrap .inquiryBtns .blog {width:50px; height:50px;}
	.pdWrap .inquiryBtns .blog img {width:26px;}
	.pdWrap .inquiryBtns .kakao {width:50px; height:50px;}
	.pdWrap .pdBox .slick-prev {background: url(/assets/service/img/office/arrow_b1.png) no-repeat center / 12px; width:44px; height:44px;}
	.pdWrap .pdBox .slick-next {background: url(/assets/service/img/office/arrow_b2.png) no-repeat center / 12px; width:44px; height:44px;}
	.pdWrap .sectionWrap .page {padding:50px 0 0;}
	.pdWrap .sectionWrap .sectionTitle {border-bottom:1px solid #D2D6DB;}
	.pdWrap .slogan .titBox .pgDesc br {display:block;} {display:block;}
	.pdWrap .sectionWrap {margin-top:60px;}
}

@media (max-width:767px) {
	.pdWrap .sv {height:350px;}
	.pdWrap .ctList {gap:7px;}
	.pdWrap .slogan {padding:0 40px 40px;}
	.pdWrap .slogan .channel {display:none;}
	.pdWrap .slogan .titBox .tit {align-items:flex-start; flex-direction:column; gap:20px;}
	.pdWrap .onlineBtn {bottom:90px; right:30px;}
	.pdWrap .detailWrap {margin-top:30px;}
	.pdWrap .pdBox .mainBox {height:350px;}
	.pdWrap .pdBox .mainBox img {width:210px;}
	.pdWrap .pdBox .thumbSlider .thumBox img {width:55px;}
	.pdWrap .pdBox .slick-prev {left:5px;}
	.pdWrap .pdBox .slick-next {right:5px;}
	.pdWrap .slogan .titBox .pgDesc br {display:none;}
	.pdWrap .inquiryBar {padding-top:30px;}
	.pdWrap .sectionWrap div {padding:20px 0;}
	.sectionWrap iframe {width:100%;}
}

@media (max-width:640px) {
	.pdCont {padding:30px 20px;}
	.pdWrap .slogan {padding:0 20px 30px;}
	.pdWrap .onlineBtn {bottom:70px; top:auto; right:20px;}
	.pdWrap .detailWrap {flex-direction:column;}
	.pdWrap .pdBox {width:100%;}
	.pdWrap .detailWrap .detailBox {width:100%;}
	.pdWrap .pdBox .thumbSlider {height:120px;}
	.pdWrap .pdBox .thumbSlider .thumBox img {width:80px;}
	.pdWrap .pdBox .mainBox {height:450px;}
	.pdWrap .pdBox .mainBox img {width:350px;}
	.pdWrap .detailDesc {padding-bottom:40px;}
	.pdWrap .detailDesc .bottom .num {font-size:17px;}
	.pdWrap .inquiryBtns .online {background:url(/assets/service/img/office/main_write.png)no-repeat #000;background-position: 88% 50%; background-size:25px; justify-content: flex-start;padding-left: 40px;}
	.pdWrap .inquiryBar .tellBtn {justify-content:space-between; padding:0 40px;} 
	.pdWrap .sectionWrap {margin-top:80px;}
	.pdWrap .sectionWrap .page {padding:10px 0 0;}
	.pdWrap .inquiryBar {padding-top:0;}
}

@media (max-width:580px) {
	.pdWrap .onlineBtn {bottom:90px;}
}

@media (max-width:540px) {
	.pdWrap .pdBox .mainBox img {width:300px;}
}

@media (max-width:480px) {
	.pdWrap .slogan .titBox .pgTit {font-size:30px;}
	.pdWrap .slogan .titBox .pgDesc {font-size:16px;}
	.pdWrap .detailWrap {margin-top:30px;}
	.pdWrap .ctList .link {font-size:14px;}
	.pdWrap .pdBox .mainBox {height:400px;}
	.pdWrap .pdBox .thumbSlider {height:100px;}
}

@media (max-width:420px) {
	.pdCont {padding:20px 15px 30px 15px;}
	.pdWrap .slogan .titBox .tit {gap:15px;}
	.pdWrap .pdBox .mainBox img {width:250px;}
	.pdWrap .pdBox .slick-prev {width:28px;}
	.pdWrap .pdBox .slick-next {width:28px;}
}

@media (max-width:380px) {
	.pdWrap .pdBox .mainBox {height:300px; padding:40px;}
	.pdWrap .pdBox .mainBox img {width:100%;}
	.pdWrap .pdBox .thumbSlider {height:70px;}
	.pdWrap .pdBox .thumbSlider .thumBox img {width:100%;}
	.pdWrap .detailDesc {padding-bottom:30px;}
	.pdWrap .detailDesc .top {gap:3px; padding-bottom:20px;}
	.pdWrap .detailDesc .top .tit {font-size:18px;}
	.pdWrap .detailDesc .top .txt {font-size:16px;}
	.pdWrap .detailDesc .bottom {gap:6px;}
	.pdWrap .detailDesc .bottom .num {font-size:14px;}
	.pdWrap .inquiryBtns {gap:0;}
	.pdWrap .inquiryBtns .online {width:calc(100% - 150px);}
	.pdWrap .inquiryBtns .online {background:#000; padding:0; justify-content:center;}
	.pdWrap .inquiryBar .tellBtn {justify-content:center;}
	.pdWrap .sectionWrap {margin-top:50px;}
	.pdWrap .sectionWrap .detailTitle {font-size:18px; gap:6px;}
	.pdWrap .sectionWrap .detailTitle::before {width:11px; height:11px;}
.pdWrap .sectionWrap .sectionTitle {padding-bottom:0; border-bottom:none; }
}

@media (max-width:360px) {
	.pdWrap .pdBox .mainBox {height:280px;}
	.pdWrap .ctList .link {font-size:13px; padding:5px 12px;}
	.pdWrap .detailWrap {margin-top:20px;}
.pdWrap .detailWrap .detailBox .tag {font-size:12px;}
}

@media (max-width:340px) {
	.pdWrap .slogan .titBox .pgDesc br {display:block;}
}

/* 비쥬얼이미지 */
.pdWrap .sv-img .pvs1 {display:flex;}
.pdWrap .sv-img .pvs2 {display:none;}
.pdWrap .sv-img .pvs3 {display:none;}

@media (max-width:1400px) {
	.pdWrap .sv-img .pvs2 {display:flex;}
	.pdWrap .sv-img .pvs1 {display:none;}
}

@media (max-width:640px) {
	.pdWrap .sv-img .pvs3 {display:flex;}
	.pdWrap .sv-img .pvs2 {display:none;}
	.pdWrap .sv-img .pvs1 {display:none;}
}


/******** 제품리스트 **********/
.listWrap .listBox {display:flex; flex-direction:column; margin:80px 0;}
.listWrap .listBox .list {display: flex;flex-wrap: wrap;gap: 100px 24px;}
.listWrap .listBox .box {width: calc((100% - 25px * 3) / 4); box-sizing: border-box; display:flex; flex-direction:column; gap:20px;}
.listWrap .listBox .imgBox {border:1px solid #eee; background:#fff; width:100%; height:290px; display:flex; justify-content:center; padding:40px;}
.listWrap .listBox .imgBox img {width:100%; object-fit:contain; max-width: 100%;max-height: 100%; height: auto;display: block;}
.listWrap .listBox .txtBox p {font-size:20px; font-weight:600;padding-bottom:4px;}
.listWrap .listBox .txtBox h4 {color:#9296A4; font-size:16px; font-weight:400;}
.listWrap .listBox .tag {display:flex; gap:2px; margin-top:15px; flex-wrap:wrap;}
.listWrap .listBox .tag span {font-size:15px; padding:5px 12px; border:1px solid #000;}

@media (max-width:1400px) {
.listWrap .listBox .list {gap:60px 15px;}
.listWrap .listBox .box {width:calc((100% - 15px * 3) / 4);}
.listWrap .listBox .imgBox {height:250px;}
.listWrap .listBox .tag span {font-size:13px; padding:3px 7px;}
.listWrap .listBox .txtBox p {font-size:18px;}
}

@media (max-width:1199px) {
.listWrap .listBox {margin:60px 0;}
.listWrap .listBox .imgBox {height:350px;}
.listWrap .listBox .box {width:calc((100% - 15px * 2) / 3);}
.listWrap .listBox .txtBox p {font-size:17px;}
}

@media (max-width:991px) {
.listWrap .listBox .imgBox {height:300px;}
}

@media (max-width:840px) {
.listWrap .listBox .list {gap:50px 15px;}
.listWrap .listBox .txtBox p {font-size:16px;}
.listWrap .listBox .txtBox h4 {font-size:14px;}
.listWrap .listBox .tag span {font-size:12px;}
.listWrap .listBox .imgBox {height:280px;}
}

@media (max-width:767px) {
.listWrap .listBox {margin:30px 0 50px 0;}
.listWrap .listBox .imgBox {height:250px;}
}

@media (max-width:680px) {
.listWrap .listBox .box {width:calc((100% - 15px * 1) / 2);}
.listWrap .listBox .imgBox {height:300px;}
.listWrap .listBox {margin:30px 0 40px 0;}
}

@media (max-width:540px) {
.listWrap .listBox .imgBox {height:250px; padding:30px;}
.listWrap .listBox .box {width:calc((100% - 10px * 1) / 2); gap:12px;}
.listWrap .listBox .list {gap:40px 10px;}
.listWrap .listBox .tag {margin-top:10px;}
}

@media (max-width:480px) {
.listWrap .listBox .imgBox {height:220px;}
}

@media (max-width:420px) {
.listWrap .listBox .box {width:100%;}
.listWrap .listBox .imgBox {height:300px;}
}

@media (max-width:380px) {
.listWrap .listBox .imgBox {height:280px;}
.listWrap .listBox .txtBox p {font-size:17px;}
.listWrap .listBox .list {gap:30px 0;}
}

@media (max-width:360px) {
.listWrap .listBox {margin:20px 0 30px 0;}
.listWrap .listBox .imgBox {height:260px;}
}

/************ 설치사례 ************/
.categoryBox {display:flex; flex-direction:column; gap:15px;}
.categoryBox .ctTop {display:flex; justify-content:space-between; align-items:center;}
.categoryBox .ctTop h4 {font-size:27px;}
.categoryBox .ctBox {background:#f8f8f8; border-radius:15px; padding:20px 30px; }
.categoryBox .ctBox .ct h5 {font-size:19px; font-weight:600; margin-bottom:8px;}
.categoryBox .ctBox .ctForm {display:flex; gap:5px 30px; flex-wrap:wrap;}
.picWrap {margin:40px 0 0;}
.picWrap .title {font-size:19px;}
.picWrap .num {font-size:19px; font-weight:700;}
.picWrap .picCont {display: flex;flex-wrap: wrap;gap: 10px; margin:20px 0 50px 0;}
.picWrap .picBox {width: calc((100% - 10px * 2) / 3);box-sizing: border-box;display: flex;flex-direction: column;gap: 20px; border:1px solid #E9E9E9; padding:30px;}
.picWrap .picBox .imgB {border: 1px solid #eee;background: #fff;width: 100%;height: 290px;display: flex;justify-content: center;}
.picWrap .picBox .imgB img {width: 100%;object-fit: cover;max-width: 100%;max-height: 100%;height: auto;display: block;}
.picWrap .picBox .txt {display:flex; flex-direction:column; gap:10px;}
.picWrap .picBox .tit {white-space:nowrap; overflow:hidden; text-overflow:ellipsis; display:block; font-size:20px; font-weight:600;}
.picWrap .picBox .date {font-size:15px; color:#70757D; font-weight:300;}
.picTagWrap {display:flex; flex-wrap:wrap; gap:5px;}
.picTagWrap .pdTag {background: #1F2A52;border-radius: 20px;color: #fff;padding: 3px 10px;font-size: 12px;}
.picTagWrap .mdTag {background: #46474A;border-radius: 20px;color: #fff;padding: 3px 10px;font-size: 12px;}


@media (max-width:1400px) {
  .categoryBox .ctTop h4 {font-size:20px;}
  .picWrap .picBox {padding:20px;}
  .picWrap .picBox .imgB {height:250px;}
  .picWrap .picBox .tit {font-size:18px;}
}

@media (max-width:991px) {
  .picWrap .picBox {padding:0; gap:0;}
  .picWrap .picBox .imgB {height:220px;}
  .picWrap .picBox .txt {padding:15px;}
  .picTagWrap {padding:0 15px 15px 15px;}
}

@media (max-width:840px) {
  .picWrap {margin:20px 0;}
  .picWrap .title {font-size:16px;}
  .picWrap .num {font-size:16px;}
  .picWrap .picCont {margin:10px 0 40px 0;}
  .picWrap .picBox .imgB {height:210px;}
  .categoryBox .ctBox .ct h5 {font-size:17px;}
}

@media (max-width:767px) {
  .picWrap .picBox {width:calc((100% - 10px * 1) / 2);}
  .picWrap .picBox .imgB {height:250px;}
  .picWrap .picBox .tit {font-size:16px;}
}

@media (max-width:640px) {
  .categoryBox .ctBox {padding:15px 20px; border-radius:0;}
}

@media (max-width:580px) {
  .categoryBox .ctBox .ctForm {gap:5px 20px;}
  .picWrap .picBox .imgB {height:210px;}
  .categoryBox .ctTop {flex-direction:column; gap:15px; align-items:flex-start;}
}

@media (max-width:480px) {
  .picWrap .picBox {width:100%;}
  .picWrap .picBox .imgB {height:300px;}
  .picWrap .picBox .date {font-size:13px;}
}

@media (max-width:420px) {
  .picWrap .picBox .imgB {height:260px;}
}

@media (max-width:380px) {
  .picWrap .picBox .imgB {height:240px;}
}

/************ 견적문의 ************/

.btBox .bt {display:flex; justify-content:space-between; align-items:center;margin:50px 0 20px 0;}
.btBox .bt .btBtn {padding:30px;width: calc((100% - 15px * 2) / 3); border-radius:12px; gap:15px;box-sizing: border-box;display: flex;flex-direction: column;border: 2px solid #F2F2F3;}
.btBox h6 {text-align:right; font-size:18px; font-weight:500;}
.btBox .bt .telTxt {display:flex; align-items:center; justify-content:flex-start; gap:20px;}
.btBox .bt .telTxt .icon {width:44px; height:44px; border-radius:8px;}
.btBox .bt .telTxt .icon.icon1 {background:url(/assets/service/img/office/inq_icon1.png) no-repeat, radial-gradient(circle, #24409E 0%, #4466E9 99%);background-position:center center; }
.btBox .bt .telTxt .icon.icon2 {background:url(/assets/service/img/office/inq_icon2.png) no-repeat, radial-gradient(circle, #24409E 0%, #4466E9 99%);background-position:center center; }
.btBox .bt .telTxt .icon.icon3 {background:url(/assets/service/img/office/inq_icon3.png) no-repeat, radial-gradient(circle, #24409E 0%, #4466E9 99%);background-position:center center; }
.btBox .bt .telTxt h4 {font-size:24px; color:#4A4E58; font-weight:500;}
.btBox .bt .tbox {display:flex; justify-content:space-between; align-items:center; width:100%;}
.btBox .bt .tbox span {font-size:23px; font-weight:700;}
.inq .inqTit {font-size: 16px; display: flex; justify-content:flex-end; margin-bottom:10px; align-items: center;gap: 10px;position: relative; text-align:right; padding-right:20px;}
.inq .inqTit:before {content: "";display: inline-block;width: 11px;height: 11px;background: url(/assets/service/img/office/dia.png) no-repeat center / contain;flex-shrink: 0;}
.inq .writeBox {display:flex; flex-direction:column; background:#f8f8f8; padding:30px 40px; border-radius:20px;}
.inq .writeBox .formGroup {width:100%; display:flex; gap:20px;}
.inq .writeBox .formGroup.bor0 {border-bottom:none;}
.inq .writeBox .formGroup .items {width:100%; padding:12px; display:flex; align-items:center;}
.inq .writeBox .formGroup .items .tit {width:300px; text-align:left; font-size:20px; font-weight:500; display:flex; align-items:center;}
.inq .writeBox .formGroup .items .tit.circle:before {content:''; display:inline-block;width: 16px;height: 16px;background: url(/assets/service/img/office/dia.png) no-repeat center / contain;flex-shrink: 0; margin-right:13px; vertical-align:middle;}
.inq .writeBox .formGroup .items .tit.empty:before {content:''; display:inline-block;width: 16px;height: 16px; background:transparent ;flex-shrink: 0; margin-right:13px; vertical-align:middle;}
.inq .writeBox .formGroup .box2 {width:calc(100% - 300px);}
.inq .writeBox .formGroup .items .itForm { font-size:16px;position:relative;width:calc(100% - 300px); display:flex; align-items:center;}
.inq .writeBox .formGroup .items .itForm .txt {width:100%; padding:15px;border:none; background:#fff; border-radius:8px;}
.inq .writeBox .formGroup .items .itForm .sTxt {width:50%; padding:15px;border:none; background:#fff; border-radius:8px;}
.inq .writeBox .formGroup .items .itForm .sTxt2 {width:45%; padding:15px;border:none; background:#fff; border-radius:8px;}
.inq .writeBox .formGroup .items .itForm span {width:5%; text-align:center;}
.inq .writeBox .formGroup .items .itForm.w100 {width:100%;}
.inq .writeBox .formGroup .items .numBox {width:60%;} 
.inq .writeBox .items .itForm .numTxt {width:40%; font-size:15px;}
.inq .writeBox .items .itForm .numTxt b {font-size:15px;}
.inq .writeBox .items .itForm .txt2 {width:50%; padding:15px; border:none; background:#fff; border-radius:8px;}
.inq .writeBox .items .itForm p{display:block;  margin-left:20px;color:#2A3384;}
.inq .writeBox .items .itForm .txt2::placeholder {color: #ddd;}
.inq .writeBox .items .itForm textarea {border:none; background:#fff; border-radius:8px; width:100%; height:300px; padding:20px;}
.inq .writeBox .items .itForm textarea {resize:none;}
.inq .writeBox .items .itForm .num {width:30% !important; height:50px; line-height:50px; background:#f5f5f5; color:#000; font-size:20px; font-weight:bold; font-style:italic; display:block;}
.inq .writeBox .items .itForm .txt3 {width:70%; padding:15px; border-bottom:1px solid #ddd; border-top:none; border-left:none; border-right:none;}
.inq .writeBox .items .itForm .numTxt {width:auto; color:#868686;}
.inq .writeBox .items .itForm .numTxt b {color:#000; margin:0 5px; font-size:15px;}
.inq .writeBox .items .scrollBox {padding:20px 30px; height:auto; width:calc(100% - 300px); background:#fff; border-radius:8px; overflow:auto; display:flex; border:none; flex-direction:column; gap:8px;}
.inq .writeBox .items .popup-tit p {font-size:22px;}
.inq .writeBox .items .sTit:before {width:6px; height:6px; background:#85a0ff; content:''; display:inline-block; transform:rotate(-45deg); margin-right:5px; vertical-align: middle;}
.inq .writeBox .items .scrollBox > p {color:#f14444; font-size:18px;  width:100%;}
.inq .writeBox .items .scrollBox .poliTit {margin:10px 0;  width:100%;}
.inq .writeBox .items .scrollBox .poliTit .bold { font-size:18px; font-weight:600;}
.inq .writeBox .items .scrollBox .poliTit .txt {border-bottom:none;}
.inq .writeBox .items .scrollBox .poliTit .txt ul { font-size:15px;}
.inq .writeBox .items .scrollBox .poliTit .txt ul li {padding:3px 0 3px 20px; position:relative;}
.inq .writeBox .items .scrollBox .poliTit .txt ul li:before {content:''; position:absolute; width:5px; height:5px; background:#bdbdbd; display:inline-block; vertical-align:middle; top:12px; left:4px; border-radius:50%;}
.inq .writeBox .items .scrollBox h5 {width:100%;font-size:16px;}
.inq .writeBox .formGroup .items .itForm .checkForm {width:50%; display:flex; align-items:center; gap:30px; padding-left:17px;}
.inq .formGroup2.form3 {width:100%; padding:0 12px;}
.inq .formGroup2.form3:after {display:block; content:''; clear:both;}
.inq .formGroup2.form3 .ulForm {float:right; width:calc(100% - 300px); display:flex; align-items:center; justify-content:space-between;}
.inqBtnWrap {display:flex; justify-content:flex-end; align-items:center; width:100%; padding:12px;}
.inqBtnWrap .writeEnd { background: linear-gradient(to right, #334EB6 0%, #162250 100%); width:calc(100% - 300px); height:60px; line-height:60px; display:block; color:#fff; text-align:Center; font-size:20px; border-radius:8px;}
.inqBtnWrap2 {display:flex; justify-content:center; align-items:center; width:100%; margin-top:30px;}
.inqBtnWrap2 .writeEnd {width:140px;  background: linear-gradient(to right, #334EB6 0%, #162250 100%);; border-radius:50px; height:40px; line-height:40px; display:block; color:#fff; text-align:Center; font-size:20px;}
.inqBtnWrap2 button.inqCor {margin-right:8px;}
.inqBtnWrap2 button:hover {transition:0.3s; color:#fff; background:#000;}
.inq .formGroup.fileForm{position: relative; width: 100%;}
.inq .formGroupfileForm .fileBox input.upload-name[disabled] {font-weight: 300; color: #78797A;}
.inq .formGroupfileForm .fileBox #fileCus {display: none;}
.inq .formGroup.fileForm .fileBox button {position: absolute; top: 50%; transform: translateY(-50%); right: 10px; width: 90px; height: 34px; background-color: #fff; color: #2A3384; border: 1px solid #2A3384; font-size: 16px;}
.inq .formGroup.fileForm .fileBox #fileCus {display: none;}
.inq .formGroup.fileForm .fileBox label.file-select-label {position: absolute;top: 50%;transform: translateY(-50%);right: 0;width: 100px;padding: 6px;display: flex;justify-content: center;align-items: center;color: #000;background:#343742; font-size: 20px;cursor: pointer;border: none;height: 100%; border-radius:0 8px 8px 0; color:#fff;}
.inq .formGroup.fileForm .fileBox input.upload-name {width: 100%;background-color: #fff !important;padding:15px;border: none;box-sizing:border-box;color: #78797A;pointer-events: none;border-radius:8px; overflow:hidden;}

@media (max-width:1400px) {
  .btBox .bt .tbox span {font-size:20px;}
}

@media (max-width:1199px) {
  .inq .writeBox {padding:30px;}
  .inq .writeBox .formGroup .items .tit {width:250px;}
  .inq .writeBox .formGroup .items .itForm {width:calc(100% - 250px);}
  .inq .writeBox .formGroup .box2 {width:calc(100% - 250px);}
  .inq .writeBox .items .scrollBox {width:calc(100% - 250px);}
  .inq .formGroup.fileForm .fileBox label.file-select-label {font-size:17px;}
  .inq .formGroup2.form3 .ulForm {width:calc(100% - 250px);}
  .inqBtnWrap .writeEnd {width:calc(100% - 250px);}
  .btBox h6 {font-size:16px;}
  .btBox .bt {margin:40px 0 10px 0;}
  .btBox .bt .tbox span {font-size:18px; font-weight:600;}
  .btBox .bt .tbox img {width:13px;}
  .btBox .bt .telTxt {gap:10px;}
  .btBox .bt .telTxt h4 {font-size:22px;}
  .btBox .bt .telTxt .icon.icon1 {width:35px; height:35px; border-radius:50px; background-size:43%;}
  .btBox .bt .telTxt .icon.icon2 {width:35px; height:35px; border-radius:50px; background-size:43%;}
  .btBox .bt .telTxt .icon.icon3 {width:35px; height:35px; border-radius:50px; background-size:43%;}
 
}

@media (max-width:991px) {
  .inq .inqTit {padding-right:0;}
  .inq .writeBox .formGroup .box2 {width:calc(100% - 200px);}
  .inq .writeBox .formGroup .items .tit {width:200px;font-size:17px;}
  .inq .writeBox .formGroup .items .itForm {width:calc(100% - 200px);}
  .inq .writeBox .formGroup .items {padding:10px 0;}
  .inq .writeBox .items .scrollBox {width:calc(100% - 200px);}
  .inq .formGroup.fileForm .fileBox label.file-select-label {font-size:17px;}
  .inq .formGroup2.form3 .ulForm {width:calc(100% - 200px);}
  .inq .formGroup2.form3 {padding:0;}
  .inqBtnWrap {padding:10px 0;}
  .inqBtnWrap .writeEnd {width:calc(100% - 200px);}
  .btBox .bt .btBtn {padding:20px;}
  .btBox .bt .tbox span {font-size:17px; font-weight:500;}
  .btBox .bt .tbox img {width:12px;}
}

@media (max-width:840px) {
	.btBox h6 {font-size:14px;}
	.btBox .bt {margin:20px 0 10px 0;}
	.btBox .bt .btBtn {width:calc((100% - 10px * 2) / 3);}
	.btBox .bt .tbox img {display:none;}
	.btBox .bt .telTxt h4 {font-size:19px;font-weight:700;}
	.btBox .bt .telTxt .icon.icon1 {background:url(/assets/service/img/office/inq_icon1_1.png) no-repeat; background-position:center; width:24px; height:27px; border-radius:0;}
	.btBox .bt .telTxt .icon.icon2 {background:url(/assets/service/img/office/inq_icon2_1.png) no-repeat; background-position:center; width:22px; background-size:22px; height:27px; border-radius:0;}
	.btBox .bt .telTxt .icon.icon3 {background:url(/assets/service/img/office/inq_icon3_1.png) no-repeat; background-position:center; width:22px; background-size:22px; height:27px; border-radius:0;}
	.inq .formGroup2.form3 .ulForm {flex-direction:column; align-items:flex-start; gap:10px;}
}

@media (max-width:767px) {
  .inq .writeBox .formGroup .items .tit {width:160px;}
  .inq .writeBox .formGroup .items .itForm {width:calc(100% - 160px);}
  .inq .writeBox .formGroup .box2 {width:calc(100% - 160px);}
  .inq .writeBox .items .scrollBox {width:calc(100% - 160px);}
  .inq .formGroup2.form3 .ulForm {width:calc(100% - 160px);}
  .inqBtnWrap .writeEnd {width:calc(100% - 160px);height:50px; line-height:50px;font-size:16px; border-radius:6px;}
  .inq .writeBox .items .itForm .txt2 {padding:10px; border-radius:6px;}
  .inq .writeBox .items .itForm textarea {height:200px;}
  .inq .writeBox .items .scrollBox {padding:10px 20px;}
  .inq .writeBox .items .scrollBox .poliTit .txt {font-size:15px;}
  .inq .writeBox .items .scrollBox .poliTit .txt ul li {font-size:14px;}
  .inq .writeBox .formGroup .items .itForm .txt {padding:10px; border-radius:6px;}
  .inq .writeBox .formGroup .items .itForm .sTxt {padding:10px; border-radius:6px;}
  .inq .writeBox .formGroup .items .tit {font-size:16px;}
  .inq .writeBox .formGroup .items .tit.circle:before {width:13px; height:13px; background-size:8px; margin-right:8px;}
  .inq .writeBox .formGroup .items .tit.empty:before {width:13px; height:13px; margin-right:8px;}
  .inq .writeBox .formGroup .items .itForm {font-size:14px;}
  .inq .formGroup.fileForm .fileBox input.upload-name {padding:10px; border-radius:6px;}
  .inq .writeBox .items .scrollBox .poliTit .txt ul li:before {top:10px;}
  .inq .formGroup.fileForm .fileBox label.file-select-label {width:80px; border-radius:0 6px 6px 0; font-size:15px;}
  .btBox .bt .btBtn {gap:12px; padding:15px; border:1px solid #F2F2F3; width:calc((100% - 5px * 2) / 3);}
  .btBox .bt .tbox span {font-size:15px;}
  .btBox .bt .telTxt h4 {font-size:18px;}
}

@media (max-width:640px) {
  .inq .inqTit {margin-bottom:0; padding-right:0; font-size:14px;}
  .inq .writeBox {padding:20px; border-radius:12px;}
  .inq .writeBox .formGroup .items {flex-direction:column; gap:10px; padding:8px 0;}
  .inq .writeBox .formGroup .items .tit {width:100%;}
  .inq .writeBox .formGroup .items .itForm {width:100%;}
  .inq .writeBox .formGroup .box2 {width:100%;}
  .inq .writeBox .items .scrollBox {width:100%;}
  .inq .formGroup2.form3 .ulForm {width:100%;}
  .inqBtnWrap .writeEnd {width:100%;}
  .inq .writeBox .items .itForm textarea {padding:15px;}
  .inq .writeBox .formGroup .items .tit.empty:before {display:none;}
  .inq .writeBox .formGroup .items .tit.circle:before {display:none;}
  .inq .writeBox .formGroup .items .tit.circle:after {background: url(/assets/service/img/office/dia.png) no-repeat center / contain;flex-shrink: 0;content: '';display: inline-block;vertical-align: middle;width: 13px;height: 13px;background-size: 8px;margin-left: 8px;}
  .btBox .bt .tbox span {font-size:14px;}
}

@media (max-width:580px) {
  .btBox .bt {flex-direction:column; gap:10px;}
  .btBox .bt .btBtn {width:100%;}
}

@media (max-width:480px) {
  .inq .writeBox .formGroup .items .itForm .checkForm {gap:20px;}
}

@media (max-width:420px) {
  .inq .writeBox .formGroup .items .itForm.itForm3 {flex-direction:column;}
  .inq .writeBox .items .itForm .txt2 {width:100%;}
  .inq .writeBox .formGroup .items .itForm .checkForm {width:100%; justify-content:flex-end; margin-top:5px;}
  .inq .writeBox .items .itForm p {margin-left:0; line-height:1; font-size:13px;}
  .inq .writeBox .formGroup .items .tit {font-size:15px;}
  .inq .formGroup.fileForm .fileBox label.file-select-label {width:60px; font-size:14px;}
  .inq .writeBox .items .scrollBox .poliTit .txt {font-size:14px;}
  .inq .writeBox .items .scrollBox .poliTit .txt ul li {font-size:13px; padding:3px 0 3px 15px;}
  .inq .writeBox .items .scrollBox .poliTit .txt ul li:before {width:4px; height:4px;}
}

@media (max-width:370px) {
  .inq .writeBox {padding:0; background:#fff;}
  .inq .writeBox .formGroup .items .itForm .txt {background:#f8f8f8;}
  .inq .writeBox .formGroup .items .itForm .sTxt {background:#f8f8f8;}
  .inq .writeBox .items .itForm .txt2 {background:#f8f8f8;}
  .inq .writeBox .items .itForm textarea {background:#f8f8f8; height:150px;}
  .inq .formGroup.fileForm .fileBox input.upload-name {background:#f8f8f8 !important;}
  .inq .writeBox .items .scrollBox {background:#f8f8f8;}
  .inq .writeBox .formGroup .items .itForm .checkForm {padding-left:0;}
}

/************* 견적문의 - 리스트 **************/

.contactBox {background: #fff;justify-content: flex-start;gap: 50px;}
.contactBox {background:#fff; justify-content:flex-start; gap:50px;}
.contactBox .cTitle {font-size:40px; text-align:center; font-family:'Pretendard-Bold';}
.contactBox .rForm {display:flex;}
.contactBox .botBtnBox {display:flex; justify-content:flex-end;}
.contactBox .form {display: flex; justify-content: space-between; align-items:flex-end;}
.contactBox .form:before, .notice-type4 .form:after {display: none;}
.contactBox .form .all {font-size: 20px;}
.contactBox .form .color {display: inline-block; margin: 0 2px 0 6px; color: #334EB6;}
.contactBox .right {display: flex; gap:6px;}
.contactBox .form-group {width: 140px; height: 40px; margin-right: 6px;}
.contactBox .form-group select {width: 100%; height: 100%; background: url(/assets/service/img/office/page_mb_arrow.png) no-repeat #f6f6f6; background-position:85% 50%; background-size: 12px; -webkit-appearance: none; padding: 10px 14px; color: #585858; border: 0; border-radius: 5px; font-size: 14px;}
.contactBox .sch {position: relative; width: 360px; height: 40px;}
.contactBox .sch .searchInput {width: 100%; height: 100%; padding: 10px 14px; border-radius: 5px; border: 1px solid #e0e0e0; color: #585858; font-size: 14px;}
.contactBox .sch .searchBtn11 {position: absolute; right: 6px; top: 0; width: 40px; height: 40px; background:url('/assets/service/img/office/search2.png') no-repeat center center; background-position: center;background-size: 15px;}
.contactBox .tableWrap {margin-top: 20px; margin-bottom: 60px;}
.contactBox .notice {border-top: 1px solid #000; border-bottom: 1px solid #000;}
.contactBox .notice .clist {display: block;}
.contactBox .noticeList {display: flex; border-top: 1px solid #cdcdcd;}
.contactBox .noticeList .cLine {padding: 15px; text-align: center;}
.contactBox .noticeList .n_num {width: 10%;}
.contactBox .noticeList .n_tit {width: 45%;}
.contactBox .noticeList .n_pass {width: 10%; display:flex; align-items:center; justify-content:center;}
.contactBox .noticeList .n_file {width: 5%; display:flex; align-items:center; justify-content:center;}
.contactBox .noticeList .n_comment {width: 15%;}
.contactBox .noticeList .n_day {width: 15%;}
.contactBox .nh {border-top: 0;}
.contactBox .nh .cLine {font-size: 18px; font-weight:500;}
.contactBox .nb {align-items: center;}
.contactBox .nb .cLine {font-size: 17px; font-weight:400; color: #323232; list-style:none;}
.contactBox .nb .cLine img{width:16px;}
.contactBox .nb .cLine.n_tit {text-align: left; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.contactBox .nb .cLine.n_day {font-weight: normal;}
.contactBox .nb .cLine.n_view {font-weight: normal;}
.contactBox .nb .cLine.n_pass img {width:14px;}
.contactBox .nb .cLine.red {color:#b7b7b7;}
.contactBox .nb .cLine.blue {color:#605dff;}
.contactBox .writeBtn2 {background:#000; color:#fff; padding:8px 20px; display:flex; align-items:center; justify-content:center; border-radius:5px;}
.contactBox .writeBtn2 img {margin-right:5px; width:20px;}
.contactBox .noticeList .n_tit2.tit2 {text-align:center;}
.contactBox .noticeList .n_num2 {width:10%;}
.contactBox .noticeList .n_tit2 {width:50%; text-align: left; overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.contactBox .noticeList .n_file2 {width:10%;display:flex; align-items:center; justify-content:center;}
.contactBox .noticeList .n_day2 {width:15%;}
.contactBox .noticeList .n_write {width:15%;}
.pdWrap .sectionWrap .sectionTitle ol, .pdWrap .sectionWrap .sectionTitle ul {list-style: revert;}
.viewPage .txtBox ol, .viewPage .txtBox ul {list-style: revert;}
.viewPage .txtBox ol, .viewPage .txtBox.txtBottom .box .content a{color: #3684c9;}

@media (max-width: 991px){
    .contactBox .nh .cLine {font-size: 17px;}
	.contactBox .nb .cLine {font-size: 15px;}
    .contactBox .form .all {font-size:17px;}
	.contactBox .noticeList .n_file {width:10%;}
	.contactBox .noticeList .n_num {display:none;}
	.contactBox .noticeList .n_day {width:20%;}
	.contactBox .noticeList .n_tit {width:45%;}
	.contactBox .noticeList .n_comment {width:15%;}
	.contactBox .noticeList .n_num2 {display:none;}
	.contactBox .noticeList .n_tit2 {width:50%;}
	.contactBox .noticeList .n_file2 {width:15%;}
	.contactBox .noticeList .n_day2 {width:20%;}
	.contactBox .noticeList .n_tit2.tit2 {text-align:left;}
}

@media (max-width: 768px){
	.contactBox .form {flex-direction:column-reverse;}
	.contactBox .right {display:flex; justify-content:flex-end; width:100%;}
	.contactBox .left {width:100%; display:flex; justify-content:flex-start;}
	.contactBox .right .sch {width: 260px;}
	.contactBox .noticeList .cLine {padding: 15px 10px;}
	.contactBox .nh {display: none;}
	.contactBox .noticeList .n_num {display: none;}
	.contactBox .nb {flex-wrap: wrap; padding: 0 10px;}
	.contactBox .clist:nth-of-type(1) {border-top: 0;}
	.contactBox .nb .n_tit {font-size: 15px; width: 75%;}
	.contactBox .nb .n_file {display:none;}
	.contactBox .nb .n_day {order: 4; width: 20%;}
	.contactBox .nb .n_comment {width: 15%;}
	.contactBox .tableWrap {margin-bottom:30px;}
	.contactBox .writeBtn2 {font-size:15px;}
	.contactBox .nb .cLine.n_day {text-align:left; font-size:14px;}
	.contactBox .nb .n_tit2 {font-size: 15px;width: 100%;}
	.contactBox .noticeList .n_file2 {display:none;}
	.contactBox .noticeList .n_write {display:none;}
	.contactBox .nb2 {flex-direction:column;}
	.contactBox .noticeList .n_day2 {width:100%; text-align:left;}
}

@media (max-width: 640px){
	.contactBox .cTitle {font-size:30px;}
	.contactBox .nb .n_tit {font-size: 16px;}
	.contactBox .form {gap:30px;}
	.contactBox .left {margin-bottom: 5px;}
	.contactBox .nb .n_tit {width: 90%;}
	.contactBox .nb .n_day {display:none;}
	.contactBox .nb .n_comment {display:none;}
	.contactBox .tableWrap {margin-top:5px;}
	.contactBox .right .sch {width:calc(100% - 140px);}
	.contactBox .noticeList .n_day2 {display:none;}
}

@media (max-width:540px) {
	.contactBox  .form {gap:20px;}
}

@media (max-width: 480px){
	.contactBox .cTitle {font-size:25px;}
	.contactBox .nb {padding: 0;}
	.contactBox .nb .cLine.n_tit {font-size: 15px; width: 90%; padding: 15px 10px 15px; line-height: 1.5;}
	.contactBox .nb .cLine.n_pass {width:10%;}
 	.contactBox .noticeList .cLine {padding:5px 5px 10px 10px;font-size: 14px; text-align:left; width:100%;}
	.contactBox .right .sch {width:70%;}
	.contactBox .form-group {width:30%;}
	.contactBox .notice {border-top:1px solid #000; border-bottom:1px solid #000;}
	.contactBox .nb .cLine.n_tit2 {font-size: 15px;width: 100%;padding: 15px 10px 15px;line-height: 1.5;}
	.contactBox .botBtnBox {width:80px;}
}

@media (max-width:360px) {
	.contactBox .writeBtn2 {padding:4px 12px;}
	.contactBox .botBtnBox {width:63px;}
	.contactBox .sch .searchInput {padding:10px;}
	.contactBox .sch .searchBtn11 {right:0; width:35px; background-size:13px;}
}

/********************* 견적문의 - 뷰페이지 *********************/
.viewPage .titWrap .left {width:100%; display:flex; align-items:center;} 
.viewPage .title {font-size:40px; color:#000; text-align:center; font-weight:800;}
.viewPage .titWrap {display:flex;justify-content:space-between;align-items:flex-start;}
.viewPage .left .bigTit {font-size:35px; line-height:1.3; padding-bottom:30px;}
.viewPage .txtWrap {overflow: hidden;}
.viewPage .txtTit {display:flex; padding-bottom:15px; border-bottom:1px solid #000; font-size: 16px; color: #333; align-items:center;}
.viewPage .txtTit.txtTopBox {display:flex; flex-direction:column; gap:10px;}


.viewPage .checkList {width:100%; display:flex;}
.viewPage .checkList .goods {width:50%; display:flex; align-items: center; gap:15px;flex-wrap: nowrap;}
.viewPage .checkList .goods p {font-weight:700; font-size:16px; line-height:1;}
.viewPage .checkList .goods ul {display:flex; gap:5px; flex-wrap: wrap; max-width:100%;}
.viewPage .checkList .goods ul li {background:#1F2A52; color:#fff; padding:8px 15px; border-radius:50px; font-size:14px; line-height:1;}

.viewPage .checkList .installation {width:50%; display:flex; align-items:center; gap:15px;}
.viewPage .checkList .installation p {font-weight:700; font-size:16px; line-height:1;}
.viewPage .checkList .installation ul {display:flex; gap:5px;flex-wrap: wrap; max-width:100%;}
.viewPage .checkList .installation ul li {background:#46474A; color:#fff; padding:8px 15px; border-radius:50px; font-size:14px; line-height:1;}

.viewPage .txtTit:after {display:block; content:''; clear:both;}
.viewPage .infoList {width:100%; display:flex; justify-content:flex-start;}
.viewPage .infoList:affter {display:block; content:''; clear:both;}
.viewPage .info {float:left; padding-right:30px; display:flex;}
.viewPage .info .infoLabel {padding-right:15px; font-weight:500; color:#000;}
.viewPage .info .passw {width: 18px; height:18px; background: url(/assets/service/img/office/passw.png) no-repeat;display: inline-block;background-size: contain;}
.viewPage .info .passn {width: 18px; height:18px; background: url(/assets/service/img/office/passn.png) no-repeat;display: inline-block;background-size: contain;}
.viewPage .viewBtnBox {display:flex; align-items:center; gap:6px;}
.viewPage .viewBtnBox .viewEdit {width:60px; height:35px; display:flex; align-items:center; justify-content:center; font-size:15px; background:#334eb6; color:#fff;}
.viewPage .viewBtnBox .viewDelete {width:60px; height:35px; display:flex; align-items:center; justify-content:center; font-size:15px; background:#e9e9e9; color:#000;}
.viewPage .info .infoLabel:after {display:inline-block; content:''; clear:both; width:1px; height:12px; vertical-align:middle; background:#b7b7b7; margin-left:15px;}
.viewPage .info .infoLabel:after {content:''; }
.viewPage .info .infoValue {color:#808080; font-weight:500; padding-right:10px;}
.viewPage .txtBox {padding:20px; border-bottom:1px solid #cecece; margin-bottom:40px;}
.viewPage .txtBox .content {margin-bottom:40px;display:flex; flex-direction:column; gap:40px;}
.viewPage .txtBox .txtImgBox {width:100%;}
.viewPage .txtBox .txtImgBox img {width:auto;}
.viewPage .txtBox .newsView {color:#fff; font-weight:600; font-size:20px; background:#000; padding:10px 20px; display:block; width:200px; text-align:center;}
.viewPage .fileBox {display:flex; justify-content:space-between;  gap:20px; flex-direction:column; align-items:flex-start; margin-bottom:10px; padding-top:40px;}
.viewPage .attach {display:inline-block; padding-right:20px; font-size:16px; font-weight:800;}
.viewPage .fileView {color:#000; cursor:pointer; color:#65697d; font-size:16px;}
.viewPage .fileDown {color:#fff; background:url(/assets/service/img/office/downloadicon.png) 80% 50% no-repeat #000; background-size:15px; width:150px; height:40px; line-height:40px; padding-left:30px; }
.viewPage .fileBox .file {margin-bottom:0;}
.viewPage .newsView:hover{background:#a4a4a4; transition:0.3s;}
.viewPage .box:after {display:block; content:''; clear:both;}
.viewPage .box .news {line-height:2;}
.viewPage .listBtn {border:1px solid #000; font-weight:600; line-height:50px; line-height:50px; color:#000;display:block; margin:0 auto; font-size:18px; background:#fff;width:166px; height:50px; text-align:center;}
.viewPage .inqBtnWrap2 {display:flex; justify-content:flex-end; align-items:center; width:100%; margin-top:30px;}
.viewPage .listBtn2 {width:120px; background:#fff; font-weight:500;border-radius:0px; height:50px; line-height:1; border:1px solid #000; display:flex; color:#000; align-items:center; justify-content:center;text-align:center; font-size:20px;}
.viewPage .commentWrap {display:flex; gap:5px; flex-direction:column;}
.viewPage .commentBox {display:flex; width:100%; padding:40px; background:#f6f6f7; flex-direction:column; gap:20px;}
.viewPage .commentBox .user {width:100%; font-weight:500; font-size:18px;}
.viewPage .commentBox .comment {display:flex; width:100%; flex-direction:column;gap:20px;}
.viewPage .commentBtnBox {display:flex; gap:6px;}
.viewPage .commentBtnBox .commentEdit {width:60px; height:35px; display:flex; align-items:center; justify-content:center; font-size:15px; background:#fff; border:1px solid #e0e0e0; }
.viewPage .commentBtnBox .commentDelete {width:60px; height:35px; display:flex; align-items:center; justify-content:center; font-size:15px;background:#fff; border:1px solid #e0e0e0;}
.viewPage .comTxt { width:100%; margin: 0; word-break: break-word;flex-grow: 1; line-height:1; font-weight:400; font-size:16px; color:#808080;}
.viewPage .date {width: 100%;text-align: left;align-self:center; height:100%; font-size:15px; font-weight:400; color:#999999;}
.viewPage .commentInput .cmInput {background:#fff; border:none; width:100%; padding:10px; resize: none; height:100px; }

@media (max-width:1400px) {
	.viewPage .titWrap .bigTit {font-size:24px;}
}

@media (max-width:1199px) {
	
	.viewPage .checkList .goods p {font-size:14px; color:#000;}
	.viewPage .checkList .installation ul li {font-size:12px;}
	.viewPage .checkList .installation p {font-size:14px;color:#000;}
	.viewPage .checkList .goods ul li {font-size:12px;}
}

@media (max-width:991px) {
	.viewPage .txtTit {margin:0; padding:15px 0;}
	.viewPage .infoList {justify-content: flex-start;}
	.viewPage .newsView {width:135px; font-size:17px;}
	.viewPage .box .news {font-size:15px; line-height:1.4em;}
	.viewPage .attach {font-size:16px;}
	.viewPage .fileBox .fileView {font-size:16px;}
	.viewPage .fileBox {margin-bottom:10px;}
	.viewPage .fileBox .fileDown {font-size:15px;}
	.viewPage .fileBox .fileDown {width:100px; height:30px; line-height:30px; font-size:15px; background:#000; text-align:center; padding-left:0;}
	.viewPage .listBtn2 {width:90px; height:40px; font-size:16px;}
	.viewPage .checkList {flex-direction:column; gap:10px;}
	.viewPage .checkList .goods {width:100%;}
	.viewPage .checkList .installation {width:100%;}
}

@media (max-width:840px) {
	.viewPage .checkList {flex-direction:column; gap:10px;}
	.viewPage .checkList .goods {width:100%;}
	.viewPage .checkList .installation {width:100%;}
	.viewPage .checkList .goods p {color:#000;}
	.viewPage .checkList .installation p {color:#000;}
}

@media (max-width:780px) {
	.viewPage .commentBox {flex-direction:column; gap:10px; padding:20px 25px;}
	.viewPage .commentBox .comment {width:100%; flex-direction:column; gap:15px;}
	.viewPage .commentBox .user {width:100%; font-size:15px;}
	.viewPage .commentBox .comTxt {width:100%; line-height:1.6; font-size:14px;}
	.viewPage .commentBox .date {width:100%; text-align:left; font-size:13px;}
    .viewPage .txtBox {margin-bottom:10px;}
}

@media (max-width:767px) {
	.viewPage .titWrap .bigTit {font-size:20px;padding-bottom:0;}
}

@media (max-width:680px) {
	.viewPage .listBtn2 {width:100px; font-size:15px; height:35px;}
}

@media (max-width:640px) {
  .eCont.contactView {padding:20px;}
	.viewPage {padding:0;}
	.viewPage .titWrap .bigTit {font-size:18px;} 
	.viewPage .txtBox {padding:15px 0; border-bottom:none;}
	.viewPage .txtBox.txtBottom {border-bottom:1px solid #e0e0e0;}
	.viewPage .txtBox .box {margin-bottom:20px;}
	.viewPage .infoValue{background:transparent; padding:0;}
	.viewPage .infoLabel {padding-right:10px;}
	.viewPage .txtBox .fileBox {align-items:flex-start; flex-direction:column; padding-top:10px;}
	.viewPage .file{margin-bottom:10px;}
	.viewPage .attach {font-size: 16px;}
	.viewPage .fileView {font-size: 16px;}
	.viewPage .infoLabel:after {margin-left:10px;}
	.viewPage .info {padding-right:18px;}
	.viewPage.fileBox .fileDown {width:100%; height:40px; line-height:40px;}
	.viewPage .infoLabel:after {height:10px; vertical-align:initial;}
	.viewPage .txtBox {margin-bottom:10px;}
    .viewPage .commentBox {padding:15px;}
	.viewPage .inqBtnWrap2 {margin-top:20px;}
	.viewPage .txtBox .content {gap:20px;}
}

@media (max-width:480px) {
	.viewPage .linkBtn {width:26px; height:26px; border-radius:6px;}
	.viewPage .dropdown-options a img {width:24px;}
	.title {font-size:24px;}
	.viewPage .bigTit {font-size:16px;}
	.viewPage .txtBox .newsView {width:110px; font-size:15px; padding:8px 0;}
	.viewPage .box {margin-top:15px;}
	.viewPage .box .news {font-size:15px; line-height:1em;}
	.viewPage .poster {margin-bottom:20px;}
	.viewPage .listBtn {margin-top:20px; width:100%; font-size:16px;}
	.viewPage .titWrap {position: relative;}
    .viewPage .attach {font-size:14px; padding-right:10px;}
	.viewPage .newsView {width:100%;}
	.viewPage .info {display:flex;}
    .viewPage .info .infoLabel {display:none;}
	.viewPage .fileBox .fileDown {height:34px; width:100%; text-align:center; padding-left:0; line-height:34px; background:#000;}
	.viewPage .fileBox {margin-bottom:4px;}
	.viewPage .fileBox .file {display:flex;}
	.viewPage .fileBox .fileView {width: 100%;}
	.viewPage .left {display: block; width:90%;}
	.viewPage .fileBox .fileView {font-size:14px;}
	.viewPage .inqBtnWrap2 .listBtn2 {width:80px; font-size:15px; height:35px;}
	.viewPage .viewBtnBox .viewEdit {width:50px; height:30px; font-size:14px;}
	.viewPage .viewBtnBox .viewDelete {width:50px; height:30px; font-size:14px;}
	.viewPage .commentBtnBox .commentEdit {width:50px; height:30px; font-size:14px;}
	.viewPage .commentBtnBox .commentDelete {width:50px; height:30px; font-size:14px;}
	.viewPage .commentInput .cmInput  {height:150px;}
	.viewPage .checkList .goods p {color:#000;}
	.viewPage .checkList .installation p {color:#000;}
	.viewPage .checkList .goods {flex-direction:column; align-items:flex-start; gap:10px; padding:10px; background:#f8f8f8;}
	.viewPage .checkList .installation {flex-direction:column; align-items:flex-start; gap:10px; padding:10px; background:#f8f8f8;}
	.viewPage .checkList .goods ul li {font-size:13px;}
	.viewPage .checkList .installation ul li {font-size:13px;}
	.viewPage .checkList {gap:6px;}
	.viewPage .txtTit.txtTopBox {flex-direction:column-reverse;}
	.viewPage .txtTit.txtTopBox .infoValue {font-size:13px;}
}

@media (max-width:380px) {
	.viewPage .infoList {flex-direction:column;}
	.viewPage .txtTit {padding:10px 0; border-bottom:1px solid #808080;}
	.viewPage .info {padding:3px 5px 3px 0;}
	.viewPage .txtBox .box {margin-top:10px;}
}

/******************** 회사소개 **********************/
.sv3 {margin:20px 20px 0 20px;}
.coWrap {padding:0; overflow:visible;}
.company {width:100%; height:100%;}
.company .cCont {padding:100px 20px; display:flex; align-items:center; flex-direction:column; position:relative; background:url(/assets/service/img/office/b_visual.jpg) no-repeat; background-size:cover; background-position:bottom;}
.company .cCont h4 {font-size:60px; }
.company .cCont h6 {font-size:28px; text-align:center; font-weight:400; padding:70px 0;}
.company .imgRevealWrap {overflow: hidden;width: 100%; margin: 0 auto; position:relative; display:flex; justify-content:center;}
.company .imgRevealWrap span {font-size: 60px;font-weight: 900;position: absolute;bottom: 70px;right: 10%; color:#fff;}
.company .clipImg {width: 100%;clip-path: inset(0 50% 0 50%); max-width:1000px;transition: clip-path 0.3s ease;}
.company .scrollWrap { position: relative; width: 100%; height: 450px; overflow: hidden; background: #fff; }
.company .scrollWrap .maskLayer { position: relative; width: 100%; height: 100%; background: #fff; mask-image: url('#textMask'); -webkit-mask-image: url('#textMask'); z-index: 1; overflow: visible; }
.company .scrollWrap .maskSvg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 2; }
.company .scrollWrap .animatedText { fill: white; }
.company .scrollWrap .textGroup { animation: scrollText 30s linear infinite; }
@keyframes scrollText { 0% { transform: translateX(0); } 100% { transform: translateX(-3000px); } }
.company .scrollWrap .bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: url('/assets/service/img/office/wave_img.jpg') center center / cover no-repeat; z-index: 0; }
.company .cardCont {padding:100px 20px 40px 20px;}
.company .cardCont .cardtit {text-align:center; font-size:60px; padding-bottom:50px;}
.company .cardGrid {display:grid; grid-template-columns:repeat(3,1fr); gap:20px;}
.company .card {position:relative; overflow:hidden; border-radius:20px; height:540px; background-size:cover; background-position:center; background-repeat:no-repeat;display: flex;flex-direction: column;justify-content: flex-end;padding: 60px; cursor:pointer;}
.company .card1 {background-image: url('/assets/service/img/office/b_img3.jpg'); background-repeat: no-repeat; background-size: cover; background-position: center; gap: 60px; cursor:default;}
.company .card2 {background-image: url('/assets/service/img/office/b_img4.jpg'); background-repeat: no-repeat; background-size: cover; background-position: center;}
.company .card3 {background-image: url('/assets/service/img/office/b_img5.jpg'); background-repeat: no-repeat; background-size: cover; background-position: center;}
.company .card4 {background-image: url('/assets/service/img/office/b_img6.jpg'); background-repeat: no-repeat; background-size: cover; background-position: center;}
.company .card5 {background-image: url('/assets/service/img/office/b_img7.jpg'); background-repeat: no-repeat; background-size: cover; background-position: center;}
.company .card6 {background-image: url('/assets/service/img/office/b_img8.jpg'); background-repeat: no-repeat; background-size: cover; background-position: center;}
.company .card1 .txt {color:#7E96F4; font-size:28px;}
.company .card1 img {width:200px;}
.company .cardText.default { color:#fff; font-size:25px; font-weight:600;}
.company .hoverCard .hoverText {position:absolute; bottom:-100%; left:0; width:100%; height:100%;  background: rgba(25, 32, 76, 0.5);backdrop-filter: blur(15px); -webkit-backdrop-filter: blur(15px);color:#fff; padding:20px; box-sizing:border-box ; transition:bottom 0.4s ease; display:flex; flex-direction:column; justify-content:flex-end; padding:60px; gap:30px;}
.company .hoverCard:hover .hoverText {bottom:0;}
.company .hoverCard:hover .cardText {display:none;}
.company .hoverCard .top {font-size:25px; font-weight:600;}
.company .hoverCard p {font-size:20px;}
.company .hoverCard div {display:flex; flex-direction:column; gap:20px;}
.company .introWrap { position: relative; width: 100%; height:840px; margin:100px 0 50px 0; background: url('/assets/service/img/office/b_img2.jpg') no-repeat center center / cover; display: flex;}
.company .introInner { display: flex; width:100%; justify-content: space-between; align-items: flex-end; padding:100px; gap:80px;}
.company .introLeft { width:100%; height:100%; color: #fff; display:flex; flex-direction:column; justify-content:space-between; }
.company .companyName { font-size: 50px; font-weight: 700; }
.company .companyInfo { list-style: none; padding: 0; margin: 0; }
.company .companyInfo li { display: flex; margin-bottom: 16px; }
.company .companyInfo .label { width: 150px; font-weight: 500; font-size:22px; }
.company .companyInfo .text { flex: 1;  font-size:22px; width:calc(100% - 150px);}
.company .introRight {text-align: right; }
.company .logo {margin-bottom: 10px; }
.company .slogan { font-size: 14px; color: #fff;}
.company .timelineSection { width:100%; position: relative; padding: 50px 20px 100px 20px; overflow:visible; }
.company .timelineTitle { text-align: center; font-size: 40px; font-weight: 700; margin-bottom: 80px; }
.company .timelineTitle b {color:#334EB6;}
.company .timelineWrap {position: relative; display: flex; justify-content: center; }
.company .timelineLine {position: absolute; left:50%; width: 4px; transform: translateX(-50%); background: #eee; height:100%;}
.company .timelineLineFill {position: absolute;left: 50%; transform:translateX(-50%); width: 4px; background: #334EB6; height: 0; z-index: 2; }
.company .timelineArrow {position: absolute; left: 50%; transform: translateX(-50%); top: 0; z-index: 3; width: 0; height: 0; }
.company .timelineArrow::before {content: ''; position: absolute; width: 50px; height: 50px; background: #334EB6; border-radius: 50%; box-shadow: 0 0 10px #334EB6; left:50%; top:50%; transform:translate(-50%, -50%); }
.company .timelineArrow::after {content: '';position: absolute;top: 50%;left: 50%;transform: translate(-50%, -30%);width: 0;height: 0;border-left: 8px solid transparent;border-right: 8px solid transparent;border-top: 9px solid white;z-index: 2; }
.company .timelineItem { display: flex; justify-content: space-between; gap:40px; flex-direction:column-reverse; align-items: flex-start; position: relative; padding: 30px 0;}
.company .timelineItem .left { width: 100%; display:flex; flex-direction:column; justify-content:flex-end; padding-right:50%;}
.company .timelineItem .right { width: 100%; display:flex; justify-content:flex-start; flex-direction:column; padding-left:50%;}
.company .timelineItem .left .year { font-weight: bold; text-align:right; font-size: 20px; margin-bottom: 20px; padding-right:60px; font-size:30px;}
.company .timelineItem .left ul { list-style: none; }
.company .timelineItem .left ul li { margin-bottom: 5px; line-height: 1.5; text-align:right; padding-right:60px; color:#767676; font-size:20px; font-weight:500;}
.company .timelineItem .right .year { font-weight: bold; text-align:left; font-size: 20px; margin-bottom: 20px; padding-left:60px; font-size:30px; }
.company .timelineItem .right ul { list-style: none; }
.company .timelineItem .right ul li { margin-bottom: 5px; line-height: 1.5; text-align:left; padding-left:60px; color:#767676; font-size:20px; font-weight:500;}
.company .timeLineBox {width:100%;}
.sv-img.mbg2 img:first-of-type {display:block;}
.sv-img.mbg2 img:last-of-type {display:none;}

@media (max-width:1600px) {
	.company .card {padding:40px;}
	.company .card1 img {width:150px;}
	.company .card1 .txt {font-size:22px;}
	.company .cardText.default {font-size:20px;}
	.company .hoverCard .hoverText {padding:40px;}
	.company .hoverCard .top {font-size:20px;}
	.company .hoverCard p {font-size:18px;}
	.company .companyInfo .label {width:140px; font-size:20px;}
	.company .companyInfo .text {width:calc(100% - 140px); font-size:20px;} 
	.company .logo {width:250px;}
	.company .scrollWrap {height:400px;}
	.company .introWrap {margin:100px 0 0 0;}
}

@media (max-width:1400px) {
	.company .cCont {padding:80px 20px 0 20px;background:#fff;}
	.company .cCont h4 {font-size:40px;}
	.company .cCont h6 {font-size:22px; padding:60px 0;}
	.company .clipImg {max-width:100%;}
	.company .imgRevealWrap span {bottom:auto; top:50px; right:50px; font-size:50px;}
	.company .card {height:480px; padding:40px 30px;}
	.company .cardCont {padding:80px 20px 0 20px;}
	.company .cardCont .cardtit {font-size:45px;}
	.company .introInner {padding:80px;}
	.company .introWrap {height:700px;}
	.company .timelineSection {padding:0 20px 80px 20px}
	.company .timelineItem .right ul li {font-size:18px;}
	.company .timelineItem .left ul li {font-size:18px;}
}

@media (max-width:1199px) {
	.sv3 {margin:0;}
	.company .scrollWrap {height:300px;}
	.company .card1 .txt {font-size:17px;}
	.company .card1 img {width:130px;}
	.company .card {height:400px;padding:40px 30px;}
	.company .cardGrid {gap:10px;}
	.company .cardText.default {font-size:18px;}
	.company .hoverCard p {font-size:16px;}
	.company .hoverCard .hoverText {padding:40px 30px;}
	.company .hoverCard .top {font-size:18px;}
	.company .introWrap {height:600px;}
	.company .introInner {padding:50px;}
	.company .companyInfo .label {font-size:16px; width:120px;}
	.company .companyInfo .text {font-size:16px; width:calc(100% - 120px);}
	.company .companyName {font-size:40px;}
	.company .logo {width:200px;}
	.company .timeLineBox {display:flex; flex-direction:column; gap:40px;}
	.company .timelineTitle {text-align:left; padding-left:50px;}
	.company .timelineLine {left:50px; transform:translateX(0%);}
	.company .timelineLineFill {left:50px; transform:translateX(0%);}
	.company .timelineArrow {left:50px;}
	.company .timelineItem .left {padding-right:0;}
	.company .timelineItem {padding:0;}
	.company .timelineItem .left { padding-left:70px;justify-content:flex-start;}
	.company .timelineItem .right { padding-left:70px;}
	.company .timelineItem .right .year {font-size:25px;}
	.company .timelineItem .left .year {text-align:left; padding-right:0; padding-left:60px; font-size:25px;}
	.company .timelineItem .left ul li {text-align:left; font-size:16px; padding-right:0; padding-left:60px; margin-bottom:10px; line-height:1.3;}
	.company .timelineItem .right ul li {font-size:16px; margin-bottom:10px; line-height:1.3;}
}

@media (max-width:991px) {
	.company .cCont {padding:50px 20px 0 20px;}
	.company .cCont h4 {font-size:35px;}
	.company .cCont h6 {font-size:19px; padding:40px 0 50px 0;}
	.company .imgRevealWrap span  {top:100px; font-size:30px;} 
	.company .cardCont { padding:50px 20px 0 20px;}
	.company .cardGrid {grid-template-columns: repeat(2, 1fr);}
	.company .cardCont .cardtit {font-size:40px; padding-bottom:30px;}
	.company .card {height:440px;}
	.company .introWrap {margin:50px 0 0 0; height:500px;}
	.company .introInner {padding:40px;}
	.company .timelineTitle {font-size:35px;}
	.company .scrollWrap {height:300px;}
}

@media (max-width:840px) {
	.company .cCont h4 {font-size:30px;}
	.company .companyName {font-size:30px;}
	.company .companyInfo .label {font-size:15px; width:100px;}
	.company .companyInfo .text {font-size:15px; width:calc(100% - 100px);}
	.company .introInner {flex-direction:column; gap:20px;}
	.company .introRight {width:100%;}
	.company .logo {width:120px;}
	.company .card {height:400px;}
	.company .timelineItem .right {padding-left:50px;}
	.company .timelineItem .left {padding-left:50px;}
}

@media (max-width:767px) {
	.company .scrollWrap {height:250px;}
	.company .timelineTitle {margin-bottom:50px; font-size:30px;}
	.company .card {padding:30px 20px;}
	.company .cardText.default {font-size:17px;}
	.company .hoverCard .hoverText {padding:30px 20px; gap:20px;}
	.company .hoverCard div {gap:15px;}
	.company .hoverCard p {font-size:15px;}
	.company .hoverCard .top {font-size:17px;}
	.company .logo {width:100px;}
	.company .introInner {padding:30px;}
	.company .imgRevealWrap span {top:auto; bottom:40px; right:40px;}
}

@media (max-width:680px) {
	.company .cCont h4 {font-size:26px;}
	.company .cCont h6 {font-size:17px;}
	.company .hoverCard .hoverText { bottom: 0 !important; }
	.company .hoverCard .cardText { display: none !important; }
	.company .hoverCard .hoverText {-webkit-backdrop-filter:blur(0); backdrop-filter:blur(0);}
	.company .hoverCard p {font-size:14px;}
	.company .card {align-items:center; justify-content:center; gap:30px;}
	.company .card1 .txt {text-align:center;}
	.company .timelineLineFill {left:30px;}
	.company .timelineArrow {display:none;}
	.company .timelineLine {left:30px;} 
	.company .timelineTitle {padding-left:20px;}
	.company .timelineItem .right {padding-left:20px;}
	.company .timelineItem .left {padding-left:20px;}
	.company .timelineItem .left .year {font-size:22px;}
	.company .timelineItem .right ul li {font-size:14px;}
	.company .timelineItem .left ul li {font-size:14px;}
	.sv-img.mbg2 img:first-of-type {display:none;}
	.sv-img.mbg2 img:last-of-type {display:block;}
}

@media (max-width:580px) {
	.company .cardCont {padding:60px 20px 0 20px;}
	.company .cardCont .cardtit {font-size:30px;}
	.company .cardGrid {grid-template-columns:100%;}
	.company .card {border-radius:15px;}
	.company .card.card1 {display:none;}
	.company .hoverCard .hoverText {border-radius:15px;}
	.company .hoverCard .top {font-size:20px;}
	.company .hoverCard p {font-size:17px;}
	.company .hoverCard .hoverText {justify-content:space-between; padding:40px 20px;}
	.company .scrollWrap {height:230px;}
	.company .clipImg {border-radius:15px;}
	.company .timelineLineFill {left:20px;}
	.company .timelineLine {left:20px;}
	.company .timelineItem .right {padding-left:0px;}
	.company .timelineItem .left {padding-left:0px;}
	.company .timelineSection {padding:0 20px 30px 20px;}
	.company .imgRevealWrap span {font-size:25px;}
	.company .introWrap {height:450px;}
	.company .introRight {display:none;}
}

@media (max-width:480px) {
	.company .cCont {padding:50px 15px 0 15px;}
	.company .cCont h4 {font-size:24px;}
	.company .cardCont .cardtit {font-size:25px; padding-bottom:20px;}
	.company .cCont h6 {font-size:16px; padding:30px 0 40px 0;}
	.company .card {height:300px;}
	.company .cardCont {padding:30px 15px 0 15px;}
	.company .hoverCard .hoverText {padding:30px 20px;}
	.company .hoverCard .top {font-size:18px;}
	.company .hoverCard p {font-size:15px;}
	.company .companyName {font-size:25px;}
	.company .companyInfo .text {font-size:14px; width:calc(100% - 80px);}
	.company .companyInfo .label {font-size:14px; width:80px;}
	.company .introWrap {height:400px;}
	.company .introInner {padding:30px 20px;}
	.company .scrollWrap {height:200px;}
	.company .timelineItem {gap:30px;}
	.company .timeLineBox {gap:30px;}
	.company .timelineTitle {padding-left:0; margin-bottom:30px; font-size:25px;}
	.company .timelineLineFill {left:5px; width:3px;}
	.company .timelineLine {left:5px; width:3px;}
	.company .timelineItem .right .year {padding-left:30px; font-size:20px; margin-bottom:10px;}
	.company .timelineItem .left .year {padding-left:30px; font-size:20px; margin-bottom:10px;}
	.company .timelineItem .right ul li {padding-left:30px;}
	.company .timelineItem .left ul li {padding-left:30px;}
	.company .timelineSection {padding:0 15px 50px 15px;}
	.company .imgRevealWrap span {font-size:20px; top:auto; bottom:30px; right:30px;}
}

@media (max-width:420px) {
	.company .cCont {padding:40px 15px 0 15px;}
	.company .cCont h6 {font-size:15px; padding:20px 0 30px 0;}
	.company .cCont h4 {font-size:20px;}
	.company .cCont h6 br {display:none;}
	.company .clipImg {border-radius:10px;}
	.company .card {border-radius:10px;height:250px;}
	.company .hoverCard p {font-size:14px;}
	.company .hoverCard .hoverText {border-radius:10px; padding:20px;}
	.company .hoverCard .top {font-size:17px;}
}

@media (max-width:380px) {
	.company .imgRevealWrap span {font-size:18px; bottom:20px; right:20px;}
}


/************ 빈페이지 공통 *************/
.emptyWrap {display:flex; align-items:center; flex-direction:column; justify-content:center;  padding:100px 0;}
.emptyWrap img {width:300px;}
.emptyWrap .emptyTxt {font-size:30px; font-weight:700;}

@media (max-width:1400px) {
   .emptyWrap {padding:80px 0;}
}

@media (max-width:1199px) {
.emptyWrap {padding:50px 0;}
.emptyWrap img {width:250px;}
.emptyWrap .emptyTxt {font-size:25px;}
}

@media (max-width:768px) {
.emptyWrap img {font-size:200px;}
}

@media (max-width:580px) {
.emptyWrap .emptyTxt {font-size:20px;}
}
@media (max-width:380px) {
.emptyWrap .emptyTxt {font-size:18px;} 
}