@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css");
@keyframes rolling {
    0%{transform: translateX(0);}
    100%{transform: translateX(-100%);}
}

/* reset css */
a{display: inline-block;}
#container_wr{width: 100%;}
#container{width: 100%; float: none; margin: 0;}
#container_title{display: none;}
#wrapper{min-width: auto;}
img{width: 100%;}
.fa{font-family: "fontawesome" !important;}

/* style css */
*{font-family: 'pretendard', sans-serif !important;}
body{font-size: 16px;}
.hidden{position: absolute; left: -1000%; width: 1px; height: 1px; display: block; overflow: hidden; color: #fff;}
.dpnone{display: none;}
.wrap{width: 96%; max-width: 1600px; margin: 0 auto;}
.btn, a.btn{display: block; box-sizing: border-box; width: fit-content; height: auto; border: 1px solid #222; background: none; font-size: 16px; font-weight: 400; padding: 5px 30px; border-radius: 5px; line-height: 30px; transition: .2s ease-out;}
.btn:hover{background: #000; color: #fff;}
.btn.white{border: 1px solid #fff; color: #fff;}
.btn.white:hover{background: #fff; color: #000;}
.btn.bd-blue{border: 1px solid #191C7C; color: #191C7C;}
.btn.bd-blue:hover{background: #191C7C; color: #fff;}
.btn.blue{border-color: #191C7C; background: #191C7C; color: #fff;}
.btn.blue:hover{background: none; color: #191C7C;}
.btn.red{border-color: #b10000; background: #b10000; color: #fff;}
.btn.red:hover{background: none; color: #b10000;}
.btn.con{width: 250px; height: 60px; line-height: 60px; border-width: 2px; font-size: 18px; font-weight: 700; padding: 0;}
.btn-hover:hover{text-decoration: underline;}
.no-pd-top{padding-top: 0;} 
.no-vis-pd{padding-top: 90px;}
.no-data{background: #f2f2f2; text-align: center; border-radius: 10px; padding: 100px 0;}
.pg_wrap{display: block; float: none; width: fit-content; margin: 100px auto 0 auto;}
.pg_page{border: 0; color: #888; background: none;}
.pg_end{background: url(../img/ico_arrow_next_sm.png) center no-repeat;}
.pg_start{background: url(../img/ico_arrow_prev_sm.png) center no-repeat;}
.pg_current{background: none; border: none; color: #142C85; border-bottom: 2px solid #142C85; border-radius: 0;}
.mo-wrap{display: none;}
article section{position: relative; padding: 100px 0; overflow: hidden;}
article .wrap{max-width: 1500px;}
section h3:not(.hidden){font-weight: 700; text-align: center; font-size: 60px;}

/* 헤더 영역 */
#header{position: fixed; width: 100%; height: 90px; top: 0; left: 0; z-index: 100; transition: .2s ease-out;}
#header .wrap{height: 100%; display: flex; justify-content: space-between; align-items: center;}
#header h1 a{display: block; width: 160px; height: 50px; background: url(../img/hd_logo.png);}
#header.active{background: rgba(255,255,255,.8); box-shadow: 0 4px 4px rgba(0,0,0,.25); backdrop-filter: blur(12px);}
#header.active h1 a{background: url(../img/hd_logo_active.png);}
#header.active #gnb a{color: #000;}
#header .ham-menu{box-sizing: border-box; width: 28px; height: 28px; display: none; justify-content: center; align-items: center;}
#header .ham-menu span, #header .ham-menu span::before, #header .ham-menu span::after{display: block; width: 100%; height: 2px; border-radius: 2px; background: #fff;}
#header.active .ham-menu span, #header.active .ham-menu span::before, #header.active .ham-menu span::after{background: #191C7C;}
#header .ham-menu span{position: relative;}
#header .ham-menu span::before, #header .ham-menu span::after{content: ''; position: absolute; left: 0;}
#header .ham-menu span::before{top: -8px;}
#header .ham-menu span::after{top: 8px;}
#gnb{height: 100%; background: none;}
#gnb.on{left: 0;}
#gnb .depth1{height: 100%; display: flex; gap: 20px;}
#gnb .depth1>li{height: 100%; position: relative;}
#gnb h3{height: 100%; font-weight: 400;}
#gnb h3 a{display: flex; justify-content: space-between; height: 100%; padding: 0 20px; line-height: 90px;}
#gnb h3 a:hover{text-decoration: underline;}
#gnb h3 .show-depth2{display: none;}
#gnb a{position: relative; font-size: 20px; color: #fff;}
#gnb .gnb-inner{width: 100%;}
#gnb .close-gnb{display: none; justify-content: center; align-items: center; position: absolute; top: 16px; right: 20px; width: 28px; height: 28px; font-size: 24px; font-weight: 700;}
#gnb .close-gnb .bar, #gnb .close-gnb .bar::after{display: block; height: 20px; width: 2px; background: #191C7C; border-radius: 3px;}
#gnb .close-gnb .bar{transform: rotate(45deg);}
#gnb .close-gnb .bar::after{content: ''; transform: rotate(-90deg);}
#gnb .depth2-wrap{display: none; position: absolute; top: 100%; left: 50%; transform: translateX(-50%); padding-top: 10px;}
#gnb .depth2{box-sizing: border-box; background: #fff; width: 220px; padding: 12px; border-radius: 10px; box-shadow: 0px 4px 4px 0px rgba(0,0,0,.2);}
#gnb .depth2 a{width: 100%; height: 48px; text-align: center; line-height: 48px; border-radius: 5px; transition: .05s ease-out; color: #000;}
#gnb .depth2 a:hover{background: #191C7C; color: #fff !important;}
#gnb .depth1>li:hover>.depth2-wrap{display: block;}

/* 비주얼 영역 */
.visual{position: relative; height: 100svh; background: #000;}
.visual .vis-con{position: relative; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 10; width: fit-content; display: flex; flex-direction: column; align-items: center;}
.visual .vis-con img{width: auto; height: 300px; margin-bottom: 43px;}
.visual .vis-con p{font-size: 30px; font-weight: 700; color: #fff;}
.visual .vis-con .subtitle{font-size: 80px; margin-bottom: 20px;}
.visual .bg{position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: .5;}
.visual.main .bg{background: url(../img/main_vis.jpg) no-repeat center / cover;}
.visual.history .bg{background: url(../img/history_vis.jpg) no-repeat center / cover;}
.visual.brand-story .bg{background: url(../img/brand_story_vis.jpg) no-repeat center / cover;}
.visual.certificate .bg{background: url(../img/certificate_vis.jpg) no-repeat center / cover;}
.visual.electrical-construction .bg{background: url(../img/electrical_construction_vis.jpg) no-repeat center / cover;}
.visual.remote-monitoring .bg{background: url(../img/remote_monitoring_vis.jpg) no-repeat center / cover;}
.visual.factory-automation .bg{background: url(../img/factory_automation_vis.jpg) no-repeat center / cover;}
.visual.motor-control .bg{background: url(../img/motor_control_vis.jpg) no-repeat center / cover;}
.visual.substation .bg{background: url(../img/substation_vis.jpg) no-repeat center / cover;}
.visual.direct-production .bg{background: url(../img/direct_production_vis.jpg) no-repeat center / cover;}

/* 푸터 영역 */
#footer{background: #E9E9E9; padding: 70px 0; font-size: 18px;}
#footer a:hover{text-decoration: underline;}
#footer .wrap{display: flex; justify-content: space-between; align-items: center;}
#footer .left{width: 800px;}
#footer ul{display: flex; flex-wrap: wrap;}
#footer ul span{color: #777;}
#footer .ft-menu{margin-bottom: 40px; gap: 30px; align-items: center;}
#footer .ft-menu a{word-break: keep-all;}
#footer .ft-menu li{position: relative;}
#footer .ft-menu li:first-child{padding-left: 0;}
#footer .ft-menu li:last-child{padding-right: 0;}
#footer .ft-menu li.divide{width: 2px; height: 15px; background: #ccc; padding: 0;}
/* #footer .ft-menu li::after{content: ''; position: absolute; top: 50%; right: 0; transform: translateY(-50%); display: block; height: 80%; border-right: 2px solid #ccc;}
#footer .ft-menu li:last-child::after{content: none;} */
#footer .ft-info{column-gap: 40px; row-gap: 10px;}
#footer .ft-info li span{margin-left: 20px;}

/* ====================메인페이지==================== */
#main .btn{font-size: 14px; border-radius: 7px;}

/* 메인 - 섹션1 */
.main-sec1 .wrap{display: flex; justify-content: space-between; align-items: center;}
.main-sec1 .wrap dl{margin-bottom: 45px; word-break: keep-all;}
.main-sec1 .wrap dt{font-size: 60px; font-weight: 600; color: #111; margin-bottom: 25px;}
.main-sec1 .wrap dd{font-size: 20px; color: #555; line-height: 30px;}
.main-sec1 .wrap dd span{display: block;}
.main-sec1 .wrap .txt-area{width: 500px;}
.main-sec1 .wrap .img-area{position: relative;}
.main-sec1 .img-area img{height: 100%; object-fit: cover; object-position: center;}
.main-sec1 .img-area .arrow{position: absolute; top: 50%; transform: translateY(-50%); width: 18px; height: 30px;}
.main-sec1 .img-area .swiper-button-prev{right: calc(100% + 40px); left: auto; background: url(../img/ico_arrow_prev.png);}
.main-sec1 .img-area .swiper-button-next{left: calc(100% + 40px); background: url(../img/ico_arrow_next.png);}
.main-sec1 .img-area .swiper-pagination{display: none;}
.main-sec1 .swiper-container{position: relative; width: 800px; height: fit-content; background: #ccc; border-radius: 10px;}
.main-sec1 .swiper-slide{width: 800px; height: 500px;}

/* 메인 - 섹션2 */
.main-sec2 {height: 380px; background: linear-gradient(90deg, #0078B0 0%, #191C7C 100%); margin-top: 100px; color: #fff; font-weight: 700;}
.main-sec2 .wrap{height: 100%; display: flex; justify-content: space-between; align-items: center;}
.main-sec2 .slogan-area{font-size: 50px;}
.main-sec2 .slogan-area span{display: block;}
.main-sec2 .grow-rate-list{display: flex;}
.main-sec2 .grow-rate-list dl{width: 315px; text-align: center;}
.main-sec2 .grow-rate-list dt{font-size: 20px; font-weight: 600; margin-bottom: 10px;}
.main-sec2 .grow-rate-list dd{font-size: 60px;}

/* 메인 - 섹션3 */
.main-sec3 h3{font-size: 40px !important; font-weight: 600; width: fit-content; margin: 0 auto 60px auto;}
.main-sec3 .swiper-slide{width: 230px; height: 326px; border: 1px solid #888;}
.main-sec3 .swiper-slide img{position: relative; top: 50%; transform: translateY(-50%);}
.main-sec3 .swiper-wrapper{transition-timing-function: linear;}

/* 메인 - 섹션4 */
.main-sec4{background: #000;}
.main-sec4 .slogan-area{margin-bottom: 50px;}
.main-sec4 .slogan-area p{font-size: 40px; font-weight: 600; color: #fff;}
.main-sec4 .swiper-container{width: 1500px; overflow: visible;}
.main-sec4 .swiper-pagination{display: none;}
.main-sec4 .swiper-slide{display: flex; width: 100%; gap: 60px;}
.main-sec4 .swiper-slide .inner{display: flex; width: 100%; gap: 60px;}
.main-sec4 .swiper-slide .img-area{width: 800px; height: 550px; flex: none; border-radius: 10px; overflow: hidden;}
.main-sec4 .swiper-slide .img-area img{width: 100%; height: 100%; object-fit: cover; object-position: center;}
.main-sec4 .swiper-slide .txt-area{position: relative; color: #ccc; font-weight: 600; margin-top: 200px;}
.main-sec4 .swiper-slide .txt-area dl{position: relative; z-index: 10;}
.main-sec4 .swiper-slide .txt-area dt{position: relative; width: fit-content; font-size: 40px; margin-bottom: 25px; color: #fff;}
.main-sec4 .swiper-slide .txt-area dd{font-size: 18px; margin-bottom: 45px; line-height: 22px; word-break: keep-all; padding-right: 120px;}
.main-sec4 .swiper-slide .list-num{position: absolute; z-index: -1; right: -45px; top: 0; transform: translateY(-58%); font-size: 80px; font-weight: 800; color: #555;}

/* .main-sec4-extra{height: 100vh; padding: 0; overflow: visible; background: #000; contain: paint;}
.main-sec4-extra .slogan-area{margin-bottom: 50px;}
.main-sec4-extra .slogan-area p{font-size: 40px; font-weight: 600; color: #fff;}
.main-sec4-extra .img-area{width: 800px; height: 550px; flex: none;}
.main-sec4-extra .sticky-wrap{position: sticky; top: 90px; height: calc(100vh - 90px); padding-top: 50px;}
.main-sec4-extra .sticky-list{display: flex; gap: 80px; width: fit-content; margin-left: calc((100vw - 1500px) / 2); transition: transform .5s ease-out;}
.main-sec4-extra .sticky-list li{flex: none; display: flex; gap: 60px; width: 96%; max-width: 1500px; border-radius: 10px;}
.main-sec4-extra .sticky-list .txt-area{color: #fff; font-weight: 600; margin-top: 200px;}
.main-sec4-extra .sticky-list .txt-area dl{}
.main-sec4-extra .sticky-list .txt-area dt{position: relative; width: fit-content; font-size: 40px; margin-bottom: 25px;}
.main-sec4-extra .sticky-list .txt-area dd{font-size: 16px; font-weight: 400; margin-bottom: 45px; line-height: 24px; word-break: keep-all; padding-right: 60px; color: #ccc;}
.main-sec4-extra .sticky-list .list-num{position: absolute; z-index: -1; right: -45px; top: 0; transform: translateY(-58%); font-size: 80px; font-weight: 800; color: #555;} */


/* 메인 - 섹션5 */
.main-sec5{}
.main-sec5 .slide-track{display: flex;}
.main-sec5 .slide-track .logo-slide{flex: none; display: flex; gap: 30px; animation: rolling 24s linear infinite; padding-right: 30px;}
.main-sec5 .logo-slide li{flex: none; font-size: 90px; font-weight: 700; color: #e9e9e9;}
.main-sec5 .slide-track .logo-slide.slide2{font-size: 120px; animation: rolling 38s linear infinite;}
.main-sec5 .slide-track .logo-slide.slide2 li{font-size: 120px; color: #bbb;}
.main-sec5 .slide-track .logo-slide.slide3{font-size: 120px; animation: rolling 16s linear infinite;}

/* 메인 - 섹션6 */
.main-sec6{position: relative; height: 500px; background: url(../img/main_sec6_bg.jpg) #000;}
.main-sec6 .slogan-area{position: absolute; top: 50%; left: 50%; width: 770px; transform: translate(-50%, -50%); display: flex; flex-wrap: wrap; color: #fff; font-size: 30px; line-height: 50px; text-align: center;}
.main-sec6 .slogan-area span:last-of-type{width: 100%;}
.main-sec6 .btn{padding-left: 60px; padding-right: 60px; margin: 0 auto; margin-top: 60px; color: #fff;}


/* ====================서브페이지==================== */
/* 히스토리 페이지 */
#history section{padding: 0;}
#history .history-tree{position: relative; left: 50%; transform: translateX(-50%);}

/* 브랜드 스토리 페이지 */
#brandStory .title-info{width: 950px; word-break: keep-all; margin-bottom: 50px;}
#brandStory .title-info dt{font-size: 30px; margin-bottom: 15px;}
#brandStory .title-info dt strong{font-size: 55px; font-weight: 700; margin-right: 10px;}
#brandStory .title-info dd{font-size: 23px; line-height: 40px;}
#brandStory .img-txt-list{display: flex; flex-wrap: wrap; row-gap: 50px;}
#brandStory .img-txt-list li:nth-child(1){width: 100%;}
#brandStory .img-txt-list li:nth-child(1) img{height: 550px; object-fit: cover; object-position: center;}
#brandStory .img-txt-list li:nth-child(3){flex: 1; display: flex; align-items: center; padding: 0 40px 0 90px;}
#brandStory .img-txt-list li img{border-radius: 10px;}
#brandStory .img-txt-list li span{font-size: 20px; line-height: 35px; word-break: keep-all; text-align: justify;}
#brandStory .img-txt-list li strong{font-weight: 600;}
#brandStory .graph-area{text-align: center; margin-top: 120px;}
#brandStory .graph-area p{font-size: 55px; font-weight: 700; margin-bottom: 40px;}

/* 인증서 페이지 */
/* #certificate .top-area{display: flex; justify-content: end; margin-bottom: 40px;} */
/* #certificate .search-wrap{position: relative; width: 300px; height: 45px; border: 1px solid #888; border-radius: 7px; overflow: hidden;}
#certificate .search-wrap input{border: 0; height: 100%; width: 100%; padding-left: 15px; padding-right: 40px;}
#certificate .search-wrap input::placeholder{color: #ccc;}
#certificate .search-wrap img{position: absolute; top: 50%; right: 15px; transform: translateY(-50%); width: auto;} */
#certificate .certificate-list{display: flex; flex-wrap: wrap; column-gap: 40px; row-gap: 46px;}
#certificate .certificate-list li{width: calc(25% - (120px / 4));}
#certificate .certificate-list li .img-wrap{height: 420px; padding: 0 24px; border: 1px solid #ccc;}
#certificate .certificate-list li .img-wrap img{height: 100%; object-fit: cover; object-position: center;}
#certificate .certificate-list li span{display: block; text-align: center; margin-top: 15px;}

/* 사업영역 하위 페이지 공통 */
.tabs{display: flex; align-items: center; justify-content: center; margin-bottom: 100px; background: #f7f7f7;}
.tabs li{padding: 0 50px; border-bottom: 3px solid transparent;}
.tabs li.active{border-bottom: 3px solid #999;}
.tabs h4{font-weight: 400;}
.tabs a{display: block; height: 100%; line-height: 55px; font-size: 20px; padding: 15px 0;}
.tabs .active a{font-weight: 700;}
.short-info{padding-bottom: 100px; font-weight: 500; font-size: 20px; line-height: 40px; text-align: center;}
.color-point{color: #191C7C;}
.tab-con-list li{display: none;}
.tab-con-list li.active{display: block;}
.main-info-list li{display: flex; align-items: stretch; gap: 40px; padding: 0 150px; margin-bottom: 40px;}
.main-info-list .info-title{display: block; width: 400px; border-right: 1px solid #000; font-size: 40px; font-weight: 700;}
.main-info-list dl{flex: 1;}
.main-info-list dt{font-size: 24px; font-weight: 700; margin-bottom: 20px;}
.main-info-list dd{font-size: 18px; margin-bottom: 30px; word-break: keep-all;}
.main-info-list dd:last-child{margin-bottom: 0;}
.main-info-list dd span{display: block;}
.card-con-wrap{margin-top: 100px; padding: 0 65px;}
.card-con-wrap .title{font-size: 40px; font-weight: 700; text-align: center; margin-bottom: 40px;}
.card-con-wrap .card-con-list{display: flex; gap: 30px;}
.card-con-wrap .card-con-list li{min-height: 200px; flex: 1; display: flex; flex-direction: column; gap: 20px; align-items: center; justify-content: center; color: #fff; border-radius: 10px; padding: 0 40px;}
.card-con-wrap .card-con-list li span:nth-child(1){font-size: 24px; font-weight: 700;}
.card-con-wrap .card-con-list li span:nth-child(2){font-size: 18px; line-height: 22px; text-align: center;}
.card-con-wrap .card-con-list .color1{background: #4fa8e1;}
.card-con-wrap .card-con-list .color2{background: #3381cb;}
.card-con-wrap .card-con-list .color3{background: #2756ab;}
.card-con-wrap .card-con-list .color4{background: #0b237b;}
.card-con-wrap .card-con-list .color5{background: #0a184d;}

/* 공장자동화시스템 페이지 */
#factoryAutomation .card-con-wrap{padding: 0 170px;}
#factoryAutomation .card-con-wrap .card-con-list{column-gap: 100px; row-gap: 50px; flex-wrap: wrap; justify-content: center;}
#factoryAutomation .card-con-wrap .card-con-list li{width: 320px; flex: none;}

/* 농공단지 직접생산 페이지 */
#directProduction .card-con-wrap{padding: 0 120px;}
#directProduction .card-con-wrap .card-con-list li{min-height: 250px;}

/* 공사실적 리스트 */
#performance #bo_list{position: relative; padding-top: 100px;}
#performance #bo_btn_top{position: absolute; top: 40px; right: 0;}
.performance-list{display: flex; flex-wrap: wrap; column-gap: 30px; row-gap: 40px;}
.performance-list li{overflow: hidden; width: calc(33.333% - (60px / 3)); border-radius: 20px; box-shadow: 5px 4px 10px rgba(0,0,0,.25);}
.performance-list span{display: block;}
.performance-list .item:hover img{scale: 1.15;}
.performance-list .item:hover a{text-decoration: underline;}
.performance-list .img-area{overflow: hidden; background: #ccc; aspect-ratio: 1.715 / 1;}
.performance-list .img-area a{display: flex; justify-content: center; align-items: center; width: 100%; height: 100%;}
.performance-list .img-area i{font-size: 100px; color: #888;}
.performance-list .img-area img{width: calc(100% + 1px); height: 100%; object-fit: cover; object-position: center; transition: .4s ease-out;}
.performance-list .txt-area{padding: 25px 25px 42px 25px;}
.performance-list .txt-area .date{font-size: 14px; color: #888; margin-bottom: 10px;}
.performance-list .txt-area .tit{font-size: 22px; font-weight: 700;}
.performance-list .txt-area .tit a{width: 100%; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}

/* 공사실적 상세 페이지 */
#performanceView img{max-width: 100%;}
#performanceView #bo_v_top{position: absolute; bottom: 100%; right: 0; font-size: 18px;}
#performanceView .content{position: relative; font-size: 22px; line-height: 34px;}
#performanceView .content img{width: auto; height: auto; margin-bottom: 10px;}
#performanceView .btn-wrap{display: flex; justify-content: center; gap: 20px; margin-top: 50px;}
.ctgr-area.view{display: block; background: #2b2b2b; color: #fff; font-size: 40px; font-weight: 500; padding: 40px 0;}
.ctgr-area.view .wrap{max-width: 1500px;}
.ctgr-area.view .subtitle{font-size: 14px; font-weight: 400; margin-bottom: 5px;}
/* .visual.view .vis-con{position: relative; left: calc((100% - 1500px) / 2); bottom: 100px; top: auto; transform: none;} */
.visual.view .wrap{max-width: 1500px;}
.visual.view .vis-con{position: relative; top: auto; left: auto; transform: none; width: 96%; height: calc(100% - 50px); text-align: left; display: flex; justify-content: end; align-items: start;}
.visual.view .vis-con .subtitle{font-size: 40px; line-height: 55px;}

/* 공사실적 작성 페이지 */
#performanceWrt form{overflow: hidden;}
#performanceWrt .bo-left{float: left; width: 15%;}
#performanceWrt .bo-right{float: right; width: calc(85% - 10px);}
#performanceWrt .bo-right .write_div{margin: 0;}
#performanceWrt .bo-right+*{clear: both;}
#performanceWrt .cke_sc{display: none;}
#performanceWrt .write-bottom{display: flex; justify-content: space-between;}
#performanceWrt .write-bottom .left{display: flex; align-items: center; gap: 20px;}
#performanceWrt .write-bottom .left p{font-size: 18px; font-weight: 500;}
#performanceWrt .write-bottom .right{display: flex; gap: 20px;}
#performanceWrt #bo_w .write_div:after{content: none;}
#performanceWrt .input-month{width: 300px; height: 40px; padding: 0 20px; border: 1px solid #ccc; border-radius: 3px;}

/* 견적문의 작성 페이지 & 상세 페이지 */
#quotationInquiry input, #quotationInquiry select, #quotationInquiry textarea{box-sizing: border-box; border-radius: 5px; padding: 0 20px; font-size: 18px;}
#quotationInquiry input::placeholder{font-size: 22px; color: #777;}
#quotationInquiry textarea{padding: 20px;}
#quotationInquiry .wrap{max-width: 1000px;}
#quotationInquiry .form-area{margin-top: 100px;}
#quotationInquiry .input-list>li{display: flex; align-items: center; margin-bottom: 40px;}
#quotationInquiry .input-list>li.border-line{border-top: 1px solid #ccc; padding-top: 30px;}
#quotationInquiry .input-list>li label, #quotationInquiry .input-list .li-tit{width: 210px; font-size: 22px; font-weight: 700;}
#quotationInquiry .input-list>li label.file-label{width: auto;}
#quotationInquiry .input-list>li input, #quotationInquiry .input-list .con{flex: 1; height: 50px; border: 1px solid #777;}
#quotationInquiry .input-list .con{font-size: 22px; line-height: 50px; border: 0;}
#quotationInquiry .input-list>li.inquiry-body-wrap{flex-wrap: wrap; column-gap: 15px; row-gap: 20px;}
#quotationInquiry .input-list>li.inquiry-body-wrap label{width: 100%; margin-bottom: 10px;}
#quotationInquiry .input-list>li.inquiry-body-wrap .li-tit{width: 100%;}
#quotationInquiry .input-list>li.inquiry-body-wrap select{width: 240px; height: 50px;}
#quotationInquiry .input-list>li.inquiry-body-wrap .ctgr{padding-right: 10px; margin-right: 10px; border-right: 2px solid #999;}
#quotationInquiry .input-list>li.inquiry-body-wrap input, #quotationInquiry .input-list>li.inquiry-body-wrap .subject{flex: 1;}
#quotationInquiry .input-list>li.inquiry-body-wrap textarea{width: 100%; min-height: 140px; resize: vertical;}
#quotationInquiry .input-list>li.inquiry-body-wrap .inquiry-body{width: 100%; height: auto; padding: 20px 0; border-top: 1px solid #ccc; line-height: 27px;}
#quotationInquiry .input-list>li.inquiry-body-wrap>span:not(.li-tit){font-size: 18px;}
#quotationInquiry .input-list>li.inquiry-body-wrap.view{background: #f1f1f1; padding-left: 20px; padding-right: 20px; column-gap: 0;}
#quotationInquiry .input-list .required-input{position: relative;}
#quotationInquiry .input-list .required-input::after{content: '*'; display: block; position: absolute; top: 50%; left: calc(100% + 7px); transform: translateY(-50%);}
#quotationInquiry .file-drop{box-sizing: border-box; position: relative; display: block; width: 400px; min-height: 140px; border: 2px dashed #999; border-radius: 5px; margin-top: 20px; cursor: pointer; padding: 20px;}
#quotationInquiry .file-drop img{width: auto; height: auto; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);}
#quotationInquiry .file-list{width: fit-content; font-size: 16px; font-weight: 500; line-height: 28px;}
#quotationInquiry .file-list li{width: fit-content; word-break: break-all;}
#quotationInquiry .file-del{width: 25px; height: 25px; line-height: 25px; background: #ccc; color: #fff; border-radius: 40px; text-align: center; font-weight: 400; margin-left: 7px; font-size: 14px;}
#quotationInquiry .terms{line-height: 20px; font-size: 14px;}
#quotationInquiry .terms ol{padding: 0; margin: 10px 0; font-weight: 700; font-size: 12px; list-style-position: inside;}
#quotationInquiry .terms p{font-size: 12px;}
#quotationInquiry .terms .chk-wrap{margin-top: 20px; font-weight: 700;}
#quotationInquiry .terms .chk-wrap input{width: 16px; height: 16px; border: 1px solid #777;}
#quotationInquiry .terms .chk-wrap input+label{padding: 10px;}
#quotationInquiry .btn-wrap{display: flex; gap: 15px; justify-content: center; margin-top: 80px;}
#quotationInquiry .wr_content{width: 100%;}
#quotationInquiry .help{color: #777; margin-left: 5px; font-size: 14px; font-weight: 400;}
#quotationInquiry .file-link{font-size: 18px; font-weight: 400; word-break: break-all;}
#quotationInquiry .file-link a{font-size: 22px; color: #0067ce;}
#quotationInquiry .file-link a:hover{text-decoration: underline;}
#quotationInquiry .state-change{height: 40px; line-height: 40px; font-size: 16px; color: #fff; background: #191C7C; padding: 0 20px; text-align: center; border-radius: 5px; margin-left: 30px;}

/* 견적문의 리스트 */
#inqueryList #bo_cate a{color: #191C7C; border: 1px solid #191C7C; border-radius: 5px; transition: .2s ease-out;}
#inqueryList #bo_cate a#bo_cate_on{background: #191C7C; border: 1px solid #191C7C; box-shadow: none; color: #fff;}
#inqueryList #bo_cate a:hover{background: #191C7C; border: 1px solid #191C7C; color: #fff;}
#inqueryList .bo_cate_link{color: #191C7C;}
#inqueryList .bo_cate_link.ctgr1{color: #b10000; background: #ffdfdf;}
#inqueryList h3{margin-bottom: 50px;}
#inqueryList .td_name{text-align: center;}
#inqueryList table th:last-child{width: 120px;}
#inqueryList #bo_list .bo_tit .new_icon{background: #e2eaf6; color: #191C7C;}
#inqueryList #bo_list .bo_tit .fa-download{background: #e2eaf6; color: #191C7C;}

/* 찾아오시는 길 페이지 */
#way .slogan, #way .addr-area, #way .map{margin-top: 50px;}
#way .slogan{text-align: center; font-size: 30px; font-weight: 600; color: #191C7C;}
#way .addr-area{display: flex; gap: 50px; font-size: 22px; justify-content: center; align-items: center;}
#way .addr-area strong{margin-right: 10px;}
#way .addr a{padding: 7px 12px; background: #def2ff; color: #191C7C; border-radius: 5px;}
#way .addr i{margin-right: 10px;}

/*이용약관*/
#terms section .wrap > ul{margin-bottom: 40px}
#terms section .wrap > ul:first-child{margin-top: 100px}
#terms section .wrap > ul > li{font-size: 16px; line-height:24px;}
#terms section .wrap > ul > li.terms-title{margin-bottom:20px; font-size: 20px; font-weight: 700;}
#terms section .wrap > ul > li ul{margin:20px 0px 20px 20px;}
#terms section .wrap > ul > li ul li{font-size:14px;}

/*개인정보처리방침*/
#policy section .wrap > ul{margin-bottom: 40px}
#policy section .wrap > ul:first-child{margin-top: 100px}
#policy section .wrap > ul > li{font-size: 16px; line-height:24px;}
#policy section .wrap > ul > li table{margin:20px 0; width: 100%; border: 1px solid #000; border-collapse: separate;border-spacing: 0;}
#policy section .wrap > ul > li table thead{background-color: #ccc; text-align: center;}
#policy section .wrap > ul > li table thead tr th{border: 1px solid #000;padding: 8px;}
#policy section .wrap > ul > li table tbody{text-align: center;}
#policy section .wrap > ul > li table tbody tr td{border: 1px solid #000;padding: 8px;}
#policy section .wrap > ul > li.policy-title{margin-bottom:20px; font-size: 20px; font-weight: 700;border-top: none;}
#policy section .wrap > ul > li.policy-sub{margin-bottom:10px;}
#policy section .wrap > ul > li ul{margin:20px 0px 20px 20px;}
#policy section .wrap > ul > li ul li{font-size:14px;}

/* ====================미디어 쿼리(모바일)==================== */
@media screen and (max-width: 1024px) {
    #wrapper{overflow-x: hidden;}
    .wrap{box-sizing: border-box; width: 100%; padding: 0 20px;}
    .no-vis-pd{padding-top: 60px;}
    .mo-wrap{display: block;}
    article section{padding: 60px 0;}
    .btn:hover{background: none; color: #000;}
    .btn.white:hover{background: none; color: #fff;}
    .btn.bd-blue:hover{background: none; color: #191C7C;}
    .btn.blue:hover{background: #191C7C; color: #fff;}
    .btn.red:hover{background: #b10000; color: #fff;}

    /* 헤더 영역 */
    #header{height: 60px;}
    #header h1 a{background: url(../img/mobile/hd_logo.svg) no-repeat center / cover;}
    #header.active{box-shadow: 0 4px 4px rgba(0,0,0,.15);}
    #header.active h1 a{background: url(../img/mobile/hd_logo_active.svg) no-repeat center / cover;}
    #header .ham-menu{display: flex;}
    #header h1 a{width: 100px; height: 30px;}
    #gnb{position: fixed; top: 0; left: 100%; width: 100vw; height: 100vh; background: rgba(0,0,0,.7); transition: .4s ease-out;}
    #gnb a{color: #333;}
    #gnb .gnb-inner{box-sizing: border-box; width: 100%; height: 100vh; background: #fff; padding: 20px;}
    #gnb .close-gnb{display: flex;}
    #gnb .depth1{flex-direction: column; margin-top: 50px;}
    #gnb .depth1>li{height: auto;}
    #gnb h3{height: auto;}
    #gnb h3 a{width: 100%; line-height: normal; font-weight: 600; padding: 0;}
    #gnb h3 a:hover{text-decoration: none;}
    #gnb h3 .show-depth2{display: block;}
    #gnb .depth2-wrap{display: none; overflow: hidden; height: auto; position: static; transform: none; padding: 0;}
    /* #gnb .depth2-wrap.active{display: none !i;} */
    #gnb .depth1>li:hover>.depth2-wrap{display: none;}
    #gnb .depth2{width: 100%; background: none; border-radius: 0; box-shadow: none; padding: 0; padding-left: 20px; padding-top: 15px;}
    #gnb .depth2 li{border-bottom: 1px solid #efefef; margin-left: 15px;}
    #gnb .depth2 li:last-child{border: 0;}
    #gnb .depth2 a{width: 100%; height: fit-content; line-height: normal; text-align: left; font-size: 16px; padding: 10px 0;}
    #gnb .depth2 a:hover{background: none; color: #000 !important;}

    /* 푸터 영역 */
    #footer{font-size: 14px; padding: 40px 0;}
    #footer a:hover{text-decoration: none;}
    #footer .wrap{flex-direction: column; flex-flow: wrap-reverse; gap: 20px;}
    #footer .ft-menu{flex-wrap: nowrap; gap: 15px; margin-bottom: 20px;}
    /* #footer .ft-menu li{width: 33.33%; padding: 0; text-align: center;} */
    #footer .ft-menu li:first-child{text-align: left;}
    #footer .ft-menu li:last-child{text-align: right;}
    #footer .left{width: 100%;}
    #footer .right img{content: url(../img/mobile/ft_logo.svg); width: 200px; height: auto;}
    #footer .ft-info{flex-direction: column;}

    /* 비주얼 영역 */
    .visual .vis-con{box-sizing: border-box; padding: 0 20px;}
    .visual .vis-con p{font-size: 17px; font-weight: 500; text-align: center;}
    .visual .vis-con .subtitle{font-size: 30px;}
    .visual .vis-con img{width: 70%; height: auto; max-width: 379px; margin-bottom: 30px;}
    .visual.certificate .bg{background-position: left;}

    /* ====================메인페이지==================== */
    /* 섹션1 */
    .main-sec1 .wrap{flex-wrap: wrap; justify-content: center;}
    .main-sec1 .wrap .txt-area{width: auto;}
    .main-sec1 .wrap dl{text-align: left; margin-bottom: 30px;}
    .main-sec1 .wrap dt{font-size: 30px; margin-bottom: 15px;}
    .main-sec1 .wrap dd{font-size: 16px; line-height: 20px;}
    .main-sec1 .swiper-container{width: 100%;}
    .main-sec1 .swiper-slide{width: 100%; height: auto; aspect-ratio: 1 / .7;}
    .main-sec1 .txt-area .btn{display: none;}
    .main-sec1 .img-area .arrow{display: none;}
    .main-sec1 .img-area .swiper-pagination{position: static; display: block; margin-top: 20px;}
    .main-sec1 .img-area .swiper-pagination-bullet{margin-right: 10px;}
    .main-sec1 .img-area .swiper-pagination-bullet:last-child{margin: 0;}
    .main-sec1 .mo-wrap{margin-top: 20px;}

    /* 섹션2 */
    .main-sec2{height: auto; margin-top: 0;}
    .main-sec2 .wrap{flex-direction: column;}
    .main-sec2 .slogan-area{font-size: 30px; text-align: center;}
    .main-sec2 .grow-rate-list{flex-wrap: wrap;}
    .main-sec2 .grow-rate-list dl{width: 100%; margin-top: 30px;}
    .main-sec2 .grow-rate-list dl:first-child{margin-top: 40px;}
    .main-sec2 .grow-rate-list dt{font-size: 16px; font-weight: 600;}
    .main-sec2 .grow-rate-list dd{font-size: 40px;}

    /* 섹션3 */
    .main-sec3 h3{margin-bottom: 30px;}
    .main-sec3 .swiper-slide{width: 140px; height: 200px;}

    /* 색션 4 */
    .main-sec4 .slogan-area p{font-size: 30px; font-weight: 600; line-height: 40px;}
    .main-sec4 .swiper-container{width: 100%;}
    .main-sec4 .swiper-slide{flex-direction: column; width: calc(100% - 40px); height: auto; gap: 80px;}
    .main-sec4 .swiper-slide .txt-area{margin-top: 0; flex: 1; display: flex; flex-direction: column; gap: 15px;}
    .main-sec4 .swiper-slide .txt-area dl{width: calc(100vw - 40px);}
    .main-sec4 .swiper-slide .txt-area dt{font-size: 26px; margin-bottom: 15px;}
    .main-sec4 .swiper-slide .txt-area dd{padding-right: 0; font-size: 12px; font-weight: 400; margin-bottom: 0; text-align: justify;}
    .main-sec4 .swiper-slide .img-area{width: calc(100% + 15px); height: fit-content;}
    .main-sec4 .swiper-slide .img-area img{height: auto; aspect-ratio: 1 / .7;}
    .main-sec4 .swiper-slide .list-num{right: auto; left: 0; font-size: 60px; font-weight: 800; transform: translateY(-40px);}
    .main-sec4 .swiper-pagination{display: block; position: static; margin-top: 40px;}
    .main-sec4 .swiper-pagination-bullet{background: rgba(255,255,255,.5); opacity: 1;}
    .main-sec4 .swiper-pagination-bullet-active{background: #fff;}

    /* 섹션5 */
    .main-sec5 .slide-track .logo-slide.slide1 li{font-size: 40px;}
    .main-sec5 .slide-track .logo-slide.slide2 li{font-size: 80px;}
    .main-sec5 .slide-track .logo-slide.slide3 li{font-size: 50px;}
    .main-sec5 .slide-track .logo-slide{gap: 20px; padding-right: 20px;}

    /* 섹션6 */
    .main-sec6{height: 300px; background-position: 70%;}
    .main-sec6 .slogan-area{justify-content: center; box-sizing: border-box; width: 90%; font-size: 16px; line-height: 20px;}
    .main-sec6 .btn{margin-top: 36px;}

    /* ====================서브페이지==================== */
    /* 서브 공통 */
    section h3:not(.hidden){font-size: 30px !important;}
    .btn.con, a.btn.con{width: 100%; height: 48px; font-size: 16px; line-height: 45px;}

    /* 히스토리 페이지 */
    #history section{padding: 50px 20px;}
    #history .history-tree{content: url(../img/mobile/history_tree.jpg);}

    /* 브랜드 스토리 */
    #brandStory .title-info{width: auto; margin-bottom: 30px;}
    #brandStory .title-info dt{font-size: 18px;}
    #brandStory .title-info dt strong{font-size: 24px; margin-right: 0;}
    #brandStory .title-info dd{font-size: 16px; line-height: 24px;}
    #brandStory .img-txt-list{gap: 20px;}
    #brandStory .img-txt-list li:nth-child(1) img{max-height: 550px; height: auto; aspect-ratio: 1 / 1.1;}
    #brandStory .img-txt-list li:nth-child(3){padding: 0;}
    #brandStory .img-txt-list li:nth-child(3) span{font-size: 16px; line-height: 24px;}
    #brandStory .graph-area{margin-top: 60px;}
    #brandStory .graph-area img{content: url(../img/mobile/brand_story_graph.jpg);}
    #brandStory .graph-area p{font-size: 30px;}

    /* 인증서 페이지 */
    #certificate .certificate-list{gap: 20px;}
    #certificate .certificate-list li{width: calc(50% - (20px / 2));}
    #certificate .certificate-list li .img-wrap{height: auto; aspect-ratio: 1 / 1.4; padding: 0;}

    /* 사업영역 공통 */
    .tabs{margin-bottom: 60px;}
    .tabs li{padding: 0; flex: 1;}
    .tabs a{font-size: 16px; line-height: 16px; text-align: center; padding: 20px 0;}
    .short-info{font-size: 14px; line-height: 20px; text-align: left; padding-bottom: 40px;}
    .main-info-list li{flex-direction: column; padding: 0; gap: 20px;}
    .main-info-list .info-title{width: auto; font-size: 22px; border-right: 0; border-bottom: 1px solid #888; padding-bottom: 10px;}
    .main-info-list dt{font-size: 16px; margin-bottom: 10px;}
    .main-info-list dd{font-size: 14px;}
    .card-con-wrap{padding: 0; margin-top: 60px;}
    .card-con-wrap .title{font-size: 24px; margin-bottom: 20px;}
    .card-con-wrap .card-con-list{flex-direction: column; gap: 20px;}
    .card-con-wrap .card-con-list li{min-height: 160px; gap: 15px;}
    .card-con-wrap .card-con-list li span:nth-child(1){font-size: 20px;}
    .card-con-wrap .card-con-list li span:nth-child(2){font-size: 16px; font-weight: 400;}

    /* 공장자동화시스템 페이지 */
    #factoryAutomation .card-con-wrap{padding: 0;}
    #factoryAutomation .card-con-wrap .card-con-list{gap: 20px;}
    #factoryAutomation .card-con-wrap .card-con-list li{width: 100%;}

    /* 농공단지 직접생산 페이지 */
    #directProduction .card-con-wrap{padding: 0; flex-direction: column;}
    #directProduction .card-con-wrap .card-con-list li{min-height: 180px;}

    /* 공사실적 리스트 */
    #performance #bo_list{padding-top: 40px;}
    #performance #bo_btn_top{top: 0;}
    #performance #bo_btn_top .btn{line-height: 20px; font-size: 14px;}
    .performance-list{row-gap: 20px;}
    .performance-list li{width: 100%;}
    .performance-list .item:hover img{scale: 1;}
    .performance-list .item:hover a{text-decoration: none;}
    .performance-list .txt-area .tit{font-size: 18px;}
    .performance-list .txt-area{padding: 20px 20px 30px;}

    /* 공사실적 디테일 */
    #performanceView .content{font-size: 14px; line-height: 20px;}
    #performanceView .content img{margin-bottom: 0;}
    #performanceView .btn-wrap{flex-direction: column; gap: 10px;}
    .visual.view .vis-con .subtitle{font-size: 24px; text-align: left;}
    .ctgr-area.view{font-size: 20px; padding: 20px 0;}

    /* 공사실적 작성 */
    #bo_w .bo_w_tit .frm_input{padding-right: 0;}
    #performanceWrt .bo-left{float: none; width: 100%;}
    #performanceWrt .bo-right{float: none; width: 100%;}
    #performanceWrt .write-bottom{flex-direction: column; gap: 20px;}
    #performanceWrt .write-bottom .left{flex-direction: column; align-items: start; gap: 10px;}
    #performanceWrt .write-bottom .left p{font-size: 16px; font-weight: 500;}
    #performanceWrt .write-bottom .right{gap: 10px;}
    #performanceWrt .input-month{width: 100%;}

    /* 견적문의 리스트 */
    #inqueryList #bo_list{font-size: 14px;}
    #inqueryList #bo_list thead{display: none;}
    #inqueryList #bo_list .td_num2{display: none;}
    #inqueryList #bo_list tbody tr{display: flex; flex-wrap: wrap;}
    #inqueryList #bo_list tbody tr{border-bottom: 1px solid #ccc;}
    #inqueryList #bo_list tbody tr td{text-align: left;}
    #inqueryList #bo_list tbody tr td:last-child:not(.empty_table){flex: 1; text-align: right;}
    #inqueryList #bo_list tbody tr td.empty_table{width: 100%; text-align: center; height: auto;}
    #inqueryList #bo_list .td_name{width: fit-content;}
    #inqueryList #bo_list .td_subject{width: 100%;}
    #inqueryList .tbl_head01 td{height: 40px; border: 0;}
    #inqueryList #bo_list tbody tr:hover{border-left: 2px solid transparent;}
    .tbl_head01 tbody tr:hover td{background: #fff;}

    /* 견적문의 상세 및 작성 */
    #quotationInquiry .form-area{margin-top: 40px;}
    #quotationInquiry input, #quotationInquiry select, #quotationInquiry textarea{font-size: 16px;}
    #quotationInquiry input::placeholder{font-size: 16px;}
    #quotationInquiry .input-list>li{margin-bottom: 20px;}
    #quotationInquiry .input-list>li label, #quotationInquiry .input-list .li-tit{width: 30%; max-width: 210px; min-width: 90px; font-size: 18px;}
    #quotationInquiry .input-list>li input, #quotationInquiry .input-list .con{max-width: 70%; height: 40px; padding: 0 10px;}
    #quotationInquiry .input-list>li.inquiry-body-wrap>span:not(.li-tit){font-size: 14px; line-height: 21px;}
    #quotationInquiry .input-list>li.inquiry-body-wrap select{width: 100%; height: 40px; font-size: 16px; padding: 0 10px;}
    #quotationInquiry .input-list>li.inquiry-body-wrap{gap: 5px;}
    #quotationInquiry .input-list>li.inquiry-body-wrap .li-tit{margin-bottom: 10px;}
    #quotationInquiry .input-list>li.inquiry-body-wrap .ctgr{width: 100%; border-right: 0; font-size: 14px !important; color: #888;}
    #quotationInquiry .input-list .con{height: auto; line-height: 40px; font-size: 18px;}
    #quotationInquiry .file-link a{font-size: 16px;}
    #quotationInquiry .btn-wrap{margin-top: 60px; flex-direction: column;}
    #quotationInquiry .btn-wrap.wrt{flex-direction: row;}
    #quotationInquiry .input-list>li input#wr_subject{max-width: 100%;}
    #quotationInquiry .input-list>li label.file-label{width: 100%; max-width: 100%;}
    #quotationInquiry .file-guide{width: 100%; display: flex; flex-direction: column; gap: 5px;}
    #quotationInquiry .help{margin: 0;}
    #quotationInquiry .file-drop{width: 100%;}

    /* 찾아오시는 길 페이지 */
    #way .slogan{width: 210px; margin: 0 auto; font-size: 17px;}
    #way .addr-area{flex-direction: column; gap: 20px; font-size: 16px;}
    #way .slogan, #way .addr-area, #way .map{margin-top: 20px;}

    /* 이용약관 */
    #terms section .wrap > ul > li{font-size: 12px; line-height:24px;}
    #terms section .wrap > ul > li.terms-title{margin-bottom:20px; font-size: 16px; font-weight: 700;}
    #terms section .wrap > ul > li ul li{font-size:12px;}

    #policy section .wrap > ul > li{font-size: 12px; line-height:24px;}
    #policy section .wrap > ul > li.terms-title{margin-bottom:20px; font-size: 16px; font-weight: 700;}
    #policy section .wrap > ul > li ul li{font-size:12px;}
}