@charset "utf-8";
/* CSS Document */
.top-wrap{
	background-image: url(../img/top-bg.jpg);
	background-size: cover;
	background-position: center;
}
.ser-01{
	color: #fff;
	padding: 60px 0;
}

h5{
	font-size: 20px;
  color: #fff;
  letter-spacing: 3px;
  font-weight: bold;
}
.shop-01 img{
	margin: 0 auto;
}

.lower-txt{
	padding: 0px 40px 0px 0px;
}
.ser-02 .lower-txt{
	padding: 0px 0px 0px 40px;
	margin-top: 0;
}
.lower-txt ul{
	margin-top: 10px;
}
.lower-txt li{
  font-size: 14px;
  margin-bottom: 3px;
  list-style: disc;
  list-style-position: inside;
}

.ser-table{
	margin-top: 10px;
	width: 100%;
}
.ser-table tr{
	border-bottom: 1px solid #171717;
}
.ser-table th{
	padding: 5px 20px;
	font-weight: bold;
}

.ser-table thead th{
	color: #e98618;
	text-align: center;
}


.ser-table tbody th{
	padding: 5px 10px 5px 0;
	width: 34%;
}

.ser-table tbody td{
	padding: 6px 12px;
	background-color: #2f2f2f;
	border-right: 2px solid #171717;
	width: 22%;
	text-align: center;
}

.ser-02 .ser-table tbody td{
  padding: 6px 12px;
	background-color: #171717;
  border-right: 2px solid #2f2f2f;

}


.ser-02{
  background-color: #2f2f2f;
	padding: 60px 0;
}

.ser-02 .grid{
  flex-flow: row-reverse;
}

.flex-end{
    display: flex;
    justify-content: flex-end;
}
.shop-info-wrap{
	width: 1200px;
	margin: 0 auto;
}


.att-wrap{
	background-image: url(../img/att-bg.jpg);
  background-size: cover;
  background-position: center;
	padding: 60px 0;
  color: #fff;
}

.att-wrap li{
  list-style: disc;
	list-style-position: inside;
	padding-left: 1em;
	text-indent: -1em;
}
.thumb-item-nav {
    margin-top: 10px;
}

@media (min-width: 768px) {

}

@media (min-width: 992px){

}
