@charset "UTF-8";
.top-banner {
  background: url(/img/top-banner-bg.jpg) no-repeat center center;
}

.top-banner .top-left-banner {
  width: 49%;
  float: left;
  background: #e66801;
  position: relative;
  z-index: 4;
  text-align: center;
}

.top-banner .top-left-banner:before {
  content: "";
  display: block;
  -webkit-transform: skewX(-30deg) translateX(46px);
          transform: skewX(-30deg) translateX(46px);
  -webkit-transform-origin: top left;
          transform-origin: top left;
  overflow: hidden;
  z-index: 2;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #e66801;
}

.top-banner .top-left-banner a {
  display: block;
  position: relative;
  z-index: 4;
  height: 80px;
}

.top-banner .top-left-banner a img {
  position: absolute;
  bottom: 0;
  left: 0;
}

.top-banner .top-right-banner {
  width: 50%;
  float: left;
  background: #222222;
  position: relative;
  z-index: 3;
  text-align: center;
}

.top-banner .top-right-banner a {
  display: block;
  position: relative;
  z-index: 4;
  height: 80px;
}

.top-banner .top-right-banner a img {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.main-visual {
  position: relative;
}

.main-visual .main-visual-txt {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  text-align: center;
}

.main-visual .main-visual-txt dt {
  font-size: 50px;
  color: #ffffff;
  font-weight: 700;
  font-family: 'Open Sans',
 sans-serif;
}

.main-visual .main-visual-txt dd {
  font-size: 18px;
  color: #ffffff;
  font-weight: 300;
}
.main_visual_wrap {
    margin-bottom: 20px
}
.main-visual-menu {
  position: relative;
  top: -80px;
    z-index: 3
}

.main-visual .swiper-slide .pc_ver {
    position: relative
}
.main-visual .swiper-slide .m_ver {
    display: none
}
.main-visual .swiper-slide img {
    width: 100%
}
.main-visual .swiper-slide p {
    width: 100%;
    position: absolute;
    left: 0;
    top: 40%;
    text-align: center;
    color: #fff;
    font-size: 50px;
    font-weight: 700
}
.main-visual .swiper-slide p span {
    display: block;
    font-size: 18px;
    font-weight: 300
}
.main-visual .swiper-pagination {
    bottom: 20% !important
}
.main-visual .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    opacity: .5
}
.main-visual .swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff
}
.main-visual .slide_btn {
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    z-index: 3;
    width: 20px;
    height: 40px;
    cursor: pointer
}
.main-visual .prev {
    background: url(../img/prev_btn.png) no-repeat center;
    left: 10%
}
.main-visual .next {
    background: url(../img/next_btn.png) no-repeat center;
    right: 10%
}
.main-service-number{
    background:#fff;
}
.main-service-number .service-number-item{
    width:calc(33.33% - 20px);
    margin:0 10px;
    float:left;
    padding:15px 10px;
    box-sizing:border-box;
    color:#222222;
    font-size:18px;
    font-family: 'Lato',
 sans-serif;
}
.main-service-number .service-number-item span{
    display:inline-block;
    color:#e66801;
}
.main-service-number .service-number-item span em{
    font-weight:700;
}
.main-service-number .service-number-item span .delivery-icon:before{
    content:"";
    display:inline-block;
    width:25px;
    height:25px;
    background:url(/img/delivery-icon.png) no-repeat center center;
    background-size:cover;
    vertical-align:middle;
    margin-right:5px;
    margin-bottom:5px;
}
.main-service-number .service-number-item span .product-icon:before{
    content:"";
    display:inline-block;
    width:25px;
    height:25px;
    background:url(/img/box-icon.png) no-repeat center center;
    background-size:cover;
    vertical-align:middle;
    margin-right:5px;
    margin-bottom:5px;
}
.main-service-number .service-number-item span .wholesale-icon:before{
    content:"";
    display:inline-block;
    width:25px;
    height:25px;
    background:url(/img/boxs-icon.png) no-repeat center center;
    background-size:cover;
    vertical-align:middle;
    margin-right:5px;
    margin-bottom:5px;
}
.main-service-number .service-number-item span:after{
    content:"";
    display:inline-block;
    width:1px;
    height:13px;
    background:#dddddd;
    margin:0 10px 3px;
    vertical-align:middle;
}

.main-form-area {
  display: table;
  width: 100%;
  border: 1px solid #fdfdfe;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 2px 13px rgba(0, 0, 0, 0.09);
          box-shadow: 0 2px 13px rgba(0, 0, 0, 0.09);
}

.main-form-area .main-form-cell {
  display: table-cell;
  vertical-align: middle;
}
.form-info{
    padding: 10px 0;
    color: #fff;
    font-size:18px;
    font-weight: bolder;
    text-shadow: 2px 2px 6px rgba(0,0,0,0.2);
    position: relative;
    z-index: 3;
    text-align: center;
    color:#4b9de5;
    
}
.form-info:before{
    content:"";
    display: inline-block;
    width:24px;
    height:24px;
    vertical-align: middle;
    margin-right:10px;
    background:url(/img/form-info-icon.png) no-repeat center center;
    margin-bottom: 2px    
}
.main-form-area .main-form-cell.business-num {
  width: 15%;
  border-right: 1px solid #ddd;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}

.main-form-area .main-form-cell.business-number {
  width: 55%;
  padding: 0 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  text-align: center;
  border-right: 1px solid #dddddd;
}

.main-form-area .main-form-cell.business-number span {
  display: inline-block;
        float:left;
        width:calc(33.33% - 40px);
        float:left;
        margin:0 20px;
    position:relative;
    
}

.main-form-area .main-form-cell.business-number span:after {
  content:"";
  display:inline-table;
  position:absolute;
  right:-25px;
  width: 10px;
  height: 1px;
    top:50%;
    transform:translateY(-50%);
  background: #aaa;

}

.main-form-area .main-form-cell.business-number span:last-child:after {
  display: none;
}

.main-form-area .main-form-cell.business-number input {
    width:100%;
  padding: 10px;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border: 2px solid #e66801;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.main-form-area .main-form-cell.main-lg-area {
  width: 15%;
  text-align: center;
  vertical-align: middle;
}

.main-form-area .main-form-cell.main-lg-area a {
  display: block;
  padding: 25px 0;
  height: 72.2px;
}

.main-form-area .main-form-cell.main-lg-area a.login-btn-box {
  background: #e66801;
  color: #fff;
}

.main-box-cate {
  margin-top: 10px;
}

.main-item-cate {
  width: 33.33%;
  float: left;
}

.main-item-cate a {
  display: block;
  padding: 60px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.main-item-cate a p {
  font-size: 16px;
  color: #ffffff;
}

.main-item-cate a strong {
  font-size: 24px;
  color: #10324f;
}

.main-item-cate a span {
  margin-top: 30px;
  display: block;
  font-size: 18px;
  color: #fff;
  font-weight: 500;
}

.main-item-cate a img {
  position: absolute;
  bottom: 0;
  right: 30px;
}

.main-item-cate.first-item-cate a {
  background: #f3f3f3;
}

.main-item-cate.first-item-cate p {
  color: #333333;
}

.main-item-cate.first-item-cate strong {
  color: #333333;
}

.main-item-cate.first-item-cate span {
  color: #e66801;
}

.main-item-cate.second-item-cate a {
  background: #4b9de5;
}

.main-item-cate.third-item-cate a {
  background: #4fb228;
}

@media (min-width: 992px) {
  .main-item-cate a:hover {
    -webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.23);
            box-shadow: 0 2px 20px rgba(0, 0, 0, 0.23);
  }
}

.main-banner2 img{
    width:100%;
    margin-top:20px;
}

@media (max-width: 991px) {
    .main-banner2{
        margin:0 -15px;
    }
}

.main-product-wrap {
  position: relative;
  top:-100px;
}

@media (max-width: 991px) {
    .main-product-wrap{
        top:20px;
    }
}

.quick-menu {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 50px;
  margin-right: -150px;
  width: 110px;
  text-align: center;
  z-index:9999;
}

.quick-box {
  margin-bottom: 10px;
}

.quick-box p {
  background: #222222;
  font-size: 12px;
  color: #ffffff;
  padding: 8px 0;
  font-family: 'Montserrat',
 sans-serif;
  font-weight: 500;
}

.quick-box p a {
  color: #fff;
}

.quick-box p a i {
  margin-bottom: 4px;
}

.quick-box .quick-item {
  border: 1px solid #dddddd;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.quick-box .quick-item.quick-friend {
  border-color: #e66801;
}

.quick-box .quick-item.quick-friend a {
  color: #fff;
  background: #e66801 !important;
}

.quick-box .quick-item a {
  display: block;
  padding: 10px 0;
  background:#fff;
}

.quick-box .quick-item a span {
  margin-top: 7px;
  display: block;
}

.quick-menu-list li {
  border-bottom: 1px solid #d9d9d9;
}

.quick-menu-list li a {
  display: block;
  padding: 10px 0;
  color: #fff;
  font-size: 12px;
  background: #666666;
}

.quick-menu-list li a span {
  margin-top: 7px;
  display: block;
}

.quick-banner {
  margin-top: 10px;
}

.brand-mall {
  background: #3c3c3c;
  position: relative;
}

.brand-mall:before {
  content: "";
  display: block;
  width: 50%;
  height: 100%;
  background: #222222;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.brand-mall p {
  position: relative;
  z-index: 3;
  padding: 8px 0;
  font-size: 16px;
  color: #ffffff;
  font-weight: 700;
  width: 180px;
  float: left;
  font-family: 'Lato',
 sans-serif;
}

.brand-mall .brand-list {
  position: relative;
  z-index: 3;
  float: left;
  width: calc(100% - 180px);
  background: #3c3c3c;
  text-align: center;
}

.brand-mall .brand-list li {
  width: 8%;
  float: left;
}

.brand-mall .brand-list li a {
  display: block;
  color: #ffffff;
  padding: 10px 0;
}

.product-box .product-tit {
  margin-top: 50px;
  margin-bottom: 40px;
  padding-bottom: 35px;
  border-bottom: 1px solid #3c3c3c;
  text-align: center;
}

.product-box .product-tit span{
    font-size:18px;
    font-weight:500;
    line-height:3;
    display: none
}

.product-box .product-tit p {
  font-size: 24px;
  font-weight: 300;
}

.product-box .product-tit p strong {
  font-weight: 500;
}

.product-box .product-tit em {
  font-size: 24px;
  color: #e66801;
  font-weight: 700;
  font-family: 'Montserrat',
 sans-serif;
}

.product-box .product-list {
  overflow: hidden;
  margin: 0 -10px;
}

.product-box .product-item {
  -webkit-transition: all 600ms;
  transition: all 600ms;
  width: calc(25% - 20px);
  float: left;
  margin: 0 10px 30px;
}



.product-box .product-item a {
  display: block;
}

.product-box .product-item a .product-item-img {
  position: relative;
}

.product-box .product-item a .product-item-img:before {
  content: "";
  display: block;
  padding-top: 83.3333%;
}

.product-box .product-item a .product-item-img img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}

.product-box .product-item a .product-item-card .product-item-info {
  padding: 10px 0;
  border-bottom: 1px solid #dedede;
}
.product-box .product-item a .product-item-card .product-item-info p{
    height:24px;
}

.product-box .product-item a .product-item-card .product-item-info p strong {
  font-weight: 500;
  color: #222222;
}

.product-box .product-item a .product-item-card .product-item-price {
  padding: 5px 0;
}

.product-box .product-item a .product-item-card .supply-price {
  float: left;
  font-weight: 300;
}

.product-box .product-item a .product-item-card .margin-price {
  float: right;
  color: #ed1c24;
  font-weight: 500;
}

.main-banner img {
  max-width: 100%;
}



@media (max-width: 1260px) {
  .quick-menu {
    display: none;
  }
  .brand-list.touch-menu ul {
    float: left;
    display: block;
    font-size: 0;
    white-space: nowrap;
    position: relative;
  }
  .brand-list.touch-menu li {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: inline-block;
    width: auto;
    vertical-align: top;
    text-align: center;
    font-size: 12px;
    padding: 0 10px;
    float: none;
  }
  .main-form-area .main-form-cell.business-number {
    width: 70%;
  }
  .main-form-area .main-form-cell.main-lg-area {
    display: block;
    width: 100%;
  }
  .main-item-cate a img {
    display: none;
  }
}
@media (max-width: 1200px) {
    .product-box .product-item a .product-item-card .product-item-info p{
        height:40px;
    }
}
@media (max-width: 991px) {

  .main-visual .main-visual-txt dt {
    font-size: 30px;
  }
  .main-visual .main-visual-txt dd {
    font-size: 16px;
  }
  .main-form-area .main-form-cell.business-num {
    display: block;
    width: 100%;
    padding: 10px 0;
  }
  .main-form-area .main-form-cell.business-number {
    display: block;
    width: 100%;
    padding: 15px;
  }
  .main-form-area .main-form-cell.main-lg-area {
    width: 50%;
    float: left;
    height: 52px;
  }
  .main-form-area .main-form-cell.main-lg-area a {
    padding: 15px 0;
    height: auto;
  }
  .main-form-area .main-form-cell {
    border-bottom: 1px solid #ddd;
  }
  .main-visual-menu {
    top: auto;
  }
  .main-box-cate {
    margin: 10px -15px 0;
  }
  .main-item-cate {
    width: 100%;
  }
  .main-item-cate a {
    padding: 15px 30px;
  }
  .main-banner {
    display: none;
  }
  .brand-mall p {
    width: 120px;
  }
  .brand-mall .brand-list {
    width: calc(100% - 120px);
  }
  .product-box .product-tit p {
    font-size: 20px;
  }
  .product-box .product-item {
    width: calc(33.33% - 20px);
  }
}


@media (max-width: 700px) {
  .product-box .product-item {
    width: calc(50% - 20px);
  }
  .product-box .product-item a .product-item-card .supply-price {
    width: 100%;
    float: none;
  }
  .product-box .product-item a .product-item-card .margin-price {
    width: 100%;
    float: none;
  }
  .product-item-card p:nth-of-type(1) {
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* ellipsis line */
    -webkit-box-orient: vertical;
    /* webkit 엔진을 사용하지 않는 브라우저를 위한 속성. */
    /* height = line-height * line = 1.2em * 3 = 3.6em  */
    line-height: 1.2em;
    height: 2.4em;
  }
    .main-form-area .main-form-cell.business-number span{
        width:calc(33.33% - 10px);
        float:left;
        margin:0 5px;
    }
    .main-form-area .main-form-cell.business-number span input{
        width:100%;
    }
    .main-form-area .main-form-cell.business-number span:after{
        display:none;
    }
}

.sub-visual {
  height: 300px;
  position: relative;
}

.sub-visual.sub-visual-1 {
  background: url(/img/sub-visual-1.jpg) no-repeat center center;
  background-size: cover;
}

.sub-visual .sub-visual-txt {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  text-align: center;
}

.sub-visual .sub-visual-txt dt {
  font-size: 42px;
  color: #ffffff;
}

.sub-visual .sub-visual-txt dd {
  color: #ffffff;
  font-weight: 700;
  font-family: 'Open Sans',
 sans-serif;
}

.route {
  padding: 20px 0;
  text-align: right;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 30px;
}

.route li {
  display: inline-block;
}

.route li:after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(/img/route-icon.png) no-repeat center center;
  margin: 0 10px;
  vertical-align: middle;
}

.route li:last-child:after {
  display: none;
}

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

.product-cate li {
  -webkit-transition: all 600ms;
  transition: all 600ms;
  width: calc(16.66% + 1px);
  margin-right: -1px;
  margin-bottom: -1px;
  float: left;
}

.product-cate li a {
  display: block;
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  color: #3c3c3c;
  border: 1px solid #dddddd;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.product-cate li a.on {
  background: #222222;
  color: #fff;
  font-weight: 500;
}

.paging {
  margin: 30px 0;
  text-align: center;
}

.pagination {
  display: inline-block;
}

.pagination a {
  color: black;
  margin: 0 3px;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
  border: 1px solid #dddddd;
  font-family: 'Lato',
 sans-serif;
  font-size: 16px;
}

.pagination a.on {
  color: #fff;
  background: #3c3c3c;
}

.pagination a.not-border {
  border: 0;
}

@media (max-width: 991px) {
  .sub-visual {
    height: 200px;
  }
  .sub-visual .sub-visual-txt dt {
    font-size: 30px;
  }
  .product-cate li {
    width: calc(50% + 1px);
  }
  .product-cate li a {
    font-size: 14px;
    height: 40px;
    line-height: 40px;
  }
}

.view-img {
  width: 45%;
  float: left;
  margin-right: 5%;
}

.view-img .view-big-img {
  position: relative;
}

.view-img .view-big-img:before {
  content: "";
  display: block;
  padding-top: 83.0508%;
}

.view-img .view-big-img img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}

.view-txt {
  width: 50%;
  float: left;
}

.view-small-img {
  border-top: 1px solid #e8e8e8;
  margin-top: 10px;
  padding: 10px 20px;
  position: relative;
}

.view-small-img-item {
  position: relative;
  margin: 0 3px;
}

.view-small-img-item:before {
  content: "";
  display: block;
  padding-top: 83.0508%;
}

.view-small-img-item img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}

.view-slide-img {
  margin: 0 10px;
}

.view-slide-img img {
  max-width: 100%;
}

.view-dots {
  margin: auto;
  font-size: 0;
  text-align: center;
}

.view-dots li {
  width: calc(20% - 20px);
  margin: 0 10px;
  display: inline-block;
}

.view-dots li img {
  max-width: 100%;
}

.view-slide-btn a {
  display: block !important;
  width: 12px;
  height: 24px;
}

.view-slide-btn .prev-btn {
  background: url(/img/prev-btn.png) no-repeat center center;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.view-slide-btn .next-btn {
  background: url(/img/next-btn.png) no-repeat center center;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.view-item-subject {
  padding: 15px 0;
  border-top: 1px solid #333333;
  margin-bottom: 10px;
}

.view-item-subject .view-cate p {
  font-size: 14px;
  color: #666666;
}

.view-item-subject .view-item-name p {
  font-size: 28px;
  margin-bottom: 5px;
}

.view-item-subject .view-item-name p strong {
  font-weight: 500;
}

.view-table {
  border-top: 1px solid #333333;
  border-bottom: 1px solid #333333;
}

.view-table .view-item-price {
  padding: 10px 0;
  border-bottom: 1px solid #aeaeae;
}

.view-table .view-item-info {
  border-bottom: 1px solid #aeaeae;
  padding: 10px 0;
}

.view-table table {
  width: 100%;
  text-align: left;
  table-layout: fixed;
}

.view-table table th {
  padding: 10px 0;
  font-size: 15px;
  color: #333333;
  width: 15%;
}

.view-table table td {
  padding: 10px 40px;
  font-size: 18px;
  color: #555555;
  font-weight: 500;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.view-table table td em {
  color: #ed1c24;
  font-size: 18px;
  font-weight: 500;
}

.view-table table td strong {
  font-size: 20px;
  font-family: 'Roboto', sans-serif;
}

.view-table table td input {
  border: 1px solid #aeaeae;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px;
}

.view-table table td select {
  max-width: 240px;
  width: 100%;
  border: 1px solid #aeaeae;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px 40px 5px 5px;
  font-size: 13px;
  background: url(/img/select-icon.png) no-repeat right 10px center;
}

.view-item-info .level{
    padding:0 15px;
}

.view-item-info .level p.warning {
  border:1px solid #ddd;
  padding:10px;
  background:#fbfbfb;
  font-size: 12px;
  color: #ff1111;
  margin-top: 10px;
}

.view-item-info .level .level-info{
    border:1px solid #ddd;
    padding:10px 0;
    border-top:0;
}

.view-item-info .level .level-info .level-icon{
    float:left;
    border-right:1px solid #ddd;
    margin-left:10px;
    padding-right:20px;
}

.view-item-info .level .level-info .level-text{
    float:left;
    margin-left:20px;
}

.view-total {
  position: relative;
  margin-top: 30px;
}

.view-total .item-cnt {
  position: relative;
  margin-top: 10px;
  float: left;
}

.view-total .item-cnt input {
  border: 1px solid #e8e8e8;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px 10px;
  text-align: center;
  max-width: 110px;
  height: 33px;
}

.view-total .item-cnt button {
  border: 1px solid #e8e8e8;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 33px;
  width: 30%;
}

.view-total .item-cnt .cnt-minus {
  position: absolute;
  top: 0;
  left: 0;
}

.view-total .item-cnt .cnt-plus {
  position: absolute;
  top: 0;
  right: 0;
}

.view-total .item-price {
  float: right;
}

.view-total .item-price p {
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}

.view-total .item-price p strong {
  font-size: 30px;
  margin-left: 5px;
  color: #ed1c24;
}

.view-btn {
  margin: 30px -10px;
}

.view-btn a {
  display: block;
  width: calc(30% - 4px);
  margin: 10px 2px;
  float: left;
  text-align: center;
  border: 1px solid #e8e8e8;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 12px 0;
  font-size: 18px;
  color: #333333;
  background: #222222;
  color: #fff;
}

.view-btn a.on {
  background: #ed1c24;
  color: #fff;
  width: calc(40% - 4px);
}

.view-btn button {
    display: block;
    width: calc(30% - 4px);
    margin: 10px 2px;
    float: left;
    text-align: center;
    border: 1px solid #e8e8e8;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 12px 0;
    font-size: 18px;
    color: #333333;
    background: #222222;
    color: #fff;
}

.view-btn button.on {
    background: #ed1c24;
    color: #fff;
    width: calc(40% - 4px);
}

.detail-box {
  margin-top: 70px;
}

.detail-tit {
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  text-align: center;
}

.detail-tit p {
  display: inline-block;
  padding: 15px 55px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.detail-tit p:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #ed1c24;
  position: absolute;
  bottom: 0;
  left: 0;
}

.detail-inner {
  padding: 40px 0;
}
.list-tab {
    text-align: center;
    /*border-bottom: 1px solid #ececec;*/
    margin-bottom: 15px;
}
/*.list-tab ul{width :100%}*/
.list-tab li {
    width: 10%;
    float: left;
    border: 1px solid #ececec;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /*margin-right: -1px;
    margin-bottom: -1px;*/
}

.list-tab li a {
    display: block;
    font-size: 14px;
    color: #444444;
    font-weight: 300;
    padding:7px 0;
}

.list-tab li a.on {
    background: #e4ebf3;
    color: #4574ab;
}
@media (max-width: 768px) {
  .product-tab li a {
    font-size: 14px;
    padding: 10px 0;
    margin-bottom: -1px;
  }
  .list-item {
    margin: 20px 5px;
  }
  .view-img {
    width: 70%;
    margin: 0 auto 30px;
    text-align: center;
    float: none;
  }
  .view-txt {
    width: 100%;
  }
  .view-item-subject .view-item-name p {
    font-size: 24px;
  }
  .view-table table th {
    font-size: 13px;
  }
  .view-table table td {
    font-size: 12px;
  }
  .view-total .item-price p strong {
    font-size: 24px;
  }
  .view-btn a {
    font-size: 14px;
  }
  .view-detail-tab {
    /* 노드가 하나일 때 선택 */
    /* 노드가 둘 일 때, 2번 노드 선택 */
    /* 노드가 셋 일 때, 2~3번째 노드 선택 */
  }
  .view-detail-tab li:only-child {
    width: 100%;
  }
  .view-detail-tab li:first-child:nth-last-child(2),
  .view-detail-tab li:first-child:nth-last-child(2) + li {
    width: 50%;
  }
  .view-detail-tab li:first-child:nth-last-child(3),
  .view-detail-tab li:first-child:nth-last-child(3) ~ li {
    width: 50%;
  }
  .view-detail-tab li:first-child:nth-last-child(4),
  .view-detail-tab li:first-child:nth-last-child(4) ~ li {
    width: 50%;
  }
  .view-detail-tab li:first-child:nth-last-child(5),
  .view-detail-tab li:first-child:nth-last-child(5) ~ li {
    width: 25%;
  }
  .view-detail-tab li:first-child:nth-last-child(6),
  .view-detail-tab li:first-child:nth-last-child(6) ~ li {
    width: 20%;
  }
  .view-detail-tab li a {
    font-size: 14px;
  }
  .view-review-board li a .review-content {
    width: 75%;
    margin-bottom: 10px;
  }
  .view-review-board li a .scope {
    float: right;
    width: 25%;
    margin-bottom: 13px;
    text-align: right;
  }
  .view-review-board li a .review-id {
    width: 50%;
    text-align: left;
  }
  .view-review-board li a .review-date {
    width: 50%;
    text-align: right;
  }
  .view-review-board li a .review-stat {
    width: 15%;
    margin-bottom: 5px;
    float: right;
  }
  .view-review-board li a .review-text {
    width: 85%;
    margin-bottom: 5px;
  }
}

@media (max-width: 480px) {
  .view-img {
    width: 100%;
  }
}

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

.company-in dl {
  margin-top: 30px;
}

.company-in dl dt {
  font-size: 38px;
  color: #111111;
  font-weight: 500;
  margin-bottom: 30px;
}

.company-in dl dd {
  font-size: 16px;
  color: #111111;
  line-height: 1.75;
}

.img-list {
  margin: 70px 0;
  text-align: center;
}

.img-list li {
  width: calc(25% - 20px);
  margin: 0 10px;
  float: left;
}

.img-list li .img-list-icon {
  margin-bottom: 10px;
}

.img-list li p {
  font-size: 18px;
  color: #232323;
  font-weight: 500;
}

@media (max-width: 991px) {
  br {
    display: none;
  }
  .img-list li {
    width: calc(50% - 20px);
    margin: 10px;
  }
    .main-service-number .service-number-item{
        width:calc(33.33% - 20px);
        margin:0 10px;
        float:left;
        padding:15px 10px;
        box-sizing:border-box;
        color:#222222;
        font-size:10px;
        font-family: 'Lato',
        sans-serif;
    }
    .list-tab li {
        width: 16.6%;
        float: left;
        border: 1px solid #ececec;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        /*margin-right: -1px;
        margin-bottom: -1px;*/
    }
}
.vip-in{
    max-width: 1000px;
    margin:0 auto;
}
.vip-in img{
    margin:80px 0;
}
.vip-in img{
    width:100%;
}
/****주문조회테이블 css 추가***/
.info_table th{background-color: #f4f4f4
}
.info_table td{text-align:left !important;}

@media screen and (max-width : 1280px) {
    .main-visual .swiper-slide p {
        top: 20%
    }
    .main-visual .swiper-pagination {
        bottom: 25% !important
    }
}
@media screen and (max-width : 1024px) {
    .main-visual .swiper-slide p {
        font-size: 36px
    }
    .main-visual .swiper-pagination {
        bottom: 30% !important
    }
}
@media screen and (max-width : 640px){
    .form-info{
        font-size: 16px
    }
    .main-visual .swiper-slide .m_ver {
        display: block
    }
    .main-visual .swiper-slide .pc_ver {
        display: none
    }
    .main-visual .slide_btn {
        display: none
    }
}