@charset "utf-8";
/* 리셋 */

body{font-family:"Montserrat","Roboto","Noto Sans KR"}
/*.fontMontserrat{font-family:"Montserrat","Roboto","Noto Sans KR" !important}*/

a{color:#585b60}
a:hover{color:#17c2d7 !important}

.cur_d{cursor:default}
.cur_p{cursor:pointer}
.modal-body .ck-content .cur_p{cursor:default}

a.fixed-tel,
a.fixed-talk{display:block}
a.fixed-tel i{background:#17C2D7}
a.fixed-talk i{color:#000;background:#fee500}
/*a.fixed-tel{bottom:118px}*/
/*a.fixed-talk{bottom:68px}*/
a.back-to-top{bottom:68px}
a.fixed-tel{right:65px}
a.fixed-talk{right:15px}
a.fixed-tel,
a.fixed-talk,
a.back-to-top{z-index:10}

#footer{color:#ccc;padding:20px 0 10px}
#footer a{color:#ccc}
.footer-logo a img{width:auto;max-height:100px}
/* 반응형 */
@media only screen and (max-width:767px){
	.footer-logo a img{max-height:70px}
}
#copyright p{line-height:22px}
.footer-area ul li{margin-bottom:0}
/* 반응형 */
@media only screen and (max-width:767px){
	#copyright{padding-left:0;padding-right:0}
	#copyright p{text-align:left}
}

.overflow-hidden{overflow:hidden !important}
.float-start{float:left}

@media (min-width:1200px){
	.container-lg{max-width:1440px}
}

.bg-gray{background-color:#f8f9fb}
.bg-dark{background-color:#34363a}

.fs-4{font-size:1.4rem !important}
.fs-5{font-size:1.2rem !important}
.fs-6{font-size:1.0rem !important}
.fs-7{font-size:.9rem !important}
.fs-8{font-size:.8rem !important}
.fs-9{font-size:.7rem !important}

/* wow.js 와 animate.css 함께 사용될때 초기화 */
.wow{visibility:hidden}

.top-nav-collapse{z-index:1049;animation-name:none;min-height:57px}
.navbar.fixed-top{
	-webkit-transition:all 0.20s ease;
	-moz-transition:all 0.20s ease;
	-ms-transition:all 0.20s ease;
	-o-transition:all 0.20s ease;
	transition:all 0.20s ease;
}
.navbar li.on a.nav-link,
.top-nav-collapse .navbar-nav li.on a.nav-link{color:#17C2D7 !important}
/* 반응형 */
@media only screen and (max-width:991px){
	.slicknav_nav .on{color:#17C2D7;outline:none;background:#f8f9fa}
}
.slicknav_nav{padding-bottom:10px}
.slicknav_nav{
	-webkit-box-shadow:0 5px 5px rgba(0,0,0,0.30);
	-moz-box-shadow:0 5px 5px rgba(0,0,0,0.30);
	-ms-box-shadow:0 5px 5px rgba(0,0,0,0.30);
	-o-box-shadow:0 5px 5px rgba(0,0,0,0.30);
	box-shadow:0 5px 5px rgba(0,0,0,0.30);
}
.slicknav_nav li{padding:5px 10px}
.slicknav_nav a{margin:0;padding:0 10px}
.slicknav-open{background-color:#fff !important}

.navbar-brand{padding:5px}
.navbar-brand img{max-height:70px}
.top-nav-collapse .navbar-brand img{max-height:60px}
/* 반응형 */
@media only screen and (max-width:991px){
	.navbar-brand img{margin:0;max-height:60px}
	.top-nav-collapse .navbar-brand img{max-height:60px}
}

/* 리셋 */

/* ck 에디터 초기화 */
.ck-content{float:left;width:100%}
.ck-content > *:first-child{margin-top:0 !important}
.ck-content > *:last-child{margin-bottom:0 !important}
.ck-content img{max-width:100%;height:auto !important}
.ck-content, .ck-content *{font-family:inherit !important;max-width:100%}
.ck-content p{font-size:inherit !important;line-height:inherit !important}
.ck-content p *{font-size:inherit !important;line-height:inherit !important;font-weight:inherit !important}
.ck-content .text-huge{font-size:1.8em}
.ck-content .text-big{font-size:1.4em}
.ck-content .text-small{font-size:.85em}
.ck-content .text-tiny{font-size:.7em}
.ck-content p strong{font-weight:500}
.ck-content .table table{border:1px double #b3b3b3;border-collapse:collapse;border-spacing:0;width:100%}
.ck-content .table table td, .ck-content .table table th{border:1px solid #bfbfbf;min-width:2em;padding:0.4em;vertical-align:middle;font-size:inherit !important;line-height:inherit !important}
.ck-content .table table td *, .ck-content .table table th *{font-size:inherit !important;line-height:inherit !important;font-weight:inherit !important}
.ck-content .table table td strong, .ck-content .table table th strong{font-weight:500}
.ck-content .image{clear:both;display:table;margin:0.9em auto;min-width:50px;text-align:center}
.ck-content .table table .image{margin:0 auto}
.ck-content .image img{display:block;margin:0 auto;max-width:100%;min-width:100%}

.figure-image{position:relative;float:left;width:100%;height:100%;cursor:pointer;margin-bottom:0}
.figure-image .figure-img{margin:0}
.figure-image .display-img{position:absolute;top:0;left:0;float:left;width:100%;height:100%;background-size:cover;background-position:center center;background-repeat:no-repeat}
.figure-image .figure-caption{position:absolute;bottom:0;right:0;background-color:rgba(0,0,0,0.6);color:#fff;padding:2px 10px;max-width:100%}
figure.image .figure-caption, figure.image .figure-caption *{font-size:15px}
/*.image-slide .swiper-slide{padding:0 5px}*/
.image-slide.no-swiper-nav .swiper-container-wrap{padding-bottom:0}
/* 반응형 */
@media only screen and (max-width:767px){
	.figure-image .figure-caption{font-size:13px}
	figure.image .figure-caption, figure.image .figure-caption *{font-size:13px}
}

/* 배경이 투명한 이미지의 경우, fancybox 에서 잘 보이지 않는 문제 */
.fancybox-image, .f-thumbs__slide__img{background-color:#fff}
/* 배경이 투명한 이미지 업로드시 로고가 겹치는 문제 */
.content_box .img span.imageReady, .figure-image .display-img{background-color:#fff}
/* 이미지 로드 전 로고 보이는 동작은 보류 */
/*.content_box .img span, .figure-image .figure-img, .figure-image .display-img{*/
/*	-webkit-transition:all 0.20s ease;*/
/*	-moz-transition:all 0.20s ease;*/
/*	-ms-transition:all 0.20s ease;*/
/*	-o-transition:all 0.20s ease;*/
/*	transition:all 0.20s ease;*/
/*}*/
/*.content_box .img.no-image span{opacity:1 !important}*/
/*.content_box .img span.imageReady, .figure-image .display-img{opacity:0}*/
/*.content_box .img span.imageReady.opacity-0, .figure-image .display-img.opacity-0{opacity:1 !important}*/

/* 구글지도 표시 */
.googleMap{float:left;width:100%;height:400px}
.googleMap > div,
.googleMap > iframe{float:left;width:100%;height:100%}

/* 스와이프 커스텀 */
.swiper-container-wrap{padding-bottom:15px}
.swiper-button-prev, .swiper-button-next{width:50px;height:calc(100% - 15px);top:0;margin-top:0;padding:0 10px}
.swiper-button-prev{left:0}
.swiper-button-next{right:0}
.swiper-button-prev:after, .swiper-button-next:after{display:none}
.swiper-button-prev .fa-solid, .swiper-button-next .fa-solid{font-size:30px}
.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled{pointer-events:inherit}
/* 스와이프 슬라이더 네비게이션 */
.swiper-container-wrap .swiper-pagination{bottom:5px}
.swiper-container-wrap .swiper-pagination .swiper-pagination-bullet{margin:0 5px;background:#fff;border-radius:5px;width:10px;height:10px;opacity:0.5}
.swiper-container-wrap .swiper-pagination .swiper-pagination-bullet{
	-webkit-transition:all 0.20s ease;
	-moz-transition:all 0.20s ease;
	-ms-transition:all 0.20s ease;
	-o-transition:all 0.20s ease;
	transition:all 0.20s ease;
}
.swiper-container-wrap .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background-color:#fff;opacity:1}
/* 스와이프 슬라이더 네비게이션 너비 100% */
.swiper-container-wrap .swiper-pagination.fullwidth{left:0;bottom:0;width:100%;background-color:#ccc}
.swiper-container-wrap .swiper-pagination.fullwidth .swiper-pagination-bullet{float:left;margin:0;background:#ccc;border-radius:0;height:5px;opacity:0}
.swiper-container-wrap .swiper-pagination.fullwidth .swiper-pagination-bullet{
	-webkit-transition:all 0.20s ease;
	-moz-transition:all 0.20s ease;
	-ms-transition:all 0.20s ease;
	-o-transition:all 0.20s ease;
	transition:all 0.20s ease;
}
.swiper-container-wrap .swiper-pagination.fullwidth .swiper-pagination-bullet.swiper-pagination-bullet-active{background-color:#000;opacity:1}
/* 반응형 */
@media only screen and (max-width:767px){
	.swiper-button-prev, .swiper-button-next{width:30px;padding:0 5px}
	.swiper-button-prev .fa-solid, .swiper-button-next .fa-solid{font-size:20px}
}


/* 메인페이지 */
.section-title{padding:0}
.services-item{float:left;width:100%;height:100%;margin:0}
.services-item .icon{height:50px}
.services-item .icon i{width:auto;height:50px;line-height:50px}
.services-item .services-content h3{font-size:17px;color:#585b60}
a.services-item .services-content h3{
	-webkit-transition:all 0.15s ease;
	-moz-transition:all 0.15s ease;
	-ms-transition:all 0.15s ease;
	-o-transition:all 0.15s ease;
	transition:all 0.15s ease;
}
a.services-item:hover .services-content h3{color:#17C2D7}
.services-item .services-content p{color:#646f79}
.team-item .team-img .img-box{background-size:cover;background-position:center center;background-repeat:no-repeat}
.team-item .team-img .img-box .img-fluid{opacity:0}

/* 서브페이지 공통 */
#hero-area.sub-page{height:280px !important}
#hero-area.sub-page .contents{padding:140px 0 0}
/* 반응형 */
@media only screen and (max-width:767px){
	#hero-area.sub-page{height:150px !important}
	#hero-area.sub-page .contents{padding:70px 0 0}
}
.questionBox{padding:30px}
/* 반응형 */
@media only screen and (max-width:767px){
	.questionBox{padding:15px}
}
.contact-right .contact-icon.business-time{background:#f66d9b}
.contact-right .contact-icon.kakaotalk{color:#000;background:#fee500}

/* 자료실 테이블 공통 */
/* 게시판 리스트 */
.bbs-list-box{float:left;width:100%}
.bbs-list-box .bbs-list{float:left;width:100%;border-top:3px solid #131415}
.bbs-list-box .bbs-list li{float:left;width:100%;display:flex;justify-content:space-between}
.bbs-list-box .bbs-list li > *{float:left;text-align:center;border-right:1px solid #d9d9d9;border-bottom:1px solid #d9d9d9;font-size:16px;line-height:20px;padding:15px}
.bbs-list-box .bbs-list li > *:last-child{border-right:0}
.bbs-list-box .bbs-list li > *:nth-child(1){width:110px}/* 번호 */
.bbs-list-box .bbs-list li > *:nth-child(2){width:480px}/* 팀 */
.bbs-list-box .bbs-list li > *:nth-child(3){width:200px}/* 분류 */
.bbs-list-box .bbs-list li > *:nth-child(4){width:100%;text-align:left}/* 채용공고 */
.bbs-list-box .bbs-list li.head > *:nth-child(4){text-align:center}
.bbs-list-box .bbs-list li > *:nth-child(5){width:350px}/* 모집기간 */
.bbs-list-box .bbs-list li > *:nth-child(6){width:150px}/* 진행상태 */
/* 일반 형식 칼럼 4개 */
.bbs-list-box.column-4 .bbs-list li > *:nth-child(1){width:170px}/* 번호 */
.bbs-list-box.column-4 .bbs-list li > *:nth-child(2){width:100%;text-align:left}/* 제목 */
.bbs-list-box.column-4 .bbs-list li.head > *:nth-child(2){text-align:center}
.bbs-list-box.column-4 .bbs-list li > *:nth-child(3){width:300px}/* 등록일 */
.bbs-list-box.column-4 .bbs-list li > *:nth-child(4){width:170px;text-align:center}/* 조회수 */

.bbs-list-box .bbs-list li > a{
	-webkit-transition:all 0.15s ease;
	-moz-transition:all 0.15s ease;
	-ms-transition:all 0.15s ease;
	-o-transition:all 0.15s ease;
	transition:all 0.15s ease;
}
.bbs-list-box .bbs-list li > *.notice{color:#f37021}
.bbs-list-box .bbs-list li > *.ing{color:#009739}
.bbs-list-box .bbs-list li > *.end{color:#17C2D7}
.bbs-list-box .bbs-list li > a:hover{color:#17C2D7}
.bbs-list-box .bbs-list li.head{background-color:#f8f8f8}
.bbs-list-box .bbs-list li.head > *{font-size:17px;font-weight:500}
/* 게시판 상세 */
.bbs-view-box{float:left;width:100%}
.bbs-view-box .bbs-view{float:left;width:100%;border-top:3px solid #131415}
.bbs-view-box.link-box .bbs-view{border-top:0}
.bbs-view-box .bbs-view .head-box{float:left;width:100%;display:flex;justify-content:space-between}
.bbs-view-box .bbs-view .head-box dl{border-right:1px solid #d9d9d9}
.bbs-view-box .bbs-view .head-box dl:last-child{border-right:0}
.bbs-view-box .bbs-view dl{float:left;width:100%;padding-left:120px;position:relative;margin:0}
.bbs-view-box .bbs-view dl > *{float:left;text-align:center;border-right:1px solid #d9d9d9;border-bottom:1px solid #d9d9d9;font-size:16px;line-height:20px;padding:15px;margin:0}
.bbs-view-box .bbs-view dl > *:last-child{border-right:0}
.bbs-view-box .bbs-view dl dt{width:120px;position:absolute;top:0;left:0;background-color:#f8f8f8;font-size:17px;font-weight:500}
.bbs-view-box .bbs-view dl dd{width:100%}
.bbs-view-box .bbs-view dl dd.textLeft{text-align:left}
.bbs-view-box .bbs-view dl dd.notice{color:#f37021}
.bbs-view-box .bbs-view dl dd.ing{color:#009739}
.bbs-view-box .bbs-view dl dd.end{color:#17C2D7}
.bbs-view-box .bbs-view dl dd a{font-size:inherit;font-weight:inherit}
.bbs-view-box .bbs-view dl dd a:hover{color:#17C2D7}
.bbs-view-box .bbs-view dl dd a{
	-webkit-transition:all 0.15s ease;
	-moz-transition:all 0.15s ease;
	-ms-transition:all 0.15s ease;
	-o-transition:all 0.15s ease;
	transition:all 0.15s ease;
}
.bbs-view-box .bbs-view .bbs-contents{float:left;width:100%;padding:20px;border-bottom:1px solid #d9d9d9}
/* 게시판 목록 가기 버튼 */
.bbs-btn-box{float:left;width:100%;text-align:center;margin-top:50px}
.bbs-btn-box a{display:inline-block;color:#fff;background-color:#131415;border:2px solid #131415;padding:0 40px;font-size:15px;line-height:36px}
.bbs-btn-box a{
	-webkit-transition:all 0.15s ease;
	-moz-transition:all 0.15s ease;
	-ms-transition:all 0.15s ease;
	-o-transition:all 0.15s ease;
	transition:all 0.15s ease;
}
.bbs-btn-box a:hover{color:#131415 !important;background-color:#fff}
/* 반응형 */
@media only screen and (max-width:767px){
	.bbs-btn-box{border-top:1px solid #d9d9d9;margin-top:0;padding-top:50px}
	.bbs-btn-box a{font-size:14px;line-height:26px}
	.bbs-list-box .bbs-list{display:table;float:none}
	.bbs-list-box .bbs-list li{display:table-row;float:none;width:auto !important}
	.bbs-list-box .bbs-list li > *{display:table-cell;float:none;width:auto !important;padding:5px;font-size:13px;line-height:18px}
	.bbs-list-box .bbs-list li.head > *{font-size:14px}
	.bbs-list-box .bbs-list li > *.textOver{white-space:inherit}
	.bbs-list-box .bbs-list li > *:nth-child(1){min-width:40px}
	.bbs-list-box .bbs-list li > *:nth-child(5){min-width:75px}
	.bbs-list-box .bbs-list li > *:nth-child(6){min-width:40px}
	.bbs-view-box .bbs-view .head-box{display:block}
	.bbs-view-box .bbs-view .head-box dl{border-right:0}
	.bbs-view-box .bbs-view dl{padding-left:80px}
	.bbs-view-box .bbs-view dl > *{font-size:13px;line-height:20px;padding:5px}
	.bbs-view-box .bbs-view dl dt{font-size:14px;width:80px;height:100%}
	.bbs-view-box .bbs-view .bbs-contents{padding:7px;padding-bottom:20px;border-bottom:0}
	.bbs-view-box.link-box{border-top:1px solid #d9d9d9}
	.bbs-view-box.link-box .bbs-view dl:last-child > *{border-bottom:0}
	.bbs-view-box.link-box .bbs-view dl dd a{float:left;white-space:inherit}
}

/* 페이징 */
.paginationWrap{float:left;width:100%;text-align:center;position:relative;display:flex;justify-content:center;margin-top:50px}
.paginationWrap > .totalRows{float:left;font-size:15px;line-height:40px;position:absolute;top:0;left:0}
.paginationWrap > .btn-group{float:right;position:absolute;top:0;right:0}
.pagination{display:inline-block;margin:0}
.pagination > li{float:left}
.pagination > li > a{position:relative;float:left;min-width:40px;padding:9px 14px;margin-left:-1px;color:#444;text-decoration:none;background-color:#fff;border:1px solid #d9d9d9}
.pagination > li > a{transition:color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out}
.pagination > li > a,
.pagination > li > a > strong{font-size:16px;line-height:21px;max-height:40px}
.pagination > li > a > .fa{font-size:20px}
.pagination > li:first-child > a{margin-left:0}
.pagination > li:last-child > a{}
.pagination > li > a.on{color:#fff;background-color:#131415}
.pagination > li > a.on > strong{color:#fff}
.pagination > li > a:hover,
.pagination > li > a:focus{z-index:2;color:#000;background-color:#f5f7fb;border-color:#d9d9d9}
.pagination > li > a:hover > strong,
.pagination > li > a:focus > strong{color:#000}
/* 반응형 */
@media only screen and (max-width:767px){
	.paginationWrap{padding:0 14px}
	.paginationWrap > .totalRows{left:14px;font-size:13px;line-height:30px}
	.pagination > li > a{min-width:30px;padding:0}
	.pagination > li > a,
	.pagination > li > a > strong{font-size:13px;line-height:28px;max-height:30px}
	.pagination > li > a > .fa{font-size:16px;line-height:28px}
	.pagination > li > a:hover,
	.pagination > li > a:focus{color:#444;background-color:#fff}
	.pagination > li > a.on:hover,
	.pagination > li > a.on:focus{color:#fff;background-color:#131415}
}

/* 상품 리스트 */
.img-link{float:left;color:inherit;text-align:center;border:1px solid #ccc;border-radius:3px;overflow:hidden;padding:5px;font-size:0;position:relative;box-sizing:border-box}
.img-link .category-name{position:absolute;top:5px;left:5px;width:calc(100% - 10px);box-sizing:border-box;z-index:2;padding:5px}
.img-link .category-name > span{float:left;width:auto;line-height:20px;font-size:14px;margin:5px;font-weight:400}
.img-link .img-box{background-size:cover;background-position:center center;background-repeat:no-repeat}
.img-link .img-box .img-fluid{opacity:0}
.img-link > *{position:relative;z-index:1}
.img-link .caption{display:block;padding:16px 24px}
.img-link .caption .h4{margin:5px 0;font-weight:400}
.hover-shadow{transition:box-shadow .2s ease-out, transform .2s ease-out}
.hover-shadow:hover{transform:translateY(-5px);box-shadow:0 10px 20px rgba(0, 0, 0, .19), 0 6px 6px rgba(0, 0, 0, .07)}
.caption .h4{margin-top:24px;margin-bottom:12px;line-height:1.1;display:block;font-weight:400;font-size:18px;margin-bottom:0}

/* 카테고리 바 */
.category-bar{background-color:#e9ecef}
.category-bar .category-item > .btn{box-sizing:border-box;height:calc(2.25rem + 2px);line-height:1.5;padding:8px 20px;border-radius:30px;font-size:14px;color:#fff !important}
.category-bar .category-item .form-control:disabled,
.category-bar .category-item .form-control[readonly]{background-color:#dfdfdf}
/* 반응형 */
@media only screen and (max-width:767px){
	.category-bar .category-list{flex-wrap:wrap}
	.category-bar .category-item{width:100%;margin:5px 0 !important}
	.category-bar .category-item.home{display:none !important}
}

/* 상품 상세 */
.img-thumbnail .img-box{background-size:cover;background-position:center center;background-repeat:no-repeat}
.img-thumbnail .img-box .img-fluid{opacity:0}
.GoodsAddInfo_list > div:last-child{margin-bottom:0 !important}

/* 회사 소개 */
.features-box .features-icon{display:flex;justify-content:start;align-items:center;color:#a5a8ad}
.features-box .features-icon .fa-regular,
.features-box .features-icon .fa-solid{float:left;min-width:50px;width:50px;height:auto;font-size:30px;line-height:40px;padding-top:5px}
#feature .title-h3{color:#fff}
#feature .features-content h4{color:#fff}
.section-header .section-title img{width:auto;max-height:200px}
/* 반응형 */
@media only screen and (max-width:767px){
	.section-header .section-title img{max-height:100px}
}
