/* CSS Document */

body {	-webkit-text-size-adjust:100%; font-family:  sans-serif; overflow-x: hidden; position: relative;}
img {	border:0; }

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

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

* { box-sizing: border-box;}

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

#content { font-size: 18px; line-height:1.8; color: #222; letter-spacing: 0; font-weight: 400; padding-top: 0px; /*overflow-x: hidden;*/}

.photo-fit img { object-fit: cover; width: 100%; height: 100%; position: absolute; z-index: 1; left: 0; top: 0;}

.photo {line-height: 0; height: 0; padding-bottom: 40%; overflow: hidden; position: relative; z-index: 1; margin-bottom: 0px;}
.imgCenter {position: absolute; top: 0; left: 0; right: 0; bottom: 0; line-height: 0; display: flex; flex-wrap: wrap; justify-content: center; align-items: center; z-index: 2;}
.imgCenter img {max-height: 100%;}

.demo-section { padding-left: 5%; padding-right: 5%;}

.font-size-18 { font-size: 18px;}
.font-size-20 { font-size: clamp(18px, 1.5vw, 20px);}
.font-size-22 { font-size: clamp(18px, 1.7vw, 22px);}
.font-size-24 { font-size: clamp(20px, 1.9vw, 24px);}
.font-size-28 { font-size: clamp(22px, 2.2vw, 28px);}
.font-size-30 { font-size: clamp(22px, 2.5vw, 30px); line-height: 1.3;}
.font-size-40 { font-size: clamp(24px, 3.5vw, 40px); line-height: 1.3;}
.font-size-46 { font-size: clamp(24px, 3.5vw, 46px); line-height: 1.3;}
.font-size-48 { font-size: clamp(24px, 3.5vw, 48px); line-height: 1.3;}
.font-size-50 { font-size: clamp(24px, 3.5vw, 50px); line-height: 1.3;}

.font-weight-800 { font-weight: 800;}

.banner { position: relative; margin-bottom: 25px; }
.banner-pc { }
.banner-mobile { display: none;}
.banner-title { position: absolute; z-index: 3; letter-spacing: 0.2rem; font-weight: 800; width: 100%; padding: 0 5%; text-align: center; text-shadow: 0px 0px 20px rgba(0,0,0,.5); color: #fff; top:60%; transform: translateY(-50%); font-family: "M PLUS Rounded 1c", sans-serif;}

#path { margin-bottom: calc(20px + 2%);}
#path ul { padding: 0 0 0 0; line-height: 1.2;}
#path li { display: inline-block; vertical-align: top; font-size: 15px; line-height: 1.4; font-weight: 400; margin: 0; padding: 0; letter-spacing: 0; position:relative; padding-right: 14px;}
#path li:after { content:""; width: 10px; height: 1px; background: #222; right: 0px; top:50%; transform: translateY(-50%); display: inline-block; position: absolute;}
#path li:last-child { pointer-events: none;}
#path li:last-child:after { display: none;}
#path li a { color: #222 !important; }
#path li a:hover { color: #3c61ad !important;}
#path li:last-child a { color: #3c61ad !important;}

/*about*/
.idx-about-section { padding: 0 10%; margin-bottom: calc(20px + 4%); position: relative;}
.idx-about-section:before { content: ""; position:absolute; z-index: -1; background: rgba(60,97,173,.1); left: 14%; top:25%; width: 20%; height: 50%;}
.idx-about-section:after { content: ""; position:absolute; z-index: -1; background: rgba(112,184,176,.2); left: 43%; bottom:2%; width: 17%; height: 40%;}

.title01 { text-align: center; position: relative; font-weight: 800; padding:0 0 20px 0; margin: 0 0 calc(20px + 1%) 0 ;font-family: "M PLUS Rounded 1c", sans-serif; }
.title01 > span { display: inline-block; position: absolute; width: 60px; height: 4px; background: #70b8b0;bottom: 0; left: 50%; transform: translateX(-50%);}
.title01 > span:after { content: ""; position: absolute; width: 50%; height: 100%; top: 0; right: 0;background: #3c61ad;}

.idx-about-content { padding-bottom: calc(20px + 2%);}
.idx-about-content p { margin:0 0 22px 0; padding: 0; font-weight: 400;}

.btn01 { display: block; background: #70b8b0; width: 200px; margin: 0 auto;  line-height: 60px; border-radius: 30px; font-size: 16px; color: #fff !important;text-align: center; border-width: 0; transition: all 0.4s ease-out 0s; }
.btn01:hover { background: #3c61ad;}

.idx-about-pto { position: relative; display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between; margin-bottom: calc(20px + 10%);}
.idx-about-pto > div { position: relative;}
.idx-about-pto > div:nth-of-type(1) { width: 24%; z-index: 2;}
.idx-about-pto > div:nth-of-type(2) { width: 28%; z-index: 1; position: absolute; bottom: -50px; left: 20%;}
.idx-about-pto > div:nth-of-type(3) { width: 40%; z-index: 2; padding-top: 30px;}

.about-section-2 { position: relative;padding-top: calc(20px + 5%); padding-bottom: calc(20px + 5%);}
.about-section-2:after { position: absolute; z-index: -1; content: ""; width: 100%; top: 0; left: 0; height: 410px; background: linear-gradient(0deg, #fff 0%, #fafafa 100%); }

.about-section-2-content {display: flex; flex-direction: row; flex-wrap: wrap; }
.about-section-2-content > div { width: 50%;}
.about-section-2-content > div:nth-of-type(1) { padding-right: 5%;}

.about-info { display: flex; flex-direction: row; flex-wrap: wrap; }
.about-info > div { margin-bottom: 3px; padding: 22px 15px; line-height: 1.2; }
.about-info > div:nth-child(odd) { width: 140px; background: #f3f3f3;}
.about-info > div:nth-child(even) { width: calc(100% - 140px); }
.about-map iframe { width: 100%; height: 362px; border-width: 0;}

.about-section-3 { padding-bottom: calc(20px + 5%);}
.about-section-3-list { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between;}
.about-section-3-list > a { width: 31%; display: flex; flex-direction: column; flex-wrap: wrap; align-items: center; border-radius: 20px; border: 1px solid #70b8b0; padding: 18px;}
.about-section-3-list > a:hover { background: #70b8b0;box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);}
.about-section-3-list > a:hover > div:nth-of-type(2) { color: #fff;}
.about-section-3-list > a > div:nth-of-type(1) { width: 44px; height: 44px; border-radius: 50%; display: flex; flex-direction: row; flex-wrap: wrap; align-items: center; justify-content: center; border: 1px solid #fff; background: #70b8b0; margin-bottom: 3px; }
.about-section-3-list > a > div:nth-of-type(1) img { height: 20px; filter: invert(1);}
.about-section-3-list > a > div:nth-of-type(2) { font-weight: 500; font-size: 16px; color: #70b8b0; line-height: 1.2;}

/*service*/
.service-section { overflow-x: hidden;}
.service-content { padding-bottom: calc(20px + 5%); display: flex; flex-direction: row; flex-wrap: wrap;}
.service-content > div:nth-of-type(1) { width: calc(50% + 75px); padding-right: 5%;}
.service-content > div:nth-of-type(2) { width: calc(50% - 75px); position: relative; z-index: 3;}
.service-content-title { font-weight: 800; line-height: 1.3; padding-bottom: calc(10px + 1%);}
.service-content-data { position: relative; padding-top:30px; padding-bottom: calc(30px + 3%);}
.service-content-data p { font-weight: 400; line-height: 1.8; margin: 0; padding: 0 0 calc(20px + 1%) 0;}
.service-content-data .btn01 { margin: 0 auto 0 0}
.service-content-data:after { position: absolute; content: ""; background: #f5f5f5; z-index: -1; height: 100%; width: 220%; top:0; left: -400px;}

.service-tag { display: flex; flex-direction: row; flex-wrap: wrap; padding-bottom: 15px;}
.service-tag > div { margin: 0 5px 5px 0; display: inline-block; line-height: 1; padding: 8px 12px; color: #3c61ad; font-size: 17px; border: 1px solid #3c61ad;}


.service-content-b > div:nth-of-type(1) { order: 2; padding-left: 5%; padding-right: 0%;}
.service-content-b > div:nth-of-type(2) { order: 1; }

/*service-detail*/
.service-detail-tag { justify-content: center; padding-bottom: calc(20px + 2%);}
.service-detail-tag > div { margin: 0 2px 5px 2px;}

.service-detail-top-bg {position: relative; margin-bottom: calc(20px + 3%);}
.service-detail-top-bg:after { position: absolute; content: ""; background: #f5f5f5; z-index: -1; height: 100%; width: 72%; top:0; right: 0%;}

.service-detail-content .service-content-data {padding-top: 40px;}
.service-detail-content .service-content-data:after {display: none;}
.service-detail-content { align-items: flex-start; }
.service-detail-content > div:nth-of-type(1) { padding-left: 3%;}
.service-detail-content > div:nth-of-type(2) { position: sticky; top:100px;}
.service-detail-pto { padding-top: 40px;}
.service-detail-title { line-height: 1.5; padding-bottom: 12px;}

.service-detail-btn { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: center; padding-bottom: calc(20px + 5%);}
.service-detail-btn > a{ margin: 0 5px 10px 5px;}

.bg-blue { background: #3c61ad;}

/*shopping*/
.shopping-list { display: flex; flex-direction: row; flex-wrap: wrap; padding-bottom: calc(10px + 1%);}
.shopping-list > a {  width: 25%; padding: 0 25px calc(20px + 3%) 25px; display: block;}
.shopping-list > a:hover .shopping-list-pto {  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.3); transform: scale(0.95);}
.shopping-list-pto {  padding-bottom: 133%;	margin-bottom: 12px; border-radius: 20px;transition: all 0.4s ease-out 0s; }
.shopping-list-name {  font-weight: 500; line-height: 1.5; padding-bottom: 8px; margin-bottom: 10px; border-bottom: 1px solid #e8e8e8;}
.shopping-list-cash {  line-height: 1.3;}
.shopping-list-cash b {  font-weight: 800; display: inline-block; margin-right: 4px;}

#page { text-align: center; padding:0 0 calc(30px + 2.5%) 0;}
#page a { font-size: 16px; color: #000; font-weight: 400; width: 30px; height: 30px; line-height: 30px; text-align: center; border-radius: 100%; display: inline-block;}
#page a:hover, #page a.current { background: #70b8b0; color: #fff;}
.page-prev, .page-next { width: 12px !important; height: 12px !important; line-height: inherit !important; border-radius: 0 !important; border-top:1px solid #000; border-right: 1px solid #000; margin: 0 20px;}
.page-prev:hover, .page-next:hover { background: none !important;}
.page-prev { transform: rotate(-135deg);}
.page-next { transform: rotate(45deg);}


/*products-detail*/
.products-detail-top { display: flex; flex-direction: row; flex-wrap: wrap; align-items: flex-start; position: relative; margin-bottom: calc(25px + 3.5%);}
.products-detail-top > div:nth-of-type(1) { width: calc(50% - 120px); position: sticky; top: 100px; }
.products-detail-top > div:nth-of-type(2) { width: calc(50% + 120px); padding-left: 3.5%;}
.products-detail-top > div:nth-of-type(2) .title01 { text-align: left;}
.products-detail-top > div:nth-of-type(2) .title01 > span {  left: 0; transform: translateX(0);}
.products-detail-top > div:nth-of-type(2) .about-info { margin-bottom: 25px;}
.products-detail-top > div:nth-of-type(2) .about-info > div {  line-height: 1.6;}
.products-detail-top > div:nth-of-type(2) input {  width: 75px; line-height: 30px; border: 1px solid #e0e0e0; padding: 0 5px; margin-right: 10px; text-align: center;}
.products-detail-top > div:nth-of-type(2) .btn01 { margin: 12px 0 0 0; width: 100%;}

.products-detail-tool { position: relative; margin-top: 15px;}
   .swiper-slide {
      text-align: center;
      font-size: 18px;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .swiper-slide img {
      display: inline-block;
      max-width: 600px; width: 100%;
      /*height: 100%;
      object-fit: cover;*/
    }

    .swiper {
      width: 100%;
      height: 300px;
      margin-left: auto;
      margin-right: auto;
    }

    .swiper-slide {
      background-size: cover;
      background-position: center; padding: 0 0px;
    }

    .mySwiper2 {
      height: 80%;
      width: 100%; 
    }

    .mySwiper {
      height: auto;
      box-sizing: border-box;
    }

    .mySwiper .swiper-slide {
      width: 25%;
      height: 100%;
      opacity: 0.4;
    }

    .mySwiper .swiper-slide-thumb-active {
      opacity: 1;
    }

.swiper-next, .swiper-prev { width: 50px !important; height: 50px !important; border-radius: 100%; background: #000000; position: absolute; z-index: 2; display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: center; align-items: center; top:50%; transform: translateY(-50%); border: 0px solid #362e2b;}
.swiper-next img, .swiper-prev img { width: 26px;}
/*.swiper-next:after, .swiper-prev:after { content: ""; display: block; width: 6px; height: 6px ; border-width: 1px 1px 0 0; border-color: #fff; border-style: solid;}
.swiper-prev:after { transform: rotate(-135deg); margin-left: 2px;}
.swiper-next:after { transform: rotate(45deg); margin-right: 2px;}*/
.swiper-prev { left: -15px;}
.swiper-next { right: -15px;}

.p-select-list { display: flex; flex-direction: row; flex-wrap: wrap; padding-top: 12px;}
.p-select-list > div { width: 25%; cursor: pointer; padding-bottom: 15px;}
.p-select-list-pto { padding-bottom: 105%; margin-bottom: 5px;}
.p-select-list > div.current .p-select-list-pto,.p-select-list > div.active .p-select-list-pto { border: 1px solid #222222;}
.p-select-list-data { text-align: center; font-size: 14px;}

.products-detail-bottom { padding-bottom: calc(20px + 5%);}
.products-detail-bottom p { padding:0 0 calc(20px + 1%) 0; font-weight: 400; margin: 0;}

.title02 { border: 1px solid #aaaaaa; border-radius: 30px 10px;background: #f3f3f3; padding: 17px 18px; margin-bottom: 18px; font-weight: 800; line-height: 1.3;}

.color-red { color: #ff0000;}

.width-50 { display: flex; flex-direction: row; flex-wrap: wrap; padding-bottom: calc(20px + 2%);}
.width-50 > div { width: 50%;}

.align-center { text-align: center;}

.products-detail-spec { width: 100%; border-spacing: 0; border-collapse: inherit;}
.products-detail-spec th, .products-detail-spec td { text-align: left; line-height: 1.4; padding: 18px 20px;}
.products-detail-spec th { background: #eaf4f3; font-weight: 800;}
.products-detail-spec td { border-bottom: 1px solid #d0d0d0; font-weight: 400;}

.loop2 { padding-bottom: calc(20px + 5%); padding-top: 15px;}
.loop2 .owl-dots { display: none;}
.loop2 .owl-item {position: relative;  }
.loop2 .owl-item.center { box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2); }
.loop2 .owl-nav { position: absolute; top: 28%; left: 50%; transform: translate(-50%, -50%);width: 100%; max-width: 1280px; z-index: 11;}
.loop2 .owl-prev, .loop2 .owl-next { position:absolute; z-index:100;  width: 50px !important; height: 50px !important; border-radius: 100% !important; background: #000000 !important; border: 0px solid #fff !important;}
.loop2 .owl-prev { left:-25px; }
.loop2 .owl-next { right:-25px;}
.loop2 .owl-prev:before, .loop2 .owl-next:before { content: ""; position: absolute; width: 26px; height: 26px; background-size: contain; background-repeat: no-repeat; top:50%; left: 50%; transform: translate(-50%, -50%);transition: all 0.4s ease-out 0s;}
.loop2 .owl-prev:before { background-image:url("/images/theme-b67/arrow-prev.png"); }
.loop2 .owl-next:before { background-image:url("/images/theme-b67/arrow-next.png");}
.loop2 .owl-prev:hover:before, .loop2 .owl-next:hover:before { }
.loop2 .owl-stage-outer {z-index: 2;}
.loop2 .owl-dots { position: absolute; z-index: 100; bottom:24px; left:calc(-54% + 160px); width: 100%; text-align: left !important; padding: 0 0px; }
.loop2 .owl-dots .owl-dot { border: 0px solid #c10000; background: transparent; margin-left: 8px;  margin-right: 8px; border-radius: 100%;}
.loop2 .owl-dots .owl-dot.active {  }
.loop2 .owl-dots .owl-dot span, .loop2  .owl-dots .owl-dot span { background: #c0c7cb !important; width: 10px !important; height: 10px !important; margin: 0 auto!important;transition: all 0.4s ease-out 0s !important;}
.loop2 .owl-dots .owl-dot.active span/*, .loop2  .owl-dots .owl-dot:hover span*/ { background: #114375 !important; }

.loop2 .shopping-list-pto:hover { transform: scale(0.95); box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);}

.btn-back { padding-bottom: calc(20px + 5%);}

/*news*/
.aside-section { padding-bottom: calc(20px + 3%);}

.news-list-box { padding-bottom: calc(20px + 2%);}
.news-list { padding: 18px 25px; border-bottom:2px solid #e5e5e5; display:flex; flex-direction: row; flex-wrap: wrap; position: relative;}
.news-list:after { content: "";position: absolute; bottom: -2px; right: 0; width: 0; height: 2px; background: #70b8b0;transition: all 0.4s ease-out 0s;}
.news-list:hover:after { left: 0; width: 100%;}
.news-list:hover .news-title { color: #70b8b0;}
.news-list > div:nth-of-type(1) { width: 140px;}
.news-list > div:nth-of-type(2) { width: calc(100% - 140px); padding-left: calc(15px + 1%);}
.news-tag { width: 100%; line-height: 50px; border-radius: 25px; text-align: center; font-weight: 500; font-size: 16px; color: #fff;}
.news-bg-blue { background: #3c61ad;}
.news-bg-green { background: #6fad3c;}
.news-date { color:#888888; font-weight: 300; line-height: 1; padding-bottom: 3px;}
.news-title { color:#222; font-weight: 500;}

/*qa*/
.qa-section { padding-top: calc(20px + 1%);padding-bottom: calc(20px + 1%);}

/*contact*/
.contact-box { position: relative; padding-bottom: calc(20px + 5%);}
.contact-box:before { position: absolute; content: ""; background: #f5f7fb; width: 23%; height: 250px; z-index: -1; left: 0; top:-30px;}
.contact-box:after { position: absolute; content: ""; background: #f0f8f7; width: 25%; height: 280px; z-index: -1; right: 0; bottom:20%;}

.contact-section { max-width: 1000px; margin: 0 auto;}

.contact-layout-1 { display: flex; flex-direction: row; flex-wrap: wrap; border-bottom: 1px solid #e5e5e5; padding: 15px 0;}
.contact-layout-1 > div { padding: 5px 0; line-height: 1.3;}
.contact-layout-1 > div:nth-of-type(1) { width: 200px; font-weight: 500; border-right: 1px solid #e5e5e5;}
.contact-layout-1 > div:nth-of-type(2) { width: calc(100% - 200px); padding-left: 20px;}

.contact-form input[type="text"], .contact-form input[type="number"], .contact-form input[type="tel"], .contact-form input[type="phone"], .contact-form input[type="date"], .contact-form input[type="email"], .contact-form input[type="password"], .contact-form input[type="button"], .contact-form textarea { font-size: clamp(16px, 1vw, 18px); border-width:0px; border-style: solid; border-color: #e1e1e1; margin: 0px 0 0px 0; width: 100%; padding:0px 15px ; color:#222; background: transparent; font-family: "M PLUS Rounded 1c", sans-serif; line-height: 1.3; border-radius: 5px; font-weight: 300;}
.contact-form textarea { height:190px; padding:0 15px; resize:none; line-height: 1.3;}
.contact-form select{ margin: 0 0 0px 0;  width:100%; max-width: 100%; background-image: url(/images/theme-b67/product-select.png); background-repeat: no-repeat; background-position: calc(100% - 15px) 9px; background-size: 17px 10px; -webkit-appearance: none; -moz-appearance: none; appearance: none;   background-color: transparent; ; border-width:0px; border-style: solid; border-color: #e1e1e1; color:#222; font-family: "M PLUS Rounded 1c", sans-serif;  padding:0px 35px 0px 15px;  line-height: 1.3; border-radius:5px;font-weight: 300;}
.contact-form option { padding:1px 5px;}
.contact-form select::-ms-expand {
    display: none;
}

.contact-form input::placeholder, .contact-form textarea::placeholder { opacity: 1; color: #222;}

.contact-policy { padding-top: calc(15px + 1%); padding-bottom: calc(15px + 1%); text-align: center; }
.contact-policy label { font-weight: 400;}
.contact-policy a { color: #70b8b0; text-decoration: underline;}

.contact-note3 {  margin-top: 0px; display: inline-block;position: relative;padding-left: 22px; padding-right: 15px; padding-bottom: 0px; cursor: pointer; -webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none; line-height: 130%; color: #333; margin-bottom: 0;}
.contact-note3 input {position: absolute;opacity: 0;cursor: pointer;height: 0;width: 0;}
.checkmark2 {position: absolute;width: 20px;height: 20px; background: #fff; border-radius: 5px; left: -6px; top: 1px; border:1px solid #aaaaaa;}
.contact-note3:hover input ~ .checkmark2 {}
.contact-note3 input:checked ~ .checkmark2 {border-color: #70b8b0; background: #70b8b0}
.checkmark2:after {content: "";position: absolute;display: none;}
.contact-note3 input:checked ~ .checkmark2:after {display: block;}
.contact-note3 .checkmark2:after {top: 2px;left:5px;height: 12px;width: 8px;background-color: transparent; border-width: 0 3px 3px 0; border-color: #fff; border-style: solid; transform: rotate(45deg);}


@media only screen and (max-width: 1365px) {
    #content { font-size: 16px; line-height:1.6; padding-top: 60px;}

	.banner-title { top:50%;}
	
}
@media only screen and (max-width: 1279px) {
	.idx-about-section { padding: 0 5%; }
	
	.shopping-list > a {  padding: 0 10px calc(20px + 3%) 10px;}
}

@media only screen and (max-width: 980px) {
	.banner-pc { display: none;}
	.banner-mobile { display: block;}
	
	.about-section-2-content > div { width: 100%;}
	.about-section-2-content > div:nth-of-type(1) { padding-right: 0%;}
	
	.service-content > div:nth-of-type(1) { order: 2; width: 100%; padding-right: 0%; padding-left: 0;}
	.service-content > div:nth-of-type(2) { order: 1; width: 100%; text-align: center; padding-bottom: 25px;}
	.service-content-data:after { left: -50px;}
	.service-content-b .service-content-data:after { left: auto;right: -50px;}
	
	.service-tag > div { font-size: 15px;}
	
	
	.service-detail-top-bg:after { width: 100%;}
	.service-detail-content > div:nth-of-type(2) { position: relative; top:auto;}
	.service-detail-content .service-content-data {padding-top: 15px;}
	
	.products-detail-top > div { width: 100% !important ; }
	.products-detail-top > div:nth-of-type(1) {  position: relative; top: auto; padding: 0 0 25px 0;}
	.products-detail-top > div:nth-of-type(2) {  padding: 0;}
	
	.width-50 > div { width: 100%;}
}
@media only screen and (max-width: 768px) {
    
	.idx-about-pto { padding-top: 30px; flex-wrap: wrap;}
	.idx-about-pto > div { width: 48.5% !important;}
	.idx-about-pto > div img { width: 100% !important;}
	.idx-about-pto > div:nth-of-type(2) { bottom: auto; left: auto; position: relative;}
	.idx-about-pto > div:nth-of-type(3) { padding-top: 20px; width: 100% !important;}
	.idx-about-section:before { height: 30%;}
	.idx-about-section:after { height: 20%; bottom: auto; left: auto; right: 10%; top:50%;}
	
	.shopping-list > a { width: 50%;}
	
	.swiper-next, .swiper-prev { width: 30px !important; height: 30px !important;}
	.swiper-next img, .swiper-prev img { width: 15px;}
	.swiper-prev { left: -10px;}
	.swiper-next { right: -10px;}
}
@media only screen and (max-width: 640px) {
	.p-select-list > div { width: 33.33%; }
	
	.loop2 { }
	.loop2 .owl-prev, .loop2 .owl-next { transform: scale(0.65);}
	
	.contact-layout-1 > div:nth-of-type(1) { width: 100%; border-right: 0px solid #e5e5e5;}
	.contact-layout-1 > div:nth-of-type(2) { width: calc(100% - 0px); padding-left: 0px;}
	.contact-form input[type="text"], .contact-form input[type="number"], .contact-form input[type="tel"], .contact-form input[type="phone"], .contact-form input[type="date"], .contact-form input[type="email"], .contact-form input[type="password"], .contact-form input[type="button"], .contact-form textarea {  padding:0px 0 ; }
	.contact-form textarea { padding:0;}
	.contact-form select{ padding:0px 35px 0px 0;}
}
@media only screen and (max-width: 570px) {
	.news-list { padding: 18px 0;}
	.news-list > div:nth-of-type(1) { padding-bottom: 10px;}
	.news-list > div:nth-of-type(2) { width: 100%; padding-left: 0;}
}

@media only screen and (max-width: 414px) {
	.about-info > div:nth-child(odd) { width: 100%;padding-top: 14px; padding-bottom: 14px;}
	.about-info > div:nth-child(even) { width: calc(100% - 0px); padding-top: 10px; }
	.about-map iframe { height: 280px; }
	
	.about-section-3-list > a { width: 100%;  padding: 12px; margin-bottom: 12px;}
	
	.p-select-list > div { width: 50%;}
}

@media only screen and (max-width: 320px) {
	.shopping-list > a { width: 100%;  padding: 0 0px calc(20px + 3%) 0px;}
	
}
