@charset "utf-8";
/* CSS Document */

/*----------------------------------------------------------------*/
/*---sec_shop-------------------------------------------------------------*/

div#sec_shop{
  width: 100%;
  padding: 0 6%;
}

div#sec_shop a.backpage{
  margin-top: 30px;
}

/*----------------------------------------------------------------*/
/*---cnt_item_list-------------------------------------------------------------*/

div#sec_shop ul.cnt_dsg_list{
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
div#sec_shop ul.cnt_dsg_list > li{
  width: 48%;
  padding: 11px 11px;
}
div#sec_shop ul.cnt_dsg_list > li:nth-child(1),
div#sec_shop ul.cnt_dsg_list > li:nth-child(2){
  margin-top: 0;
}

div#sec_shop ul.cnt_dsg_list > li > a{
  height: 100%;
}

div#sec_shop ul.cnt_dsg_list > li div.image{
  width: 100%;
  margin: 0;
}

div#sec_shop ul.cnt_dsg_list > li div.text{
  margin-top: 10px;
}

div#sec_shop ul.cnt_dsg_list > li div.text h2{
font-size: 13px;
line-height: 1.5em;
text-align: left;
}
div#sec_shop ul.cnt_dsg_list > li div.text h3{
  width: 100%;
  font-size: 15px;
  font-weight: 600;
  font-family: 'Roboto Condensed';
  line-height: 1.1em;
  text-align: right;
  margin-top: 5px;
}

/* div#sec_shop ul.cnt_dsg_list > li div.text h3::after{
  content: '';
  width: 26px;
  height: 18px;
  background-image:url(../../img/common/icon/arrow2.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 18px;
  display: block;
  margin-top: 10px;
  margin-left: auto;
} */

/*----------------------------------------------------------------*/
/*---cnt_item_detail-------------------------------------------------------------*/

div#sec_shop div.cnt_item_detail{
  background-color: #ffffff;
  padding: 20px 20px;
}

/*---left-------------------------------------------------------------*/

div#sec_shop div.cnt_item_detail div.left{
  width: 100%;
}

/*---image-------------------------------------------------------------*/

div#sec_shop div.cnt_item_detail div.left div.image{
	width: 100%;
}

/*---slider-------------------------------------------------------------*/

div#sec_shop div.cnt_item_detail div.left div.image ul.slider{
	width: 100%;
}

div#sec_shop div.cnt_item_detail div.left div.image ul.slider li{
	width: 100%;
}

div#sec_shop div.cnt_item_detail div.left div.image ul.slider li a{
	width: 100%;
  background-color: #ffffff;
	padding-bottom: 100%;
  border: 3px rgba(0,0,0,0.05) solid;
}
div#sec_shop div.cnt_item_detail div.left div.image ul.slider li a:hover{
border:3px rgba(28,76,158,0.3) solid;
}

/*---controler-------------------------------------------------------------*/

div#sec_shop div.cnt_item_detail div.left div.image ul.controler{
	width: 100%;

	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
}
div#sec_shop div.cnt_item_detail div.left div.image ul.controler li{
	width: 16.66%;
	margin-top: 12px;
  margin-left: 12px;
  border: 2px rgba(0,0,0,0.05) solid;
}div#sec_shop div.cnt_item_detail div.left div.image ul.controler li:first-child{
  margin-left: 0;
}
div#sec_shop div.cnt_item_detail div.left div.image ul.controler li:hover{
border:2px rgba(28,76,158,0.3) solid;
}

div#sec_shop div.cnt_item_detail div.left div.image ul.controler li a.lq_img{
	width: 100%;
	padding-bottom: 100%;
  opacity: 0.85;
}
div#sec_shop div.cnt_item_detail div.left div.image ul.controler li a.lq_img:hover{
  opacity: 1.0
}

/*---right-------------------------------------------------------------*/

div#sec_shop div.cnt_item_detail div.right{
  margin-top: 15px;
}

/*---text-------------------------------------------------------------*/

div#sec_shop div.cnt_item_detail div.right div.text{
}
div#sec_shop div.cnt_item_detail div.right div.text h2{
  width: 100%;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4em;
}
div#sec_shop div.cnt_item_detail div.right div.text h3{
  width: 100%;
  font-size: 17px;
  font-weight: 600;
  font-family: 'Roboto Condensed';
  line-height: 1.1em;
  text-align: right;
  padding-bottom: 15px;
  margin-top: 10px;
  margin-bottom: 15px;
  border-bottom: 1px rgba(0,0,0,0.1) solid;
}
div#sec_shop div.cnt_item_detail div.right div.text h4{
  width: 100%;
  font-size: 13px;
  font-weight: 500;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px rgba(0,0,0,0.1) solid;
}

/*---console-------------------------------------------------------------*/

div#sec_shop div.cnt_item_detail div.right form.console{
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: center;
  align-content: center;
}

/* div#sec_shop div.cnt_item_detail div.right form.console .bt_cart{
  background-image:url(../../img/common/icon/cart.svg);
  background-position: left 4px center;
  background-size: 18px;
  color: #212121;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.1em;
  text-align: right;
  letter-spacing: 0.1em;
  padding: 8px 6px;
  padding-left: 32px;
  margin-top: 10px;
  margin-left: auto;
  border-bottom: 2px rgba(0,0,0,0.1) dashed;
} */
div#sec_shop div.cnt_item_detail div.right form.console .bt_cart{
  min-width: 150px;
  height: 34px;
  background-color: #e20749;
  background-image:url(../../img/common/icon/cart_wh.svg);
  background-position: left 15px center;
  background-size: 18px;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.1em;
  letter-spacing: 0.1em;
  text-align: center;
  padding: 0 12px;
  padding-left: 32px;
  margin: 0 auto;
  margin-top: 20px;
}
div#sec_shop div.cnt_item_detail div.right form.console .bt_cart:hover{
background-color: #ec225f;
}

/*---selecet_value-------------------------------------------------------------*/

div#sec_shop div.cnt_item_detail div.right form.console ul.selecet_value{
  width: 100%;
}
div#sec_shop div.cnt_item_detail div.right form.console ul.selecet_value li{
  padding: 10px 0;
  border-bottom: 1px rgba(0,0,0,0.1) dashed;

  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
}
div#sec_shop div.cnt_item_detail div.right form.console ul.selecet_value li:first-child{
  padding-top: 0;
}

div#sec_shop div.cnt_item_detail div.right form.console ul.selecet_value li b{
  min-width: 80px;
  font-size: 13px;
  font-weight: 500;
}
div#sec_shop div.cnt_item_detail div.right form.console ul.selecet_value li div{
  -webkit-flex: 1;
  flex: 1;
}

div#sec_shop div.cnt_item_detail div.right form.console ul.selecet_value li div span.coution{
  font-size: 13px;
  line-height: 1.5em;
  margin-top: 7px;
}

/*----------------------------------------------------------------*/
/*---sec_order-------------------------------------------------------------*/

div#sec_order{
  width: 100%;
  padding: 0 6%;
}

/*---order_detail-------------------------------------------------------------*/

div#sec_order table.fr_table1 td div.order_detail{
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: center;
  align-content: center;
}

div#sec_order table.fr_table1 td div.order_detail > h2{
  width: 100%;
  margin-bottom: 20px;
}
div#sec_order table.fr_table1 td div.order_detail > h2 b{
  font-size: 17px;
  font-weight: 600;
}
div#sec_order table.fr_table1 td div.order_detail > h2 span{
  font-size: 15px;
font-weight: 500;
}

div#sec_order table.fr_table1 td div.order_detail > a.lq_img{
  width: 110px;
  height: 110px;
  margin-right: 20px;
  border: 1px rgba(0,0,0,0.1) solid;
}
div#sec_order table.fr_table1 td div.order_detail > a.lq_img:hover{
border:1px #1c4c9e solid;
  opacity: 0.8;
}

div#sec_order table.fr_table1 td div.order_detail > ul{
  -webkit-flex: 1;
  flex: 1;
}
div#sec_order table.fr_table1 td div.order_detail > ul > li{
  padding: 6px 0;
  border-bottom: 1px rgba(0,0,0,0.1) dashed;

  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
}
div#sec_order table.fr_table1 td div.order_detail > ul > li > b{
font-weight: 500;
}
div#sec_order table.fr_table1 td div.order_detail > ul > li > div{
}
