﻿.pro-main {
    display: flex;justify-content: space-between;align-items: start;
  margin-bottom: 50px;
}
.pro-main-img {
    flex-shrink: 0;
    width: 50%;
   
}
.pro-main-info{ width: 45%;}
.pro-img {
    border: 1px solid #efefef;
  margin-bottom: 10px;
}
/*.pro-img.slick-initialized .slick-slide {
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
  padding: 4vw 30px;
}
.pro-img.slick-slider .slick-track {
  display: flex;
}*/
.pro-thumb.slick-initialized .slick-slide {
  margin: 5px;
    border: 1px solid #efefef;
  border-radius: 10px;
  padding: 10px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  
}
.pro-thumb.slick-initialized .slick-slide:before {
  content: '';
  position: absolute;
  background: #f0f0f0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transform: scale(0.5,0.5);
  opacity: 0;
  transition: all 0.3s;
}
.pro-thumb.slick-initialized .slick-slide.slick-current:before, .pro-thumb.slick-initialized .slick-slide:hover:before {
  opacity: 0.3;
  transform: scale(1,1);
}
.pro-thumb {
  margin: 0;
  
}
.pro-ttl {
font-size: 30px;
    color: #000;
    line-height: 1.3em;
    text-transform: uppercase;
    font-weight: 700; border-bottom: 2px solid #efefef;
}
.pro-txt, .pro-txt p {
	font-size: 18px;color: #000;line-height: 1.6;
}
.pro-ttl, .pro-txt , .pro-price{
	 margin-bottom: 20px;
	  padding-bottom: 20px;
	 
}
.pro-price .new {
    color: #e10000;
    margin-right: 20px;
}
.pro-price .new span {
  font-size: 150%;
  font-weight: 700;
}
.pro-price .old {
  text-decoration: line-through;
  color: #666666;
  font-weight: 400;
  margin-right: 15px;
}
.pro-price .discount {
  background: #ff0000;
  color: #fff;
  font-size: 14px;
  padding: 3px 15px;
  position: relative;
  top: -2px;
}
.pro-btn {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
}
.pro-price {
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    padding:15px 0;
    border: 1px solid #ccc;
    border-left: 0;
    border-right: 0;
}
.pro-btn li:not(:last-child) {
  margin-right: 20px;
}
.pro-btn a {
    display: block;
    text-decoration: none;
    text-align: center;
    color: #fff;
    background: #104cba;
    font-size: 17px;
    transition: all 0.3s;
    padding: 10px 30px;
    position: relative;
    border-radius: 8px;
    font-weight: 800;
}

.pro-btn li:nth-child(1) {
    margin-right: auto;
    align-self: center;
    width: 100%;
    margin-bottom: 20px;
}
/*.pro-btn li:nth-child(2) a {
    color: #69d33e;
  background: #f3f3f3;
  border: 1px solid #69d33e;
}
.pro-btn li:nth-child(2) a:hover{
    background:#fff;
}*/
.pro-btn a:hover {
  opacity:.8;
}
.pro-note {
    
    border-bottom: 1px solid #dcdcdc;
    padding: 0 0 20px;
    margin-bottom: 20px;
}
    .pro-note p {
        font-size: 16px;
        margin-bottom: 0;
    }
.pro-note a {
  text-decoration: none;
  font-style: italic;
  transition: all 0.3s;
}
.pro-note a:hover {
  color: #20409a;
}
.pro-info-ttl {
    font-size: 24px;
    color: #444;
    margin: 50px 0 10px;
    font-weight: bold;
}
.pro-info-list li {
    font-size: 16px;
    position: relative;
    margin: 0 0 7px;
  padding-left: 25px;
}
.pro-info-list li:before {
  content: '';
  position: absolute;
  background: url("../W_images/pro_icon03.png") no-repeat center center/100% auto;
  width: 12px;
  height: 12px;
  left: 0;
  top: 5px;
}
.pro-info-list {
  margin-bottom: 20px;
}
.pro-info-note {
    width: 100%;
    max-width: 460px;
    background: #ebebeb;
    border: 1px dashed #f27026;
    padding: 20px 30px;
}
.pro-info-note li {
    position: relative;
    font-size: 16px;
    margin-bottom: 10px;
  padding-left: 45px;
}
.pro-info-note li:last-child {
  margin-bottom: 0;
}
.pro-info-note li:before {
  content: '';
  position: absolute;
  background: url("../W_images/pro_icon04.png") no-repeat center center;
  width: 31px;
  height: 22px;
  left: 0;
  top: 1px;
}
.pro-info-note li:nth-child(2):before {
  background-image: url("../W_images/pro_icon05.png");
}
.pro-info-note li:nth-child(3):before {
  background-image: url("../W_images/pro_icon06.png");
}
.pro-info-note li:nth-child(4):before {
  background-image: url("../W_images/pro_icon07.png");
}
.pro-info-note li span {
  font-weight: 700;
  color: #f27026;
}
.pro-box {
    display: block;
    margin-bottom: 40px;
}
.pro-related {
    width: 100%;
    position:relative;
}
.pro-related-list{
    display:flex;
    flex-wrap:wrap;
}
.pro-tab {
    display: flex;
  margin-bottom: -1px;
  position: relative;
}
.pro-tab-main {
  display: none;
  border: 1px solid #dcdcdc;
  padding: 30px 50px;
}
.pro-tab-main.current {
  display: inherit;
}
.pro-tab-link {
    font-size: 20px;
   
    font-weight: 600;
    border: 1px solid #dcdcdc;
    margin-right: 3px;
    padding: 10px 25px;
 
  cursor: pointer;
  text-align: center;
}
.pro-tab-link.current {
  border-bottom-color: #fff;
}
.pro-box-main {
    width: 100%;
    margin-bottom:20px;
}
.pro-box-main p {
  font-size: 18px;color: #000;line-height: 1.6;
}
.camket-ttl {
    background: #3499cd;
    color: #fff;
    padding: 7px 10px;
    font-weight: 500;
    margin-bottom: 0;
}
.camket-content {
    padding: 10px 5px;
    border: 1px solid #ccc;
}
.camket-content ul{margin-bottom:15px;}
.camket-content a{text-decoration:none;}
.camket-content li {
    position: relative;
    padding-left: 25px;
}
.camket-content li{font-size:15px;}
.camket-content li:after {
    content: "";
    display: block;
    width: 7px;
    height: 13px;
    border: solid #24b300;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate( 45deg );
    -ms-transform: rotate(45deg);
    transform: rotate( 45deg );
    position: absolute;
    top: 2px;
    left: 5px;
}
.pro-qty{display:flex;align-items: center;}
.pro-group-qty{display:flex;}
.pro-group-qty button, .pro-group-qty input{
        width: 40px;height: 30px;
    background: none;
    border: 1px solid #e4e4e4;}
.pro-group-qty button{background:#f3f3f3;font-size: 24px;line-height: 0;color: #737373;cursor:pointer;transition:all 0.5s;}
.pro-group-qty input{border-left:none; border-right:none;padding: 0 5px;text-align: center;width:55px;}
.pro-group-qty button:hover{background: #008400;color:#fff;}
.product-main-tit {
    font-size: 18px;
    color: #ffcc00;
    text-transform: uppercase;
    font-weight: 700;
    border-top: 1px solid #ccc;
    padding-top: 15px;
    margin: 0 0 10px;
}
.product-main-list li {
  font-size: 16px;
  margin: 0 0 10px;
  background: url("../W_images/pro_icon.png") no-repeat left 5px;
  padding-left: 20px;
}
.product-main-cart {
    margin: 20px 0 0;
    display: flex;
    /*justify-content: space-between;*/
}
.product-main-cart a {
    background: #3499cd;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
    transition: all 0.5s ease;
  padding: 6px 10px;
    margin-right: 15px;
}
.product-main-cart a:last-child{margin-right:0;}
.pro-btn-cart {}
.pro-btn-cart i {
    background: url(/W_images/icon-cart.png) no-repeat left center;
    background-size: 35px;
    padding: 5px 18px;
}
.pro-btn-hotline {}
.pro-btn-hotline i {
    background: url(/W_images/icon-call-white.png) no-repeat left center;
    background-size: 30px;
    padding: 5px 17px;
}
.pro-btn-facebook {}
.pro-btn-facebook i {
    background: url(/W_images/ico-facebook.png) no-repeat -15px center;
    background-size: 50px;
    padding: 7px 15px;
}

.product-main-cart a:hover {
    background: #fb3332;
}
.product-main-img {
    display: flex;
    width: 48%;
    justify-content: space-evenly;
}
.product-main-img-lager {
    margin: 0;
    order: 2;
    width: calc(75% - 10px);
    border: 1px solid #e0e0e0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-left: 10px;
    padding: 10px;
}
.product-main-img-thumb {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 25%;
}
.product-main-img-thumb li {
  height: calc(33.33% - 5px);
  border: 1px solid #e0e0e0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.product-main-img-lager img, .product-main-img-thumb li img {
  max-height: 100%;
  flex-shrink: 0;width:100%;
}
.product-main-img-thumb li:hover {
  opacity: 0.7;
}
ul.pro-tabs {
  display: flex;
  margin-bottom: -1px;
}
    ul.pro-tabs li {
        font-size: 15px;
        color: #fff;
        display: inline-block;
        padding: 10px 30px;
        cursor: pointer;
        font-weight: 700;
        text-transform: uppercase;
        background: #fb3332;
        border: 1px solid #e0e0e0;
        transition: all 0.5s ease;
        margin-right: 5px;
        text-align: center;
    }
ul.pro-tabs li.current, ul.pro-tabs li:hover {
    background: #3499cd;
    color: #fff;
    /*border-color: #3a3a3a;*/
}
.pro-tab-content {
    display: none;
    overflow: hidden;
    border: 1px solid #e0e0e0;
    padding: 15px;
    height: calc(100% - 53px);
}
.pro-tab-content.current {
  display: inherit;
}
.pro-tab-content p {
  font-size: 16px;
}
.product-cont {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}
.product-cont-more {
  width: 270px;
}
.product-cont-info {
  width: calc(100% - 300px);
}
.product-cont-more-ttl {
  font-size: 18px;
  color: #3b3b3b;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 0 15px;line-height: 1.8em;text-align: center;
}
/*ProOther*/
.b03_item {
    margin-bottom: 30px;
}
    .b03_item:nth-child(4n) {
        margin-right: 0px;
    }
/*EndProOther*/

@media screen and (max-width: 768px) {
     .pro-main {
    display: block;
    margin: 0 0 25px;
  }
  
  .pro-main-img{	  
    flex-wrap: wrap-reverse;margin-bottom: 30px;
  }
  .pro-img{
	width:100%;
  }
  .pro-thumb{
	  width:100%;
  }
  .pro-btn{
	  width:100%;
  }
  .pro-btn a{
      padding: 15px 30px;
  }

  .pro-main-img, .pro-main-info{
      width:100%;
  }
  .pro-img.slick-slider .slick-track{justify-content:center;}
  .pro-img.slick-slider .slick-track img{}
  .pro-main-info {
    width: 100%;
    margin: 0 0 30px;
  }
    .pro-main-ttl {
        font-size: 22px;
        margin: 0 0 20px;
    }
    .pro-ttl {
        font-size: 24px;
    }
  /*.product-main-txt {
    font-size: 14px;
  }*/
  .product-main-price {
    font-size: 16px;
  }
  .product-main-price span {
    font-size: 20px;
  }
  .product-main-tit {
    font-size: 16px;
  }
  .product-main-list li {
    font-size: 14px;
    background-position-y: 4px;
  }
  /*PRO_OTHERS*/
    .b03_item {
        width: 48%;
    }
    .b03_itm_img a {
        height: auto;
    }
    /*END PRO_OTHERS*/
  .product-main-cart a {
    font-size: 16px;
    padding: 10px 30px;
  }
  .pro-tab-main{padding: 20px;margin-bottom: 30px;}
  .pro-box{flex-wrap:wrap;}
  .pro-related{width:100%;margin-left: 0;}
    .pro-related-list {
        display: flex;
        width: 100%;
        flex-wrap: wrap;
    }
  .product-main-img {
    width: 100%;margin-bottom: 30px;
  }
  .product-cont {
    display: block;
  }
  .product-cont-info {
    width: 100%;
    margin: 0 0 30px;
  }
  ul.tabs li {
    padding: 15px 3%;
    font-size: 12px;
  }
  .tab-content {
    padding: 20px;
  }
  .tab-content p {
    font-size: 14px;
  }
  .product-cont-more-ttl {
    font-size: 18px;
  }
  .product-cont-more-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .product-cont-more {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
	.pro-btn a {padding: 10px 15px;}
	.pro-btn li:nth-child(2){width:55%}
	.pro-btn li:nth-child(3){width:40%}
	.pro-btn li:nth-child(2) a, .pro-btn li:nth-child(3) a{font-size:14px;}
    .pro-related-list{justify-content: space-between;}
    .pro-price .new {width: 100%;display: block;}
	.pro-btn {flex-wrap: wrap;}
.pro-btn li:nth-child(1){width:100%;margin-bottom: 15px;}
.product-synopsis{display:block;}
.product-synopsis-left, .product-main-camket {width:100%;}
.product-main-cart {
    flex-wrap: wrap;
    justify-content: space-between;
}
.product-main-cart .pro-btn-cart, .product-main-cart .pro-btn-hotline {
    margin-right: 0;
    width: 49%}
.product-synopsis-left{margin-bottom:30px;}
/*PRO_OTHERS*/
.b03_list{justify-content: space-between;}

.b03_item{
    margin-right:0!important;
}
.b03_item:nth-child(n+5) {
    display: block;
}
/*END PRO_OTHERS*/
.camket-ttl{font-size: 17px;}
.pro-btn-facebook {width: 100%;margin-top: 15px;}
.product-main-img {display: block;}
.product-main-img-lager, .product-main-img-thumb {
    width: 100%;
    margin-left: 0;
    margin-bottom: 15px;
}
.product-cont-more-list{display:flex;justify-content:space-between;}
ul.pro-tabs li {
    font-size: 13px;
    margin-right: 0;
    padding: 10px 8px;
}
/*ul.pro-tabs li:last-child{padding-right:0;}*/
}