@charset "UTF-8";
:root {
  --primary-color-1: #2b2b2b;
  --sub-color-2: #444;
  --sub-color-3: #508bed;
  --line-color-3: #eee;
}

body.lock {
  overflow-y: hidden;
  height: 100%;
  width: 100%;
}

.icon_box img,
.img_box img {
  width: 100%;
  display: block;
}
select {
  max-width: 100%;
  height: 29px;
  margin: 0;
  padding: 0 20px 0 8px;
  line-height: 29px;
  font-size: 13px;
  color: #333;
  word-break: break-all;
  font-weight: inherit;
  border: 1px solid #d7d5d5;
  border-radius: 0;
  background: #fff url(/ktsonicboom/mobile/img/ico_select.gif) no-repeat 100% 49%;
  background-size: auto 40px;
  -webkit-appearance: none;
}
select:focus {
  outline: none;
}
input[type="checkbox"] {
  width: 18px;
  height: 18px;
  border: 0;
  background: url(/ktsonicboom/mobile/img/bg_checkbox.png) no-repeat 0 0;
  background-size: 18px 18px;
  cursor: pointer;
  -webkit-appearance: none;
}
input[type="checkbox"]:checked {
  background-image: url(/ktsonicboom/mobile/img/bg_checkbox_checked.png);
  -webkit-appearance: none;
}
input[type="radio"] {
  width: 18px;
  height: 18px;
  border: 0;
  border-radius: 50%;
  background: url(/ktsonicboom/mobile/img/bg_radio.png) no-repeat 0 0;
  background-size: 18px 18px;
  -webkit-appearance: none;
}
input[type="radio"]:checked {
  background-image: url(/ktsonicboom/mobile/img/bg_radio_checked.png);
  -webkit-appearance: none;
}
input[type="text"],
input[type="password"],
input[type="number"],
input[type="tel"],
input[type="email"],
textarea {
  padding: 10px;
  font-size: 13px;
  line-height: 13px;
  font-weight: inherit;
  color: #353535;
  border: 1px solid #d7d5d5;
  border-radius: 2px;
  outline-style: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* 공통 */
.overlay {
  position: fixed;
  left: 0px;
  top: 0;
  right: 0px;
  bottom: 0px;
  z-index: 100;
  background: rgba(0, 0, 0, 0.7);
  display: none;
}
.overlay.on {
  display: block;
}
header .header.fix {
  position: fixed;
  width: 100%;
  z-index: 100;
  background: rgba(255, 255, 255, 0.8);
  max-width: 600px;
}
header .header.fix .wrap {
  height: 75px;
}
header .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  height: 75px;
  padding: 0 13px;
}
header .header.fix .logo {
  width: 98px;
}
header .wrap .logo {
  width: 98px;
}
header .wrap .logo a {
  display: block;
}
.toggle_menu {
  margin-top: 10px;
  width: 69px;
  height: 30px;
}
.toggle_menu a {
  width: 30px;
  height: 30px;
  display: block;
  overflow: hidden;

  text-indent: 100%;
  white-space: nowrap;
  background: url(/ktsonicboom/mobile/img/layout_btnR.png) no-repeat center;
}
.header .wrap .right_group ul {
  display: flex;
  column-gap: 4px;
  margin-top: 10px;
}
.header .search {
  width: 30px;
  height: 30px;
  vertical-align: middle;
  margin-top: 10px;
}
.header .search button {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding: 0;
  text-indent: 100%;
  text-align: left;
  white-space: nowrap;
  cursor: pointer;
  border: 0;
  background: url(/ktsonicboom/mobile/img/show_search_btn.png) no-repeat 0px 0px;
  background-size: 25px;
}
.header .cart {
  position: relative;
  width: 35px;
  height: 35px;
  vertical-align: middle;
  margin-top: 10px;
}
.header .cart a {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding: 0;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  border: 0;
  background: url(/ktsonicboom/mobile/img/mcart_btn.png) no-repeat 0 0;
  background-size: 28px;
}
.header .cart a span {
  position: absolute;
  left: 1px;
  top: 0px;
  width: 25px;
  height: 17px;
  text-align: center;
  font-family: "Roboto Condensed";
  font-size: 10px;
  line-height: 17px;
  color: #222;
  font-weight: 700;
  text-align: center;
}
.aside_wrap {
  z-index: 100;
  visibility: hidden;
  position: fixed;
 /*  left: 0px; */
  top: 0px;
  bottom: 0;
  overflow: auto;
  overflow-x: hidden;
  min-width: 215px;
  width: 75%;
  padding: 0 4% 3%;
  font-size: 11px;
  background-color: #fff;
  -webkit-overflow-scrolling: touch;
}
.aside_wrap.on {
  visibility: visible;
  overflow-x: hidden;
  z-index: 110;
  max-width: 500px;
}
.aside_wrap .login_wrap {
  padding-top: 20px;
}
.aside_wrap .login_wrap .txt {
  font-size: 13px;
  line-height: 22px;
  color: #666;
}
.aside_wrap .login_wrap .txt b {
  font-weight: bold;
}
.aside_wrap .aside_login ul {
  display: block;
  width: 100%;
  padding-top: 20px;
}
.aside_wrap .aside_login ul li:first-child {
  margin-right: 1%;
  border: 1px solid #2b2b2b;
  background: #2b2b2b;
}
.aside_wrap .aside_login ul li:first-child a {
  color: #fff;
}
.aside_wrap .aside_login ul li:last-child {
  border: 1px solid #ddd;
  background: #fff;
}
.aside_wrap .aside_login ul li:last-child a {
  color: #333;
}
.aside_wrap .aside_login ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.aside_wrap .aside_login ul li {
  width: 49.5%;
}
.aside_wrap .aside_login li a {
  display: block;
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 35px;
  font-weight: 500;
  letter-spacing: 0.5px;
  padding: 5px 0px 5px 0px;
  text-align: center;
}
.aside_wrap .mem_menu {
  padding-top: 15px;
  margin-bottom: 15px;
}
.aside_wrap .mem_menu ul {
  display: flex;
  align-items: center;
  border: 1px solid #ddd;
}
.aside_wrap .mem_menu ul li {
  width: calc(100% / 2);
}
.aside_wrap .mem_menu ul li + li {
  border-left: 1px solid #ddd;
}
.aside_wrap .mem_menu ul li a {
  display: block;
  line-height: 35px;
  color: #555;
  font-size: 13px;
  padding: 5px 0px 5px 0px;
  text-align: center;
}
.aside_wrap .mem_menu ul li a > span {
  position: relative;
  top: -2px;
  background: #2b2b2b;
  display: inline-block;
  width: 15px;
  height: 15px;
  line-height: 15px;
  color: #fff;
  font-size: 8px;
  border-radius: 50%;
  text-align: center;
  font-weight: 500;
}
.category_memu > ul {
  margin-top: 30px;
}
.category_memu > ul > li .category_depth1 a {
  display: block;
  font-size: 13px;
  line-height: 30px;
  color: #000;
  font-weight: 500;
  display: block;
}
.category_memu > ul > li > a,
.category_memu ul .category_depth1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 10px;
}
.category_memu > ul > li.on .category_depth1 a {
  text-decoration: underline;
}
.category_memu_more {
  height: 30px;
  width: 30px;
  background: url(/ktsonicboom/mobile/img/bg_snb_1depth.png) no-repeat center;
  background-size: 12px;
}
.category_memu > ul > li.on .category_memu_more {
  background: url(/ktsonicboom/mobile/img/bg_snb_1depth_on.png) no-repeat center;
  background-size: 12px;
}

.category_memu .sub_menu li {
  padding-left: 15px;
  background: #fff url(/ktsonicboom/mobile/img/im_icon2.png) no-repeat 2px 15px;
}
.category_memu .sub_menu {
  display: none;
}
.category_memu > ul > li.on .sub_menu {
  display: block;
}
.category_memu .sub_menu li a {
  color: #aaa;
  font-size: 13px;
  line-height: 30px;
  font-weight: 500;
  display: block;
}
.aside_board {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 30px;
  padding-top: 30px;
}
.aside_board li a {
  font-size: 13px;
  line-height: 30px;
  color: #222;
  padding: 0px 0px 0px;
  font-weight: 500;
}
.today_view .item a {
  display: block;
}
.today_view .item a img {
  width: 100%;
  display: block;
}
.today_view h2 {
  position: relative;
  width: 100%;
  text-align: left;
  color: #333;
  font-weight: bold;
  font-size: 10px;
  line-height: 34px;
  letter-spacing: 0.5px;
  margin: 10px 0;
  padding-top: 20px;
}
.today_view h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  z-index: 95;
  background-color: rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 1px;
}
.today_view h2 .count {
  position: relative;
  display: inline-block;
  left: 3px;
  top: -1px;
  margin-left: 3px;
  width: 18px;
  height: 18px;
  vertical-align: middle;
  text-align: center;
  font-family: "Roboto Condensed";
  font-size: 10px;
  line-height: 18px;
  color: #fff;
  font-weight: 700;
  background-color: rgba(3, 3, 3, 0.84);
  border-radius: 50%;
}
.aside_wrap .cscenter {
  position: relative;
  display: block;
  overflow: hidden;
  color: #555;
  font-size: 13px;
  text-align: left;
  margin-top: 10px;
}
.aside_wrap .bank h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  z-index: 95;
  background-color: rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 1px;
}
.aside_wrap .bank h2,
.aside_wrap .cscenter h2 {
  position: relative;
  width: 100%;
  text-align: left;
  color: #333;
  font-weight: bold;
  font-size: 10px;
  line-height: 34px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin: 10px 0;
  padding-top: 20px;
}
.aside_wrap .call hr {
  margin-top: 5px;
  margin-bottom: 5px;
}
.aside_wrap .call i {
  font-size: 14px;
  padding-right: 5px;
}
.aside_wrap .call .bold {
  display: block;
  overflow: hidden;
  width: 100%;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0px;
  color: #000;
  margin: 0 0 5px 0;
}
.aside_wrap .call .time {
  line-height: 25px;
  font-size: 12px;
}
.aside_wrap .bank .bold {
  display: block;
  overflow: hidden;
  width: 100%;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0px;
  color: #000;
  margin: 0 0 5px 0;
  line-height: 25px;
}
.aside_wrap .bank p {
  font-size: 11px;
  letter-spacing: 0px;
  line-height: 25px;
  font-weight: 500;
}
.aside_wrap .phone {
  overflow: hidden;
  clear: both;
  display: block;
  text-align: left;
  font-size: 11px;
  margin: 20px 0 20px;
}
.aside_wrap .phone a {
  border: 1px solid #333;
  color: #222;
  display: block;
  line-height: 35px;
  text-align: center;
  padding: 0 10px;
  margin-top: 10px;
}
#sideClose {
  display: none;
  position: fixed;
  margin: 0;
  z-index: 9999;
  line-height: 0;
  float: right;
  left:80%;
  
}
.sideCloseOn{
  display: block;
  
}
.aside_wrap .sns_btn {
  display: block;
  overflow: hidden;
  margin: 20px 0;
  margin-left: 10px;
}
.aside_wrap .sns_btn ul {
  display: flex;
  column-gap: 5px;
}
.aside_wrap .sns_btn a {
  font-size: 11px;
  line-height: 30px;
  color: #222;
  letter-spacing: 0.5px;
}
.aside_wrap.on #sideClose {
  display: block;
}

#sideClose .btnClose span {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-align: center;
  background: url(/ktsonicboom/mobile/img/btn_close.png) no-repeat 10px 10px;
  background-size: 29px 29px;  
}
#sideClose .btnClose span p {
  position: absolute;
  width: 50px;
  bottom: -10px;
  text-align: center;
  color: #fff;
  font-size: 10px;
  font-family: "tahomaregular";
  letter-spacing: 0.5px;
}
#footer {
  font-size: 11px;
  line-height: 1.5em;
  margin: 0 10px;
}
#footer .cscenter {
  overflow: hidden;
  clear: both;
  display: block;
  width: 100%;
  text-align: left;
  overflow: hidden;
  text-align: center;
  margin: 0;
  color: #555;
  font-size: 13px;
}
#footer .cscenter .line {
  border: 0px;
  height: 1px;
  background-color: #ddd;
}
#footer .cscenter ul {
  display: flex;
}
#footer .cscenter h2 {
  display: inline-block;
  overflow: hidden;
  color: #222;
  font-weight: 600;
  font-size: 12px;
  line-height: 35px;
  padding: 20px 0 5px;
  letter-spacing: 0px;
  text-transform: uppercase;
}
#footer .cscenter .time div {
  display: block;
  overflow: hidden;
}
#footer .cscenter .time {
  display: inline-block;
  font-size: 13px;
  letter-spacing: 0px;
  line-height: 25px;
  
}
#footer .cscenter .time span {
  float: left;
  margin-right: 10px;
}
#footer .call .bold {
  display: block;
  overflow: hidden;
  width: 100%;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0px;
  color: #000;
  margin: 0 0 5px -10px;
}
#footer .cscenter .call {
  width: 100%;
  line-height: 18px;
  margin-top: 0px;
  padding: 0px 0% 0 0%;
}
#footer .cscenter .bank {
  width: 40%;
  line-height: 18px;
  margin-top: 0px;
  padding: 0px 0% 0 0%;
}
#footer .bank .bold {
  display: block;
  overflow: hidden;
  width: 100%;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0px;
  color: #000;
  margin: 0 0 5px 0;
}
#footer .phone {
  overflow: hidden;
  clear: both;
  display: block;
  text-align: center;
  margin-top: 20px;
}

#footer .phone ul {
  display: flex;
  align-items: center;
}
#footer .phone ul li {
  width: 50%;
}

#footer .phone li a {
  display: block;
  margin: 0 10px;
  background: #fff;
  border: 1px solid #333;
  color: #fff;
  line-height: 45px;
  text-align: center;
  color: #333;
}
#footer .fmenu {
  overflow: hidden;
  clear: both;
  display: block;
  padding: 20px 0 0px;
  text-align: center;
  margin-top: 0px;
}
#footer .fmenu ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
#footer .fmenu ul li {
  margin: 0 5px;
}
#footer .fmenu ul li a {
  display: block;
  border: 0px solid #555;
  font-weight: 700;
  font-size: 11px;
  line-height: 24px;
  color: #777;
  border-radius: 3px;
  padding: 0 5px;
}
#footer address {
  font-style: normal;
  text-align: center;
  padding: 15px 30px 15px 20px;
  font-size: 10px;
  font-family: "Open Sans";
  letter-spacing: -0.5px;
  line-height: 18px;
  color: #555;
  text-align: center;
}
#footer h2 {
  overflow: hidden;
  color: #222;
  font-weight: 600;
  font-size: 12px;
  line-height: 35px;
  padding: 0px 0 5px;
  letter-spacing: 0px;
  text-transform: uppercase;
  text-align: center;
}
#footer address .footerInfo {
  width: 100%;
  color: #555;
}
#footer .copyright {
  line-height: 32px;
  color: #555;
  font-size: 9px;
  padding: 5px 0;
  text-align: center;
  border-top: 1px solid #eee;
}
.searchBox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 200;
  background-color: #fff;
  border: 1px solid #cccccc;
  border-radius: 1px;
  max-width: 600px;
  margin: 0 auto;
}
.searchBox.on {
  display: block;
}
.searchBox .btnClose {
  position: absolute;
  width: 30px;
  height: 30px;
  margin: 0;
  padding: 0;
  outline-style: none;
  cursor: pointer;
  top: 20px;
  left: 50%;
  transform: translate(-50%, 0);
  background: url(/ktsonicboom/mobile/img/layer_close.png) no-repeat 50% 50%;
  font-size: 0px;
  text-align: center;
  text-indent: -999px;
  border: 0;
}
.searchBox .searchForm {
  position: relative;
  margin: 80px 20px 7px 20px;
  padding: 0 4px 0 4px;
  border-bottom: 2px solid #222;
}
.searchBox .searchForm input:focus {
  outline: none;
}
.searchBox .searchForm .btnDelete {
  position: absolute;
  right: 7px;
  top: 0px;
  width: 20px;
  height: 20px;
  border: 0;
  cursor: pointer;
  overflow: hidden;
  text-indent: 100%;
  font-size: 0;
  white-space: nowrap;
  background: url(/ktsonicboom/mobile/img/btn_delete.png) no-repeat 0 0;
  background-size: 20px 20px;
}
.searchBox .btnDelete {
  position: absolute;
  right: 7px;
  top: 0px;
  width: 20px;
  height: 20px;
  border: 0;
  cursor: pointer;
  overflow: hidden;
  text-indent: 100%;
  font-size: 0;
  white-space: nowrap;
  background: url(/ktsonicboom/mobile/img/btn_delete.png) no-repeat 0 0;
  background-size: 20px 20px;
}
.searchBox legend {
  height: 0;
  width: 0;
  display: block;
  text-indent: -9999em;
}
.searchBox .searchForm {
  position: relative;
  margin: 80px 20px 7px 20px;
  padding: 0 4px 0 4px;
  border-bottom: 2px solid #222;
}
.searchBox #keyword {
  width: 100%;
  padding: 4px 0;
  border: 0;
  line-height: 30px;
  color: #1b1b1b;
  font-size: 22px;
}
.searchBox .record_list li .btnDelete {
  position: absolute;
  right: 14px;
  top: 10px;
  overflow: hidden;
  width: 20px;
  height: 20px;
  padding: 0;
  border: 0;
  text-indent: 100%;
  white-space: nowrap;
  background: url(//img.echosting.cafe24.com/skin/mobile_ko_KR/layout/btn_delete.png)
    no-repeat 0 0;
  background-size: 20px 20px;
}
.searchBox .btnDeleteAll {
  display: block;
  height: 29px;
  line-height: 29px;
  margin: 8px auto;
  padding: 0 18px;
  border: 1px solid #d5d5d5;
  font-size: 13px;
  cursor: pointer;
  vertical-align: middle;
  color: #000;
  background-color: #fff;
  border-radius: 3px;
}
.searchBox .record_list {
  background: #fff;
  padding: 5px 0 20px;
}
.searchBox .record_list li {
  position: relative;
  padding: 0 39px 0 0;
  border-bottom: 1px solid #d5d5d5;
}
.searchBox .record_list li a {
  display: block;
  padding: 12px 0 11px 14px;
  color: #1b1b1b;
  font-size: 13px;
  min-height: 13px;
}
.fix_btn .btnTop {
  position: fixed;
  bottom: 60px;
  /* left: 3%; */
  z-index: 9999999;
}
.fix_btn .btnTop li + li {
  margin-top: 10px;
}
.fix_btn .btnTop li.btn {
  width: 40px;
}
.fix_btn .btnTop li.btn a {
  display: block;
}
.fix_btn .btnTop li.btn a img {
  width: 100%;
  display: block;
}
.fix_btn .btnTop li.top a {
  overflow: hidden;
  display: block;
  background: url(/ktsonicboom/mobile/img/topdown_btn.png) no-repeat;
  text-indent: -9999px;
  margin-top: 0px;
  width: 40px;
  height: 30px;
  background-position: 0 0px;
}
.fix_btn .btnTop li.down a {
  overflow: hidden;
  display: block;
  background: url(/ktsonicboom/mobile/img/topdown_btn.png) no-repeat;
  text-indent: -9999px;
  margin-top: 0px;
  width: 40px;
  height: 30px;
  background-position: 0 -42px;
}
/* 메인 */
.main_slide {
  width: 100%;
}
.main_slide .swiper-slide img {
  width: 100%;
  display: block;
}
.main_slide .swiper-pagination {
  bottom: 20px;
}
.main_slide .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #000;
  opacity: 0.8;
}
.main_slide .swiper-pagination-bullet {
  background: #000;
  width: 10px;
  height: 10px;
  opacity: 0.2;
}
.top_category ul {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #eee;
}
.top_category ul li {
  width: calc(100% / 3);
  border-bottom: 1px solid #eee;
  border-right: 1px solid #eee;
}
.top_category ul li a {
  display: block;
  text-align: center;
  font-size: 13px;
  line-height: 40px;
  font-weight: 500;
  color: #000;
}
.main_banner {
  display: block;
  text-align: center;
  width: 100%;
  overflow: hidden;
  margin: 40px auto 0px;
  background-color: rgba(150, 150, 150, 0.1);
  padding: 20px 0 20px;
}
.main_banner .title {
  margin: 0px 0 0px;
  text-align: center;
  word-break: keep-all;
}
.main_banner .title h2 {
  display: inline-block;
  margin: 0;
  padding: 15px 10px 0;
  font-weight: 500;
  color: #222;
  font-size: 18pt;
  line-height: 40px;
  letter-spacing: 0px;
}
.main_banner .title h2 {
  display: inline-block;
  margin: 0;
  padding: 15px 10px 0;
  font-weight: 500;
  color: #222;
  font-size: 18pt;
  line-height: 40px;
  letter-spacing: 0px;
}
.main_banner .title b {
  font-weight: bold;
}
.main_banner .title > h2 > span > p {
  display: block;
  overflow: hidden;
  text-align: center;
  font-size: 18px;
  color: #222;
  font-weight: 300;
  line-height: 30px;
  letter-spacing: -1px;
  padding: 10px 0 0;
}
.main_banner .list_item ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.main_banner .list_item ul li {
  width: calc(98% / 3);
  box-sizing: border-box;
  text-align: center;
}
.main_banner .list_item ul li a {
  display: block;
}
.main_banner .list_item ul li a img {
  width: 100%;
  display: block;
}
.products_list_wrap h2 {
  display: block;
  margin: 40px 0 20px;
  padding: 5px 0px 0;
  font-weight: 500;
  color: #222;
  font-size: 24px;
  font-weight: 500;
  line-height: 35px;
  letter-spacing: 0px;
  text-align: center;
}
.products_list ul {
  display: flex;
  row-gap: 7px;
  flex-wrap: wrap;
  padding: 0 2px;
  margin-bottom: 7px;
}
.products_list ul li {
  width: 25%;
}

.products_list ul .thumbnail {
  position: relative;
}
.products_list ul .thumbnail {
  position: relative;
  margin: 0 2px 14px;
}
.products_list ul .thumbnail .wish {
  position: absolute;
  right: 5px;
  top: 2px;
  z-index: 10;
  width: 20px;
  cursor: pointer;
}
.typeMoreview_btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.typeMoreview_btn .btnMore {
  display: inline-block;
  color: #333;
  font-weight: normal;
  font-size: 10pt;
  line-height: 40px;
  border: 1px solid #fff;
  margin: 10px auto;
  padding: 0 50px 0 30px;
  border-radius: 20px;
  background: #f0f0f0 url(/ktsonicboom/mobile/img/more_icon.png) no-repeat 88% 50%;
  font-family: "Roboto";
}
.description .name a {
  display: block;
  font-size: 12px;
  color: #1b1b1b;
  margin: 0 0 10px;
  font-weight: normal;
}
.description .price {
  font-size: 12px;
  line-height: 18px;
  color: #555555;
  font-weight: bold;
}
.description .promotion {
  margin: 0 0 7px;
}
.description .promotion img {
  margin: 0 1px 2px;
  max-height: 75%;
  width: auto;
}
@media (min-width: 481px) and (max-width: 767px) {
  .products_list ul li {
    width: 33.333%;
  }
}
@media all and (max-width: 480px) {
  .products_list ul li {
    width: 50%;
  }
}
.wideBanner {
  display: block;
  text-align: center;
  width: 100%;
  overflow: hidden;
  margin: 40px auto 40px;
  background-color: rgba(150, 150, 150, 0.1);
  padding: 5%;
  box-sizing: border-box;
}
.wideBanner .text1 {
  font-size: 15pt;
  letter-spacing: 0.5px;
  line-height: 49px;
  color: #333;
  padding: 0 20px;
  font-weight: 500;
}
.wideBanner .text2 {
  display: inline-block;
  font-size: 8pt;
  letter-spacing: 0.5px;
  line-height: 29px;
  color: #333;
  padding: 0 30px;
  margin-top: 0px;
  text-align: center;
  font-weight: 500;
  border: 1px solid #333;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
