/* BASIC css start */
.tool-wrap {padding:5px 10px;}
.tool-wrap select {width:100%;}
.list_array {border-top:0px none;}
.plan .list_array .list_arrayRight img {width: 23px; height: auto;}



.board {padding-top:20px;}
.board img {width:100%;}

.tab-buttons ul {
  display: flex;
  margin-bottom: 10px;
  justify-content: center;
}

.tab-btn {
  padding: 10px 12px;
  color:#333;
  border: none;
  background: none;
  font-size: 12px;
  cursor: pointer;
  border-bottom: 1px solid #D54011;
  white-space: nowrap;
}

.tab-btn.active {
  color: #D54011;
  font-weight:500;
  border: 1px solid #D54011;
  border-top-width: 3px;
  border-bottom: 0;
}

.tab-contents {
    padding-top:20px;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

#MS_product {
    margin-top:50px;
}

.list_shopping2x ul {
    padding:0;
    text-align: center;
}

.list_shopping2x ul li {
    width: 45%;
    margin-right: 2%;
    margin-bottom: 30px;
}

.list_shopping2x ul li:nth-child(2n) {
    margin-right:0;
}

.list_shopping2x li a {
    padding:0;
}

.list_shopping2x .list_shoppingInfo {
    text-align: left;
}

.list_shopping2x .list_shoppingInfo .listName {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
}

.list_shopping2x .list_shoppingInfo .listPrice {
    margin-bottom:0;
    color:#000;
    font-size: 14px;
    font-weight: 600;
}

.list_shopping2x .list_shoppingInfo .listPrice strike {
    display:block;
    font-size: 13px;
    font-weight: 300;
    color: #bbbbbb;
}

.list_shopping2x .list_shoppingInfo .listPrice .dc_per {
    color:#c04622;   
}

.list_shopping2x .list_shoppingInfo .listSoldout {
    font-size: 13px;
    font-weight: 600;
}

.list_shopping2x .list_shoppingInfo .prd_type {
    font-size: 13px;
    font-weight: 500;
    color: #707070;
}

#tab3 {
    position:relative;
}

#tab3 .go_btn {
    width: 88%;
    height: 16vw;
    background-color: transparent;
    display: block;
    position: absolute;
    bottom: 19%;
    left: 6%;
    border-radius: 30px;
}
/* BASIC css end */

