html,
body,
div,
p,
img,
h1,
h2,
h3,
h4,
h4,
h5,
ul,
ol,
li,
dl,
dt,dd {
	font-weight: 400;
	margin: 0;
	padding: 0;
	tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
ul,ol,li {
  list-style: none;
}

img {
	vertical-align: top;
}

body {
  font-size: .875rem;
  text-align: center;
  -webkit-text-size-adjust: none;
  max-width: 100%;
  overflow-x: hidden;
  vertical-align: top;
  font-family: Arial,Helvetica,sans-serif;
  background-color: #FBE5CD;
  padding-top: 2.0625rem;
  color: #D35402;
}
a {
  text-decoration: none;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clearfix {
  overflow: hidden;
}
.top-img {
  width: 84%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.list-info {
  width: 85%;
  height: auto;
  margin: 4.5rem auto 0;
}
.list-info .list-item {
  width: 100%;
  height: auto;
  background-color: #fff;
  border-radius: .625rem;
  margin-bottom: 4.375rem;
  position: relative;
  padding: 3.125rem 1rem 2.5rem 0;
}
.list-info .list-item:last-child {
  margin-bottom: 0;
}
.list-info .list-item:before, 
.list-info .list-item:after{
  position: absolute;
  content: '';
  width: .25rem;
  height: 4.375rem;
  background-color: #fff;
  border:.125rem solid #FBE5CD;
  bottom: -4.5rem;
  border-radius: .125rem;
  z-index: 10;
}
.list-info .list-item:before {
  left: 3.125rem; 
}
.list-info .list-item:after {
  right: 3.125rem;
}
.list-info .list-item:last-child:before,
.list-info .list-item:last-child::after {
  width: 0;
  height: 0;
}
.info-inner {
  padding-bottom: 2.5rem;
  display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -o-flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.info-inner:last-child {
  padding-bottom: 0;
}
.info-left {
  width: 7.125rem;
  overflow: hidden;
}
.info-left img{
  width: 3.75rem;
  height: auto;
  max-width: 100%;
}
.info-left .korea {
  width: 6.125rem;
}

.info-left .arab {
  width: 5rem;
}
.info-left .thailand {
  width: 6rem;
}
.info-left .malaysia {
  width: 3.75rem;
}
.info-left .russia {
  width: 6.125rem;
}
.info-left .usa {
  width: 5.4375rem;
}
.list-price {
  width: 6.8rem;
  height: 2.4rem;
  line-height: 2.2rem;
  border: .1875rem solid #D35402;
  background-color: #fff;
  position: absolute;
  top: -1.2rem;
  left: 50%;
  margin-left: -3.4rem;
  border-radius: .25rem;
  box-shadow: .375rem .375rem  0 #D35402;
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: .125rem;
}
.info-text .title{
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 1rem;
  text-align: left;
}
.info-text .desc {
  font-size: .875rem;
  margin-bottom: .5rem;
  text-align: left;
}
.old-price {
  text-decoration: line-through;
}
.info-text .link {
  display: block;
  width: 5rem;
  padding: .625rem 1.25rem;
  background-color: #D35402;
  color: #fff;
  font-size: .875rem;
  letter-spacing: .125rem;
  margin-top: 1.25rem;
  border-radius: .25rem;
  font-weight: bold;
}
.copy-right {
  padding: 2.5rem 0;
  width: 100%;
}
.copy-right img {
  width: 48%;
  height: auto;
}
