@charset "utf-8";
.main_visual{}
    .swiper-button-next{width:40px;height: 76px;left: 100px;background: url('../../images/main/btn_main_next.png') no-repeat;}
    .swiper-button-prev{width:40px;height: 76px;right: 100px;background: url('../../images/main/btn_main_prev.png') no-repeat;}
.mov_area{width: 100%; height:100%;}
.mov_area video{}
.sli_bg{position: relative;}
.sli_bg img, .sli_bg video{max-width: 100%; width:100%;}
.inner{background: #f5f5f5;}
.inner h3{text-align: center; padding-bottom: 80px;font-size: 34px;color: #898989;background: url('../../images/main/titleB_bg.png') no-repeat center 5px;}
/* list_category */
.lst_bicycle{width: 1611px; min-width: 1280px;display: inline-block;margin: 0 auto;text-align: center;}
.lst_bicycle li.lst_category{width: 340px;height: 453px;display: inline-block;margin: 0 30px 80px 30px;float: left;position: relative;z-index:3;cursor: pointer;}
.lst_bicycle li.lst_category img{position: relative;}
.lst_category_title{width: 100%;height: 55px;position: absolute;bottom: 0;z-index: 4;text-align: left;}
.lst_icon_hovr{display: none;}
.lst_category_title strong{position: absolute;top: 12px;left: 25px;color: #fff;font-size: 24px;font-weight: normal;z-index: 1;}
.lst_category_title p, .lst_category_title a{display: none;}
.lst_bicycle li.lst_category::before{content:"";width:0%; height:100%; position:absolute; left:0px; top:0px;z-index:3;box-shadow: 0px 0px 30px #555;-webkit-transition: background-color 0.5s ease-out;-moz-transition: background-color 0.5s ease-out;-o-transition: background-color 0.5s ease-out;transition: background-color 0.5s ease-out;}
.lst_bicycle li.lst_category:hover::before { width:100%; background-color:#d20004;opacity: 0.8;}
.lst_bicycle li.lst_category:hover .lst_category_title{height: 100%;}
.lst_bicycle li.lst_category:hover .lst_icon_hovr{display: block;position: absolute;top: 180px;left: 30px;}
.lst_bicycle li.lst_category:hover .lst_category_title strong{position: absolute;top: 260px;left: 30px;}
.lst_bicycle li.lst_category:hover .lst_category_title p{width: 83%;position: absolute;top: 300px;left: 30px;display: block;z-index: 5;white-space: pre-line;text-align: left;color: #fff;}
.lst_bicycle li.lst_category:hover .bg_box{display: none;}
.lst_bicycle li.lst_category:hover .lst_category_title a{width: 115px;height: 44px;position: absolute;top: 369px;left: 30px;display: block;z-index: 5;line-height: 44px;text-align: center;font-size: 13px;color:#fff;border: 1px solid #fff;}
.bg_box{width: 100%;height: 55px;background: #000;opacity: 0.5;}

.lst_bicycle li.lst_search{width: 340px;height: 453px;display: inline-block;margin: 0 30px 80px 30px;float: left;position: relative;z-index:3;background: #ede8e4;}
.lst_bicycle li.lst_search img{margin-top: 87px;}
.lst_bicycle li.lst_search strong{width: 100%;display: block;margin-top: 40px;font-size: 32px;font-weight: normal;}
.lst_bicycle li.lst_search p{width: 255px;margin: 20px auto 40px;line-height: 24px;color: #666;}
.lst_bicycle li.lst_search input{height: 55px;padding: 18px 10px 18px 20px;box-sizing: border-box;font-size: 14px;color: #898989;background: #f5f5f5;border: 1px solid #f5f5f5;}
.lst_bicycle li.lst_search button{width: 55px;height: 55px;margin-left: -4px;text-indent: -10000px;background: url('../../images/main/btn_lst_search.png') no-repeat 0 0;}

/* 한줄공지 */
.container_wrap.hanju_notice_con {position: relative;}
.hanju_notice{position: absolute; z-index: 1; top: -57px; left: 50%; transform: translateX(-50%); width: 100%; padding: 14px 0;background: #333;}
    .hanju_notice p{width: 1080px;margin: 0 auto;text-align: center;font-weight: 300;color: #fff;}
    .hanju_notice a span{cursor: default;}
        .hanju_notice p span::after{content: "";width: 1px;height: 12px;margin: -1px 30px 0;display: inline-block;vertical-align: middle;background: #fff;}
        .hanju_notice p span.hanju_day{margin-left: 10px;margin-top: 3px;display: inline-block;vertical-align: middle;}
    .hanju_notice p span.hanju_day::after{content: "";width: 0;display: none;}
    .hanju_notice p a.ellipsis{width: 600px;height: auto !important;padding: 5px 0;display: inline-block;white-space: nowrap;overflow: hidden;text-align: center;text-overflow: ellipsis;font-weight: 300;color: #fff;box-sizing: border-box;}

.btn_Top{width: 67px;height: 67px;position: fixed;right: 10px;bottom: 470px;text-indent: -10000px;background: url('../../images/main/btn_top.png') no-repeat 0 0;}

@media all and (max-width:1633px){
    .lst_bicycle{width: 1110px;min-width: 1000px;text-align: center;}
    .lst_bicycle li.lst_category, .lst_bicycle li.lst_search{margin: 0 15px 80px 15px;}
	.inner h3{text-align: center; padding-bottom: 80px;font-size: 34px;color: #898989;background: url('../../images/main/title_bg.png') no-repeat center 5px;}
}
@media all and (max-width:1330px){
    .lst_bicycle{width: 1110px;min-width: 1000px;text-align: center;}
    .lst_bicycle li.lst_category, .lst_bicycle li.lst_search{margin: 0 15px 80px 15px;}
    .inner h3{text-align: center; padding-bottom: 80px;font-size: 34px;color: #898989;background: url('../../images/main/title_bg.png') no-repeat center 5px;}
}
