form .star { position:relative; }
form .star:after {position: absolute;left: 2px;top: 17px;content: "";width: 5px;height: 5px;border-radius: 50%;background: #ed0701;}


fieldset, img { border:0 none; }
dl, ul, ol, menu, li { list-style:none; }
input, select, textarea { border:1px solid #cccccc; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; }
input[type=checkbox], input[type=radio] { margin-right:3px; padding:0; width:15px; height:15px; border:none; box-shadow: none; }
input, select, textarea, button { vertical-align:middle; }
input[type=text], input[type=password], input[type=number] { padding:0 0.6rem; height:40px;}
label { font-weight:inherit; }
select { padding:0.35rem; }
textarea { width:100%; padding:2px; resize:none; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; }
textarea[class*=SmartEditor] { width:99.9% !important; }
table { table-layout:fixed; }
.zipfinder{height:40px;}
.form-select{height:40px;}
#smart_editor2 .se2_input_area {background:#fff !important;}
.bt2-main { border-top:2px solid #555; }
.board-password{width:700px; margin:0 auto; padding:40px; box-shadow:1px 1px 10px rgba(0,0,0,0.2);border-radius:10px;padding:65px; }
.board-password td{border:0 !important;}
.board-password input, .board-password button{width:280px;}
.view_comment  td{border:none !important;}
.view_comment td:last-child{width:110px;}
.view_comment textarea{border:1px solid #ddd;border-radius:10px; height:59.38px;}
.comment-write-button button{height:59.38px; }
.list-float>li { float:left; }
.list-float:after { display:block; clear:both; content:""; }
.faq-show { margin-top: 20px; background-color:#f1f1f1; border-radius:10px; }
.empty{height:300px;line-height:300px;border-bottom:1px solid #ddd;font-size:18px;}
.title{font-size:24px;}
.clear-both:after { display:block; clear:both; content:""; }
#mypage-menu .list-float > li{float:left;width:calc((100% - 60px) / 3);margin-right:30px;margin-bottom:30px;background:#f7f7f7;border-radius:10px;}
#mypage-menu .list-float > li:hover{background:#f1f1f1;}
#mypage-menu .list-float > li:nth-of-type(3n){margin-right:0;}


a{
	color:inherit;
	text-decoration:none;
	-webkit-transition: all 0.2s ease-in-out;
	   -moz-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		 -o-transition: all 0.2s ease-in-out;
			transition: all 0.2s ease-in-out;
}
a:hover,
a:active{
	-webkit-transition: all 0.2s ease-in-out;
	   -moz-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		 -o-transition: all 0.2s ease-in-out;
			transition: all 0.2s ease-in-out;
}


::-webkit-input-placeholder {color:#999;}
:-moz-placeholder {color:#999;}
::-moz-placeholder {color:#999;}
:-ms-input-placeholder {color:#999;}
:placeholder-shown {color:#999;}

input[type="radio"], input[type="checkbox"] {vertical-align:middle !important; margin:-2px 3px 0 0 !important;}
input,select {vertical-align:middle; background:#fff;}
input,textarea,button{-webkit-appearance:none;-webkit-border-radius:0}
input[type='checkbox']{-webkit-appearance:checkbox} 
input[type='radio']{-webkit-appearance:radio}

input { 
    -webkit-border-radius:0; /* 모서리 스타일 제거 */ 
    -webkit-appearance:none; /* 인풋내 그림자 제거 */ 
}
input[type=”text”], 
input[type=”tel”], 
input[type=”password”], 
input[type=”email”], 
input[type=”search”], 
textarea { 
    -webkit-border-radius:0; /* 모서리 스타일 제거 */ 
     -webkit-appearance:none; /* 인풋내 그림자 제거 */ 
}

#login{box-shadow:1px 1px 10px rgba(0,0,0,0.2);border-radius:10px;padding:65px;}

/*테이블 보더, 여백, 스타일*/
.tb > tr > td,
.tb > thead > tr > th,
.tb > tbody > tr > th,
.tb > tfoot > tr > th,
.tb > thead > tr > td,
.tb > tbody > tr > td,
.tb > tfoot > tr > td {border:1px solid #ccc;}

.tbn > tr > td,
.tbn > thead > tr > th,
.tbn > tbody > tr > th,
.tbn > tfoot > tr > th,
.tbn > thead > tr > td,
.tbn > tbody > tr > td,
.tbn > tfoot > tr > td { border:1px solid #ccc;	border-right:none; border-left:none;}

.tbn2 > tr > td,
.tbn2 > thead > tr > th,
.tbn2 > tbody > tr > th,
.tbn2 > tfoot > tr > th,
.tbn2 > thead > tr > td,
.tbn2 > tbody > tr > td,
.tbn2 > tfoot > tr > td { border:1px solid #f1f1f1;	border-right:none; border-left:none;}

.tp1 > thead > tr > th,
.tp1 > tbody > tr > td,
.tp1 > tfoot > tr > td,
.tp1 > tr > td  { padding:0.6rem; }

.tp2 > thead > tr > th,
.tp2 > tbody > tr > td,
.tp2 > tfoot > tr > td,
.tp2 > tr > td  { padding:1rem; }

.tp3 > thead > tr > th,
.tp3 > tbody > tr > td,
.tp3 > tfoot > tr > td,
.tp3 > tr > td  { padding:1.5rem }


.even > tr:nth-of-type(even) > td,
.even > tbody > tr:nth-of-type(even) { background-color:#f9f9f9; }
.even > thead > tr > th { background-color:#f4f4f4; border-bottom:1px solid #aaa; } 

/*폰트사이즈 , 여백 */
.f1 { font-size:0.8rem; }
.f2 { font-size:0.9rem; }
.f3 { font-size:1rem; }
.f4 { font-size:1.3rem; }
.f5 { font-size:1.5rem; }
.f6 { font-size:2.0rem; }
.f7 { font-size:2.5rem; }
.f8 { font-size:3rem; }
.f9 { font-size:3.5rem; }
.f10 { font-size:1.2rem; }
.f11 { font-size:1.5rem; }

.p0 { padding:0; }
.p1 { padding:0.5rem; }
.p2 { padding:0.7rem; }
.p3 { padding:1.0rem; }
.p4 { padding:1.5rem; }
.p5 { padding:2.0rem; }
.p6 { padding:2.5rem; }
.p7 { padding:3.0rem; }

.pv1 { padding-top:0.5rem; padding-bottom:0.5rem; }
.pv2 { padding-top:0.7rem; padding-bottom:0.7rem; }
.pv3 { padding-top:1.0rem; padding-bottom:1.0rem; }
.pv4 { padding-top:1.5rem; padding-bottom:1.5rem; }
.pv5 { padding-top:2.0rem; padding-bottom:2.0rem; }
.pv6 { padding-top:2.5rem; padding-bottom:2.5rem; }
.pv7 { padding-top:3.0rem; padding-bottom:3.0rem; }

.ph1 { padding-left:0.5rem; padding-right:0.5rem; }
.ph2 { padding-left:0.7rem; padding-right:0.7rem; }
.ph3 { padding-left:1.0rem; padding-right:1.0rem; }
.ph4 { padding-left:1.5rem; padding-right:1.5rem; }
.ph5 { padding-left:2.0rem; padding-right:2.0rem; }
.ph6 { padding-left:2.5rem; padding-right:2.5rem; }
.ph7 { padding-left:3.0rem; padding-right:3.0rem; }

.pl0 { padding-left:0 }
.pr0 { padding-right:0 }
.pt0 { padding-top:0 }
.pb0 { padding-bottom:0 }

.m0 { margin:0; }
.m1 { margin:0.5rem; }
.m2 { margin:0.7rem; }
.m3 { margin:1.0rem; }
.m4 { margin:1.5rem; }
.m5 { margin:2.0rem; }
.m6 { margin:2.5rem; }
.m7 { margin:3.0rem; }

.mt1 { margin-top:0.5rem; }
.mt2 { margin-top:0.7rem; }
.mt3 { margin-top:1.0rem; }
.mt4 { margin-top:1.5rem; }
.mt5 { margin-top:2.0rem; }
.mt6 { margin-top:2.5rem; }
.mt7 { margin-top:3.0rem; }
.mt8 { margin-top:6.0rem; }

.mv1 { margin-top:0.5rem; margin-bottom:0.5rem; }
.mv2 { margin-top:0.7rem; margin-bottom:0.7rem; }
.mv3 { margin-top:1.0rem; margin-bottom:1.0rem; }
.mv4 { margin-top:1.5rem; margin-bottom:1.5rem; }
.mv5 { margin-top:2.0rem; margin-bottom:2.0rem; }
.mv6 { margin-top:2.5rem; margin-bottom:2.5rem; }
.mv7 { margin-top:3.0rem; margin-bottom:3.0rem; }

.mh1 { margin-left:0.5rem; margin-right:0.5rem; }
.mh2 { margin-left:0.7rem; margin-right:0.7rem; }
.mh3 { margin-left:1.0rem; margin-right:1.0rem; }
.mh4 { margin-left:1.5rem; margin-right:1.5rem; }
.mh5 { margin-left:2.0rem; margin-right:2.0rem; }
.mh6 { margin-left:2.5rem; margin-right:2.5rem; }
.mh7 { margin-left:3.0rem; margin-right:3.0rem; }

.ml0 { margin-left:0; }
.mr0 { margin-right:0; }
.mt0 { margin-top:0; }
.mb0 { margin-bottom:0; }

.b1 { border:1px solid #ccc; }
.b2 { border:2px solid #ccc; }
.bb1 { border-bottom:1px solid #ccc; }
.bt1 { border-top:1px solid #ccc; }
.br1 { border-right:1px solid #ccc; }
.bl1 { border-left:1px solid #ccc; }
.bt0 { border-top:none; }
.br0 { border-right:none !important; }
.bl0 { border-left:0 !important; }
.bb0{ border-bottom:0 !important; }



/*자주묻는질문*/
#faq-tabmenu-box{margin-bottom:30px;}
#faq-tabmenu li#tabOn2 { font-weight:500; color:#fff; background-color:#f18c20; }
#faq-tabmenu li#tabOn2 a { color:#fff; text-decoration:none;}
#faq-tabmenu-box ul{width:100%; margin:0 auto;}
#faq-tabmenu-box ul li{width: calc((100% - 40px) / 5); text-align:center; padding:0 !important; border-radius:0 !important; transition:0.5s;margin-bottom:10px;}
#faq-tabmenu-box ul li a{padding:15px; display:block; transition:0.5s; font-size:16px; }
#faq-tabmenu-box ul li:hover{background:#f18c20;}
#faq-tabmenu-box ul li:hover a{color:#fff;}
#faq-tabmenu-box ul li:nth-of-type(5n){margin-right:0 !important;}
.faqpanel li:hover h3{color:#c31313;}
.faq-show{font-size:17px;}
.faqpanel li h3{font-size:18px;}


.accordion-button h3{font-size:20px; color:#333;}
.accordion-button h3 img{margin-right:5px; }

.accordion-flush .accordion-item{margin-bottom:20px;border:var(--bs-accordion-border-width) solid var(--bs-accordion-border-color) !important; border-radius:10px; overflow:hidden;}
.accordion-button:focus{border:0 !important; box-shadow:none !important;}
.accordion-body{background: rgb(249, 249, 249); border-radius:10px; margin:0 20px 20px 20px;}
.accordion-body img{margin-bottom:10px;}


.accordion-button {

  &:not(.collapsed) {
    color:#333;
    background-color: #fff !important;
	box-shadow:none !important;
	
    &::after {
      background-image: var(--#{$prefix}accordion-btn-active-icon);
      transform: var(--#{$prefix}accordion-btn-icon-transform);
    }
  }

}


.ui-popup .ui-popup-titlebar-close{right:0.7em; top:0.5em;}
.ui-popup .ui-popup-button{height:30px; line-height:28px;}

/*게시판 CSS*/
#ResponseList td, #ResponseList th, .empty, .gallery-subject, #board_form td, #board_form th, .policy, .conditions{font-size:18px;}
.board-content p, .board-content span {font-size: 17px !important; color: #333;}
#board_form td.author{font-size:15px;color:#888}
.board-content{min-height:350px;}
.board_table tr:hover td a{color: #ea493e;}
.board-search {font-size:18px;}
.board-search input[type=text]{font-size:18px !important;height:40.78px;}
.board-button{display:inline-block;margin-top:-8px;border:0;height:43px;}
.btn-board{font-size:18px;background:#ee7700;color:#fff;transition:0.5s;}
.btn-board-sm{font-size:14px;background:#ee7700;color:#fff;}
.btn-board:hover, .btn-board-sm{color:#fff !important;}
.btn-board-search{height:45px;border:0;padding:0 10px;}

.btn-board-list{background:#221814;padding:8px 15px;border-radius:5px;}
.btn-board-edit{padding:8px 15px;border-radius:5px;}
.btn-board-delete{padding:8px 15px;border-radius:5px;background:#c12e2a}
.btn-board-write{padding:8px 15px;border-radius:5px;}

#board-top{padding:20px 5px; background:#f6f6f6; margin-bottom:20px; text-align:center;}
#board-top input {height: 40px; width: 300px;font-size: 17px;}
#board-top select {height: 40px; font-size: 17px;}
#board-top .btn{width:100px; border-radius:0; height:40px; font-size:18px;}

.view_table{font-size:18px;}
.view_table .row{border-bottom:1px solid #ddd;padding-bottom:16px;}
.view_table .row:last-of-type{border-bottom:0;padding-bottom:0;}
.view_table .form-cont{padding-top:7px;padding-bottom:7px;position:relative;}
.view_table .col-form-label{border-right:1px solid #ddd;}
.consult-form .ui-datepicker-trigger{display:none;}

.view_bottom{margin-top:30px;}
#CommentList table tr:nth-of-type(2n) td{border-bottom:1px solid #ddd;}

.hover-main .thumb{overflow:hidden;position:relative;padding-top:65%;}
.hover-main .thumb img{transition:0.5s;position:absolute;left:0;top:0;width:100%;height:100%;}
.hover-main:hover .thumb img{transform:scale(1.1);transition:0.5s;}


/*==========================================================
메인 기본 컬러-버튼용
==========================================================*/
.maincolor {background:#ea493e; border:1px solid #ea493e; color:#fff;} /*메인컬러 버튼*/
.maincolor:hover, .maincolor:active, .maincolor:focus {color:#fff !important; background:#ea493e !important; }
.graycolor {background:#fff; border:1px solid #ccc; color:#666;} /*회색 라인 버튼*/
.graycolor:hover, .graycolor:active {color:#fff !important; background:#666;border:1px solid #666;  }
.deletecolor {background:#989898; border:1px solid #989898; color:#fff;} /*회색 백그라운드*/
.deletecolor:hover {color:#fff; background:#989898; }
.deletecolor2 {background:#5f5f5f; border:1px solid #5f5f5f; color:#fff;} /*회색 백그라운드*/
.deletecolor2:hover {color:#fff;}
.btstyle {border-radius:5px;}
.btlg {padding:15px 50px; font-size:19px;} /*버튼 넓이-바로구매*/
.btmd {padding:14px 20px; font-size:19px;} /*버튼 넓이 관심상품*/
.subcolor {background:#fff; border:1px solid #ea493e; color:#ea493e;}/*메인 라인 버튼*/
.subcolor:hover {color:#ea493e;}

.basic-title{font-size:25px; font-weight:600; padding-bottom:10px; }
.agree-title{font-size:18px; font-weight:600; color:#ea493e}

.card{background:#f7f7f7;  border:none; margin-bottom:30px;}

.private-content { overflow-y:auto; height:200px; background:#fff;}
.private-content p{font-size:15px;}
.agree_in:first-child{margin-bottom:30px;}

#login{width:700px; margin:0 auto; padding:40px 50px;}
.login-table{width:100%;}
.login-table input{width:100% !important;}
.login-title{text-align:center; font-size:30px; font-weight:600; margin-bottom:5px;}
.login-stitle{font-size:16px; text-align:center;}

.finder_wrap .clear-both > div{float:left; width:50%; height:470px; padding:40px 50px;}
.finder_wrap .clear-both > div:last-child{border-left:0;}
.finder_wrap .clear-both > div form{width:350px; }
.finder-title{font-size:30px; font-weight:600; margin-bottom:20px; text-align:center;}



/*SNS 서브*/
.sns-wrap{overflow:hidden; margin-bottom:50px;}
.sns-item { padding:10px; transition:0.3s; border:1px solid #dfdfdf; box-sizing:border-box; width: calc((100% - 60px) / 4); margin-right:20px;  margin-bottom:20px; float:left; min-height:430px;}
.sns-item:hover {background-color:#fafafa;} /*리스트 오버 색상*/
.sns-item:nth-child(4n){margin-right:0;}
.sns-img { width:100%; }
.sns-img img { width:100%; height:100%; border-radius:10px; }
.sns-content { padding:10px 5px; }
.sns-title{font-size:22px; font-weight:600;}
.sns-tooltip { height:84px; overflow:hidden; height:45px;  font-size:16px; color:#666;}
.sns-icon {color:#999; display:inline-block; border-radius:20px; height:35px; line-height:35px;   font-weight:bold; }
.sns-icon img{width:35px; }
.sns-date{margin:10px 0 5px 0; color:#666; font-size:15px;}


/*유튜브 영상*/
.vod-wrapper { overflow: hidden;position: relative;width: 100%; height:100%; margin: auto;}
.aspect-ratio-box {position: relative; height: 0;padding-top: 56.25%;background: white;}
.aspect-ratio-box .aspect-ratio-box-inside { position: absolute;  top: 0; left: 0;width: 100%; height: 100%;}
.aspect-ratio-box .aspect-ratio-box-inside .flexbox-centering { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center;  justify-content: center;  -webkit-box-align: center; -ms-flex-align: center; align-items: center;height: 100%;}
.aspect-ratio-box .aspect-ratio-box-inside .flexbox-centering .viewport-sizing iframe { position: absolute;top: 0;  left: 0;width: 100%; height: 100%;border-radius: 10px;}
.aspect-ratio-box .aspect-ratio-box-inside .flexbox-centering .viewport-sizing .sound-btn {  position: absolute;right: 20px; bottom: 20px;display: block;width: 32px;height: 32px; background: #ffffff;border-radius: 50%;background-repeat: no-repeat;background-position: center center;background-size: 50%;cursor: pointer;background-image: url("data:image/svg+xml,%3Csvg width='17' height='13' viewBox='0 0 17 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.71098 9.19974C3.84582 9.19974 3.97495 9.25421 4.06906 9.35078L6.89191 12.2474C7.20498 12.5687 7.75 12.347 7.75 11.8985V0.501004C7.75 0.052434 7.20498 -0.16921 6.89191 0.152043L4.06906 3.0487C3.97495 3.14528 3.84582 3.19974 3.71098 3.19974H0.5C0.223858 3.19974 0 3.4236 0 3.69974V8.69974C0 8.97588 0.223858 9.19974 0.5 9.19974H3.71098Z' fill='black'/%3E%3Cpath d='M15.4697 3.16941L13.5 5.13908L11.5303 3.16941L10.4697 4.23007L12.4393 6.19974L10.4697 8.16941L11.5303 9.23007L13.5 7.2604L15.4697 9.23007L16.5303 8.16941L14.5607 6.19974L16.5303 4.23007L15.4697 3.16941Z' fill='black'/%3E%3C/svg%3E%0A");}
.aspect-ratio-box .aspect-ratio-box-inside .flexbox-centering .viewport-sizing .sound-btn.on {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='16' viewBox='0 0 21 16' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.13872 11.9997C5.30728 11.9997 5.46869 12.0678 5.58633 12.1885L9.11489 15.8093C9.50623 16.2109 10.1875 15.9338 10.1875 15.3731V1.12626C10.1875 0.565542 9.50623 0.288487 9.11489 0.690054L5.58633 4.31088C5.46869 4.4316 5.30728 4.49968 5.13872 4.49968H1.125C0.779822 4.49968 0.5 4.7795 0.5 5.12468V11.3747C0.5 11.7199 0.779822 11.9997 1.125 11.9997H5.13872ZM18.7358 8.25044C18.7358 5.88778 17.6811 3.83619 16.1211 2.62054L17.3504 1.04297C19.4174 2.65364 20.7358 5.29786 20.7358 8.25044C20.7358 11.203 19.4174 13.8472 17.3504 15.4579L16.1211 13.8803C17.6811 12.6647 18.7358 10.6131 18.7358 8.25044ZM13.2129 5.2154C13.9089 5.83417 14.4267 6.93134 14.4267 8.25022C14.4267 9.5691 13.9089 10.6663 13.2129 11.285L14.5418 12.7797C15.719 11.7331 16.4267 10.0633 16.4267 8.25022C16.4267 6.43713 15.719 4.76733 14.5418 3.7207L13.2129 5.2154Z' fill='black'/%3E%3C/svg%3E");
}
.aspect-ratio-box .aspect-ratio-box-inside .flexbox-centering .viewport-sizing:hover .play-btn {display: block;}




/*사업실적리스트*/
.text-center{text-align:center;}
.bt2-main { border-top:2px solid #555 !important; }
.ellipsis{text-overflow: ellipsis; overflow: hidden; white-space: nowrap; }
.bizresult_skin{margin-bottom:100px;}
table{border-collapse: collapse;border-spacing: 0;}
.tb > tr > td, .tb > thead > tr > th, .tb > tbody > tr > th, .tb > tfoot > tr > th, .tb > thead > tr > td, .tb > tbody > tr > td, .tb > tfoot > tr > td {border:1px solid #ccc; }
.tbn > tr > td, .tbn > thead > tr > th, .tbn > tbody > tr > th, .tbn > tfoot > tr > th, .tbn > thead > tr > td, .tbn > tbody > tr > td, .tbn > tfoot > tr > td { border:1px solid #ccc;	border-right:none; border-left:none;}
.tbn2 > tr > td, .tbn2 > thead > tr > th, .tbn2 > tbody > tr > th, .tbn2 > tfoot > tr > th, .tbn2 > thead > tr > td, .tbn2 > tbody > tr > td, .tbn2 > tfoot > tr > td { border:1px solid #f1f1f1;	border-right:none; border-left:none;}
.tp1 > thead > tr > th, .tp1 > tbody > tr > td, .tp1 > tfoot > tr > td, .tp1 > tr > td  { padding:0.6rem; }
.tp2 > thead > tr > th, .tp2 > tbody > tr > td, .tp2 > tfoot > tr > td, .tp2 > tr > td  { padding:1rem; }
.tp3 > thead > tr > th, .tp3 > tbody > tr > td, .tp3 > tfoot > tr > td, .tp3 > tr > td  { padding:1.5rem }

.result-gal-button {background:#484848; color:#fff; border-radius:3px; padding:5px 10px; font-size:12px; text-align:center;}
.result-gal-button:hover {background:#cc2838; color:#fff;}
.result-gal-button:hover {color:#fff;}
.result-title:hover {color:#004ce8;}

.biz_top_search{padding:20px 0; margin-bottom:20px;}
.biz_top_search select{padding:5px; font-size:18px;}
.biz_top_search .btn-default{background:#333; color:#fff; padding:5px 10px; display:inline-block; height:41px;  font-size:16px; border-radius:5px;}
.search_title{font-size:25px; font-weight:700; margin-right:30px; }

/*사업실적리스트(테이블)*/
.program .list-layout { display:block; border:1px solid #cccccc; border-bottom:none; border-top:none;}
.program .list-layout:after { display:block; clear:both; content:""; }
.program .list-layout table {table-layout:fixed;border-collapse:collapse;background:#ffffff;}
.program .list-layout table thead th { text-align:center; background:#f0f0f0; padding:10px 5px; border-bottom:none}
.program .list-layout tr th,
.program .list-layout tr td { border-width:thin; border:1px solid #ccc;}
.program .list-layout tr td { padding:10px 5px; }
.program .list-layout tr th:first-child,
.program .list-layout tr td:first-child { border-left:none; }
.program .list-layout tr th:last-child,
.program .list-layout tr td:last-child { border-right:none; }
.program .list-layout .dataTables_scrollBody { border:none; }
.program .list-layout .nodata { border-right:none; }


/*사업실적리스트(탭메뉴)*/
.bizresult-tab { overflow:hidden; }
.bizresult-tab-wrapper { display:table; width:100%; height:50px; top:0; left:0; }
.bizresult-tab-wrapper li {border:1px solid #ccc; border-right:none;  display:table-cell; margin-right:15px; height:50px; padding:10px 5px;line-height:50px; white-space:nowrap; text-align:center; cursor:pointer; border-top:2px solid #0963b9 !important;}
.bizresult-tab-wrapper li:last-child { margin-right:0px;  border-right:1px solid #ccc; }


/*사업실적리스트(탭메뉴)
.list-tab {width:100%; overflow:hidden; }
.list-tab .On {background:#0963b9; color:#fff;}
.list-tab li {float:left; width:20%; color:#333; border-top:2px solid #0963b9 !important; font-weight:500; text-align:center; padding:20px 0; border:1px solid #ccc; border-right:none; display:block;cursor:pointer;}
.list-tab li:hover {background:#0963b9; color:#fff;}
.list-tab li:last-child {border:1px solid #ccc; }
*/

/*사업실적리스트(갤러리)*/
.gallist { overflow:hidden; margin-bottom:20px; }
.gal01 { float:left; width:calc((100% - 90px) / 4); margin-right:30px; margin-bottom:30px; text-align:center; }
.gal01:nth-child(4n) {margin-right:0 !important;}
.gallist .gal01 .gal_img { width:100%; margin:0 auto; overflow:hidden; padding-top:60%; border-radius:5px; position:relative;}
.gallist .gal01 .gal_img a, a:hover, a:focus {color:#333; text-decoration:none; }
.gal01 .txt01 { font-size:15px; font-weight:400; padding-top:10px; color:#999;}
.gal01 .txt02 { font-size:18px; font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:0 15px;}
.product .gal01 .txt02 { font-size:18px; font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:10px 15px 0 15px;}
.gal01 img{width:100%; height:100%; transition:1s; position:absolute; position: absolute; left: 0; top: 0;}
.gal01:hover img { transform:scale(1.1); }
.gal01:hover a{color:##02b49e}


/*사업실적리스트(뷰페이지)*/
.bizresult-detail{padding-top:20px;}
#bizresult-gallery{float:left; width:650px; height:550px; position:relative;}
#bizresult-gallery img{width:100%; height:100%;}
#bizresult-gallery .swiper-container{height:100%;}
.detail-text{float:right; width: calc( 100% - 650px ); padding-left:50px;}
.detail-text  table{width:100%;}
.detail-text .detail-title{font-size:30px; font-weight:600; padding:20px 0; border-bottom:1px solid #999;}
.detail-stitle{font-weight:600;}
.bizresult-detail-content{margin-top:70px;}
.bizresult-detail-content h3{border-bottom:2px solid #333; padding-bottom:10px; margin-bottom:10px; font-size:28px;}
.detail_zoom{border-bottom:1px solid #eee; padding:30px 0;}
.bizresult-thumbnail {margin-top:20px;}
.bizresult-thumbnail .swiper-slide{ float:left; width: calc((100% - 30px) / 4); margin-right:10px; padding-top:0%; overflow:hidden;}
.bizresult-thumbnail .swiper-slide img{width:100%;}
.bizresult-thumbnail .swiper-slide:last-child{margin-right:0;}


@media (max-width:1500px){
/*사업실적리스트(뷰페이지)*/
	.detail-text .detail-title{font-size:27px; font-weight:600; padding:20px 0; border-bottom:1px solid #999;}
	.detail_zoom img{width:100%;}
    .bizresult-detail-content h3{font-size:25px;}
}


@media (max-width:1280px){

/*사업실적리스트(뷰페이지)*/
#bizresult-gallery{float:left; width:500px; }
.detail-text{float:right; width: calc( 100% - 530px );}
.detail-text .detail-title{ font-weight:600; padding:20px 0; border-bottom:1px solid #999;}

}



@media (max-width:1200px){
.join-content{width:100%; padding-left:3%; padding-right:3%;}
.finder_wrap .clear-both > div form{width:100%; }
}

@media (max-width:1024px){
.board-password .form_table td{border-bottom:0 !important;}
.comment-write .form_table td{border-bottom:0 !important;}
.view_table{font-size:16px;}
.title{font-size:18px;}
.empty{font-size:14px;height:200px;line-height:200px;}
.col-form-label{font-size:16px;}
#login {width:100% !important;}

/*공지사항*/
.basic_board td:first-child{display:none;}
.basic_board td{font-size:16px !important;}
.basic_board .btn-board-delete{display:none !important;}
.tablesaw-cell-label{display:none !important;}
/*.basic_board td:nth-child(2){padding-top:20px !important;}
.basic_board td:last-child{padding-bottom:20px !important;}*/
.basic_board th, .basic_board td{padding:0;}
.b_date{font-size:14px; color:#999;}
.tablesaw-cell-content{text-overflow: ellipsis; overflow: hidden;max-width:75%;white-space: nowrap;} /* white-space: nowrap; */

/*온라인상담*/
.basic_consult td:first-child{display:none;}
.board_num{display:none !important;}
.basic_consult td{font-size:16px !important;}
.basic_consult .b_checkbox{display:none;}
.consult_board .tip{display:block !important;}
/*.form_table td {border-bottom:1px solid #ccc !important; font-size:14px !important;}*/
.contsult_delete{display:none !important;}


/*고객의소리*/
.tablesaw th, .tablesaw td {padding: 0.4em .25em;text-align: left;vertical-align: middle; border-bottom:0  !important;}
.tablesaw-stack th, .tablesaw-stack td {text-align: left; display: block; border:0 !important;}


/*갤러리게시판*/
#gallary_list form > div{width: calc(50% - 10px ) !important; }
#gallary_list form > div.empty{width: 100% !important; }

/* 라벨 */
.label-new{font-weight: normal;font-size: 10px;padding: 0px 5px;background:#ea493e;color:#fff;}
}

@media (max-width:992px){

/*사업실적리스트(뷰페이지)*/
	#bizresult-gallery{width:100%; height:auto;}
	.detail-text{width:100%; padding-left:0;}
	.detail-text .detail-title{ font-weight:600; padding:20px 0; border-bottom:1px solid #999;}

/* SNS서브 */
	.sns-item{width: calc((100% - 20px) / 2); margin-bottom:20px; }
	.sns-item:nth-child(2n){margin-right:0;}
	
/*사업실적리스트*/
	.search_title{display:none;}
	.bizresult_search select{width:32%; margin-bottom:10px;}
	.bizresult_search input{width: calc( 100% - 65px ) !important;}
	
/*팝업*/
.ui-popup{left:0 !important; width:90% !important;}
.ui-popup-content{width:100% !important;}


/*사업실적리스트(탭메뉴)*/
.bizresult-tab { overflow:hidden; }
.bizresult-tab-wrapper { display:table; width:100%;  top:0; left:0; }
.bizresult-tab-wrapper li {width:20%;  display:table-cell; margin-right:15px; padding:10px 5px;   white-space:nowrap; text-align:center; cursor:pointer; border-top:2px solid #0963b9 !important;}
.bizresult-tab-wrapper li:last-child { margin-right:0px; }

/*사업실적리스트(갤러리)*/
.bizresult-gallerylist { width:calc((100% - 30px) / 2); margin-right:30px; text-align:center; }
.bizresult-gallerylist:nth-child(2n) {margin-right:0 !important;}

}


@media (max-width:800px){
#login{width:100%;}
.board-password{width:100%; padding:20px;}
.board-password input, .board-password button{width:100%;}


.login-title{font-size:28px; }
.login-stitle{font-size:15px;}

.finder-title{font-size:25px;}


form{width:100%;}
.login-table{width:100%;}
.login-table input{width:100% !important;}
}

@media (max-width:767px){
.view_table .col-form-label{border-right:0;font-weight:bold;}
}

@media (max-width:750px){
.finder_wrap .clear-both > div{width:100%; height:auto; padding:20px; margin-bottom:0 !important;}
.finder_wrap .clear-both > div:last-child{border-left:1px solid #ccc;}

/*게시판상단*/
#board-top{padding:15px 5px !important;}
#board-top .btn{width:50px; font-size:14px !important;}
.board-search{font-size:14px !important;}
#board-top select{width:70px; }
#board-top input{width:30%;}
.board-search input[type=text]{font-size:14px !important;}

/* 자주묻는질문 */
#faq-tabmenu-box ul li{width: calc((100% - 20px) / 3); text-align:center; padding:0 !important; border-radius:0 !important; transition:0.5s;margin-bottom:10px;}
#faq-tabmenu-box ul li:nth-of-type(5n){margin-right:10px !important;}
#faq-tabmenu-box ul li:nth-of-type(3n){margin-right:0 !important;}

.board-content{min-height:150px;}


/*사업실적리스트(뷰페이지)*/
	.detail-text .detail-title{font-size:22px;}
	.detail-text  td{font-size:15px; }
    .bizresult-detail-content h3{font-size:20px;}

/*SNS 서브*/
	.sns-cont { overflow:hidden; margin-bottom:50px;}
	.sns-item { width: 100%; height:auto; }
	.sns-title{font-size:20px;}
	.sns-tooltip{font-size:15px;}

/*사업실적리스트*/
    .bizresult-tab-wrapper li{font-size:16px !important;}
	.program .list-layout table thead th{font-size:16px !important;}
	.program .list-layout tr td{font-size:15px !important;}
    
	.bizresult-search select{width:100px;}
}


@media (max-width:600px){
	.bizresult-search select{padding:5px; font-size:16px; width:32%; }
	.bizresult-search .btn-default{background:#333; color:#fff; padding:5px 10px; display:inline-block; width:50px; height:38px;  font-size:16px; border-radius:5px; margin-top:5px;}
	.bizresult-search .search-input{width: calc( 100% - 70px ); }

	

}

@media (max-width:560px){

	.login-title{font-size:22px;}
	.login-stitle{font-size:14px;}
	#login{padding:20px;width:100% !important;}
	.basic-title{font-size:19px; }
	.agree-title{font-size:16px; font-weight:600; color:#ea493e}
	#helpbox{font-size:14px;}

	.success_wrap .success_cont1{text-align:left !important;}
	.success_wrap .success_cont2{text-align:left !important; padding:1rem;}

	.tablesaw-cell-content{max-width:100%;}
	.tablesaw-stack tbody td, .tablesaw-stack tbody th{padding-top:15px}
	
	/*자주묻는질문*/
	#faq-tabmenu-box ul li{width:calc(100% / 3 - 5px); margin-right:5px !important;}
	#faq-tabmenu-box ul li:nth-child(3n){margin-right:0 !important;}
	.faqpanel li h3{font-size:16px !important;}
	.faqpanel li h3 span{float:left; margin-right:5px; margin-top:-2px;}
	
	#board-top select{font-size:12px;}
	#board-top input{font-size:12px;}
	#faq-tabmenu-box ul li a{padding:10px; font-size:14px;}

	.brand_btn a{padding:10px 15px; font-size:15px; width:70%;}
	.brand_btn a:first-child{margin-right:0 !important; margin-bottom:5px !important;}
		
	.faq-show p{font-size:15px;}
	.faq-show{padding: 1rem !important;}

	/*공지사항*/
	.basic_board td{font-size:15px !important;}
	.board_date{width:100%;}
	.board_name{width:100%;}
	.board_field{width:100% !important;}
	.board_tel{width:100%;}
	.tablesaw-cell-content a{font-weight:600;}
	.b_date{font-weight:350;}
	.agreement-label{font-size:14px !important;}
	

	/*온라인상담*/
	.consult_board td:first-child{display:none;}
	.board_num{display:none !important;}
	.consult_board td{font-size:16px !important;}
	.consult_board .b_checkbox{display:none;}
	.consult_board .tip{display:block !important;}
	/*.form_table td {border-bottom:1px solid #ccc !important; font-size:14px !important;}*/
	#board_form .btn{font-size:15px; border-radius:5px;}
	.board_bottom .btn{font-size:15px; border-radius:5px;}
	.contsult_delete{display:none !important;}

	.consult_board td:nth-child(2){padding-top:20px !important;}
	.consult_board td:nth-child(3){padding-top:0 !important;}
	.consult_board td:nth-child(4){padding-top:0 !important; padding-bottom:0px;}
	.consult_board td:last-child{padding-bottom:20px !important; padding-top:0;}
	.consult_board th, .consult_board td{padding-top:0; padding-bottom:0;}
	
	.view_bottom a{padding-left: 1.0rem; padding-right: 1.0rem;}
	
	.comment-write .form_table td{width:100% !important; display:block;}
	.comment-write .form_table td textarea{width:100%;}
	.comment-write .form_table td:first-child{padding-bottom:0;}
	.comment-write-button .btn{width:100%; height:40px;}




}



@media (max-width:430px){
#gallary_list form > div{width:100% !important; margin-left:0 !important; margin-right:0 !important;}
.view_bottom a{padding-left: 0.5rem; padding-right: 0.5rem;}
.accordion-flush .accordion-item{margin-bottom:10px; border-radius:5px;}
.accordion-button h3{font-size:17px;}
.accordion-button h3 img{width:30px;}
.accordion-body{margin:10px; border-radius:5px; font-size:15px;}
.accordion-button{padding:10px !important;}
}