@media (max-width: 768px) {
  .nav_menu {
    width: 100%;
  }
}

.gray_txt_style {
  font-size: 20px;
  color: #bdbdbd;
  font-weight: 200;
  line-height: 32px;
  text-align: justify;
}

.gray_txt_style_s {
  font-size: 16px;
  color: #bdbdbd;
  font-weight: 200;
  line-height: 22px;
}

.product_right {
  width: 35.2%;
  display: inline-block;
  vertical-align: top;
  padding-left: 15px;
}

@media (max-width: 630px) {
  .product_right {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    padding-left: 0px;
  }
}

.product_left {
  width: 64%;
  display: inline-block;
}

@media (max-width: 630px) {
  .product_left {
    width: 100%;
    display: inline-block;
  }
}

.product_mid_img_left {
  display: inline-block;
  width: 49.5%;
  padding-right: 8px;
}

@media (max-width: 630px) {
  .product_mid_img_left {
    display: inline-block;
    width: 100%;
    padding-right: 0px;
  }
}

.product_mid_img_right {
  display: inline-block;
  width: 49.5%;
  padding-left: 8px;
}

@media (max-width: 630px) {
  .product_mid_img_right {
    display: inline-block;
    width: 100%;
    padding-left: 0px;
    padding-top: 15px;
  }
}

.dyson_onlineshop_btn:hover {
  text-decoration: none;
}

.title_txt_style {
  font-size: 36px;
  font-weight: 500;
  color: #606060;
  letter-spacing: 8px;
  margin-bottom: 0px;
  margin-top: 0px;
  line-height: 40px;
}

@media (max-width: 480px) {
  .title_txt_style {
    font-size: 29px;
    font-weight: 500;
    color: #606060;
    letter-spacing: 2px;
    margin-bottom: 0px;
    margin-top: 0px;
    line-height: 40px;
  }
}

.kol_img_style {
  /*max-width: 350px;*/
}

.kol_name_txt_style {
  font-size: 20px;
  color: #0086c7;
  font-weight: 500;
}

.kol_title_txt_style {
  font-size: 20px;
  color: #1d2128;
  font-weight: 200;
}

.kol_share_right {
  width: 49.2%;
  cursor: pointer;
  display: inline-block;
  padding-left: 8px;
}

@media (max-width: 630px) {
  .kol_share_right {
    width: 100%;
    cursor: pointer;
    display: inline-block;
    padding-left: 0px;
    padding-top: 15px;
  }
}

.kol_share_left {
  width: 49.2%;
  cursor: pointer;
  display: inline-block;
  padding-right: 9px;
}

@media (max-width: 630px) {
  .kol_share_left {
    width: 100%;
    cursor: pointer;
    display: inline-block;
    padding-right: 0px;
  }
}

.user_share_style {
  display: inline-block;
  width: 24.5%;
  padding: 5px;
  position: relative;
  cursor: pointer;
}

@media (max-width: 730px) {
  .user_share_style {
    display: inline-block;
    width: 32.6%;
    padding: 3px;
    position: relative;
  }
}

@media (max-width: 630px) {
  .user_share_style {
    display: inline-block;
    width: 49.5%;
    padding: 3px;
    position: relative;
  }
}

@media (max-width: 434px) {
  .user_share_style {
    display: inline-block;
    width: 49%;
    padding: 2px;
    position: relative;
    font-size: 12px;
  }
}

.user_share_name_box {
  width: 90%;
  position: absolute;
  padding: 4px 5px;
  bottom: 4%;
  background-color: rgba(0,134,199,0.75);
  margin-left: 3%;
}

.user_share_zoom_icon {
  color: #ffffff;
  position: absolute;
  right: 7%;
  font-size: 22px;
  bottom: 5%;
  z-index: 1;
}

@media (min-width: 434px) {
  .user_name_size {
    margin-bottom: 0px;
    /*font-size: 14px;*/
    color: #ffffff;
  }
}

.user_name_size {
  margin-bottom: 0px;
  /*font-size: 12px;*/
  color: #ffffff;
}

.inquiry_content {
  max-width: 740px;
  margin: auto;
}

.btn.btn-default.dyson_modal_close {
  opacity: 1;
  background-image: linear-gradient(to bottom,#80cbf0,#0086c7 );
  border: 0px;
  border-radius: 0px;
  color: #ffffff;
  text-shadow: none;
}

.btn.btn-default.dyson_modal_close:hover {
  opacity: 1;
  background-color: #0086c7;
  border: 0px;
  border-radius: 0px;
  color: #ffffff;
  text-shadow: none;
}

.dyson_modal_close {
  /*background-image: linear-gradient(to bottom,#ab0f0f 0,#e0e0e0 100%);*/
}

.modal_popup_title {
  font-size: 20px;
  color: #1d2128;
  font-weight: 200;
}

.modal_popup_name {
  color: #0086c7;
  font-size: 20px;
  font-weight: 500;
}

.modal-header.modal_header_re {
  padding-bottom: 0px;
  border-bottom: 1px solid #80cbf0;
}

.modal_content_txt_style {
  font-size: 18px;
  font-weight: 200;
  text-align: justify;
}

.modal-footer.footer_line_style {
  border-top: 1px solid #80cbf0;
}

.user_photo_style_h {
  /*max-width: 500px;*/
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.kol_hover:hover, .kol_hover:hover {
  text-decoration: none;
}

.kol_hover:hover {
  /*color: #23527c;*/
  text-decoration: none;
}

