
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* 메인컨텐츠 공통영역 */
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

/* 레이아웃 공통 */
.sec-main {position: relative; float: left; width: 100%; margin-top: 12rem;}
.sec-main .inner {margin: 0 auto; width: 100%; max-width: 172rem;}

/* 메인 컨텐츠별 타이틀 공통 */
.title-common {width: 100%;}
.title-common .engtxt {font-family: "Saira", sans-serif; transform: rotate(-0.03deg); font-size: 2.4rem; color: #111; font-weight: 600; letter-spacing: -0.06rem; line-height: 1;}
.title-common .tittxt {font-family: "SCoreDream", sans-serif; font-size: 7rem; color: #000; font-weight: 800; letter-spacing: -0.06rem; line-height: 1; margin-top: 2.5rem; margin-left: -0.3rem;}
.title-common .subtxt {font-size: 2.6rem; color: #474646; font-weight: 300; letter-spacing: -0.08rem; line-height: 1.4; word-break: keep-all; margin-top: 4.5rem;}
.title-common .subtxt span {display: block;}
.title-common .tit-morebtn {position: absolute; top: 7.3rem; right: 0; width: auto; height: 2.4rem;}
.title-common .tit-morebtn a {display: flex; flex-wrap: wrap; align-items: center; height: 100%;}
.title-common .tit-morebtn a span {display: inline-block; transform: rotate(-0.03deg); font-size: 1.6rem; color: #898989; font-weight: 400; margin-right: 2rem; vertical-align: top;}
.title-common .tit-morebtn a i {display: inline-block; width: 2.4rem; height: 2.4rem;}
.title-common .tit-morebtn a i img {width: 100%; height: 100%; transition: all 0.5s ease;}

/* 메인 컨텐츠별 타이틀 공통 - 플러스 버튼 이미지 마우스롤오버 효과 */
.title-common .tit-morebtn a:hover i img {transform: rotate(-180deg);}


/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* 메인 비주얼 슬라이드 영역 */
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.main-visual {position: relative; top: 0; left: 0; width: 100%; z-index: 1;}
.main-visual .swiper {width: 100%; height: 100%;}
.main-visual .swiper .swiper-slide {height: 73rem; display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center;}
.main-visual .swiper .swiper-slide .slidecontents {position: absolute; top: 0; left: 0; display: table; width: 100%; height: 100%;}
.main-visual .swiper .swiper-slide .slidecontents .readmore {display: flex; width: 100%; height: 72rem;}
.main-visual .swiper .swiper-slide .slidecontents .readmore a {display: block; width: 100%; height: 100%;}

.main-visual .swiper .paging {position: absolute; bottom: 20%; left: 0; width: 100%;}
.main-visual .swiper .paging .paging-wrap {margin: 0 auto; width: 100%; max-width: 172rem; display: flex; justify-content: center; align-items: center; flex-wrap: wrap;}
.main-visual .swiper .paging .paging-wrap .mainprev {position: relative !important; display: inline-flex; width: auto !important; height: 1.7rem;}
.main-visual .swiper .paging .paging-wrap .mainnext {position: relative !important; display: inline-flex; width: auto !important; height: 1.7rem;}
.main-visual .swiper .swiper-pagination {position: relative !important; display: inline-flex; width: auto !important; height: 1.7rem; margin: 0 7rem;}

/* 메인 비주얼 슬라이드 pagina 스타일 적용 */
.main-visual .swiper .swiper-pagination-bullet {width: 1.2rem !important; height: 1.2rem !important; display: inline-block; background: rgba(255,255,255,0) !important; border: 1px solid #fff; opacity: 1 !important; outline: none; transition: all 0.3s ease;}
.main-visual .swiper .swiper-pagination-bullet-active {width: 4rem !important; height: 1.2rem !important; background: #fff !important; border-radius: 5.5rem; border: none;}
.main-visual .swiper .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {margin: 0 var(--swiper-pagination-bullet-horizontal-gap,0.5rem) !important;}

/* 메인 비주얼 슬라이드 button 스타일 적용 */
.main-visual .swiper .swiper-button-prev, .swiper-rtl .swiper-button-next {left: 0; width: auto; color: rgba(255,255,255,1);}
.main-visual .swiper .swiper-button-next, .swiper-rtl .swiper-button-prev {right: 0; width: auto; color: rgba(255,255,255,1);}
.main-visual .swiper .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {font-size: 1.6rem; font-weight: 700;}
.main-visual .swiper .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {font-size: 1.6rem; font-weight: 700;}
.main-visual .swiper .mainprev, .main-visual .swiper .mainnext {z-index: 20;}

/* 메인 비주얼 슬라이드 - 타이틀 텍스트 영역*/
.slide-title {position: absolute; top: 52%; left: 0; width: 100%; height: auto; text-align: center; transform: translateY(-50%); padding: 0 5.254860746190226%;}
.slide-title .main-txt {font-family: "SCoreDream", sans-serif; font-size: 6.2rem; color: #fff; font-weight: 500; letter-spacing: -0.06rem; line-height: 1.3; word-break: keep-all; transform: translateY(40px); opacity: 0; text-shadow: 5px 5px 10px rgba(0,0,0,0.20); transition: 1s 0.4s;}
.slide-title .main-txt span {display: block;}
.slide-title .main-txt strong {font-weight: 800;}
.slide-title p.sub-txt {font-family: "SCoreDream", sans-serif; font-size: 2rem; color: #fff; font-weight: 300; letter-spacing: -0.06rem; line-height: 1.3; word-break: keep-all; margin-top: 3rem; transform: translateY(40px); opacity: 0; transition: 1s 0.5s;}

/* 메인 비주얼 슬라이드 - 슬라이드 전환시 타이틀 애니메이션 적용 */
.main-visual .swiper .swiper-slide-active .slide-title .main-txt, 
.main-visual .swiper .swiper-slide-active .slide-title p.sub-txt {transform: translateY(0); opacity: 1;}


/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* 메인 컨텐츠 - 온라인견적문의 안내 영역 */
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.main-onlineestimate {width: 100%; height: 21rem; margin-top: 0; border-bottom: 1px solid #ebebeb; background-color: #f9f9f9; background-image: url("../images/onlineestimate_bg.jpg"); background-repeat: no-repeat; background-position: right top;}
.onlineestimate-box {position: relative; display: flex; align-items: center; flex-wrap: wrap; width: 100%;}
.onlineestimate-box .tit-txt {font-family: "SCoreDream", sans-serif; transform: rotate(-0.03deg); font-size: 4.8rem; color: #111; font-weight: 600; letter-spacing: -0.15rem; line-height: 1;}

.onlineestimate-box .guide-txt {width: 27.5%; margin-left: 7rem;}
.onlineestimate-box .guide-txt p {font-family: "SCoreDream", sans-serif; transform: rotate(-0.03deg); font-size: 3.8rem; color: #111; font-weight: 600; line-height: 1;}
.onlineestimate-box .guide-txt p strong {color: #f8941d; font-weight: 900;}
.onlineestimate-box .guide-txt .keyword {width: 100%; margin-top: 1.5rem;}
.onlineestimate-box .guide-txt .keyword span {display: inline-block; width: auto; height: 3.5rem; transform: rotate(-0.03deg); font-size: 2.2rem; color: #fff; font-weight: 500; line-height: 3.5rem; padding: 0 1rem; margin-right: 1rem; margin-bottom: 0.7rem; background-color: #2189f3;}

.onlineestimate-box .icoimg {display: inline-block; width: 31rem; margin-right: 3.6rem;}
.onlineestimate-box .icoimg img {width: 100%;}
.onlineestimate-box .estimate-btn {position: absolute; right: 0; display: flex; flex-wrap: wrap;}
.onlineestimate-box .estimate-btn a {display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; height: 7.5rem; transform: rotate(-0.03deg); font-size: 2.6rem; color: #fff; font-weight: 600; padding: 0 4rem; transition: all 0.3s ease;}
.onlineestimate-box .estimate-btn a.btn-estimate {background-color: #f8941d; margin-right: 2rem; border-radius: 1.2rem;}
.onlineestimate-box .estimate-btn a.btn-case {background-color: #1156bd; border-radius: 1.2rem;}
.onlineestimate-box .estimate-btn a span {margin-right: 3rem;}
.onlineestimate-box .estimate-btn a i {width: 1.2rem; height: 1.9rem;}

/* 메인 컨텐츠 - 온라인견적문의 안내 영역 - 마우스 롤오버 효과 */
.onlineestimate-box .estimate-btn a.btn-estimate:hover {background-color: #f91239;}
.onlineestimate-box .estimate-btn a.btn-case:hover {background-color: #2189f3;}


/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* 메인 컨텐츠 - 공사안내 영역 */
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.variable-title {position: relative; width: 100%;}
.variable-title .title-common .tittxt {display: inline-block; margin-right: 5rem;}
.variable-title .title-common .subtxt {display: inline-block; margin-top: 0;}

/* 메인 컨텐츠 - 공사안내 리스트 영역 */
.business-box {width: 100%; margin-top: 10rem;}
.business-list {display: flex; justify-content: space-between; flex-wrap: wrap; width: 100%;}
.business-list .itemarea {width: 23.25581395348837%;}
.business-list .itemarea a {display: block; width: 100%; height: 100%;}
.business-list .itemarea a .box {width: 100%;}
.business-list .itemarea a .box h3 {font-family: "SCoreDream", sans-serif; transform: rotate(-0.03deg); font-size: 3.2rem; color: #000; font-weight: 700; letter-spacing: -0.06rem; line-height: 1; margin-bottom: 3rem; transition: all 0.5s;}
.business-list .itemarea a .box p {transform: rotate(-0.03deg); font-size: 1.9rem; color: #000; font-weight: 300; letter-spacing: -0.02rem; line-height: 1.3; /*word-break: keep-all;*/}
.business-list .itemarea a .box p span {display: block;}
.business-list .itemarea a .box div.thumb {width: 100%; margin-top: 3.7rem;}
.business-list .itemarea a .box div.thumb figure {position: relative; width: 100%; padding: 0; margin: 0; overflow: hidden; transition: all 0.5s;}
.business-list .itemarea a .box div.thumb figure img {width: 100%; height: 100%; object-fit: cover; transition: all 0.5s; transform-origin: 50% 30%;}
.business-list .itemarea a .box .detailbtn {display: flex; flex-wrap: wrap; align-items: center; width: auto; margin-top: 3rem;}
.business-list .itemarea a .box .detailbtn .morearrow {display: flex; justify-content: center; align-items: center; width: 5rem; height: 5rem; margin-right: 2rem; border: 2px solid #000; transition: all 0.5s;}
.business-list .itemarea a .box .detailbtn .morearrow i {display: inline-block; width: 1.9rem; height: 0.8rem;}
.business-list .itemarea a .box .detailbtn .morearrow i img {width: 100%; vertical-align: top;}
.business-list .itemarea a .box .detailbtn .morearrow i img.off {display: inline; transition: all 0.3s ease-in-out;}
.business-list .itemarea a .box .detailbtn .morearrow i img.on {display: none; transition: all 0.3s ease-in-out;}
.business-list .itemarea a .box .detailbtn span {display: inline-block; font-family: "SCoreDream", sans-serif; transform: rotate(-0.03deg); font-size: 1.7rem; color: #565656; font-weight: 500; letter-spacing: -0.06rem;}

/* 메인 컨텐츠 - 공사안내 리스트 영역 - 마우스 롤오버 효과 */
.business-list .itemarea a:hover .box h3 {color: #1156bd;}
.business-list .itemarea a:hover .box div.thumb figure {border-radius: 1.6rem;}
.business-list .itemarea a:hover .box div.thumb figure img {transform: scale(1.2);}
.business-list .itemarea a:hover .box .detailbtn .morearrow {background: #1156bd; border: 2px solid #1156bd;}
.business-list .itemarea a:hover .box .detailbtn .morearrow i img.off {display: none;}
.business-list .itemarea a:hover .box .detailbtn .morearrow i img.on {display: inline;}
.business-list .itemarea a:hover .box .detailbtn span {color: #1156bd;}


/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* 메인 컨텐츠 - 특장점 4가지 영역 */
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.main-features {width: 100%; height: 50rem; padding: 12rem 0; background-image: url("../images/features_bg.jpg"); background-repeat: no-repeat; background-position: center top; background-size: cover;}
.features-list {width: 100%;}
.features-list ul {display: flex; justify-content: space-between; flex-wrap: wrap;}
.features-list ul li {display: flex; flex-wrap: wrap; width: 23.25581395348837%; text-align :center;}
.features-list ul li .ico {width: 100%;}
.features-list ul li .ico i {display: inline-block; width: 13rem; height: 13rem;}
.features-list ul li .ico i img {width: 100%; transition: all .4s .05s;}
.features-list ul li .info-box {width: 100%; margin-top: 2.8rem;}
.features-list ul li .info-box h3 {font-family: "SCoreDream", sans-serif; transform: rotate(-0.03deg); font-size: 3.2rem; color: #fff; font-weight: 700; letter-spacing: -0.06rem; line-height: 1; margin-bottom: 2.7rem;}
.features-list ul li .info-box p {transform: rotate(-0.03deg); font-size: 1.9rem; color: #fff; font-weight: 500; letter-spacing: -0.06rem; line-height: 1.3;}
.features-list ul li .info-box p span {display: block;}

/* 메인 컨텐츠 - 특장점 4가지 영역 - 마우스 롤오버 효과 */
.features-list ul li:hover .ico i img {transform: rotateY(1turn);}


/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* 메인 컨텐츠 - 시공사례 슬라이드 영역 */
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

/* 메인 컨텐츠 - 시공사례 영역 - 시공사례별 리스트 디자인 적용 */
.case-box {width: 100%; margin-top: 10rem;}
.case-list {width: 100%;}
.case-list a {display: block; width: 100%; height: 100%;}
.case-list a .item-thumb {width: 100%; height: 100%; overflow: hidden;}
.case-list a .item-thumb img {width: 100%; object-fit: cover; transition: all 0.3s; transform: scale(1);}
.case-list a .item-info {position: absolute; top: 0; left: 0; display: flex; flex-direction: column; justify-content: space-between; width: 100%; height: 100%; padding: 4rem; background: rgba(0,0,0,0); transition: all .6s ease;}
.case-list a .item-info .number {font-family: "Gmarket Sans", sans-serif; transform: rotate(-0.03deg); font-size: 8rem; color: #fff; font-weight: 700; -webkit-text-stroke-width: 1px; -webkit-text-stroke-color: #fff; -webkit-text-fill-color: transparent; transition: all .6s ease;}
.case-list a .item-info .infotxt {display: flex; flex-direction: row; justify-content: space-between; align-items: flex-end;}
.case-list a .item-info .infotxt .name {display: inline-block; transform: rotate(-0.03deg); font-size: 2.2rem; color: #fff; font-weight: 500; letter-spacing: -0.06rem; display: -webkit-box; white-space: break-spaces; text-overflow: ellipsis; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2;}
.case-list a .item-info .infotxt .name:before {display: block; content: ""; width: 2.7rem; height: 0.2rem; margin-bottom: 2rem; background: #fff;}
.case-list a .item-info .infotxt .more {width: 9rem; height: 9rem; text-align: center; font-family: "Gmarket Sans", sans-serif; transform: rotate(-0.03deg); font-size: 1.6rem; color: #fff; font-weight: 700; line-height: 9rem; border: 1px solid #fff; transition: all .6s ease;}
.owl-carousel .owl-item img {height: auto !important;}

/* 메인 컨텐츠 - 시공사례 리스트 영역 - 마우스 롤오버 효과 */
.case-list a:hover .item-thumb img {transform: scale(1.1);}
.case-list a:hover .item-info {background: rgba(0,0,0,0.4);}
.case-list a:hover .item-info .number {-webkit-text-fill-color: #fff;}
.case-list a:hover .item-info .infotxt .more {background: #1156bd; border: 1px solid #1156bd;}

/* 메인 컨텐츠 - 시공사례 영역 - 슬라이드 이전/다음 버튼 및 current, total 스타일 적용 */
#customNavigation {width: 100%; margin-top: 4rem; display: flex; justify-content: center;}
.custom-btns {position: relative; display: flex; align-items: center; width: 23.5rem; height: 5rem;}
.customPrevBtn {position: absolute; left: 0; width: 5rem; height: 5rem; display: flex;}
.customPrevBtn a {display: block; width: 100%; height: 100%; font-size: 0; background-image: url("../images/caseprev_arrow.png"); background-repeat: no-repeat; background-position: 48% 52%; border: 2px solid #000; transition: all .3s ease;}
.customPrevBtn a:hover {background-color: #1156bd; background-image: url("../images/caseprev_arrow_on.png"); border: 2px solid #1156bd;}
.customNextBtn {position: absolute; right: 0; width: 5rem; height: 5rem; display: flex;}
.customNextBtn a {display: block; width: 100%; height: 100%; font-size: 0; background-image: url("../images/casenext_arrow.png"); background-repeat: no-repeat; background-position: 53% 52%; border: 2px solid #000; transition: all .3s ease;}
.customNextBtn a:hover {background-color: #1156bd; background-image: url("../images/casenext_arrow_on.png"); border: 2px solid #1156bd;}
#counter {position: relative; margin: 0 auto; display: table; text-align: center; font-family: "Saira", sans-serif; transform: rotate(-0.03deg); font-size: 2.2rem; color: #696969; font-weight: 700; letter-spacing: 0.6rem;}


/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* 메인 컨텐츠 - 고객센터 영역 */
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.main-customer {width: 100%; margin-bottom: 12rem;}
.main-customer:after {position: absolute; top: 0; right: 0; content: ""; width: 50%; height: 64rem; background-image: url("../images/customer_bg.jpg"); background-repeat: no-repeat; background-position: left top; z-index: 1;}
.customer-box {position: relative; width: 100%; height: 64rem; padding: 7rem 0; z-index: 2;}
.customer-box .cu-title .tittxt {font-family: "SCoreDream", sans-serif; transform: rotate(-0.03deg); font-size: 4.8rem; color: #111; font-weight: 700; letter-spacing: -0.06rem; line-height: 1; margin-bottom: 3rem;}
.customer-box .cu-title .subtxt {transform: rotate(-0.03deg); font-size: 2.2rem; color: #4b4a4a; font-weight: 400; line-height: 1.3; letter-spacing: -0.08rem;}

.customer-box .cu-title a.morebtn {display: flex; justify-content: space-between; align-items: center; width: 19rem; height: 5rem; padding: 0 2.5rem; margin-top: 3.5rem; background: #f8941d; transition: all 0.3s ease;}
.customer-box .cu-title a.morebtn span {display: inline-block; transform: rotate(-0.03deg); font-size: 1.8rem; color: #fff; font-weight: 500; letter-spacing: -0.06rem;}
.customer-box .cu-title a.morebtn i {display: inline-block; width: 1.5rem; height: 1.2rem;}
.customer-box .cu-title a.morebtn i img {width: 100%; vertical-align: top;}
.customer-box .cu-title a.morebtn:hover {background: #f91239;}

.customer-list {display: flex; flex-wrap: wrap; width: 100%; margin-top: 7.7rem;}
.customer-list .centerbox {display: inline-block; height: 21rem; padding: 4rem;}
.customer-list .center-tel {width: 23.5rem; background: #1156bd;}
.customer-list .center-email {width: 28.5rem; background: #f1f1f1;}
.customer-list .center-address {width: 53rem; background: -webkit-linear-gradient(left, #1156bd 0%, #2189f3 100%); background: -moz-linear-gradient(left, #1156bd 0%, #2189f3 100%); background: linear-gradient(to right, #1156bd 0%, #2189f3 100%);}
.customer-list .centerbox i {display: inline-block; width: auto; height: 4.2rem; margin-bottom: 3.7rem;}
.customer-list .centerbox i img {width: 100%; transition: all .4s .05s;}
.customer-list .centerbox div.tit {font-family: "Saira", sans-serif; transform: rotate(-0.03deg); font-size: 2rem; color: #fff; font-weight: 700; line-height: 1; letter-spacing: -0.02rem;}
.customer-list .centerbox p {font-family: "SCoreDream", sans-serif; transform: rotate(-0.03deg); font-size: 1.6rem; color: #fff; font-weight: 500; line-height: 1; letter-spacing: -0.02rem; word-break: keep-all; margin-top: 1.3rem;}
.customer-list .centerbox p a {color: #fff;}
.customer-list .center-email div.tit {color: #111;}
.customer-list .center-email p a {color: #111;}

/* 메인 컨텐츠 - 고객센터 영역 - 마우스 롤오버 효과 */
.customer-list .centerbox:hover i img {transform: rotateY(1turn);}
.customer-list .centerbox p a:hover {color: #00ffff;}
.customer-list .center-email p a:hover {color: #f8941d;}


/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* *** 반응형설정 Mobile 359 *** */
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

@media screen and (max-width:359px) {

/* 레이아웃 공통 */
.sec-main {margin-top: 8rem;}
.sec-main .inner {padding: 0 2rem;}

/* 메인 컨텐츠별 타이틀 공통 */
.title-common {text-align: center;}
.title-common .engtxt {font-size: 2rem;}
.title-common .tittxt {font-size: 5rem; margin-top: 1rem; margin-right: 0 !important;}
.title-common .subtxt {font-size: 1.8rem; margin-top: 3rem !important;}
.title-common .tit-morebtn {position: static; top: initial; display: inline-block; width: 100%; margin-top: 2rem;}
.title-common .tit-morebtn a {display: inline-flex;}

/* 메인 비주얼 슬라이드 전체 영역 */
.main-visual .swiper .swiper-slide {height: 46rem;}
.slide-title {top: 55%;}
.slide-title .main-txt {font-size: 3.4rem;}
.slide-title .main-txt span {display: inline;}
.slide-title p.sub-txt {font-size: 1.5rem; line-height: 1.4;}
.main-visual .swiper .paging {bottom: 5%;}
.main-visual .swiper .swiper-pagination {height: 1.9rem; margin: 0 5rem;}

/* 메인 컨텐츠 - 온라인견적문의 안내 영역 */
.main-onlineestimate {height: auto; margin-top: 0; background-position: right bottom;}
.onlineestimate-box {justify-content: center; text-align: center; padding: 5rem 0;}
.onlineestimate-box .guide-txt {width: 100% !important; margin-left: 0 !important; margin-top: 3rem;}
.onlineestimate-box .guide-txt p {font-size: 2.8rem !important;}
.onlineestimate-box .guide-txt .keyword span {font-size: 1.6rem;}
.onlineestimate-box .icoimg {margin-top: -0.8rem; margin-right: 0;}
.onlineestimate-box .icoimg img {width: 70%;}
.onlineestimate-box .estimate-btn {position: static; justify-content: space-between; width: 100%;}
.onlineestimate-box .estimate-btn a {justify-content: center; width: 49%; height: 6.5rem; font-size: 2rem; padding: 0 2rem;}
.onlineestimate-box .estimate-btn a span {margin-right: 1.5rem;}
.onlineestimate-box .estimate-btn a i {width: 1.1rem; height: 1.8rem;}
.onlineestimate-box .estimate-btn a i img {width: 100%;}
.onlineestimate-box .estimate-btn a.btn-estimate {margin-right: 0;}

/* 메인 컨텐츠 - 공사안내 영역 */
.business-box {margin-top: 5rem;}
.business-list .itemarea {width: 100%; margin-bottom: 6rem;}
.business-list .itemarea:last-child {margin-bottom: 0;}
.business-list .itemarea a .box div.thumb {margin-top: 2rem;}
.business-list .itemarea a .box h3 {margin-bottom: 2rem;}
.business-list .itemarea a .box p {font-size: 1.75rem; word-break: keep-all;}
.business-list .itemarea a .box p span {display: inline;}

/* 메인 컨텐츠 - 특장점 4가지 영역 */
.main-features {height: auto; padding: 8rem 0;}
.features-list ul li {width: 50%; padding: 0 1rem;}
.features-list ul li:nth-of-type(-n+2) {margin-bottom: 3rem;}
.features-list ul li .info-box h3 {font-size: 2.2rem; margin-bottom: 2rem;}
.features-list ul li .info-box p {font-size: 1.7rem;}
.features-list ul li .info-box p span {display: inline;}

/* 메인 컨텐츠 - 시공사례 슬라이드 영역 */
.case-box {margin-top: 5rem;}
.case-list a .item-info {padding: 4rem 3rem;}
.case-list a .item-info .infotxt .name {font-size: 2rem;}
.case-list a .item-info .infotxt .more {width: 8rem; height: 8rem; font-size: 1.45rem; line-height: 8rem;}

/* 메인 컨텐츠 - 고객센터 영역 */
.main-customer {height: auto; padding: 0 2rem; margin-bottom: 8rem;}
.main-customer .inner {padding: 0 !important;}
.main-customer:after {position: static; top: initial; float: left; width: 100%; height: 0; padding: 0 2rem 67.7083334%; background-size: cover;}
.customer-box {float: left; height: auto; padding: 0 !important;}
.customer-box .cu-title .tittxt {font-size: 4rem;}
.customer-box .cu-title .subtxt {font-size: 1.6rem;}
.customer-list {float: left; margin-top: 4rem; margin-bottom: 0;}
.customer-list .centerbox {height: auto; padding: 3rem;}
.customer-list .center-tel {width: 100%;}
.customer-list .center-email {width: 100%;}
.customer-list .center-address {width: 100%;}
.customer-list .centerbox i {margin-bottom: 1rem;}
.customer-list .centerbox i img {width: 80%; vertical-align: top;}
.customer-list .centerbox div.tit {display: inline-block; font-size: 2.2rem; vertical-align: -1.3rem;}
.customer-list .centerbox p {font-size: 1.8rem;}
.customer-list .center-address p {line-height: 1.3;}

}


/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* *** 반응형설정 Mobile 360,719 *** */
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

@media screen and (min-width:360px) and (max-width:719px) {

/* 레이아웃 공통 */
.sec-main {margin-top: 8rem;}
.sec-main .inner {padding: 0 2rem;}

/* 메인 컨텐츠별 타이틀 공통 */
.title-common {text-align: center;}
.title-common .engtxt {font-size: 2rem;}
.title-common .tittxt {font-size: 5rem; margin-top: 1rem; margin-right: 0 !important;}
.title-common .subtxt {font-size: 1.9rem; font-weight: 400; margin-top: 3rem !important;}
.title-common .subtxt span {display: inline;}
.title-common .tit-morebtn {position: static; top: initial; display: inline-block; width: 100%; margin-top: 2rem;}
.title-common .tit-morebtn a {display: inline-flex;}

/* 메인 비주얼 슬라이드 전체 영역 */
.main-visual .swiper .swiper-slide {height: 46rem;}
.slide-title {top: 55%;}
.slide-title .main-txt {font-size: 3.4rem;}
.slide-title .main-txt span {display: inline;}
.slide-title p.sub-txt {font-size: 1.5rem; line-height: 1.4;}
.main-visual .swiper .paging {bottom: 5%;}
.main-visual .swiper .swiper-pagination {height: 1.9rem; margin: 0 5rem;}

/* 메인 컨텐츠 - 온라인견적문의 안내 영역 */
.main-onlineestimate {height: auto; margin-top: 0; background-position: right bottom;}
.onlineestimate-box {justify-content: center; text-align: center; padding: 5rem 0;}
.onlineestimate-box .guide-txt {width: 100% !important; margin-left: 0 !important; margin-top: 3rem;}
.onlineestimate-box .guide-txt p {font-size: 2.6rem !important;}
.onlineestimate-box .guide-txt .keyword span {font-size: 1.6rem;}
.onlineestimate-box .icoimg {margin-top: -0.8rem; margin-right: 0;}
.onlineestimate-box .icoimg img {width: 70%;}
.onlineestimate-box .estimate-btn {position: static; justify-content: space-between; width: 100%;}
.onlineestimate-box .estimate-btn a {justify-content: center; width: 49%; height: 6.5rem; font-size: 2rem; padding: 0 2rem;}
.onlineestimate-box .estimate-btn a span {margin-right: 1.5rem;}
.onlineestimate-box .estimate-btn a i {width: 1.1rem; height: 1.8rem;}
.onlineestimate-box .estimate-btn a i img {width: 100%;}
.onlineestimate-box .estimate-btn a.btn-estimate {margin-right: 0;}

/* 메인 컨텐츠 - 공사안내 영역 */
.business-box {margin-top: 5rem;}
.business-list .itemarea {width: 100%; margin-bottom: 6rem;}
.business-list .itemarea:last-child {margin-bottom: 0;}
.business-list .itemarea a .box div.thumb {margin-top: 2rem;}
.business-list .itemarea a .box h3 {margin-bottom: 2rem;}
.business-list .itemarea a .box p {font-size: 1.7rem; color: #434343; font-weight: 400; word-break: keep-all;}
.business-list .itemarea a .box p span {display: inline;}

/* 메인 컨텐츠 - 특장점 4가지 영역 */
.main-features {height: auto; padding: 8rem 0;}
.features-list ul li {width: 50%; padding: 0 1rem;}
.features-list ul li:nth-of-type(-n+2) {margin-bottom: 3rem;}
.features-list ul li .info-box h3 {font-size: 2.2rem; margin-bottom: 2rem;}
.features-list ul li .info-box p {font-size: 1.6rem;}
.features-list ul li .info-box p span {display: inline;}

/* 메인 컨텐츠 - 시공사례 슬라이드 영역 */
.case-box {margin-top: 5rem;}
.case-list a .item-info {padding: 4rem 3rem;}
.case-list a .item-info .infotxt .name {font-size: 2rem;}
.case-list a .item-info .infotxt .more {width: 8rem; height: 8rem; font-size: 1.45rem; line-height: 8rem;}

/* 메인 컨텐츠 - 고객센터 영역 */
.main-customer {height: auto; padding: 0 2rem; margin-bottom: 8rem;}
.main-customer .inner {padding: 0 !important;}
.main-customer:after {position: static; top: initial; float: left; width: 100%; height: 0; padding: 0 2rem 67.7083334%; background-size: cover;}
.customer-box {float: left; height: auto; padding: 0 !important;}
.customer-box .cu-title .tittxt {font-size: 4rem;}
.customer-box .cu-title .subtxt {font-size: 1.6rem;}
.customer-list {float: left; margin-top: 4rem; margin-bottom: 0;}
.customer-list .centerbox {height: auto; padding: 3rem;}
.customer-list .center-tel {width: 100%;}
.customer-list .center-email {width: 100%;}
.customer-list .center-address {width: 100%;}
.customer-list .centerbox i {margin-bottom: 1rem;}
.customer-list .centerbox i img {width: 80%; vertical-align: top;}
.customer-list .centerbox div.tit {display: inline-block; font-size: 2.2rem; vertical-align: -1.3rem;}
.customer-list .centerbox p {font-size: 1.9rem;}
.customer-list .center-address p {line-height: 1.3;}

}


/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* *** 반응형설정 Mobile 360,399 예외처리 *** */
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

@media screen and (min-width:360px) and (max-width:399px) {

.onlineestimate-box .estimate-btn a {font-size: 1.9rem; padding: 0 1rem;}
.onlineestimate-box .estimate-btn a i {width: 1rem; height: 1.7rem;}
.features-list ul li {padding: 0 0.5rem;}
.features-list ul li .info-box p {font-size: 1.5rem; letter-spacing: -0.12rem;}

}


/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* *** 반응형설정 Tablet 720,767 *** */
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

@media screen and (min-width:720px) and (max-width:767px) {

/* 레이아웃 공통 */
.sec-main {margin-top: 8rem;}
.sec-main .inner {padding: 0 3rem;}

/* 메인 컨텐츠별 타이틀 공통 */
.title-common .engtxt {font-size: 2rem;}
.title-common .tittxt {font-size: 6.5rem; margin-top: 1.5rem;}
.title-common .subtxt {font-size: 2.5rem; line-height: 1.3; margin-top: 3rem !important;}
.variable-title .title-common .tittxt {display: block;}
.title-common .tit-morebtn {top: 5.5rem;}

/* 메인 비주얼 슬라이드 전체 영역 */
.main-visual .swiper .swiper-slide {height: 46rem;}
.slide-title {top: 55%;}
.slide-title .main-txt {font-size: 4.5rem;}
.slide-title p.sub-txt {font-size: 1.7rem; line-height: 1.4;}
.main-visual .swiper .paging {bottom: 5%;}
.main-visual .swiper .swiper-pagination {height: 1.9rem; margin: 0 5rem;}

/* 메인 컨텐츠 - 온라인견적문의 안내 영역 */
.main-onlineestimate {height: auto; margin-top: 0; background-position: right bottom;}
.onlineestimate-box {justify-content: center; text-align: center; padding: 5rem 0 0;}
.onlineestimate-box .tit-txt {font-size: 4.2rem !important;}
.onlineestimate-box .guide-txt {width: 100% !important; margin-left: 0 !important; margin-top: 3rem;}
.onlineestimate-box .guide-txt p {font-size: 3.2rem !important;}
.onlineestimate-box .guide-txt .keyword span {font-size: 1.8rem;}
.onlineestimate-box .icoimg {margin-top: -0.8rem; margin-right: 0;}
.onlineestimate-box .icoimg img {width: 70%;}
.onlineestimate-box .estimate-btn {position: static; justify-content: space-between;}
.onlineestimate-box .estimate-btn a {justify-content: center; width: auto; height: 6.5rem; font-size: 2.2rem; padding: 0 4rem;}
.onlineestimate-box .estimate-btn a span {margin-right: 1.5rem;}
.onlineestimate-box .estimate-btn a i {width: 1.1rem; height: 1.8rem;}
.onlineestimate-box .estimate-btn a i img {width: 100%;}

/* 메인 컨텐츠 - 공사안내 영역 */
.business-box {margin-top: 5rem;}
.business-list .itemarea {width: 48%;}
.business-list .itemarea:nth-of-type(-n+2) {margin-bottom: 6rem;}
.business-list .itemarea a .box p span {display: inline;}

/* 메인 컨텐츠 - 특장점 4가지 영역 */
.features-list ul li .info-box h3 {font-size: 2.8rem; line-height: 1.4; word-break: keep-all;}
.features-list ul li .info-box p {font-size: 1.8rem; word-break: keep-all;}
.features-list ul li .info-box p span {display: inline;}

/* 메인 컨텐츠 - 시공사례 슬라이드 영역 */
.case-box {margin-top: 5rem;}
.case-list a .item-info {padding: 4rem 3rem;}
.case-list a .item-info .infotxt .name {font-size: 2rem;}
.case-list a .item-info .infotxt .more {width: 8rem; height: 8rem; font-size: 1.45rem; line-height: 8rem;}

/* 메인 컨텐츠 - 고객센터 영역 */
.main-customer {height: auto; padding: 0 2rem; margin-bottom: 8rem;}
.customer-box:before {display: none;}
.main-customer:after {top: 21rem; height: 58rem; background-position: center top; background-size: cover;}
.customer-box {float: left; height: auto; padding: 0 0 6rem;}
.customer-box .title-common2 a.morebtn {display: inline-block; height: auto; padding: 1.3rem 2.5rem;}
.customer-box .title-common2 a.morebtn i {margin-left: 3rem; vertical-align: -0.15rem;}
.customer-list .center-email {width: 29.5rem;}

}


/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* *** 반응형설정 Tablet 768,1023 *** */
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

@media screen and (min-width:768px) and (max-width:1023px) {

/* 레이아웃 공통 */
.sec-main {margin-top: 8rem;}
.sec-main .inner {padding: 0 3rem;}

/* 메인 컨텐츠별 타이틀 공통 */
.title-common .engtxt {font-size: 2rem;}
.title-common .tittxt {font-size: 6.5rem; margin-top: 1.5rem;}
.title-common .subtxt {font-size: 2.5rem; line-height: 1.3; margin-top: 3rem !important;}
.variable-title .title-common .tittxt {display: block;}
.title-common .tit-morebtn {top: 5.5rem;}

/* 메인 비주얼 슬라이드 전체 영역 */
.main-visual .swiper .swiper-slide {height: 50rem;}
.slide-title {top: 55%;}
.slide-title .main-txt {font-size: 4.5rem;}
.slide-title p.sub-txt {font-size: 1.7rem; line-height: 1.4;}
.main-visual .swiper .paging {bottom: 5%;}
.main-visual .swiper .swiper-pagination {height: 1.9rem; margin: 0 5rem;}

/* 메인 컨텐츠 - 온라인견적문의 안내 영역 */
.main-onlineestimate {height: auto; margin-top: 0; background-position: right bottom;}
.onlineestimate-box {justify-content: center; text-align: center; padding: 5rem 0 0;}
.onlineestimate-box .tit-txt {font-size: 4.2rem !important;}
.onlineestimate-box .guide-txt {width: 100% !important; margin-left: 0 !important; margin-top: 3rem;}
.onlineestimate-box .guide-txt p {font-size: 3.2rem !important;}
.onlineestimate-box .guide-txt .keyword span {font-size: 1.8rem;}
.onlineestimate-box .icoimg {margin-top: -0.8rem; margin-right: 0;}
.onlineestimate-box .icoimg img {width: 70%;}
.onlineestimate-box .estimate-btn {position: static; justify-content: space-between;}
.onlineestimate-box .estimate-btn a {justify-content: center; width: auto; height: 6.5rem; font-size: 2.2rem; padding: 0 4rem;}
.onlineestimate-box .estimate-btn a span {margin-right: 1.5rem;}
.onlineestimate-box .estimate-btn a i {width: 1.1rem; height: 1.8rem;}
.onlineestimate-box .estimate-btn a i img {width: 100%;}

/* 메인 컨텐츠 - 공사안내 영역 */
.business-box {margin-top: 5rem;}
.business-list .itemarea {width: 48%;}
.business-list .itemarea:nth-of-type(-n+2) {margin-bottom: 6rem;}
.business-list .itemarea a .box p span {display: inline;}

/* 메인 컨텐츠 - 특장점 4가지 영역 */
.features-list ul li .info-box h3 {font-size: 2.8rem; line-height: 1.4; word-break: keep-all;}
.features-list ul li .info-box p {font-size: 1.8rem; word-break: keep-all;}
.features-list ul li .info-box p span {display: inline;}

/* 메인 컨텐츠 - 시공사례 슬라이드 영역 */
.case-box {margin-top: 5rem;}
.case-list a .item-info {padding: 4rem 3rem;}
.case-list a .item-info .infotxt .name {font-size: 2rem;}
.case-list a .item-info .infotxt .more {width: 8rem; height: 8rem; font-size: 1.45rem; line-height: 8rem;}

/* 메인 컨텐츠 - 고객센터 영역 */
.main-customer {height: auto; padding: 0 2rem; margin-bottom: 8rem;}
.customer-box:before {display: none;}
.main-customer:after {top: 21rem; height: 58rem; background-position: center top; background-size: cover;}
.customer-box {float: left; height: auto; padding: 0 0 6rem;}
.customer-box .title-common2 a.morebtn {display: inline-block; height: auto; padding: 1.3rem 2.5rem;}
.customer-box .title-common2 a.morebtn i {margin-left: 3rem; vertical-align: -0.15rem;}
.customer-list .center-email {width: 29.5rem;}

}


/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* *** 반응형설정 PC 1024,1279 *** */
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

@media screen and (min-width:1024px) and (max-width:1279px) {

/* 레이아웃 공통 */
.sec-main .inner {padding: 0 2rem;}

/* 메인 컨텐츠 - 온라인견적문의 안내 영역 */
.onlineestimate-box .tit-txt {font-size: 4rem;}
.onlineestimate-box .tit-txt span {display: block; line-height: 1.4;}
.onlineestimate-box .guide-txt {width: 30%; margin-left: 5rem;}
.onlineestimate-box .guide-txt p {font-size: 2.6rem;}
.onlineestimate-box .guide-txt .keyword span {font-size: 1.5rem;}
.onlineestimate-box .icoimg {margin-right: 3rem;}
.onlineestimate-box .estimate-btn a {font-size: 2.2rem; padding: 0 3rem;}
.onlineestimate-box .estimate-btn a span {margin-right: 2rem;}
.onlineestimate-box .estimate-btn a.btn-estimate {margin-right: 1rem;}

/* 메인 컨텐츠 - 공사안내 영역 */
.business-list .itemarea a .box h3 {font-size: 3rem;}
.business-list .itemarea a .box p span {display: inline;}

/* 메인 컨텐츠 - 특장점 영역 */
.features-list ul li .info-box h3 {font-size: 3rem;}
.features-list ul li .info-box p {font-size: 1.8rem;}

/* 메인 컨텐츠 - 시공사례 슬라이드 영역 */
.case-list a .item-info {padding: 3rem;}
.case-list a .item-info .infotxt .name {font-size: 2rem;}

}


/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* *** 반응형설정 PC 1280,1919 *** */
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

@media screen and (min-width:1280px) and (max-width:1919px) {

/* 메인 컨텐츠 - 공사안내 영역 */
.business-list .itemarea a .box p span {display: inline;}

}


/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* *** 반응형설정 PC 1280,1289 예외처리 *** */
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

@media screen and (min-width:1280px) and (max-width:1289px) {

/* 레이아웃 공통 */
.sec-main .inner {padding: 0 2rem;}

/* 메인 컨텐츠 - 온라인견적문의 안내 영역 */
.onlineestimate-box .tit-txt {font-size: 4.2rem;}
.onlineestimate-box .tit-txt span {display: block; line-height: 1.4;}
.onlineestimate-box .guide-txt {width: 30%; margin-left: 5rem;}
.onlineestimate-box .guide-txt p {font-size: 3.5rem !important;}
.onlineestimate-box .guide-txt .keyword span {font-size: 2rem !important;}
.onlineestimate-box .icoimg {margin-right: 3rem;}
.onlineestimate-box .estimate-btn a {padding: 0 3rem;}
.onlineestimate-box .estimate-btn a span {margin-right: 2rem;}
.onlineestimate-box .estimate-btn a.btn-estimate {margin-right: 1rem;}

}


/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* *** 반응형설정 PC 1290,1699 예외처리 *** */
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

@media screen and (min-width:1290px) and (max-width:1699px) {

/* 레이아웃 공통 */
.sec-main .inner {padding: 0 2rem;}

}


/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* *** 반응형설정 PC 1700 예외처리 *** */
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

@media screen and (max-width:1700px) {

/* 메인 컨텐츠 - 온라인견적문의 안내 영역 */
.onlineestimate-box .tit-txt {font-size: 3.6rem;}
.onlineestimate-box .guide-txt {width: 35%; margin-left: 5rem;}
.onlineestimate-box .guide-txt p {font-size: 3rem;}

}