/* CSS Document */

body {	-webkit-text-size-adjust:100%; font-family:'Lato', sans-serif; overflow-x: hidden; background-color: #efefef;}
img {	border:0; }

/* Reset ================================================================================= */

a { text-decoration:none;
-webkit-transition: all 0.4s ease-out 0s;
-moz-transition: all 0.4s ease-out 0s;
transition: all 0.4s ease-out 0s; }
a:hover { text-decoration:none; }

* { margin:0; padding:0; list-style:none;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box;    /* Firefox, other Gecko */
box-sizing: border-box;         /* Opera/IE 8+ */}

.content-Box { max-width:1200px; margin:0 auto; text-align:left; position:relative; clear:both;}

#content { font-size: 17px; line-height: 28px; color: #333333; padding-top: 110px; }
#content p{ padding-bottom: 25px;}

.banner-bg { background: url(../images/banner-bg.jpg) no-repeat center center; background-size: cover;padding: 0 20px; }
.banner-slogon { display: flex; flex-direction: row; flex-wrap: nowrap; align-items: center; min-height: 140px; }
.banner-slogon h1 { color: #fff; font-size: 24px; font-weight: bold; line-height: 110%;}

.main-box { padding: 10px 20px 50px 20px;}

#path { text-align: left; padding-bottom: 20px; line-height: 110%;}
#path li { display: inline-block; vertical-align: top; font-size: 14px; color: #333333;}
#path li:after { content:"/"; display: inline-block; vertical-align: top; padding: 0 0 0 4px;}
#path li:last-child:after { display: none;}
#path li a { color: #333;}
#path li:last-child a { pointer-events: none;}
#path li a:hover { opacity: 0.6;}

/*about*/
.about-section { display: flex; flex-direction: row; flex-wrap: wrap;}
.about-section > div:nth-of-type(1) { width: calc(50% + 33px);}
.about-section > div:nth-of-type(2) { width: calc(50% - 33px); padding-top: 27px;}

.title01 { font-size: 34px; font-weight: bold; line-height: 105%; padding-bottom: 28px;}

/*products*/
.aside-section { width: calc(100% + 40px); margin-left: -20px; background: #fff; border-width: 1px 0; border-color: #d9d9d9; border-style: solid; padding: 20px 0 10px 0; margin-bottom: 35px;}
aside { display: flex; flex-direction: row; flex-wrap: wrap;}
aside > a { margin-bottom: 15px; width: 16.66%; text-align: center; padding: 0 12px; color: #333333; font-size: 16px; line-height: 22px; border-right: 1px solid #d9d9d9;}
aside > a:hover, aside > a.current { color: #e1010e;}

.pro-list {display: flex; flex-direction: row; flex-wrap: wrap; margin-right: -25px; padding-bottom: 30px;}
.pro-list > div {width: calc(20% - 25px); margin: 0 25px 25px 0; background: #fff;box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2); padding: 10px 10px 20px 10px;position: relative;}
.pro-pto {line-height: 0; margin-bottom: 12px; overflow: hidden;}
.pro-pto:hover img {transform: scale(1.05);}
.pro-pto img {width: 100%; transition: all 0.4s ease-out 0s;aspect-ratio: 200/224;object-fit: contain;}
.pro-name { text-align: center; font-size: 16px; color: #333; min-height: 50px; line-height: 130%; word-break: break-word;}
.pro-cate { font-size: 15px; border-radius: 0 0 8px 0; color: #fff; background-color: #ee7700; padding: 1px 8px; position: absolute; top: 0;left: 0;}
#page { text-align: center; padding:0px 0 40px 0;}
#page a { width: 25px; height: 25px; line-height: 24px; text-align: center; color: #fff; font-size: 15px; font-weight: normal; background: #a8a8a8; margin: 0 6px 6px 6px; display: inline-block; border-radius: 100%; }
#page a:hover, #page a.current { color: #fff;background: #e1010e;}

.queue {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    color: #333;
    padding: 0px 0 40px 0;
}

@media(max-width: 767px) {
    .queue {
        justify-content: center
    }
}

.queue__go{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 15px 0 0 0;
    padding: 4px 0;
}

.queue__input {
    display: inline-block;
    width: 60px;
    height: 27px;
    color: #333333;
    border: 0;
    font-size: 16px;
    border: 1px solid #aaa;
    border-radius: 3px;
    margin: 0 6px;
    text-align: center;
    text-align-last: center;
}

.queue__button{
    width: 40px;
    height: 27px;
    color: #333333;
    border: 0;
    font-size: 16px;
    border: 1px solid #aaa;
    border-radius: 3px;
    margin: 0 0;
    text-align: center;
    text-align-last: center;
    cursor: pointer;
}

.queue__first,
.queue__item,
.queue__prev,
.queue__next,
.queue__last {
    display: inline-block;
    min-width: 27px;
    height: 27px;
    color: #333;
    border: 0;
    border-radius: 4px;
    background-color: #dedede;
    text-align: center;
    line-height: 26px;
    padding: 0 5px;
    margin: 4px;
    cursor: pointer
}

.queue__first:hover:not(.queue__item--current),
.queue__item:hover:not(.queue__item--current),
.queue__prev:hover:not(.queue__item--current),
.queue__next:hover:not(.queue__item--current),
.queue__last:hover:not(.queue__item--current) {
    color: #fff;
    background-color: #c10e23
}

.queue__first--current,
.queue__item--current,
.queue__prev--current,
.queue__next--current,
.queue__last--current {
    color: #fff;
    background-color: #c10e23
}

.queue__dot {
    margin: 0 8px;
    line-height: 26px
}

.queue__alldata {
    font-size: 16px;
    margin-left: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 0.1em
}

@media(max-width: 767px) {
    .queue__alldata {
        width: 100%;
        margin-top: 8px;
        display: flex;
        justify-content: flex-end;
        align-items: center
    }
}

.queue__alldata span {
    font-weight: 500;
    margin: 0 6px
}


/*products-detail*/
.products-detail-box { background: #fff; width: calc(100% + 40px); margin-left: -20px; padding: 65px 20px 100px 20px; margin-top: -35px; margin-bottom: 80px;}
.pro-b { max-width: 500px; margin: 0 auto 65px auto;}

.loop .owl-item { padding: 0 ;}
.loop .owl-nav { position: absolute; top:calc(50% - 50px); width: 100%; z-index: 11;}
.loop .owl-prev, .loop .owl-next { position:absolute; z-index:100; top:calc(50% - 40px); background:none !important;}
.loop .owl-prev { left:0px; }
.loop .owl-next { right:0px;}
.loop .owl-prev:before, .loop .owl-next:before { font-family: 'Font Awesome 5 Free';font-weight: 900 !important;font-size:70px; color: #fff; opacity: 0.3;transition: all 0.4s ease-out 0s;width: 107px; height: 107px; background-size: contain; display: block;}
.loop .owl-prev:before { background-image:url(../images/left-arrow.png); content: ""; }
.loop .owl-next:before { background-image:url(../images/right-arrow.png); content: ""; }
.loop .owl-prev:hover:before, .loop .owl-next:hover:before { opacity: 1;}
.loop .owl-stage-outer {z-index: 2;}
.loop .owl-dots { position: absolute; z-index: 100; bottom: -50px; width: 100%; text-align: center !important; padding: 0 50px; }
.loop .owl-dots .owl-dot span, .loop  .owl-dots .owl-dot span { background: #a8a8a8 !important; width: 12px !important; height: 12px !important; border: 0px solid #4c4c4c; opacity: 0.5;}
.loop .owl-dots .owl-dot.active span, .loop  .owl-dots .owl-dot:hover span { background: #e10312 !important; opacity: 1; }

.products-detail-content-1 {display: flex; flex-direction: row; flex-wrap: wrap; justify-content: center; margin-right: -48px; margin-bottom: 20px; }
.products-detail-content-1 > div { width:calc(33.33% - 48px); margin-right: 48px; padding-bottom: 30px; }
#content .products-detail-content-1 p {padding-bottom: 0;}
.title02 { font-weight: bold; color: #e1010e; font-size: 22px; border-bottom: 1px solid #d6d6d6; padding-bottom: 12px; margin-bottom: 18px;}

.title03 { font-weight: bold; color: #333333; font-size: 22px; padding-bottom: 40px; text-align: center;}

.pro-bg {background: #fff;box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2); padding: 10px; margin-bottom: 28px;}

.loop2 { margin-bottom: 50px;}
.loop2 .owl-item { padding: 0 5px;}
.loop2 .owl-nav { position: absolute; top:calc(50% - 50px); width: 100%; z-index: 11;}
.loop2 .owl-prev, .loop2 .owl-next { position:absolute; z-index:100; top:calc(50% - 40px); background:none !important;}
.loop2 .owl-prev { left:0px; }
.loop2 .owl-next { right:0px;}
.loop2 .owl-prev:before, .loop2 .owl-next:before { font-family: 'Font Awesome 5 Free';font-weight: 900 !important;font-size:70px; color: #fff; opacity: 0.3;transition: all 0.4s ease-out 0s;width: 107px; height: 107px; background-size: contain; display: block;}
.loop2 .owl-prev:before { background-image:url(../images/left-arrow.png); content: ""; }
.loop2 .owl-next:before { background-image:url(../images/right-arrow.png); content: ""; }
.loop2 .owl-prev:hover:before, .loop2 .owl-next:hover:before { opacity: 1;}
.loop2 .owl-stage-outer {z-index: 2;}
.loop2 .owl-dots { position: absolute; z-index: 100; bottom: -40px; width: 100%; text-align: center !important; padding: 0 50px; }
.loop2 .owl-dots .owl-dot span, .loop2  .owl-dots .owl-dot span { background: #bebebe !important; width: 12px !important; height: 12px !important; border: 0px solid #4c4c4c;}
.loop2 .owl-dots .owl-dot.active span, .loop2  .owl-dots .owl-dot:hover span { background: #c51927 !important;  }

.btn-inquiry { text-align: center; margin-bottom: 40px;}
.btn-inquiry > a { display: inline-block !important; margin: 0 10px 10px 10px;}

/*news*/
.news-list { margin-right: -16px; display: flex; flex-direction: row; flex-wrap: wrap;}
.news-list > div { margin: 0 16px 50px 0; width: calc(33.33% - 16px);}

.news-list > div:hover .news-pto img { transform: scale(1.05);}
.news-list > div:hover .news-btn { color: #fff; background: #545454;}
.news-list > div:hover .over-effect:before, .products > div:hover .over-effect:before{opacity: 1;bottom: 0px;right: 0px;}
.news-list > div:hover .over-effect:after, .products > div:hover .over-effect:after {opacity: 1;top: 0px;left: 0px;}
.news-date { font-size: 16px; letter-spacing: 1px; line-height: 28px; padding-bottom: 4px;}
.news-pto { line-height: 0; margin-bottom: 15px; overflow: hidden; position: relative;}
.news-pto img { transition: all 0.4s ease-out 0s; width: 100%;}
.news-name { line-height: 25px; padding-bottom: 26px; font-size: inherit; font-weight: normal; }
.news-btn {  display: block; width: 110px; line-height: 30px; border-radius: 20px; border: 1px solid #545454; color: #545454; font-size: 14px;text-align: center; padding: 0 10px;}
.news-data { padding: 30px 24px;font-size: 16px; line-height: 130%; text-align: left;}
.news-data span { font-size: 14px;padding-bottom: 4px; display: block;}
.news_detail{padding: 2vh 0;}
.news_detail_top{border-bottom: 2px solid #ccc;margin-bottom: 30px;}
.news_title{font-size: 30px;margin-bottom: 10px;}
.news_detail .news-data{padding: 10px 0;}
.back_btn{display: block;width: 120px;line-height: 40px;text-align: center;border-radius: 10px;border: 1px solid #333333;font-size: 15px;color: #333;margin: 15px auto;}
.back_btn:hover{border: 1px solid #cc1a28;font-size: 15px;color: #fff;background: #cc1a28;width: 130px;}



.over-effect:before { color:#e10312;top: 0px;left: 0px;right: 100%;bottom: 100%;border-top: 8px solid;border-left: 8px solid;}
.over-effect:after {color:#e10312;left: 100%;top: 100%;bottom: 0px;right: 0px;border-bottom: 8px solid;border-right: 8px solid;}
.over-effect:before,
.over-effect:after {content: "";opacity: 0;pointer-events: none;z-index: 3;position: absolute;box-sizing: border-box;transition: all 0.5s ease;box-shadow: none;}
.over-effect:hover:before {opacity: 1;bottom: 0px;right: 0px;}
.over-effect:hover:after {opacity: 1;top: 0px;left: 0px;}

.btn01 { display: block; width: 120px; line-height: 40px; text-align: center; border-radius: 10px; border: 1px solid #333333; font-size: 15px; color: #333;}
.btn01:hover { border: 1px solid #cc1a28; font-size: 15px; color: #fff; background: #cc1a28; width: 130px;}


/*e-catalog*/
.e-catalog { max-width: 1054px; margin: 0 auto;}
.e-catalog-list { display: flex; flex-direction: row; flex-wrap: wrap; margin-right: -38px;}
.e-catalog-list > div { margin-bottom: 32px; margin-right: 38px; width: calc(25% - 38px);}
.e-catalog-list > div .news-name { text-align: center;}

/*download*/
.download { max-width: 1120px; margin: 0 auto; text-align: left;}
.download-spec { border-spacing: 1px; width: 100%;color: #333333; margin-bottom: 60px;}
.download-spec th { padding: 22px 25px; border-top:4px solid #dcdcdc; font-size: 22px; text-align: center; border-bottom: 1px solid #dbdbdb; position: relative;}
.download-spec th:after { content: ""; position: absolute; width: 1px; height: 29px; background: #ebebeb; top:40px; right: 0px;}
.download-spec th:last-child:after { display: none;}
.download-spec th:first-child { border-top-color: #e90014; text-align: left;}
.download-spec td { font-size: 17px; padding: 22px 25px; text-align: center;border-bottom: 1px solid #dbdbdb;}
.download-spec td h2{font-size: inherit;font-weight: normal;}
.download-spec td a { color: #a7abaf; font-size: 28px;}
.download-spec td a:hover { color: #e90014;}
.download-spec tr { transition: all 0.4s ease-out 0s;}
.download-spec tr:hover { background: #fff;}
.download-spec tr:first-child:hover { background: #efefef;}

.align-left { text-align:left !important;}

/*contact*/
.contact-main {display: flex; flex-direction: row; flex-wrap: wrap; margin-bottom: 50px; }
.contact-main > div { width:50%; padding-right: 35px;}
.contact-main input[type="text"], .contact-main input[type="number"], .contact-main input[type="tel"], .contact-main input[type="phone"], .contact-main input[type="date"], .contact-main input[type="email"], .contact-main input[type="password"], .contact-main input[type="button"], .contact-main textarea { font-size: 17px; border-width:0 0 1px 0; border-style: solid; border-color: #cccccc; margin: 0px 0 0 0; width: 100%; padding: 15px 5px; color:#333; background: none; font-family: 'PT Sans', sans-serif; letter-spacing: 1px; }
.contact-main textarea { height:150px; padding:10px 5px; letter-spacing: 1px; resize: none; margin-bottom: 10px;}
.contact-main select{  margin: 0px 0 0 0; min-width: 80px; width:100%; background-image: url(../images/product-select.png); background-repeat: no-repeat; background-position: 100% 20px; -webkit-appearance: none; -moz-appearance: none; appearance: none;   margin-right:4px; background-color: transparent; font-size: 17px; border-width:0 0 1px 0; border-style: solid; border-color: #cccccc; mwidth: 100%; color:#333; font-family: 'PT Sans', sans-serif; height: 54.5px; padding: 0 35px 0 5px;  letter-spacing: 1px;}
.contact-main option { padding:1px 5px;}
.contact-main select::-ms-expand {
    display: none;
}
.contact-select { border-bottom: 1px solid #cccccc; padding: 15px 5px;}
.contact-100 {width: 100% !important;}

.products-detail-btn-2 {display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: center; margin-bottom: 70px; }
.products-detail-btn-2 > input { display: inline-block;background: #e1010e; border-width: 0; width: 100px; text-align: center;color: #ffffff; font-size: 15px; font-weight: bold; line-height: 40px; padding: 0 18px; border-right: 1px solid #fff; cursor: pointer;}
.products-detail-btn-2 > input:first-child { border-radius: 5px 0 0 5px;}
.products-detail-btn-2 > input:last-child { border-radius: 0 5px 5px 0; background: #2e2e2e;}
.products-detail-btn-2 > input i { display: inline-block; padding: 0 3px;}
.products-detail-btn-2 > input:hover { opacity: 0.6;}


/*inquiry*/
.inquiry_page{padding: 2vh 0;}
.cart-img{}
.cart-img img{width:30%;}
.inquiry_page a{color:#333;}
.inquiry_list{margin-bottom: 30px;border-bottom: 3px solid #ccc;padding-bottom: 30px;}
.inquiry_page .delete::before {content: '\f2ed';display: block;font-family: 'Font Awesome 5 Free';font-weight: 900;font-size: 14px;color: #333;}
.datatable.cart-table th{background: #585858;}
.cart-table td input {border: 1px solid #ccc;width: 80px;text-align: center;padding: 5px;}
.inquiry_data form{margin: 15px 0;}
.inquiry_data form ul{display: flex;flex-wrap: wrap;}
.inquiry_data form ul li{width:50%;padding-right: 35px;}
.inquiry_data form input[type="text"],.inquiry_data form input[type="tel"],.inquiry_data form input[type="email"],.inquiry_data form textarea{font-size: 16px;border-width: 0 0 1px 0;border-style: solid;border-color: #cccccc;margin: 0px 0 0 0;width: 100%;
padding: 15px 5px;color: #333;background: none;letter-spacing: 1px;}
.inquiry_data form textarea {height: 150px;padding: 10px 5px; letter-spacing: 1px;resize: none;margin-bottom: 10px;}
.inquiry_data .contact-btn{margin: 45px auto 45px auto;text-align: center;}
.inquiry_data .contact-btn input[type=button]{display: inline-block;background: #e1010e;border-width: 0;width: 100px;text-align: center;
color: #ffffff;font-size: 15px;font-weight: bold;line-height: 40px;padding: 0 18px;border-right: 1px solid #fff;cursor: pointer;border-radius: 5px;}
.inquiry_data .contact-btn input[type=submit]{display: inline-block;background: #e1010e;border-width: 0;width: 100px;text-align: center;
    color: #ffffff;font-size: 15px;font-weight: bold;line-height: 40px;padding: 0 18px;border-right: 1px solid #fff;cursor: pointer;border-radius: 5px;}

.contact-bottom {display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: space-between; align-items: center;}
.google-machine { margin:24px 0 20px 0; text-align: right;}
.contact-btn { justify-content: flex-end; margin-bottom: 45px;}
.contact-btn > a:last-child { border-width: 0;}

.map iframe { width: 100%; border-width: 0; height:312px; margin-bottom: 60px;}

/*sitemap*/
.sitemap { display: flex; flex-direction: row; flex-wrap: wrap; padding: 0 0px 60px 0px;}
.sitemap > div { padding: 0 10px 0px 10px; width:14.285%;}
.sitemap-100 { width:100% !important;}
.sitemap-link-1  { margin-bottom: 20px;}
.sitemap-link-1 a { display: block; line-height: 40px; border-radius: 20px; text-align: center; color: #333; font-size: 18px; font-weight: bold; padding: 0 10px; border: 1px solid #b8b8b8;}
.sitemap-link-1 a h2{font-size: inherit; font-weight: normal;}
.sitemap-link-1 a:hover { color: #fff; background: #e1010e;}
.sitemap-link-2 a { display: block; color: #333333; font-size: 17px; font-weight: bold; padding-bottom: 10px; margin-bottom:10px; margin-top: 5px; border-bottom: 1px solid #cdcdcd;}
.sitemap-link-2 a h3 {font-size: inherit; font-weight: normal;}
.sitemap-link-2 a:hover, .sitemap-link-3 a:hover, .sitemap-link-4 a:hover { opacity: 0.6;}
.sitemap-link-3 a { display: block; color: #e1010e; font-size: 17px; font-weight: normal; padding-bottom: 5px;}
.sitemap-link-3 a h4 {font-size: inherit; font-weight: normal;}
.sitemap-link-4 a { display: inline-block; padding: 0 18px 0 17px; position: relative; color: #333; font-size: 16px; font-weight: normal; margin-bottom:8px;}
.sitemap-link-4 a h5 {font-size: inherit; font-weight: normal;}
.sitemap-link-4 a:before { content: "\f105"; font-family: 'Font Awesome 5 Free';font-weight: 900; position: absolute; left: 0; top: 0; color: #bfbfbf; font-size: 15px;}


@media only screen and (max-width: 1023px) {
	#content { padding-top: 70px;}



}
@media only screen and (max-width: 980px) {
	#path {padding-bottom: 10px;}

	.about-section > div:nth-of-type(1) { width: 100%;}
	.about-section > div:nth-of-type(2) { width: 100%; padding-top: 0px; text-align: center;}
	.title01 { font-size: 24px;}

	.aside-section { display: none;}

	.pro-list > div {width: calc(33.33% - 25px);}

	.news-list > div { width: calc(50% - 16px);}

	.e-catalog-list > div { width: calc(50% - 38px);}


	.contact-main {width: 100%; }
	.contact-main > div { width: 100%;padding-right: 0;}

	.sitemap > div { padding: 0 0px 0px 0px; width:100%;}
	.sitemap-link-1 a { font-size: 20px;}
}
@media only screen and (max-width: 768px) {
	.products-detail-content-1 > div { width:calc(100% - 48px); }

	.download-spec th { display: none;}
	.download-spec td { display: list-item; text-align: left; padding: 10px 15px;}
	.download-spec td:nth-of-type(1), .download-spec td:nth-of-type(2) { border-width: 0;}
	.download-spec td:nth-of-type(1):before, .download-spec td:nth-of-type(2):before, .download-spec td:nth-of-type(3):before { display: block; color: #666; font-size: 15px;}
	.download-spec td:nth-of-type(1):before { content: "File name";}
	.download-spec td:nth-of-type(2):before { content: "Latest Update";}
	.download-spec td:nth-of-type(3):before { content: "Download";}
	.inquiry_data form ul li{width: 100%;padding-right: 0;}

}
@media only screen and (max-width: 640px) {
	.pro-list > div {width: calc(50% - 25px);}
	.cart-img img{width:100%;}


}
@media only screen and (max-width: 570px) {

}

@media only screen and (max-width: 414px) {
	.news-list > div { width: calc(100% - 16px);}

	.e-catalog-list > div { width: calc(100% - 38px);}



}

@media only screen and (max-width: 320px) {

}
