@charset "utf-8";

/* 서브 비쥬얼 영역 */
.subVisual {position: relative; width: 100%;}
.subVisual .subVisual_bg {position: relative; width: 100%; height: 420px; overflow: hidden; background-color: #000;}
.subVisual .subVisual_bg > .bg {position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: no-repeat 50% 50%; background-size: cover; animation: visualScale 1.6s ease 0s; z-index: 1;}
.subVisual .subVisual_bg > .bg1 {background-image:  url('/images/page/contents/subVisual_bg1.jpg');}
.subVisual .subVisual_bg > .bg2 {background-image:  url('/images/page/contents/subVisual_bg2.jpg');}
.subVisual .subVisual_bg > .bg3 {background-image:  url('/images/page/contents/subVisual_bg3.jpg');}
.subVisual .subVisual_bg > .bg4 {background-image:  url('/images/page/contents/subVisual_bg4.jpg');}
.subVisual .subVisual_bg > .bg5 {background-image:  url('/images/page/contents/subVisual_bg5.jpg');}
.subVisual.wh .subVisual_bg {background-color: #fff; border-bottom: 1px solid var(--gray-200);}
.subVisual .subVisual_tit {position: absolute; top: 50%; left: calc((100% - 1400px) / 2); z-index: 10;}
.subVisual .subVisual_tit h1 {font-size: 50px; font-weight: 700; color: #fff;}
.subVisual .subVisual_tit p {font-size: 18px; font-weight: 400; color: rgba(255, 255, 255, .8); margin-top: 20px;}
.subVisual.wh .subVisual_tit h1 {color: #000;}
.subVisual.wh .subVisual_tit p {color: var(--gray-400);}

@keyframes visualScale{
	0%{transform:scale(1.1) rotate(.001deg);}
	100%{transform:scale(1) rotate(.001deg);}
}

/* lnb */
.lnb {text-align: center; border-bottom: 1px solid var(--gray-200);}
.lnb ul li {position: relative; display: inline-block; font-size: 18px; margin: 0 40px;}
.lnb ul li:after {content: ''; position: absolute; bottom: -1px; left: 50%; transform: translateX(-50%); width: 0%; height: 3px; background-color: var(--main-color); opacity: 0; z-index: 1; transition: all .3s;}
.lnb ul li a {display: block; padding: 20px 0; color: var(--gray-400);}
.lnb ul li.on:after,
.lnb ul li:hover:after {width: 100%; opacity: 1;}
.lnb ul li.on a,
.lnb ul li:hover a {font-weight: 600; color: var(--main-color);}

/* sub wrap */
.sub_wrap {padding: 100px 0 120px;}
.page_title {text-align: center; margin-bottom: 60px;}
.page_title h2 {font-size: 40px; font-weight: 700; color: #111;}

/* sub title */
.sub_tit {position: relative; margin-bottom: 15px; word-break: keep-all;}
h3.sub_tit {font-size: 26px; font-weight: 700; color: #000;}
h4.sub_tit {font-size: 22px; font-weight: 700; color: #000; padding-left: 24px;}
h4.sub_tit:before {content: ''; position: absolute; top: 8px; left: 0; width: 16px; height: 16px; border: 4px solid var(--main-color); border-radius: 50%; box-sizing: border-box;}
h5.sub_tit {font-size: 17px; font-weight: 700; color: #000;}

/* contents box */
.cont_box {padding: 15px; background-color: var(--gray-100); border-radius: 10px;}
.cont_box + .cont_box {margin-top: 20px;}

.cont_tit {position: relative; display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px;}
.cont_tit h4 {font-size: 24px; font-weight: 800;}
.cont_tit b {color: var(--main-color);}

.cont_box .cont_tit {margin-bottom: 0;}

.layout {display: flex; flex-wrap: wrap; align-items: stretch;}
.layout + .layout {margin-top: 60px;}
.layout .layout_tit {width: 260px; padding-top: 24px;}
.layout .layout_tit > h3 {font-size: 26px; font-weight: 700; font-family: var(--tit_font); font-weight: normal;}
.layout .layout_cont {width: calc(100% - 260px); padding-left: 40px;}
.layout .layout_item + .layout_item {margin-top: 80px;}
.layout .layout_item_tit {display: flex; align-items: center; justify-content: space-between;}

.layout.full {flex-direction: column;}
.layout.full .layout_tit {width: 100%; padding-top: 0; padding-bottom: 24px;}
.layout.full .layout_cont {width: 100%; padding-left: 0;}

/* list style 공통 */
.list_st_dot > li {position:relative; padding-left:10px; text-align:left; font-size: 1rem}
.list_st_dot > li + li{margin-top:10px;}
.list_st_dot > li:before{content:''; width:4px; height:4px; border-radius:50%; background:#aaa; position:absolute; display:block; left:0; top:10px; margin-right:8px;}
.list_st_dot > li > b {color:#222;}
.list_st_dot > li > p {font-size: 17px; color: #333;}
.list_st_dot > li > ul {margin-top: 15px;}

.list_st_dash > li {position:relative; padding-left:10px; text-align:left; font-size: 1rem;}
.list_st_dash > li + li{margin-top:10px;}
.list_st_dash > li:before{content:'-'; position:absolute; display:block; left:0; top:0; margin-right:8px;}
.list_st_dash > li > b{color:#222;}

/* arw button */
.arw_btn {text-align: center; font-size: 1rem; font-weight: 700;}
.arw_btn .arw {position: relative; width: 60px; height: 60px; border-radius: 50%; background: no-repeat 50% 50%; background-image: url('/images/page/common/icon_arw_wh.png'); background-size: auto 13px; background-color: #000; margin: 0 auto; z-index: 10;}
.arw_btn .arw_circle {content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: #fff; border-radius: 50%; z-index: 1; animation: wavePulse 1.6s linear infinite;}

@keyframes wavePulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: .3
    }

    100% {
        -webkit-transform: scale(1.6);
        transform: scale(1.6);
        opacity: 0
    }
}

/* tab */
.tab {text-align: center; margin-bottom: 50px;}
.tab .tab_item {position: relative; display: inline-block; vertical-align: middle; padding: 15px 30px; color: var(--gray-400);}
.tab .tab_item:before {content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 3px; background-color: #eee;}
.tab .tab_item:after {content: ''; position: absolute; top: 50%; transform: translateY(-50%); right: 0; width: 1px; height: 10px; background-color: var(--gray-200);}
.tab .tab_item:last-child:after {content: none;}

.tab .tab_item.active {color: #000; font-weight: 500;}
.tab .tab_item.active:before {background-color: var(--main-color);}

.tab_content {display: none;}
.tab_content.active {display: block;}

/* checkbox radio custom */
.formBtn input[type="radio"],
.formBtn input[type="checkbox"] {display: none;}
.formBtn label {position: relative; display: inline-block; height: 32px; font-size: 15px; color: #666; border-radius: 35px; padding: 5px 20px; border: 1px solid #ddd; cursor: pointer; text-align: center;}
.formBtn input:checked + label {border-color: var(--main-color); background-color: transparent; color: var(--main-color);}

/* 준비중 페이지 */
.ready_box {text-align: center;}
.ready_box i {display: block; width: 120px; height: 120px; border: 5px solid #ddd; border-radius: 50%; margin: 0 auto;}
.ready_box i span {font-size: 60px; font-weight: 800; color: #ddd; line-height: 120px;}
.ready_box h5 {font-size: 35px; font-weight: 800; color: #111; letter-spacing: 5px; margin-top: 40px;} 
.ready_box p {margin-top: 30px; color: #666;}

/* 사업소개 - 사업개요 */
.overview .info_section {display: flex; gap: 40px 60px; flex-wrap: wrap; justify-content: space-between; *align-items: center;}
.overview .info_section .img_box {position: relative; flex: 0 0 calc(50% - 30px); border-radius: 10px; overflow: hidden; width: 100%; padding-bottom: 35%;}
.overview .info_section .img_box > img {position: absolute; top: 0; left: 0; width: 100%; min-height: 100%; max-height: none; min-width: 100%; object-fit: cover;}
.overview .info_section .txt_box {flex: 0 0 calc(50% - 30px);}
.overview .info_section .txt_box > div {margin-bottom: 30px;}
.overview .info_section .txt_box .txt {font-size: 17px; color: var(--gray-400); word-break: keep-all; text-align: left;}

.overview .support_section {margin-top: 80px;}
.overview .support_section ul {display: flex; justify-content: center; align-items: stretch; gap: 20px 30px; flex-wrap: wrap;}
.overview .support_section ul li {width: calc((100% - 120px) / 5); border: 1px solid var(--gray-200); border-radius: 10px; padding: 40px 32px 30px; text-align: center; background: url('/images/page/contents/support_icon_bg.png') no-repeat 50% bottom / cover;}

.overview .support_section ul li img {display: block; margin: 0 auto 30px; width: 50px;}
.overview .support_section ul li .txt {font-size: 17px; color: #333; word-break: keep-all;}
/*.overview .support_section ul li:last-child {border: 2px solid var(--main-color); box-shadow: 0 3px 10px 0 rgba(var(--main-color-rgb), .2);}*/

/* 사업소개 - 장비안내 & 시설안내 */
.equipment .thumbList li.nodata {width: 100%;}
.equipment .thumbList li .thumb {padding-bottom: 84%;}
.equipment .thumbList li .txt_box {margin-top: 15px;}
.equipment .thumbList li .tit {font-size: 20px; margin-top: 5px;}
.equipment .thumbList li .txt_box > b {display: block; font-size: 1rem; font-weight: 700; color: var(--main-color); margin-top: 15px;}
.equipment .thumbList li .badge {position: absolute; top: 10px; right: 10px;}

/* 사업소개 - 장비안내 & 시설안내 상세보기 */
.prd_detail .prd_box {display: flex; justify-content: space-between; gap: 40px 80px; align-items: stretch; flex-wrap: wrap;}
.prd_detail .prd_box .photoSlide {max-width: 700px; width: 50%;}

/* photo slide view */
.photoSlide .swiper {border-radius:15px;}
.photoSlide .swiper, .photoSlide .swiper-container {margin-left: auto; margin-right: auto; position: relative; overflow: hidden; list-style: none; padding: 0; z-index: 1; display: block; font-size:0;}
.photoSlide .photo_main{border:1px solid #ddd;}
.photoSlide .photo_main ul li {position: relative; height: 0; padding-top: 50%; overflow: hidden; background: #fff;}
.photoSlide .photo_main ul li img {position:absolute; top:0; bottom:0; left:0; right:0; margin:auto; width:100%; height:100%; object-fit: contain;}

/* .photoSlide .photo_thum ul{} */
.photoSlide .photo_thum {margin-top: 20px;}
.photoSlide .photo_thum ul li {position:relative; height:0; padding-top:19%; overflow:hidden; background:rgba(0,0,0,0.3); border-radius:15px;}
.photoSlide .photo_thum ul li:before {content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 1px solid var(--gray-200); box-sizing: border-box; z-index: 1; border-radius:15px;}
.photoSlide .photo_thum ul li.swiper-slide-thumb-active:before {border: 3px solid var(--main-color);}
.photoSlide .photo_thum ul li img{position:absolute; top:0; bottom:0; left:0; right:0; margin:auto; width:100%; height:100%; object-fit: cover;}

/* .photoSlide .photo_thum .thumb_ctrl {} */
.photoSlide .photo_thum .remote_wrap button {transform: none;}

.prd_detail .prd_info {width: 50%; flex: 1;}
.prd_detail .prd_info > b {font-size: 1rem; font-weight: 700; color: var(--main-color);}
.prd_detail .prd_info .sub_tit {padding-right: 110px;}
.prd_detail .prd_info .sub_tit .badge {position: absolute; top: 0; right: 0;}
.prd_detail .detail_item dl {font-size: 0; padding: 15px 0; border-top: 1px solid #eee; display:flex; flex-wrap: wrap;}
.prd_detail .detail_item dl:last-child {border-bottom: 1px solid #eee;}
.prd_detail .detail_item dl * {font-size:1rem;}
.prd_detail .detail_item dl dt {position: relative; width: 180px; color: #111; font-weight: 600; line-height: 1.7rem; width:180px;}
.prd_detail .detail_item dl dd {width: calc(100% - 180px); color: #111; font-weight: 400;}
.prd_detail .detail_item dl dd .dd_tit{color:#222; display:block;}
.prd_detail .detail_item dl dd .dd_tit + *{margin-top:6px;}
.prd_detail .detail_item dl dd * + ul.list_st_dash{margin-top:6px; margin-left:10px;}
.prd_detail .detail_item dl.w100 dt {width: 100%; margin-bottom: 10px;}
.prd_detail .detail_item dl.w100 dd {width: 100%;}

/* 장비안내 예약폼 */
.prd_detail .apl_form {margin-top: 40px;}
.prd_detail .apl_form .apl_opt_wrap {display: flex; justify-content: space-between; gap: 40px 80px;}
.prd_detail .apl_form .apl_opt_left {flex: 0 0 460px;}
.prd_detail .apl_form .apl_opt_right {flex: 1 1 calc(100% - 460px);}

.prd_detail .apl_form .calendar{border-radius:10px;}

.prd_detail .apl_form .apl_opt_right input[type="date"]{-webkit-appearance: none;-moz-appearance: none; appearance: none; -moz-box-sizing: border-box; box-sizing: border-box; padding: 0 10px; min-width: 120px; height: 40px; background: transparent; border:1px solid #ddd; font-family: 'Pretendard', sans-serif; vertical-align: middle; margin: 2px 3px; border-radius:5px; font-size:inherit;}
.prd_detail .apl_form .apl_opt_right .btn.refresh{min-width: auto; width:40px; height:40px; line-height:40px; padding: 0; border:1px solid #ddd; border-radius:5px; color: #666;}

/* 장비안내 달력 */
.calendar {width: 100%; min-width: 360px; padding: 30px 20px; margin: 0 auto; border: 2px solid rgba(30, 31, 36, .05); border-radius: 10px;}
.calendar .cal_top {position: relative;}
.calendar .cal_nav {display: flex; justify-content: center; align-items: center;}
.calendar .cal_nav .nav_btn {display: flex; justify-content: center; align-items: center; font-size: 0; width: 50px; height: 50px;}
.calendar .cal_nav .nav_btn:before {content: ''; display: block; width: 10px; height: 10px; border: 3px solid #111; border-width: 3px 3px 0 0;}
.calendar .cal_nav .nav_btn.prev:before {transform: rotate(-135deg);}
.calendar .cal_nav .nav_btn.next:before {transform: rotate(45deg);}

.calendar .cal_state {text-align: center;margin-top: 10px;}
.calendar .cal_state{font-size: 0;}
.calendar .cal_state *{display: inline-block; line-height:1; vertical-align: middle;}
.calendar .cal_state > span{margin-right:10px; font-size: 1rem; color:#666;}
.calendar .cal_state .state{min-width: auto; width: 11px; height: 11px; padding: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; border:2px solid transparent; border-radius:50%; margin-right:6px;}
.calendar .cal_state .state.cal_slt{border:2px solid var(--sub-color); background-color: transparent;}
.calendar .cal_state .state.cal_today{background-color: var(--sub-color);}
.calendar .cal_state .state.cal_end{background-color: var(--gray-200);}
.calendar .cal_state .state.cal_dont{background-color: var(--gray-400);}

.calendar .year-month {font-size: 28px; font-weight: 600;}

.calendar .cal_wrap {padding-top: 20px; position: relative; margin: 0 auto;}
.calendar .cal_wrap .day {display: flex; align-items: center; justify-content: center; width: calc(100% / 7); text-align: center; color: #666; font-size: 18px;}
.calendar .cal_wrap .days {display: flex; padding: 20px 0; border-bottom: 1px solid #eee;} 
.calendar .cal_wrap .day:first-child {color: #e82c27;}
.calendar .cal_wrap .day:last-child {color: var(--sub-color);}
.calendar .cal_wrap .days .day {color: #111; font-weight: 600;}
.calendar .dates .cal_day {display: flex; align-items: center;}
.calendar .dates .cal_day .day {position: relative;}
.calendar .dates .cal_day .day span {position: relative; z-index: 1;}
.calendar .dates .cal_day .day:before {content: ''; display: block; height: 0px; padding-top: 100%;}
.calendar .dates .cal_day .day:after {content: ''; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 70%; height: 70%; border-radius: 50%; z-index: 0;}

.calendar .dates .cal_day .day.start,
.calendar .dates .cal_day .day.end {color: #fff;}
.calendar .dates .cal_day .day.start:after{background-color: var(--sub-color);}
.calendar .dates .cal_day .day.end:after {background-color: var(--gray-400); opacity:0.8;}
.calendar .dates .cal_day .day.start {border-radius: 50% 0 0 50%;}
.calendar .dates .cal_day .day.end {border-radius: 0 50% 50% 0;}
.calendar .dates .cal_day .day.day_ing {background-color: rgba(38, 100, 214, .1);}

.calendar .dates .cal_day .day.today:after {border: 3px solid var(--sub-color);}
.calendar .dates .cal_day .day.disable {color: #999;}
.calendar .dates .cal_day .day.disable:after{background:var(--gray-200);}


/* 사업공고 - 사업신청 폼 */
/* step */
.step {border:1px solid #ddd; border-radius:15px; margin-bottom:60px;}
.step .step_list:after {content: ''; clear: both; display: block;}
.step .step_list {width:fit-content; margin:0 auto; padding: 30px 0;}
.step .step_list li {position: relative; float: left; padding: 0 50px 0 25px; font-size: 1rem; font-weight: 500; text-align: center;}
.step .step_list li:after {content: ''; position: absolute; right: 0; top: 50%; margin-top: -1px; width: 30px; height: 2px; border-bottom: 2px dashed var(--gray-200);}
.step .step_list li:last-child:after {content: none;}
.step .step_list li span {display: inline-block; max-width: 80px; font-weight: 800; text-transform: uppercase; font-size: 13px; border: 2px solid var(--gray-200); padding: 4px 8px; border-radius: 20px; vertical-align: middle; margin-right: 10px;}

.step .step_list li.on a {color: #243056; font-weight: 800;}
.step .step_list li.on:after {border-color: var(--main-color);}
.step .step_list li.on span {background: var(--main-color); color: #fff; border-color: var(--main-color); box-shadow: 0 5px 10px 0 rgba(var(--main-color-rgb), .2);}

.step .step_list li.end {color: var(--gray-400);}
.step .step_list li.end span {color: var(--gray-300); border-color: var(--gray-300); background-color: var(--gray-200);}
.step .step_list li.end:after {border-color: #999;}

/* 지원기업 소개 */
.partner .partnerList {display: flex; gap: 25px 25px; flex-wrap: wrap; align-items: stretch;}
.partner .partnerList li {width: calc((100% - 75px) / 4); border: 1px solid var(--gray-200); border-radius: 15px; overflow: hidden;}
.partner .partnerList li.nodata {width: 100%;}
.partner .partnerList li .thumb {position: relative; display: flex; align-items: center; justify-content: center; width: 100%; padding: 30px 30px; aspect-ratio: 16 / 9; background-color: #fff;}
.partner .partnerList li .thumb > img {max-width: 100%; max-height: 100%; object-fit: contain; transform: scale(1); transition: all .25s;}
.partner .partnerList li .link_btn {position: absolute; bottom: 10px; right: 10px; display: block; width: 40px; height: 40px; background-color: var(--gray-100); border: 1px solid var(--gray-200); border-radius: 10px; text-align: center; line-height: 40px; transition: all .25s;}
.partner .partnerList li .link_btn > i {font-size: 20px; color: var(--sub-color); vertical-align: middle;}
.partner .partnerList li .txt {border-top: 1px solid var(--gray-200); padding: 25px 25px;}
.partner .partnerList li .txt .tit {display: block; font-size: 18px; font-weight: 600; margin-top: 10px;}
.partner .partnerList li .txt P {font-size: 1rem; color: var(--gray-400); margin: 5px 0;}
.partner .partnerList li .txt P.address {font-size: 15px; color: #000;}
.partner .partnerList li .txt P.address > i {vertical-align: text-top;}
.partner .partnerList li .link_btn:hover {background-color: var(--sub-color); border-color: var(--sub-color);}
.partner .partnerList li .link_btn:hover > i {color: #fff;}
.partner .partnerList li:hover .thumb > img {transform: scale(1.1);}

.partner .partner_box {display: flex; justify-content: space-between; align-items: stretch; flex-wrap: wrap;}
.partner .partner_box .partner_img {position: relative; display: flex; align-items: center; justify-content: center; width: 380px; height: 220px; border: 1px solid var(--gray-200); padding: 30px 30px; overflow: hidden; background-color: #fff; border-radius: 10px;}
.partner .partner_box .partner_img > img {max-width: 100%; max-height: 100%; object-fit: contain;}
.partner .partner_box .partner_txt {width: calc(100% - 380px); padding-left: 80px;}
.partner .partner_box .partner_txt .tit {display: flex; align-items: center; justify-content: space-between; margin-bottom: 20px;}
.partner .partner_box .partner_txt .tit strong {font-size: 30px; font-weight: 700; color: #111;}
.partner .partner_box .partner_txt .tit .link_btn {display: block; width: 40px; height: 40px; background-color: var(--gray-100); border: 1px solid var(--gray-200); border-radius: 10px; text-align: center; line-height: 40px; transition: all .25s;}
.partner .partner_box .partner_txt .tit .link_btn > i {font-size: 20px; color: var(--sub-color);}
.partner .partner_box .partner_txt .tit .link_btn:hover {background-color: var(--sub-color); border-color: var(--sub-color);}
.partner .partner_box .partner_txt .tit .link_btn:hover > i {color: #fff;}
.partner .partner_box .partner_txt p {font-size: 18px; line-height: 1.5; font-weight: 400; color: #111;}
.partner .partner_box .partner_txt .cont_box {margin-top: 15px;}

/* 제품 */
/* 이미지 슬라이드 공통 */
.remote_wrap button {background-color: rgba(0, 0, 0, .3); width: 45px; height: 45px; border-radius: 50%; transform: translateY(-50%);}
.remote_wrap button:after {content: ''; display: block; width: 13px; height: 13px; background: no-repeat 50% 50%; background-size: auto 13px;}
.remote_wrap .swiper-button-prev:after {background-image: url('/images/page/common/icon_prev_wh.png');}
.remote_wrap .swiper-button-next:after {background-image: url('/images/page/common/icon_next_wh.png');}

.partner .partner_prd {margin-top: 60px; padding-top: 60px; border-top: 1px solid var(--gray-200);}
.productList .swiper-slide {position: relative;}
.productList .thumb {width: 100%; height: 0; padding-bottom: 60%; border-radius: 10px; overflow: hidden; border: 1px solid var(--gray-200);}
.productList .txt_box {margin-top: 15px;}
.productList .txt_box > strong {font-size: 20px; font-weight: 700; color: #111;}
.productList .txt_box > p {font-size: 1rem; font-weight: 400; color: var(--gray-400); margin-top: 10px;}

.productGallery .thumb {display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; border: 1px solid var(--gray-200); border-radius: 10px; overflow: hidden;}
.productGallery .swiper-pagination {position: relative; bottom: auto; left: auto; margin-top: 20px;}
.productGallery .swiper-pagination-bullet-active {background-color: var(--main-color);}

.partner .btn_wrap {border-top: 1px solid var(--gray-200); margin-top: 60px;}

/* 팝업 */
.product_img {display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; border: 1px solid var(--gray-200); border-radius: 10px; overflow: hidden;}

/* 레이어팝업 layerpopup */
.layer_popup {position: fixed; top: 0; left: 0; z-index: 1000; width: 100%; height: 100%; display: none;}
.layer_popup {background: rgba(16, 25, 36, .4); backdrop-filter: blur(5px);}
.popup_box {position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); max-width: 100%; width: 1024px; max-height: 95%; height: auto; background: #fff; border: 1px solid #eee; box-shadow: 0 3px 29px 0 rgba(0, 0, 0, 0.15); border-radius: 10px; overflow: auto;}
.popup_box.sm {width: 640px;}
.popup_box .popup_header {position: relative; width: 100%; height: 60px; background-color: var(--gray-100); padding: 16px 30px; border-bottom: 1px solid #eee;}
.popup_box .popup_header > h4 {font-size: 18px; font-weight: 600;}
.popup_box .close_btn {position: absolute; top: 0; right: 0; transform: none; z-index: 10; display: block; width: 60px; height: 60px; background: url("/images/page/common/icon_close.svg") no-repeat 50% 50%; background-size: 20px auto;}

.popup_box .popup_body {padding: 30px 30px;}
.popup_box .popup_body .map {height: 400px;}
.popup_box .search_box {margin-bottom: 30px;}
.popup_box .btn_wrap {margin-top: 0; padding-top: 10px; text-align: center !important;}
.popup_box .pagination {margin-top: 30px; padding-top: 20px;}
.popup_box .pagination .page_item {width: 35px; height: 35px; line-height: 33px; font-size: 15px;}

.popup_box .popup_bottom {padding: 16px 30px; border-top: 1px solid var(--gray-200);}

.popup_box .fixedY {max-height: 303px;}



@media (max-width: 1400px) {
	/* 서브 비쥬얼 영역 */
	.subVisual .subVisual_tit h1 {font-size: 40px;}
	.subVisual .subVisual_tit {width: 100%; left: 0;}

	/* sub wrap */
	.page_title h2 {font-size: 36px;}

	.layout .layout_tit {width: 240px;}
    .layout .layout_cont {width: calc(100% - 240px);}
}


@media (max-width: 1280px) {
	.subVisual .subVisual_tit h1 {font-size: 36px;}

	/* sub wrap */
	.page_title h2 {font-size: 32px;}
	
     /* arw button */
     .arw_btn .arw {width: 50px; height: 50px;}
}

@media (max-width: 1024px) {
	/* 서브 비쥬얼 영역 */
	.subVisual .subVisual_bg {height: 360px;}
	.subVisual .subVisual_tit {text-align: center;}
	.subVisual .subVisual_tit p {font-size: 16px;}

	/* lnb */
	.lnb ul li {font-size: 1rem;}
	.lnb ul li a {padding: 14px 0;}

	/* sub wrap */
	.sub_wrap {padding: 60px 0 80px;}
	.page_title {margin-bottom: 50px;}

	/* sub title 공통 */
    h3.sub_tit {font-size: 22px;}
    h4.sub_tit {font-size: 18px;}

	/* contents box */
	.cont_tit h4 {font-size: 20px;}

	.layout {display: block;}
	.layout .layout_tit {padding-top: 0; width: 100%; padding-bottom: 24px;}
	.layout .layout_tit > h3 {font-size: 22px;}
	.layout .layout_tit > h3 > br {display: none;}
	.layout .layout_cont {width: 100%; padding-left: 0;}

	/* list style 공통 */
	.list_st_dot > li > p {font-size: 1rem;}

    /* arw button */
    .arw_btn .arw {width: 40px; height: 40px; background-size: auto 9px;}

	/* 사업소개 - 사업개요 */
	.overview .support_section ul li {width: calc((100% - 60px) / 3);}

	/* 사업소개 - 장비안내 & 시설안내 상세보기 */
	.prd_detail .prd_box {gap: 30px 40px;}
	.prd_detail .apl_form .apl_opt_wrap {gap: 30px 40px;}

	/* 지원기업 소개 */
	.partner .partnerList li {width: calc((100% - 50px) / 3);}

	.partner .partner_box .partner_txt {padding-left: 40px;}
	.partner .partner_box .partner_txt .tit strong {font-size: 24px;}
	.partner .partner_box .partner_txt p {font-size: 16px;}

	/* 레이어팝업 layerpopup */
    .popup_box,
    .popup_box.sm {width: 94%;}
    .popup_box .popup_body {padding: 20px 20px;}
    .popup_box .popup_header {padding-left: 20px; padding-right: 20px;}

}

@media (max-width: 768px) {
	/* 서브 비쥬얼 영역 */
	.subVisual .subVisual_tit h1 {font-size: 32px;}
	.subVisual .subVisual_tit p {font-size: 1rem;}

	/* lnb */
	.lnb ul li {font-size: 16px;}

	.layout .layout_tit {padding-bottom: 16px;}

	/* tab */
	.tab {margin-bottom: 30px;}

	/* 사업소개 - 사업개요 */
	.overview .info_section {flex-direction: column;}
	.overview .info_section .img_box {padding-bottom: 50%;}

	.overview .support_section {margin-top: 40px;}

	/* 사업소개 - 장비안내 & 시설안내 상세보기 */
	.prd_detail .prd_box .photoSlide {width: 100%; max-width: none;}
	.prd_detail .prd_box {flex-direction: column;}
	.prd_detail .photo_main {width: 100%;}
	.prd_detail .prd_info {width: 100%;}
	.prd_detail .apl_form .apl_opt_wrap {flex-direction: column;}

	.prd_detail .apl_form .calendar {width: 460px; margin: 0 auto;}

	/* 사업공고 - 사업신청 폼 */
	.step .step_list {margin: 0; flex-direction: column; padding: 20px 20px;}
    .step .step_list li {float: none; width: 100%; text-align: left; padding: 0;}
    .step .step_list li:after {content: none;}
    .step .step_list li + li {margin-top: 10px;}
    .step .step_list li span {display: inline-block; margin: 0 10px 0 0;}

	/* 지원기업 소개 */
	.partner .partnerList li {width: calc((100% - 25px) / 2);}
	
	.partner .partner_box {display: block;}
	.partner .partner_box .partner_img {margin: 0 auto;}
	.partner .partner_box .partner_txt {width: 100%; padding-left: 0; padding-top: 40px;}
}

@media (max-width: 640px) {
	/* sub wrap */
	.sub_wrap {padding: 60px 0 80px;}
}

@media (max-width: 576px) {

	/* sub wrap */
	.page_title {margin-bottom: 35px;}
	.page_title h2 {font-size: 28px;}
	
	/* lnb */
	.lnb ul {display: flex; -ms-overflow-style: none; scrollbar-width: none; overflow: auto;}
	.lnb ul li {margin: 0 20px; white-space: nowrap;}


	/* sub title 공통 */
    h3.sub_tit {font-size: 19px;}
	h4.sub_tit:before {top: 4px;}

	/* contents box */
	.cont_tit h4 {font-size: 18px;}
	.layout .layout_tit > h3 {font-size: 19px;}

	/* 사업소개 - 사업개요 */
	.overview .info_section .txt_box .txt {font-size: 16px;}
	.overview .info_section .txt_box .txt br {display: none;}

	.overview .support_section ul li {width: calc((100% - 30px) / 2);}

	/* 사업소개 - 장비안내 & 시설 상세보기 */
	.prd_detail .apl_form .calendar {width: 100%;}

	/* 지원기업 소개 */
	.partner .partnerList li {width: 100%;}
}

@media (max-width: 420px) {
	/* 사업소개 - 사업개요 */
	.overview .support_section ul li {width: 100%;}
}