@charset "utf-8";
#comingsoon {width:100%;padding-top:100px;text-align:center}

/* 공통 */
.clearfix {overflow:auto;}
.clear {clear:both;display:inline;}
.blk {text-indent:-9999px;font-size:0;line-height:0;}
.h10 {height:10px;}
.h15 {height:15px;}
.h20 {height:20px;}
.h25 {height:25px;}
.h30 {height:30px;}
.h35 {height:35px;}
.h40 {height:40px;}
.h45 {height:45px;}
.h50 {height:50px;}
.pt5 {padding-top:5px;}
.pt10 {padding-top:10px;}
.pt20 {padding-top:20px;}
.pt30 {padding-top:30px;}
.pt40 {padding-top:40px;}
.pt50 {padding-top:50px;}
.str_b {color:#424242;font-weight:bold;}
.strb_red {font-weight:bold;color:#fe5556;}
.strb_black {font-weight:bold;color:#333333;}


/* 타이틀 공통 */
h4 {font-size:1.5em;line-height:1.4em;letter-spacing:-0.05em;color:#333;} /* 컨텐츠 메인타이틀 */
h4 b{font-size:1.15em;line-height:1.4em;letter-spacing:-0.075em;color:#e95d00;}
h5 {background:url('/sh_page/img/h5_arr.png') 0 0 no-repeat;font-weight:bold;font-size:1.5em;padding-top:10px;color:#000;padding-bottom:10px;} /* 컨텐츠 중분류 타이틀 */
h6 {} /* 컨텐츠 소분류 타이틀 */


.product-tab {
  width: 100%;
}

.product-tab__buttons {
  display: flex;
  align-items: stretch;
  border-bottom: 2px solid #e60000;
}

.product-tab__button {
  width: 156px;
  height: 38px;
  padding: 0 20px;
  border: 1px solid #ddd;
  border-bottom: 0;
  background-color: #fff;
  color: #888;
  font-size: 14px;
  font-weight: 400;
  font-family: inherit;
  white-space: nowrap;
  cursor: pointer;
  transition:
    color 0.2s ease,
    background-color 0.2s ease;
}

.product-tab__button + .product-tab__button {
  border-left: 0;
}

.product-tab__button:hover {
  color: #e60000;
}

.product-tab__button.active {
  border-color: #e60000;
  background-color: #e60000;
  color: #fff;
  font-weight: 600;
}

.product-tab__content {
  display: none;
  padding: 30px 0;
}

.product-tab__content.active {
  display: block;
}

@media (max-width: 600px) {
  .product-tab__button {
    flex: 1;
    width: auto;
    height: 42px;
    padding: 0 8px;
    font-size: 12px;
  }
}

.product-tab__content div{text-align:right}
.product-tab__content>img{width:100%}








