#_main {
	background-image: url(/asset/image/business/sales-main.jpg);
}

/*------------------ contact_modal -----------------*/
.contact_modal_wrap {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 99999;
/* overflow: hidden;
    width: 504px; */
    padding: 0px 24px;
}
.contact_modal {
    position: relative;
    opacity: 0;
    transition: 1.2s cubic-bezier(.24, .73, .41, .99);
/* margin-bottom: -100%; */
    border: solid 2px #C7C7C7;
    border-radius: 0px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    background: rgba(255,255,255,1);
    text-align: center;
}
.contact_modal.on {
    margin-bottom: 0;
    opacity: 1;
}
.contact_modal_inner {
    overflow: hidden;
    padding: 5px 24px 20px;
}
.contact_modal_inner a{
    font-size: 16px!important;
    line-height: 20px!important;
}
.contact_modal_close {
    position: absolute;
    top: -20px;
    right: -10px;
    transition: .2s;
    cursor: pointer;
}
.contact_modal_close:hover {
    opacity: 0.8;
}
.bx_lf{
   float: left;
   margin-right: 12px;
}
.only_pc{
   display:block;
}
@media screen and (max-width: 768px) {
    .contact_modal_wrap {
        width: 100%;
        padding: 24px 10px;
    }
    .contact_modal_inner {
        /*padding: 14px 12px 0;*/
        padding: 14px 12px 10px;
    }
    .contact_modal .contact_modal_list {
        line-height: 1.7;
    }
	.contact_modal .contact_modal_list .contact_modal_item {
		flex-basis: 86px;
		max-width: 86px;
	}
	.bx_lf{
	width: 48%;
	}
	.only_pc{
	   display:none;
	}
}

@media screen and (max-width: 350px) {
    .contact_modal_wrap {
        padding: 24px 12px;
    }
    .contact_modal_inner {
        padding: 14px 12px 0;
    }
}
