@charset "UTF-8";


.main * {
	box-sizing: border-box;
	word-break: keep-all;
}
button {
	border: 0;
	background: none;
	cursor: pointer;
}

.main_popup_wrap{
	position: fixed;
	z-index: 10005;
	width:100%;
	height:100%;
	padding: 30px;
	box-sizing:border-box;
	background-color: rgb(0 0 0 / 65%);
	display:none;
}
.main_popup_wrap.on {
	display: flex;
	justify-content: center;
	align-items: center;
}
.main_popup {
	position:relative;
	-webkit-box-shadow: 0px 13px 40px -6px #061626;
	box-shadow: 0px 13px 40px -6px #061626;
}

.main_popup .img_wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	width:800px;
	height:auto
}
.main_popup .img_wrap img {
	max-width:100%;
}
.main_popup .btn_close {
	width: 32px;
	height: 32px;
	position: absolute;
	top: 17px;
	right: 17px;
	font-size: 0;
	border: 0;
	background: none;
}
.main_popup .btn_close::before {
	content: "";
	width: 2px;
	height: 32px;
	background-color: #fff;
	position: absolute;
	top: 0;
	left: 15px;
	transform: rotate(45deg);
}
.main_popup .btn_close::after {
	content: "";
	width: 32px;
	height: 2px;
	background-color: #fff;
	position: absolute;
	top: 15px;
	left: 0;
	transform: rotate(45deg);
}
.main_popup .btn_today_close {
	width: 100%;
	height: 45px;
	background-color: #111;
	text-align: center;
	color: #fff;
	font-size: 14px;
	display: block;
}
.main_popup .btn_today_close span {
	display: block;
	line-height: 40px;
	vertical-align: bottom;
	opacity: 0.8;
}






.main-title {
	margin-bottom:20px;
}
.main-title h2 {
    font-size:33px;
    font-weight:400;
}
.main-title b {
    font-weight:600;
}
 
.section01 {
    position: relative;
    padding:50px 0 100px 0;
    background:url("../../../../img/jeinet/main/bg_section01.jpg") no-repeat center bottom/cover;
}
.section03 {
    position: relative;
    padding:45px 0;
    /*background:url("../../../../img/jeinet/main/bg_section03.jpg") no-repeat center center/cover;*/
}
.section01 .layout {
    display:flex;
    flex-wrap: wrap;
    align-items: stretch;
}
.section01 .visual-wrap {
    width: 44%;
	position: relative;
   
}
.section01 .banner-wrap {
	width: calc(100% - 44% - 29% - 40px);
	margin:0 20px;
	}
.section01 .popzone-wrap {width: 29%;position: relative;}

.section01 .obj {
    position: absolute;
    background-size:contain;
    background-position: center center;
    background-repeat: no-repeat;
}
.section01 .obj.obj01 {
    width:386px;
    height:246px;
    top:40px;
    left:-200px;
    /*background-image:url("../../../../img/jeinet/main/img_obj01.png");*/
}
.section01 .obj.obj02 {
    width:119px;
    height:128px;
    bottom:-50px;
    left:50px;
    /*background-image:url("../../../../img/jeinet/main/img_obj02.png");*/
}
.section01 .obj.obj03 {
    width:259px;
    height:275px;
    bottom:-140px;
    right:-100px;
    /*background-image:url("../../../../img/jeinet/main/img_obj03.png");*/
}


/* 메인 슬라이더 공통 */
/* 화살표 */
.slick-navigation{ 
	font-family: 'GangwonEduPowerExtraBoldA'; 
	display:inline-block; 
	vertical-align:middle; 
	position: absolute; padding:0 15px;  bottom:0; right:0; z-index: 1;    display: flex;
    align-items: center;
    justify-content: center; }
.slick-navigation button i {  position:relative; }
.slick-navigation a{transition:all 0.3s; position:relative; display:block !important}
.slick-navigation .slick_prev:hover {transform:translateX(-5px)}
.slick-navigation .slick_next:hover {transform:translateX(5px)}
.slick-navigation a i{color:#fff; font-size:18px}
.slick-navigation button, .slick-navigation .slick-dots, .slick-navigation ul li {display:inline-block;color:#fff;}
.slick-navigation ul li	 {margin:0 10px; height:10px;}
.slick-navigation ul li button { position:relative;}

.slick-navigation .btn-play { position: relative; width:44px; height:15px; margin-left:10px;}
.slick-navigation .btn-play::after { content:""; position: absolute; top:0; left:0;  width:44px; height:15px; background:#02152c; border-radius:20px; z-index:-1}
.slick-navigation .btn-play span { position: absolute; left:0; top:-5px; -webkit-transition:all 03s;transition:all 0.3s;}
.slick-navigation .btn-play span.on { left:30px}

.slick-navigation .control { display:none; width:26px; height:26px;}
.slick-navigation .Pause{ background: url(../../../../img/jeinet/main/ico_slick_pause.png) no-repeat center center}
.slick-navigation .Play{background: url(../../../../img/jeinet/main/ico_slick_play.png) no-repeat center center}
.slick-navigation .control.on { display:inline-block}
.slick-navigation .slick-arrow { width:23px; height:16px}
.slick-navigation .slick-prev  { background: url(../../../../img/jeinet/main/ico_slick_prev.png) no-repeat center center}
.slick-navigation .slick-next  { background: url(../../../../img/jeinet/main/ico_slick_next.png) no-repeat center center}

.slick-navigation  .slick-dots  { font-size:18px; letter-spacing: 5px;}
.slick-navigation  .slick-dots li { display:none; }
.slick-navigation .slick-dots li.slick-active {  display: block;}

.slick-navigation .paging-info { display:none;font-weight:600;color:#fff;font-size:18px;margin-right:15px;display: inline-block;vertical-align: middle;}
.slick-navigation .paging ul li:first-letter {  }



.slick-navi-dot {vertical-align: middle;margin-top: -12px; display: inline-block;}
.slick-navi-dot {display:inline-block; vertical-align:middle; margin:-1px -8px 0 7px}
.slick-navi-dot li{position:relative; display:inline-block; margin-right:20px; transition:all 0.8s}
.slick-navi-dot li:after{position:absolute; content:""; width:0; height:2px; background-color:#fff; left:35px; top:17px;}
.slick-navi-dot li button{position:relative; display:inline-block; padding-left:11px;color:#fff; font-weight:900; font-size:18px; }



/* 메인 비주얼 */

.section01 {position:relative; width:100%; overflow:hidden; z-index:1}
.section01 .slick-slide {float: left;  background-position:center center; background-repeat:no-repeat; background-size:cover;}

.section01 .slick-slide	{width:100%;margin:0 auto;text-align:center;}
.section01 .slick-slide img { width:100%; height:380px;border-radius:20px;}
.slick-navi-dot li {display:inline-block;}

#visual-slide-navi { width:184px; height:60px; border-radius:30px 0 0 0; background:rgba(12, 38, 75, 0.8)}

#popzone-slide-navi { width:100%; height:60px; border-radius:0 0 20px 20px; background:rgba(12, 38, 75, 0.8)}
#popzone-slide-navi h3 { color:#fff; font-size:20px;padding-top:6px;}
#popzone-slide-navi > div { margin-left:auto; width:calc(100% - 100px); display: flex; align-items: center;justify-content: flex-end;}
.visual-slider-wrap {  position: relative;}
.popzone-slider-wrap {  position: relative;}

/* 우측 배너 */
.banner-wrap {
    background-color:#fff;
    border-radius:20px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    align-items: stretch;
}
.banner-wrap ul {
    display:flex;
    flex-wrap: wrap;
    width:100%;
    align-items: center;
    justify-content: center;
}
.banner-wrap::before,
.banner-wrap::after { 
	content:"";
	display:block;
	position: absolute;

}
.banner-wrap::before { width:100%; height:1px; background:#ddd; top:50%;left:0;}
.banner-wrap::after {width:1px; height:100%; background:#ddd; left:50%; top:0;}
.banner-wrap li {
    width: calc(100% / 2);
    padding: 10px;
    text-align: center;
    height: calc(100% / 2);
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner-wrap a {
    display:block;
    text-align:center;
}
.banner-wrap i {
    display:inline-block;
    width:80%;
    height:50px;
    background-size:contain;
    background-position: center center;
    background-repeat: no-repeat;}
.banner-wrap i.icon01 {
    background-image:url(../../../../img/jeinet/main/ico_quick01.png)
}
.banner-wrap i.icon02 {
    background-image:url(../../../../img/jeinet/main/ico_quick02.png)
}
.banner-wrap i.icon03 {
    background-image:url(../../../../img/jeinet/main/ico_quick03.png)
}
.banner-wrap i.icon04 {
    background-image:url(../../../../img/jeinet/main/ico_quick04.png)
}
.banner-wrap span {
    display: inline-block;
    width: 100%;
    margin-top: 10px;
    line-height: 1.2;
}


.section02 {
    position: relative;
    z-indeX:1;
}
/* 장비 검색 */
.search-dev-wrap {
    margin:-60px auto 50px auto;
     background:#fff;
    border-radius:80px;
    height:120px;
    display: flex;
    align-items: center;
	padding-right:50px;
	box-shadow: 0px 6px 25px rgba(1, 0, 30, 0.12);
	overflow: hidden;
}
.search-dev-wrap::before {
    content:"";
    display:block;
    width:119px;
    height:105px;
    position: absolute;
    bottom: -38px;
    left: 160px;
    background:url(../../../../img/jeinet/main/img_obj_people.png) no-repeat;
	z-index:1;
}
.search-dev-wrap h3 {
    width:260px;
    font-size:24px;
    color: #fff;
    font-weight:400;
    background: #0070F0;
    height:100%;
    display: flex;
    align-items: center;
    padding-left:40px;
    position: relative;
    margin-right:100px;
}
.search-dev-wrap h3 b {
    font-weight:700;
	display:block;
}
.search-dev-wrap h3::after {
    content: "";
    position: absolute;
    right: -60px;
    width: 0;
    height: 0;
    border-bottom: 40px solid #0070F0;
    border-top: 80px solid transparent;
    border-left: 40px solid #0070F0;
    border-right: 20px solid transparent;
}
.search-dev-wrap .search-box {
    width: calc(100% - 260px);
}
.search-dev-wrap .search-box form {
    height: 60px;
    width: 100%;
    display: block;
    overflow: hidden;
}
.search-dev-wrap .search-box form legend {
    overflow: hidden;
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0 none;
    clip: rect(0, 0, 0, 0);
}
.search-dev-wrap .search-box form fieldset {
    position: relative;
    width: 100%;
    height: 100%;
	display: block;
    margin: 0;
    padding: 0;
    border: 0 none;
}

.search-dev-wrap .search-box  form fieldset .form_inner {
    width: 100%;
    height: 100%;
	margin:0 auto;
    display: block;
     background-color: #fff;
	border-bottom:2px solid #000;
}
.search-dev-wrap .search-box .inner form fieldset .form_inner input[type="text"] {
    height: 100%;
    border: none;
    max-width: none;
    background-color: #fff;
    padding-left: 10px;
    color: #222;
    font-size: 15px;
    width:100%;
}

.search-dev-wrap .search-box .inner form fieldset .form_inner input[type="text"]::placeholder {
    font-size: 17px;
    color: #000;
    line-height: 18px;
}
.search-dev-wrap .search-box .inner form fieldset .form_inner .submit input[type="submit"] {
    display: inline-block;
    width: 36px;
    height: 36px;
    position: absolute;
    right: 5px;
    top: 10px;
    border: none;
    font-size: 0;
    background:#fff url(../../../../img/jeinet/main/ico_search.svg) no-repeat center center / cover;
    cursor: pointer;
}


.dev-wrap .layout{ position:relative; display:flex;    flex-wrap: wrap; }
.dev-wrap  .title-wrap { width:200px; padding:0 15px;}



.dev-slider-wrap{
    overflow: hidden;
	width:calc(100% - 200px)
}




.dev-slider-wrap a{
    /*max-width:390px;*/
    display:block;
	position: relative;
	border:1px solid #ddd;
	background-color:#fff;
    -webkit-transition:transform .5s;
    transition:transform .5s;
}

.dev-slider-wrap a:hover{-webkit-transform:translateY(1rem);transform:translateY(1rem);}
.dev-slider-wrap a .thumb{
    position: relative;
     overflow:hidden;
    background-color:#f9f9f9;
    box-shadow:2px 6px 13px rgba(0,0,0,0.1);
}
.dev-slider-wrap a .thumb::after{
    content: "";
    display: block;
    padding-bottom: 66%;

}
.dev-slider-wrap a .thumb img {
    object-fit: fill;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.dev-slider-wrap a .title {
    padding:25px 20px 20px;
	background-color:#464646;
	position: relative;
}
.dev-slider-wrap a .title strong {
    font-weight:500;
	color:#fff;
	font-size:18px;
	display:inline-block; 
	width:100%;
	padding-bottom:10px; 
	font-size:18px;
	height: 60px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.dev-slider-wrap a .title span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    color:#44cbfb;
    width: 100%;
}
.dev-slider-wrap a .cate {
	display:block;
	position: absolute;
	right:15px;
	top:-30px;
	width:55px;
	height:55px;
	line-height:55px;
	background-color: #0070F0;
	color:#fff;
	text-align:center;
	font-size:13px;
	border-radius:100%;
}


#device-slide {
    z-index:10;
}

.dev-slider-wrap .slider .slick-list {
    margin:0 -10px;
}

.dev-slider-wrap .slick-slide {
    margin:0 10px;
}

#device-slide .slick-list{
    padding:0 0 0 0;
    position: relative;
    margin-left:-85px;
}
.dev-wrap .title-wrap {
	position: relative
}
.dev-wrap .title-wrap .main-title {
    padding-top:30px;
}
.dev-wrap .title-wrap .main-title  span {
	display:block;
}

.dev-wrap .title-wrap .main-title p {
    padding-top:20px;
	text-align: right;
}

.dev-wrap .title-wrap .main-title p select {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	width:100%;
	color: #747474;
	background-color: transparent;
	border:0;
	padding:5px 10px;
	max-width:200px;
	border-bottom:2px solid #000;
	background: transparent url('../../../../img/jeinet/main/ico_select_box.png') no-repeat 95% 50%;
  }

  .dev-wrap .title-wrap .main-title p select:hover {
	border-color: #888;
  }
  
  .dev-wrap .title-wrap .main-title p select:focus {
	border-color: #aaa;
	box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
	box-shadow: 0 0 0 3px -moz-mac-focusring;
	color: #222;
	outline: none;
  }
  
  .dev-wrap .title-wrap .main-title p  select:disabled {
	opacity: 0.5;
  }
  .dev-wrap .title-wrap .btn-more {
	width:55px;
	display:inline-block;
	height:55px;
	border-radius:10px;
	position: absolute;
	bottom:30px;
	top:inherit;
	left:50%;
	margin-left:-30px;
	background:#fff url(../../../../img/jeinet/main/ico_more_plus.svg) no-repeat center center / 30px;

  }

  #dev-slide-navi {
    width: 150px;
    height: 40px;
    border-radius: 30px;
    background: rgba(12, 38, 75, 0.8);
    FONT-WEIGHT: 200;
    margin: 20px auto 0 auto;
    position: relative;
}
#dev-slide-navi  .btn-play { margin-right:10px;}





.section03  { margin-top:-30px;}
.count-wrap {}
.count-wrap ul  {
    display:flex;
    flex-wrap: wrap;
	align-items: center;
 }
.count-wrap ul li {
	width:calc(100% / 4);
	position: relative;
	padding-left:5px;
 }
.count-wrap ul li::after {
	width:1px;
	height:40px;
	border-left:1px dashed #ddd;
	position: absolute;
	top:50%;
	margin-top:-20px;
	right:-4px;
	content:"";
}
.count-wrap ul li:last-child::after {
	display:none;
}
.count-wrap ul li .box{
     display: flex;
    justify-content: space-between;
    align-items: center;
}
.count-wrap ul li .box .icon {
	width:80px
}
.count-wrap ul li .box .icon  i {
    display:block;
    width:100%;
    height:55px;
    background-size:contain;
    background-position: center center;
    background-repeat: no-repeat;
}
.count-wrap ul li .box  .icon  i.icon01 {
    background-image:url(../../../../img/jeinet/main/ico_stat01.svg)
}
.count-wrap ul li .box  .icon  i.icon02 {
    background-image:url(../../../../img/jeinet/main/ico_stat02.svg)
}
.count-wrap ul li .box  .icon  i.icon03{
    background-image:url(../../../../img/jeinet/main/ico_stat03.svg)
}
.count-wrap ul li .box  .icon  i.icon04{
    background-image:url(../../../../img/jeinet/main/ico_stat04.svg)
}
.count-wrap ul li .box  .info {
	width:calc(100% - 80px);
	text-align:center;
	padding:0 10px;
}
.count-wrap ul li .box  .info > span {
	font-weight: 600;
	padding-bottom:5px;
	display:block;
}
.count-wrap ul li .box .count {
	color: #0070F0;
}
.count-wrap ul li .box .count strong {
   
    font-size:18px;
    font-weight:700;
}
.section03 .count-date {
    color:#747474;
    font-size:14px;
	margin-top:10px;
}
.section03 .count-date::before {
    content:"";
    display:inline-block;
    width:14px;
    height:14px;
    background:url(../../../../img/jeinet/main/ico_time.svg) no-repeat center center / contain;
    margin-right:5px;
    vertical-align:middle;
}
.section04 { padding:50px 0; background:#eff5fc url(../../../../img/jeinet/main/bg_section04.png) no-repeat center center;}
.section05 { padding:50px 0;}
.bbs-notice { position:relative; }
.bbs-notice ul{ display: flex;border-left:1px solid #ddd;    flex-wrap: wrap;}
.bbs-notice ul li { flex:1; }
.bbs-notice ul li a {
    display:block;
    padding:30px;
	border:1px solid #ddd;
	border-left:0;
	position: relative;

}
.bbs-notice ul li a h4 {
	font-size:20px;
	font-weight:600;
	overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.4em;
    height: 2.8em;
	margin-bottom:15px;
}
.bbs-notice ul li a p {
	color: #747474;
 	overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.4em;
    height: 2.8em;
}
.bbs-notice ul li a span {
	color: #747474;
    font-size:14px;
    margin-top:35px;
    display:inline-block;
	padding-left:25px;
	position: relative;
}
.bbs-notice ul li a span::before {
    content: "";
	display:inline-block;
	width:17px;
	height:17px;
	background:url(../../../../img/jeinet/main/ico_date.svg) no-repeat center center / contain;
    margin-right:5px;
	position: absolute;
	top:0;
	left:0;

}
.bbs-notice ul li a::after {
    content: "";
	width: 55px;
    display: inline-block;
    height: 55px;
    border-radius: 10px 0 0 0;
    position: absolute;
   right:0;
   bottom:0;
    background: #eff5fc url(../../../../img/jeinet/main/ico_more_plus.svg) no-repeat center center / 30px;
}


.section06 .layout {
	display:flex;
	flex-wrap: wrap;
}
.bbs-broc-wrap {
	width: 45%;
}
.bbs-devinfo-wrap {
	width: 22.5%;
	margin:0 40px 0 20px;
}
.bbs-best-wrap {
	width: calc(100% - 67.5% - 60px);
}
.bbs-gallery { position: relative; padding-top:10px; }
.bbs-gallery ul{ display: flex}
.bbs-gallery ul li { flex:1; }
.bbs-gallery ul li a {
    display:block;
	position: relative;

}
.bbs-gallery ul li a::after {
    content: "";
	width: 100%;
	height:120px;
    display: inline-block;
     position: absolute;
   bottom:0;
    background: #eff5fc;
	z-index:-1;
}
.bbs-gallery .title {
	padding:10px;
	text-align:center;
}
.bbs-gallery .title strong {
	color: #747474;
		font-weight:500;
	overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.4em;
    height: 2.8em;
	margin-bottom:15px;
}

.bbs-gallery .thumb {
	width:186px;
	height:230px;
	overflow: hidden;
	margin:0 auto;
	box-shadow: 0px 6px 25px rgba(1, 0, 30, 0.18);
}
.bbs-gallery .thumb img {
	width:100%;
}
.btn-more {
	width: 30px;
	height:30px;
    display: inline-block;
    position: absolute;
   right:0;
   top:-50px;
    background: url(../../../../img/jeinet/main/ico_more_plus.svg) no-repeat center center / 30px;
}
.bbs-best-wrap a{
	position: relative;
	width:100%;
	height:100%;
	display:block;
	background:url(../../../../img/jeinet/main/bg_bbs_best_wrap.jpg) no-repeat center center / cover;
	overflow:hidden;
	border-radius: 100px 0 0 0;
	padding:80px 0 0 50px;
	
}
.bbs-best-wrap a::after {
    content: "";
    width: 500px;
    height:500px;
    border-radius: 100%;
    top:50%;
    margin-top:-250px;
    display: inline-block;
    position: absolute;
    left:-300px;
    bottom:0;
    background: rgb(0 117 255 / 80%);
}
.bbs-best-wrap a .title {
	color:#fff;
	z-index:1;
	position: relative;
	font-size:24px;


}
.bbs-best-wrap a::before {
    content: "";
    display: block;
    width: 71px;
    height: 138px;
    position: absolute;
    bottom:40px;
    left: 50px;
    background: url(../../../../img/jeinet/main/img_obj_people2.png) no-repeat;
    z-index: 1;
	animation:peopleupdown 2s ease infinite 0.5s;
}
.bbs-best-wrap a .title b {
	font-weight:700;
	display:block;
	position: relative;
}
.bbs-best-wrap a > span {
	width: 55px;
    display: inline-block;
	height:0;
    border-radius: 10px 0 0 0;
    position: absolute;
   right:0;
   bottom:0;
    background: #eff5fc url(../../../../img/jeinet/main/ico_more_plus.svg) no-repeat center center / 30px;
	opacity: 0;
	transition: all .3s ease;
    -ms-transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.bbs-best-wrap a:hover > span {
	opacity: 1;
	height: 55px;
}
@keyframes peopleupdown{
	0%   {bottom:40px;} 50%  {bottom:45px}  100%  {bottom:40px}
  }

.footer-banner {position:relative; margin-top:80px; padding:20px 0; border-top:1px solid #ddd;}
.footer-banner #bannerList {position:relative;z-index:1;margin-left: 150px;}
.footer-banner #bannerList a{display: inline-block;}
.footer-banner #bannerList li {position:relative;text-align:center;/*overflow: hidden;*//* height: 424px; */}
.footer-banner #bannerList .slick-list{padding: 10px 0;}
.footer-banner .slider li img {display:inline-block; }
.footer-banner .slick-navigation {position:absolute;top: 5px;left: 0;width: 160px;padding:0 20px;z-index:1;text-indent: inherit;text-align:right;vertical-align: middle;display: inline-block;}
.footer-banner .slick-navigation::after { content:""; display:block; clear:both;}
.footer-banner .slick-navigation button { float:left;width:34px; height:34px; border:1px solid #ddd; margin-left:-1px}
.footer-banner .slick-navigation .Pause{display:none; background: #fff url(../../../../img/jeinet/main/ico_fbanner_pause.svg) no-repeat center center / 20px}
.footer-banner .slick-navigation .Pause.control.on{display:inline-block;}
.footer-banner .slick-navigation .Play{background: #fff url(../../../../img/jeinet/main/ico_fbanner_play.svg) no-repeat center center / 20px}
.footer-banner .slick-navigation .slick-arrow { }
.footer-banner .slick-navigation .slick-prev  { background: #fff url(../../../../img/jeinet/main/ico_fbanner_left.svg) no-repeat center center / 20px}
.footer-banner .slick-navigation .slick-next  { background: #fff url(../../../../img/jeinet/main/ico_fbanner_right.svg) no-repeat center center / 20px}



@media all and (max-width:1380px) {


}

@media all and (max-width:1200px) {
	.section01 .slick-slide img {
		height: 300px;
	}

}


@media all and (max-width:1026px) {

	.section01 .visual-wrap {
		width: 100%;
		margin-bottom:20px;
	   
	}
	.section01 .banner-wrap {
		width: calc(40% - 20px);
		margin:0 20px 0 0;
	}
	.section01 .popzone-wrap {width: 60%;}
	.section01 .slick-slide img { height:auto;}
	.count-wrap ul li { width:50%; margin-bottom:15px}
	.count-wrap ul li:nth-child(2):after { display:none}
	.count-wrap ul li .box .info { text-align:right;}
	
	.dev-wrap .title-wrap { width:100% }
	.dev-wrap .title-wrap .main-title { padding-top:0;}
	.dev-slider-wrap { width:100%;}
	.dev-wrap .title-wrap .btn-more {left:inherit; margin-left:0; right:0;top:20px;}

	.bbs-broc-wrap {
		width: 100%;
		margin-bottom:30px;
	}

	.bbs-devinfo-wrap {
		width: 50%;
		margin:0 40px 0 0;
	}
	.bbs-best-wrap {
		width: calc(100% - 50% - 40px);
	}


}
@media all and (max-width:640px) {
	.main-title h2 {
		font-size:20px;
	}
	.section01 .banner-wrap {
		width: 100%;
		margin:0 0 20px 0;
	}
	.section01 .popzone-wrap {width: 100%;}
	.search-dev-wrap {
		height:90px;
		padding-right:40px;
	}
	.dev-wrap .title-wrap {
        width:100%;
    }
    .dev-slider-wrap {
        position: relative;
        width: 100%;
        top: inherit;
        left: inherit;
        transform: none;
    }
	.search-dev-wrap h3 {
		font-size:20px;
		width:100px;
		padding-left:20px;
		margin-right:50px;
	}
	.search-dev-wrap h3::after {
		border-top: 120px solid transparent;
	}
	.search-dev-wrap .search-box {
		width: calc(100% - 120px);
	}
	.search-dev-wrap .search-box .inner form fieldset .form_inner input[type="text"]::placeholder {
		font-size: 14px;
	}
	.search-dev-wrap::before {
		width: 80px;
		height: 71px;
		background-size:contain;
		left:100px;

	}
	.bbs-devinfo-wrap {
		width: 100%;
		margin:0 0 30px 0;
	}
	.bbs-best-wrap {
		width:100%;
		height:300px
	}
	.bbs-best-wrap a { 
		padding-top:50px
	}

}
@media all and (max-width:480px) {
	.search-dev-wrap {
		height: 180px;
		padding-right: 0;
		flex-wrap: wrap;
		align-items: flex-start;
		border-radius: 20px;;
	}
	.search-dev-wrap h3 { width:100%; margin-right:0; height:50px;text-align: center; justify-content: center; padding-left:0;} 
	.search-dev-wrap h3 b { display: inline-block;}
	.search-dev-wrap h3::after { display: none;}
	.search-dev-wrap::before { left:0;}
	.search-dev-wrap .search-box { width:100%; padding:20px}
	.count-wrap ul li { width:100%; border-bottom:1px dashed #ddd; margin-bottom:0;}
	.count-wrap ul li .box { padding:15px 0;}
	.count-wrap ul li::after { display:none;}
	.bbs-notice ul li a h4 { font-size:18px;}
	.bbs-gallery ul li:nth-child(2) { display:none;}
    .footer-banner .slick-navigation {
        top:-45px
    }
	.footer-banner #bannerList {
		margin-left:0;
		margin-top:50px;
	}
}