/***main css ***/
.main_inner{
	min-height:370px;
	max-height:370px;
	overflow:hidden;
}
.one-time .slick-prev{
	height: 40px;
    width: 40px;
    position: absolute;
    top: 50%;
    left: 30px;
    display: block;
    font-size: unset;
    background: url(/images/main/arrow-prev.png) 50% 50% no-repeat;
    background-size: auto;
	opacity: 0.8;
	z-index:1;
}
.one-time .slick-next{
	height: 40px;
    width: 40px;
    position: absolute;
    top: 50%;
    right: 30px;
    display: block;
    font-size: unset;
    background: url(/images/main/arrow-next.png) 50% 50% no-repeat;
    background-size: auto;
	opacity: 0.8;
	z-index:1;
}
/* community_wrap */
/* 기존 css*/
/*product*/
.product-wrap{
	position: relative;
	text-align: center;
	overflow: hidden;
}
.product-wrap .title{
	position: relative;
	font-size: 37px;
	font-family: 'noto-b';
	letter-spacing: 0.07em;
	margin-top: 60px;
	margin-bottom: 5px;
}
.product-wrap .title::after {
	content: "";
	position: absolute;
	width:35px;
	height: 35px;
	background: url(/images/main/img_title2.png);
	top: -12px;
    right: -23px;
}
.mouse_icon {
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -32px;
	display: inline-block;
	width: 64px;
	height: 39px;
	background: url(/images/main/mousewheel_icon.png) no-repeat center;
}
/* product 탭 */
.tab_wrap{
	padding: 25px 0;
}
.tab_menu_container {
	width:1200px;
	margin: 0 auto;
	white-space: nowrap;
	overflow-x: auto;
	cursor: pointer;
}
.tab_menu_btn {
	display: inline-block;
	width:80px;
	height:40px;
	padding: 13px 0;
}
.tab_menu_btn.on {
	border-bottom:2px solid #193989;
	font-family: 'noto-b';
	color:#193989;
}
.con_idx{
	padding-bottom: 85px;
}
.con_idx .prod_slide {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.con_idx .prod_slide li {
	outline: none;
	float: left;
}

.con_idx .prod_slide li .inner {
	overflow: hidden;
	cursor: pointer;
	box-sizing: border-box;
	border: 2px solid transparent;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	text-align: center;
	margin: 0 15px;
	padding: 10px;
}

.con_idx .prod_slide li .inner {
	overflow: hidden;
	cursor: pointer;
	box-sizing: border-box;
	border: 2px solid transparent;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	text-align: center;
	margin: 0 15px;
}
.con_idx .prod_slide li .inner .pic{
	position: relative;
	height: 200px;
}
.con_idx .prod_slide li .inner .pic  img{
	position: absolute;
    transform: translateX(-50%) translateY(-50%);
    top: 50%;
    left: 50%;
    max-width: 100%;
    width: auto;
    height: 100%;
}
.con_idx .prod_slide li .inner .info {
	padding: 20px 15px;
}

.con_idx .prod_slide li .inner .info p {
	color: #666;
	font-size: 1em;
	font-family: 'noto-m';
	letter-spacing: -0.5px;
	transition: 0.3s;
	-webkit-transition: 0.3s;
}

.con_idx .prod_slide li .inner:hover {
	border-color: #193989;
}
.con_idx .prod_slide li .inner:hover .info p {
	color: #222;
}

/* customer */
.customer-wrap {
	position: relative;
	height: 400px;
	background: url(/images/main/main_bg1.png) no-repeat center;
	background-size: cover;
	margin: 65px 0 20px;
}

.customer-wrap .cont_box {
	float: right;
	padding: 95px 0;
}

.customer-wrap .cont_box ul {
	overflow: hidden;
	margin: 0 0 0 -10px;
}

.customer-wrap .cont_box ul li {
	float: left;
}

.customer-wrap .cont_box ul li a {
	display: block;
	box-sizing: border-box;
	width: 190px;
	height: 190px;
	border: 1px solid #ccc;
	background: #fff;
	text-align: center;
	margin: 10px 0 0 15px;
	color: #444;
	font-weight: 700;
	font-size: 1.063em;
	-webkit-transition: transform 0.2s linear;
	-moz-transition: transform 0.2s linear;
	transition: transform 0.2s linear;
}

.customer-wrap .cont_box ul li a .icon {
	display: block;
	margin-bottom: 13px;
	min-height: 53px;
}

.customer-wrap .cont_box ul li a:hover {
	transform: translateY(-10px);
	-webkit-transform: translateY(-10px);
	color: #193989;
	border-color: #193989
	;
}

.customer-wrap .t_box {
	position: absolute;
	left: 0;
	top: 125px;
}

.customer-wrap .t_box .tt {
	font-size:45px;
	color: #222;
	font-weight: 700;
	letter-spacing: 4px;
}

.customer-wrap .t_box .txt {
	font-size: 23px;
	color: #444;
	margin: 20px 0 25px;
}
.va {
  display: inline-block;
  *
  display: inline;
  zoom: 1;
  vertical-align: middle;
  width: 0;
  height: 100%;
}

.va_tt {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
  width: auto;
  height: auto;
  white-space: normal;
}
.va_tt .icon{
    display: block;
    margin-bottom: 13px;
    min-height: 53px;
}
/* buiness */
.buiness-wrap {
	position: relative;
    text-align: center;
    overflow: hidden;
	padding-bottom: 120px;
}
.buiness-wrap .title{
	position: relative;
	font-size: 37px;
	font-family: 'noto-b';
	letter-spacing: 0.07em;
	margin-top: 60px;
	margin-bottom: 5px;
}
.buiness-wrap .title::after {
	content: "";
	position: absolute;
	width:35px;
	height: 35px;
	background: url(/images/main/img_title2.png);
	top: -12px;
    right: -23px;
}
.buiness-wrap .cont {
    position: relative;
    width: 100%;
    padding-top: 24px;
    padding-right: 15%;
    margin-top: 40px;
    box-sizing: border-box;
}

.buiness-wrap .cont .bsImgWrap {
    position: relative;
    /* text-align: center; */
    width: 100%;
    padding: 78px 100px;
    background-color: #f5f5f5;
    box-sizing: border-box;
    overflow: hidden;
}

.buiness-wrap .cont .bsImgWrap:after {
    z-index: 2;
}

.buiness-wrap .cont .bsImgWrap .bsImg-item {
    position: relative;
    max-width: 515px;
    padding-top: 40%;
}

.buiness-wrap .cont .bsImgWrap .bsImg-item .img_box {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: -1;
    transform: translateY(40px);
    transition: opacity 0.4s ease-in-out, transform 0.6s ease-in-out;
}

.buiness-wrap .cont .bsImgWrap .bsImg-item .img_box.on {
    opacity: 1;
    z-index: 1;
    transform: translateY(0);
}

.buiness-wrap .cont .bsImgWrap .bsImg-item .img_box img {
    max-height: 100%;
}

.buiness-wrap .cont .bsInfoWrap {
    position: absolute;
    right: -50px;
    top: -75px;
    padding: 24px 30px;
    width: 100%;
    max-width: 400px;
    background-color: #003583;
    box-sizing: border-box;
    z-index: 2;
    transform: translate(-50px, 50px);
    transition: transform 0.6s ease-in-out;
    transition-delay: 0.6s;
}

.buiness-wrap .cont.gogo .prdInfoWrap {
    transform: translate(0);
}

.buiness-wrap .cont .bsInfoWrap .bsInfo-item {
    position: relative;
    width: 100%;
    margin-top: 15px;
    padding-bottom: 12px;
    /* overflow:hidden; */
    cursor: pointer;
}

.buiness-wrap .cont .bsInfoWrap .bsInfo-item:first-child {
    margin-top: 0;
}

.buiness-wrap .cont .bsInfoWrap .bsInfo-item:last-child {
    padding-bottom: 0;
}

.buiness-wrap .cont .bsInfoWrap .bsInfo-item strong {
    display: block;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.33;
    color: #406599;
    transition: color 0.4s ease-in-out;
}

.buiness-wrap .cont .bsInfoWrap .bsInfo-item .btn_more {
    position: absolute;
    padding-right: 10px;
    right: -100px;
    top: 0;
    font-size: 13px;
    line-height: 2;
    color: #fff;
    background: url(../../images/main/icon_more.png) no-repeat right 50%;
    transition: right 0.5s ease-in-out;
}

.buiness-wrap .cont .bsInfoWrap .bsInfo-item p {
    display: none;
    padding-top: 16px;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.75;
    color: #fff;
    box-sizing: border-box;
}

.buiness-wrap .cont .bsInfoWrap .bsInfo-item .img_box {
    display: none;
}

.buiness-wrap .cont .bsInfoWrap .bsInfo-item:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background-color: rgba(64, 101, 153, 0.7);
}

.buiness-wrap .cont .bsInfoWrap .bsInfo-item:last-child:before {
    display: none;
}

.buiness-wrap .cont .bsInfoWrap .bsInfo-item.active strong {
    color: #fff;
    font-size: 19px;
}

.buiness-wrap .cont .bsInfoWrap .bsInfo-item.active .btn_more {
    right: 0;
}

.buiness-wrap .cont .bsInfoWrap .bsInfo-item.active p {
    display: block;
}

.more_link_btn{
    border-radius: 30px;
    height: 45px;
    display: inline-block;
    padding: 11px 25px;
	cursor:pointer;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
	font-size: 15px;
}
.more_link_btn2{
	font-size: 17px;
    border: 1px solid #fff;
    padding: 15px 30px;
    margin-top: 100px;
    display: inline-block;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}




/***취급품목 영역***/
.main_sort_box{
	padding: 100px 0 95px 0;
}
.btn_more_box,
.main_sort_cont{
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-moz-transition:all 0.5s;
}
.btn_more_box:hover{
	background:#072241;
	color:#fff;
}
.main_sort_cont:hover{
	border:1px solid #072241;
	box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}
/***공지사항 영역***/
.noto_list li{
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-moz-transition:all 0.5s;
}
.noto_list li:hover a{
	text-decoration:underline;
	color:black;
}
