.sel_opt2 {
  width: 100% !important;
}

#sod_frm .sod_left input[type=text] {
  width: 100%;
}

#sod_frm_pt .small-notice {
  text-align: left;
  font-style: italic;
  color: rgb(255, 0, 0);
  font-size: 12px;
  margin-bottom: 5px;
}

#product_list {
  width: 90%;
  margin: 100px auto;
}
#product_list .tab_area h3.title {
  font-size: 1.5625rem;
  text-align: center;
}
#product_list .tab_area .box {
  border: 1px solid rgba(112, 112, 112, 0.5);
  margin: 50px auto;
  padding: 20px 5% 10px;
  border-radius: 20px;
}
#product_list .tab_area ul {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  align-items: center;
}
#product_list .tab_area ul li {
  text-align: center;
  width: auto;
  margin: 0 1.5% 10px;
}
#product_list .tab_area ul li strong {
  background: rgba(170, 167, 167, 0.3);
  border-radius: 10px;
  display: block;
  padding: 5px 10px;
}
#product_list .tab_area ul li a {
  color: rgba(112, 112, 112, 0.8);
  font-weight: 600;
}
#product_list .tab_area ul li a.on {
  background: rgba(170, 167, 167, 0.8);
  border-radius: 20px;
  display: block;
  padding: 9px 25px;
  color: #fff;
}
#product_list .tab_area .drop_show ol {
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  justify-content: center;
}
#product_list .tab_area .drop_show ol li {
  text-align: center;
  width: auto;
  margin: 10px 1.5% 10px;
}
#product_list .tab_area .drop_show ol li a {
  color: #707070;
  font-weight: 300;
  font-size: 0.875rem;
}
#product_list .thumb_area ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#product_list .thumb_area ul li {
  margin: 0 0.4% 0.4% 0;
  width: 24.66%;
}
#product_list .thumb_area ul li:nth-of-type(4n) {
  margin: 0 0 0.4% 0;
}
#product_list .thumb_area ul li a {
  position: relative;
}
#product_list .thumb_area ul li a:hover .hover {
  opacity: 1;
  visibility: visible;
}
#product_list .thumb_area ul li a figure img {
  width: 100%;
}
#product_list .thumb_area ul li a .hover {
  font-size: 1.25rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 800ms ease-out;
}
#product_list .thumb_area ul li a .hover b {
  color: #fff;
  margin: 0 5% 0 0;
}
#product_list .thumb_area ul li a .hover i {
  background: url("../img/product_arrow.png") no-repeat 5px 0/30px 23px;
  width: 40px;
  height: 50px;
  display: block;
}

.line {
  width: 90%;
  margin: 5% auto;
}
.line ul {
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: center;
  grid-gap: 2rem;
}
.line ul li {
  flex: 0 0 10%;
  height: 2px;
  background-color: #cfcfcf;
}
.line ul li:nth-child(2) {
  font-size: 1.5rem;
  color: #cfcfcf;
  background-color: rgba(0, 0, 0, 0);
  flex: 0 0 20%;
  text-align: center;
  height: auto;
}
.line ul li:last-child {
  flex: 1 1 auto;
}

#product_detail {
  width: 90%;
  margin: 0 auto;
}
#product_detail article {
  padding: 100px 0;
}
#product_detail .tab_area h3.title {
  font-size: 1.5625rem;
  text-align: center;
}
#product_detail .tab_area .box {
  border: 1px solid rgba(112, 112, 112, 0.5);
  margin: 50px auto 100px;
  padding: 20px 5% 10px;
  border-radius: 20px;
}
#product_detail .tab_area ul {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  align-items: center;
}
#product_detail .tab_area ul li {
  text-align: center;
  width: auto;
  margin: 0 1.5% 10px;
}
#product_detail .tab_area ul li strong {
  background: rgba(170, 167, 167, 0.3);
  border-radius: 10px;
  display: block;
  padding: 5px 10px;
}
#product_detail .tab_area ul li a {
  color: rgba(112, 112, 112, 0.8);
  font-weight: 600;
}
#product_detail .tab_area ul li a.on {
  background: rgba(170, 167, 167, 0.8);
  border-radius: 20px;
  display: block;
  padding: 9px 25px;
  color: #fff;
}
#product_detail .tab_area .drop_show ol {
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  justify-content: center;
}
#product_detail .tab_area .drop_show ol li {
  text-align: center;
  width: auto;
  margin: 10px 1.5% 10px;
}
#product_detail .tab_area .drop_show ol li a {
  color: #707070;
  font-weight: 300;
  font-size: 0.875rem;
}
#product_detail .detail_area {
  margin: 0 0 100px 0;
}
#product_detail .detail_area:last-child {
  margin: 0;
}
#product_detail .detail_area .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#product_detail .detail_area .top h3 {
  font-size: 1.25rem;
}
#product_detail .detail_area .top h3 b {
  color: #918B8B;
}
#product_detail .detail_area .top p {
  font-size: 1.25rem;
  font-weight: 600;
}
#product_detail .detail_area .top p .total {
  margin: 0 0 0 15px;
}
#product_detail .detail_area .swiper-slide figure {
  text-align: center;
  padding: 0 50px;
}
#product_detail .detail_area .swiper-slide.swiper-slide-active figure img {
  max-height: initial !important;
}
#product_detail .detail_area .f_box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border: 1px solid #f3f3f3;
}
#product_detail .detail_area .f_box .swiper-container-wrapper {
  position: relative;
  width: 70%;
  overflow: hidden;
}
#product_detail .detail_area .f_box .swiper-container-wrapper .swiper-container .swiper-wrapper {
  align-items: center;
}
#product_detail .detail_area .f_box .swiper-container-wrapper .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  transition: 0.2s all ease-in-out;
}
#product_detail .detail_area .f_box .swiper-container-wrapper .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 20px;
  border-radius: 500px;
  background: #fff;
  border: 1px solid #f3f3f3;
}
#product_detail .detail_area .f_box .swiper-container-wrapper .swiper-container .swiper-button-prev {
  left: 10px !important;
}
#product_detail .detail_area .f_box .swiper-container-wrapper .swiper-container .swiper-button-next {
  right: 10px !important;
}
#product_detail .detail_area .f_box .swiper-container-wrapper .gallery-top01 .swiper-slide-active figure {
  text-align: center;
}
#product_detail .detail_area .f_box .swiper-container-wrapper .gallery-top01 .swiper-slide-active figure img {
  max-height: 600px;
}
#product_detail .detail_area .f_box .swiper-container-wrapper .gallery-top01 .swiper-button-next {
  right: 50%;
  width: 40px;
}
#product_detail .detail_area .f_box .swiper-container-wrapper .gallery-top01 .swiper-button-next:after {
  content: "";
  width: 40px;
  height: 50px;
  background: url("/img/next_con.png") no-repeat center/20px auto #fff;
}
#product_detail .detail_area .f_box .swiper-container-wrapper .gallery-top01 .swiper-button-prev {
  left: 0;
  width: 40px;
}
#product_detail .detail_area .f_box .swiper-container-wrapper .gallery-top01 .swiper-button-prev:after {
  content: "";
  width: 40px;
  height: 50px;
  background: url("/img/prev_con.png") no-repeat center/20px auto #fff;
}
#product_detail .detail_area .f_box .swiper-container-wrapper .gallery-thumbs01 {
  padding: 0 35px;
}
#product_detail .detail_area .f_box .swiper-container-wrapper .gallery-thumbs01 .swiper-wrapper {
  display: none;
}
#product_detail .detail_area .f_box .swiper-container-wrapper .gallery-thumbs01 .swiper-slide {
  opacity: 0.5;
}
#product_detail .detail_area .f_box .swiper-container-wrapper .gallery-thumbs01 .swiper-slide-thumb-active {
  opacity: 1;
}
#product_detail .detail_area .f_box .swiper-container-wrapper .gallery-top02 .swiper-slide-active figure {
  text-align: center;
}
#product_detail .detail_area .f_box .swiper-container-wrapper .gallery-top02 .swiper-slide-active figure img {
  max-height: 600px;
}
#product_detail .detail_area .f_box .swiper-container-wrapper .gallery-top02 .swiper-button-next {
  right: 50%;
  width: 40px;
}
#product_detail .detail_area .f_box .swiper-container-wrapper .gallery-top02 .swiper-button-next:after {
  content: "";
  width: 40px;
  height: 50px;
  background: url("/img/next_con.png") no-repeat center/20px auto #fff;
}
#product_detail .detail_area .f_box .swiper-container-wrapper .gallery-top02 .swiper-button-prev {
  left: 0;
  width: 40px;
}
#product_detail .detail_area .f_box .swiper-container-wrapper .gallery-top02 .swiper-button-prev:after {
  content: "";
  width: 40px;
  height: 50px;
  background: url("/img/prev_con.png") no-repeat center/20px auto #fff;
}
#product_detail .detail_area .f_box .swiper-container-wrapper .gallery-thumbs02 {
  padding: 0 35px;
}
#product_detail .detail_area .f_box .swiper-container-wrapper .gallery-thumbs02 .swiper-wrapper {
  display: none;
}
#product_detail .detail_area .f_box .swiper-container-wrapper .gallery-thumbs02 .swiper-slide {
  opacity: 0.5;
}
#product_detail .detail_area .f_box .swiper-container-wrapper .gallery-thumbs02 .swiper-slide-thumb-active {
  opacity: 1;
}
#product_detail .detail_area .f_box .swiper-container-wrapper .gallery-top03 .swiper-slide-active figure {
  text-align: center;
}
#product_detail .detail_area .f_box .swiper-container-wrapper .gallery-top03 .swiper-slide-active figure img {
  max-height: 600px;
}
#product_detail .detail_area .f_box .swiper-container-wrapper .gallery-top03 .swiper-button-next {
  right: 50%;
  width: 40px;
}
#product_detail .detail_area .f_box .swiper-container-wrapper .gallery-top03 .swiper-button-next:after {
  content: "";
  width: 40px;
  height: 50px;
  background: url("/img/next_con.png") no-repeat center/20px auto #fff;
}
#product_detail .detail_area .f_box .swiper-container-wrapper .gallery-top03 .swiper-button-prev {
  left: 0;
  width: 40px;
}
#product_detail .detail_area .f_box .swiper-container-wrapper .gallery-top03 .swiper-button-prev:after {
  content: "";
  width: 40px;
  height: 50px;
  background: url("/img/prev_con.png") no-repeat center/20px auto #fff;
}
#product_detail .detail_area .f_box .swiper-container-wrapper .gallery-thumbs03 {
  padding: 0 35px;
}
#product_detail .detail_area .f_box .swiper-container-wrapper .gallery-thumbs03 .swiper-wrapper {
  display: none;
}
#product_detail .detail_area .f_box .swiper-container-wrapper .gallery-thumbs03 .swiper-slide {
  opacity: 0.5;
}
#product_detail .detail_area .f_box .swiper-container-wrapper .gallery-thumbs03 .swiper-slide-thumb-active {
  opacity: 1;
}
#product_detail .detail_area .f_box .swiper-container-wrapper .gallery-top04 .swiper-slide-active figure {
  text-align: center;
}
#product_detail .detail_area .f_box .swiper-container-wrapper .gallery-top04 .swiper-slide-active figure img {
  max-height: 600px;
}
#product_detail .detail_area .f_box .swiper-container-wrapper .gallery-top04 .swiper-button-next {
  right: 50%;
  width: 40px;
}
#product_detail .detail_area .f_box .swiper-container-wrapper .gallery-top04 .swiper-button-next:after {
  content: "";
  width: 40px;
  height: 50px;
  background: url("/img/next_con.png") no-repeat center/20px auto #fff;
}
#product_detail .detail_area .f_box .swiper-container-wrapper .gallery-top04 .swiper-button-prev {
  left: 0;
  width: 40px;
}
#product_detail .detail_area .f_box .swiper-container-wrapper .gallery-top04 .swiper-button-prev:after {
  content: "";
  width: 40px;
  height: 50px;
  background: url("/img/prev_con.png") no-repeat center/20px auto #fff;
}
#product_detail .detail_area .f_box .swiper-container-wrapper .gallery-thumbs04 {
  padding: 0 35px;
}
#product_detail .detail_area .f_box .swiper-container-wrapper .gallery-thumbs04 .swiper-wrapper {
  display: none;
}
#product_detail .detail_area .f_box .swiper-container-wrapper .gallery-thumbs04 .swiper-slide {
  opacity: 0.5;
}
#product_detail .detail_area .f_box .swiper-container-wrapper .gallery-thumbs04 .swiper-slide-thumb-active {
  opacity: 1;
}
#product_detail .detail_area .f_box .swiper-container-wrapper .gallery-top05 .swiper-slide-active figure {
  text-align: center;
}
#product_detail .detail_area .f_box .swiper-container-wrapper .gallery-top05 .swiper-slide-active figure img {
  max-height: 600px;
}
#product_detail .detail_area .f_box .swiper-container-wrapper .gallery-top05 .swiper-button-next {
  right: 50%;
  width: 40px;
}
#product_detail .detail_area .f_box .swiper-container-wrapper .gallery-top05 .swiper-button-next:after {
  content: "";
  width: 40px;
  height: 50px;
  background: url("/img/next_con.png") no-repeat center/20px auto #fff;
}
#product_detail .detail_area .f_box .swiper-container-wrapper .gallery-top05 .swiper-button-prev {
  left: 0;
  width: 40px;
}
#product_detail .detail_area .f_box .swiper-container-wrapper .gallery-top05 .swiper-button-prev:after {
  content: "";
  width: 40px;
  height: 50px;
  background: url("/img/prev_con.png") no-repeat center/20px auto #fff;
}
#product_detail .detail_area .f_box .swiper-container-wrapper .gallery-thumbs05 {
  padding: 0 35px;
}
#product_detail .detail_area .f_box .swiper-container-wrapper .gallery-thumbs05 .swiper-wrapper {
  display: none;
}
#product_detail .detail_area .f_box .swiper-container-wrapper .gallery-thumbs05 .swiper-slide {
  opacity: 0.5;
}
#product_detail .detail_area .f_box .swiper-container-wrapper .gallery-thumbs05 .swiper-slide-thumb-active {
  opacity: 1;
}
#product_detail .detail_area .f_box .swiper-container-wrapper .gallery-top06 .swiper-slide-active figure {
  text-align: center;
}
#product_detail .detail_area .f_box .swiper-container-wrapper .gallery-top06 .swiper-slide-active figure img {
  max-height: 600px;
}
#product_detail .detail_area .f_box .swiper-container-wrapper .gallery-top06 .swiper-button-next {
  right: 50%;
  width: 40px;
}
#product_detail .detail_area .f_box .swiper-container-wrapper .gallery-top06 .swiper-button-next:after {
  content: "";
  width: 40px;
  height: 50px;
  background: url("/img/next_con.png") no-repeat center/20px auto #fff;
}
#product_detail .detail_area .f_box .swiper-container-wrapper .gallery-top06 .swiper-button-prev {
  left: 0;
  width: 40px;
}
#product_detail .detail_area .f_box .swiper-container-wrapper .gallery-top06 .swiper-button-prev:after {
  content: "";
  width: 40px;
  height: 50px;
  background: url("/img/prev_con.png") no-repeat center/20px auto #fff;
}
#product_detail .detail_area .f_box .swiper-container-wrapper .gallery-thumbs06 {
  padding: 0 35px;
}
#product_detail .detail_area .f_box .swiper-container-wrapper .gallery-thumbs06 .swiper-wrapper {
  display: none;
}
#product_detail .detail_area .f_box .swiper-container-wrapper .gallery-thumbs06 .swiper-slide {
  opacity: 0.5;
}
#product_detail .detail_area .f_box .swiper-container-wrapper .gallery-thumbs06 .swiper-slide-thumb-active {
  opacity: 1;
}
#product_detail .detail_area .f_box .swiper-container-wrapper .gallery-top07 .swiper-slide-active figure {
  text-align: center;
}
#product_detail .detail_area .f_box .swiper-container-wrapper .gallery-top07 .swiper-slide-active figure img {
  max-height: 600px;
}
#product_detail .detail_area .f_box .swiper-container-wrapper .gallery-top07 .swiper-button-next {
  right: 50%;
  width: 40px;
}
#product_detail .detail_area .f_box .swiper-container-wrapper .gallery-top07 .swiper-button-next:after {
  content: "";
  width: 40px;
  height: 50px;
  background: url("/img/next_con.png") no-repeat center/20px auto #fff;
}
#product_detail .detail_area .f_box .swiper-container-wrapper .gallery-top07 .swiper-button-prev {
  left: 0;
  width: 40px;
}
#product_detail .detail_area .f_box .swiper-container-wrapper .gallery-top07 .swiper-button-prev:after {
  content: "";
  width: 40px;
  height: 50px;
  background: url("/img/prev_con.png") no-repeat center/20px auto #fff;
}
#product_detail .detail_area .f_box .swiper-container-wrapper .gallery-thumbs07 {
  padding: 0 35px;
}
#product_detail .detail_area .f_box .swiper-container-wrapper .gallery-thumbs07 .swiper-wrapper {
  display: none;
}
#product_detail .detail_area .f_box .swiper-container-wrapper .gallery-thumbs07 .swiper-slide {
  opacity: 0.5;
}
#product_detail .detail_area .f_box .swiper-container-wrapper .gallery-thumbs07 .swiper-slide-thumb-active {
  opacity: 1;
}
#product_detail .detail_area .f_box .swiper-container-wrapper .gallery-top08 .swiper-slide-active figure {
  text-align: center;
}
#product_detail .detail_area .f_box .swiper-container-wrapper .gallery-top08 .swiper-slide-active figure img {
  max-height: 600px;
}
#product_detail .detail_area .f_box .swiper-container-wrapper .gallery-top08 .swiper-button-next {
  right: 50%;
  width: 40px;
}
#product_detail .detail_area .f_box .swiper-container-wrapper .gallery-top08 .swiper-button-next:after {
  content: "";
  width: 40px;
  height: 50px;
  background: url("/img/next_con.png") no-repeat center/20px auto #fff;
}
#product_detail .detail_area .f_box .swiper-container-wrapper .gallery-top08 .swiper-button-prev {
  left: 0;
  width: 40px;
}
#product_detail .detail_area .f_box .swiper-container-wrapper .gallery-top08 .swiper-button-prev:after {
  content: "";
  width: 40px;
  height: 50px;
  background: url("/img/prev_con.png") no-repeat center/20px auto #fff;
}
#product_detail .detail_area .f_box .swiper-container-wrapper .gallery-thumbs08 {
  padding: 0 35px;
}
#product_detail .detail_area .f_box .swiper-container-wrapper .gallery-thumbs08 .swiper-wrapper {
  display: none;
}
#product_detail .detail_area .f_box .swiper-container-wrapper .gallery-thumbs08 .swiper-slide {
  opacity: 0.5;
}
#product_detail .detail_area .f_box .swiper-container-wrapper .gallery-thumbs08 .swiper-slide-thumb-active {
  opacity: 1;
}
#product_detail .detail_area .f_box .swiper-container-wrapper .gallery-top09 .swiper-slide-active figure {
  text-align: center;
}
#product_detail .detail_area .f_box .swiper-container-wrapper .gallery-top09 .swiper-slide-active figure img {
  max-height: 600px;
}
#product_detail .detail_area .f_box .swiper-container-wrapper .gallery-top09 .swiper-button-next {
  right: 50%;
  width: 40px;
}
#product_detail .detail_area .f_box .swiper-container-wrapper .gallery-top09 .swiper-button-next:after {
  content: "";
  width: 40px;
  height: 50px;
  background: url("/img/next_con.png") no-repeat center/20px auto #fff;
}
#product_detail .detail_area .f_box .swiper-container-wrapper .gallery-top09 .swiper-button-prev {
  left: 0;
  width: 40px;
}
#product_detail .detail_area .f_box .swiper-container-wrapper .gallery-top09 .swiper-button-prev:after {
  content: "";
  width: 40px;
  height: 50px;
  background: url("/img/prev_con.png") no-repeat center/20px auto #fff;
}
#product_detail .detail_area .f_box .swiper-container-wrapper .gallery-thumbs09 {
  padding: 0 35px;
}
#product_detail .detail_area .f_box .swiper-container-wrapper .gallery-thumbs09 .swiper-wrapper {
  display: none;
}
#product_detail .detail_area .f_box .swiper-container-wrapper .gallery-thumbs09 .swiper-slide {
  opacity: 0.5;
}
#product_detail .detail_area .f_box .swiper-container-wrapper .gallery-thumbs09 .swiper-slide-thumb-active {
  opacity: 1;
}
#product_detail .detail_area .f_box .swiper-container-wrapper .gallery-top010 .swiper-slide-active figure {
  text-align: center;
}
#product_detail .detail_area .f_box .swiper-container-wrapper .gallery-top010 .swiper-slide-active figure img {
  max-height: 600px;
}
#product_detail .detail_area .f_box .swiper-container-wrapper .gallery-top010 .swiper-button-next {
  right: 50%;
  width: 40px;
}
#product_detail .detail_area .f_box .swiper-container-wrapper .gallery-top010 .swiper-button-next:after {
  content: "";
  width: 40px;
  height: 50px;
  background: url("/img/next_con.png") no-repeat center/20px auto #fff;
}
#product_detail .detail_area .f_box .swiper-container-wrapper .gallery-top010 .swiper-button-prev {
  left: 0;
  width: 40px;
}
#product_detail .detail_area .f_box .swiper-container-wrapper .gallery-top010 .swiper-button-prev:after {
  content: "";
  width: 40px;
  height: 50px;
  background: url("/img/prev_con.png") no-repeat center/20px auto #fff;
}
#product_detail .detail_area .f_box .swiper-container-wrapper .gallery-thumbs010 {
  padding: 0 35px;
}
#product_detail .detail_area .f_box .swiper-container-wrapper .gallery-thumbs010 .swiper-wrapper {
  display: none;
}
#product_detail .detail_area .f_box .swiper-container-wrapper .gallery-thumbs010 .swiper-slide {
  opacity: 0.5;
}
#product_detail .detail_area .f_box .swiper-container-wrapper .gallery-thumbs010 .swiper-slide-thumb-active {
  opacity: 1;
}
#product_detail .detail_area .f_box .swiper-container-wrapper .gallery-top011 .swiper-slide-active figure {
  text-align: center;
}
#product_detail .detail_area .f_box .swiper-container-wrapper .gallery-top011 .swiper-slide-active figure img {
  max-height: 600px;
}
#product_detail .detail_area .f_box .swiper-container-wrapper .gallery-top011 .swiper-button-next {
  right: 50%;
  width: 40px;
}
#product_detail .detail_area .f_box .swiper-container-wrapper .gallery-top011 .swiper-button-next:after {
  content: "";
  width: 40px;
  height: 50px;
  background: url("/img/next_con.png") no-repeat center/20px auto #fff;
}
#product_detail .detail_area .f_box .swiper-container-wrapper .gallery-top011 .swiper-button-prev {
  left: 0;
  width: 40px;
}
#product_detail .detail_area .f_box .swiper-container-wrapper .gallery-top011 .swiper-button-prev:after {
  content: "";
  width: 40px;
  height: 50px;
  background: url("/img/prev_con.png") no-repeat center/20px auto #fff;
}
#product_detail .detail_area .f_box .swiper-container-wrapper .gallery-thumbs011 {
  padding: 0 35px;
}
#product_detail .detail_area .f_box .swiper-container-wrapper .gallery-thumbs011 .swiper-wrapper {
  display: none;
}
#product_detail .detail_area .f_box .swiper-container-wrapper .gallery-thumbs011 .swiper-slide {
  opacity: 0.5;
}
#product_detail .detail_area .f_box .swiper-container-wrapper .gallery-thumbs011 .swiper-slide-thumb-active {
  opacity: 1;
}
#product_detail .detail_area .f_box .swiper-container-wrapper .gallery-top012 .swiper-slide-active figure {
  text-align: center;
}
#product_detail .detail_area .f_box .swiper-container-wrapper .gallery-top012 .swiper-slide-active figure img {
  max-height: 600px;
}
#product_detail .detail_area .f_box .swiper-container-wrapper .gallery-top012 .swiper-button-next {
  right: 50%;
  width: 40px;
}
#product_detail .detail_area .f_box .swiper-container-wrapper .gallery-top012 .swiper-button-next:after {
  content: "";
  width: 40px;
  height: 50px;
  background: url("/img/next_con.png") no-repeat center/20px auto #fff;
}
#product_detail .detail_area .f_box .swiper-container-wrapper .gallery-top012 .swiper-button-prev {
  left: 0;
  width: 40px;
}
#product_detail .detail_area .f_box .swiper-container-wrapper .gallery-top012 .swiper-button-prev:after {
  content: "";
  width: 40px;
  height: 50px;
  background: url("/img/prev_con.png") no-repeat center/20px auto #fff;
}
#product_detail .detail_area .f_box .swiper-container-wrapper .gallery-thumbs012 {
  padding: 0 35px;
}
#product_detail .detail_area .f_box .swiper-container-wrapper .gallery-thumbs012 .swiper-wrapper {
  display: none;
}
#product_detail .detail_area .f_box .swiper-container-wrapper .gallery-thumbs012 .swiper-slide {
  opacity: 0.5;
}
#product_detail .detail_area .f_box .swiper-container-wrapper .gallery-thumbs012 .swiper-slide-thumb-active {
  opacity: 1;
}
#product_detail .detail_area .f_box .swiper-container-wrapper .gallery-top013 .swiper-slide-active figure {
  text-align: center;
}
#product_detail .detail_area .f_box .swiper-container-wrapper .gallery-top013 .swiper-slide-active figure img {
  max-height: 600px;
}
#product_detail .detail_area .f_box .swiper-container-wrapper .gallery-top013 .swiper-button-next {
  right: 50%;
  width: 40px;
}
#product_detail .detail_area .f_box .swiper-container-wrapper .gallery-top013 .swiper-button-next:after {
  content: "";
  width: 40px;
  height: 50px;
  background: url("/img/next_con.png") no-repeat center/20px auto #fff;
}
#product_detail .detail_area .f_box .swiper-container-wrapper .gallery-top013 .swiper-button-prev {
  left: 0;
  width: 40px;
}
#product_detail .detail_area .f_box .swiper-container-wrapper .gallery-top013 .swiper-button-prev:after {
  content: "";
  width: 40px;
  height: 50px;
  background: url("/img/prev_con.png") no-repeat center/20px auto #fff;
}
#product_detail .detail_area .f_box .swiper-container-wrapper .gallery-thumbs013 {
  padding: 0 35px;
}
#product_detail .detail_area .f_box .swiper-container-wrapper .gallery-thumbs013 .swiper-wrapper {
  display: none;
}
#product_detail .detail_area .f_box .swiper-container-wrapper .gallery-thumbs013 .swiper-slide {
  opacity: 0.5;
}
#product_detail .detail_area .f_box .swiper-container-wrapper .gallery-thumbs013 .swiper-slide-thumb-active {
  opacity: 1;
}
#product_detail .detail_area .f_box .swiper-container-wrapper .gallery-top014 .swiper-slide-active figure {
  text-align: center;
}
#product_detail .detail_area .f_box .swiper-container-wrapper .gallery-top014 .swiper-slide-active figure img {
  max-height: 600px;
}
#product_detail .detail_area .f_box .swiper-container-wrapper .gallery-top014 .swiper-button-next {
  right: 50%;
  width: 40px;
}
#product_detail .detail_area .f_box .swiper-container-wrapper .gallery-top014 .swiper-button-next:after {
  content: "";
  width: 40px;
  height: 50px;
  background: url("/img/next_con.png") no-repeat center/20px auto #fff;
}
#product_detail .detail_area .f_box .swiper-container-wrapper .gallery-top014 .swiper-button-prev {
  left: 0;
  width: 40px;
}
#product_detail .detail_area .f_box .swiper-container-wrapper .gallery-top014 .swiper-button-prev:after {
  content: "";
  width: 40px;
  height: 50px;
  background: url("/img/prev_con.png") no-repeat center/20px auto #fff;
}
#product_detail .detail_area .f_box .swiper-container-wrapper .gallery-thumbs014 {
  padding: 0 35px;
}
#product_detail .detail_area .f_box .swiper-container-wrapper .gallery-thumbs014 .swiper-wrapper {
  display: none;
}
#product_detail .detail_area .f_box .swiper-container-wrapper .gallery-thumbs014 .swiper-slide {
  opacity: 0.5;
}
#product_detail .detail_area .f_box .swiper-container-wrapper .gallery-thumbs014 .swiper-slide-thumb-active {
  opacity: 1;
}
#product_detail .detail_area .f_box .detail_txt {
  width: auto;
  flex: 1 0 30%;
  height: auto;
  align-self: stretch;
  position: relative;
  background: #F3F3F3;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
}
#product_detail .detail_area .f_box .detail_txt .item-point-open {
  position: absolute;
  right: 1rem;
  top: 1rem;
  width: 2rem;
  height: 2rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-radius: 500px;
  cursor: pointer;
}
#product_detail .detail_area .f_box .detail_txt .item-point-open > svg {
  width: 100%;
  height: 100%;
  fill: #707070;
}
#product_detail .detail_area .f_box .detail_txt .item-point-modal {
  position: absolute;
  left: 50%;
  top: -55px;
  width: 100%;
  height: auto;
  padding: 1rem;
  display: none;
  flex-direction: column;
  align-items: flex-start;
  border: 1px solid #707070;
  border-radius: 15px;
  background: #f3f3f3;
  transform: translateX(-50%);
  z-index: 5;
}
#product_detail .detail_area .f_box .detail_txt .item-point-modal.active {
  display: flex;
}
#product_detail .detail_area .f_box .detail_txt .item-point-modal .top-wrap {
  position: relative;
  width: 100%;
  height: auto;
  padding-bottom: 8px;
  margin-bottom: 8px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
#product_detail .detail_area .f_box .detail_txt .item-point-modal .top-wrap .item-point-close {
  position: relative;
  width: 2rem;
  height: 2rem;
  cursor: pointer;
}
#product_detail .detail_area .f_box .detail_txt .item-point-modal .top-wrap .item-point-close > svg {
  width: 100%;
  height: 100%;
  fill: #707070;
}
#product_detail .detail_area .f_box .detail_txt .item-point-modal .bottom-wrap {
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  grid-gap: 10px;
}
#product_detail .detail_area .f_box .detail_txt .item-point-modal .bottom-wrap dl {
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  grid-gap: 5px;
  color: #333;
}
#product_detail .detail_area .f_box .detail_txt .item-point-modal .bottom-wrap dl dt {
  font-weight: 600;
}
#product_detail .detail_area .f_box .detail_txt .explanation {
  padding: 0 10%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  text-align: center;
  vertical-align: bottom;
}
#product_detail .detail_area .f_box .detail_txt .explanation.on {
  display: none;
}
#product_detail .detail_area .f_box .detail_txt .explanation h3 {
  position: relative;
  font-size: 1.625rem;
  padding: 0 0 1.5em 0;
}
#product_detail .detail_area .f_box .detail_txt .explanation h3::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 70%;
  height: 1px;
  background-color: #707070;
}
#product_detail .detail_area .f_box .detail_txt .explanation .sub_tt {
  padding-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  grid-gap: 10%;
}
#product_detail .detail_area .f_box .detail_txt .explanation .sub_tt span {
  font-size: 1.375rem;
  font-weight: bold;
}
#product_detail .detail_area .f_box .detail_txt .explanation p {
  font-size: 0.875rem;
  line-height: 2;
}
#product_detail .detail_area .f_box .detail_txt .explanation b {
  font-weight: 300;
  color: #999;
}
#product_detail .detail_area .f_box .detail_txt .btn_area ol {
  display: flex;
  justify-content: center;
  padding: 25px 10%;
  flex-wrap: wrap;
}
#product_detail .detail_area .f_box .detail_txt .btn_area ol li {
  width: 30%;
  margin: 0 2% 2% 0;
  text-align: center;
}
#product_detail .detail_area .f_box .detail_txt .btn_area ol li:first-child a {
  background: #AAA7A7;
  color: #fff;
  border: 1px solid #AAA7A7;
}
#product_detail .detail_area .f_box .detail_txt .btn_area ol li:nth-of-type(3n) {
  margin: 0 0 2% 0;
}
#product_detail .detail_area .f_box .detail_txt .btn_area ol li a {
  font-size: 14px;
  border-radius: 50px;
  padding: 7px 10px;
  border: 1px solid #707070;
  background: #fff;
}
#product_detail .detail_area .f_box .detail_txt .m_item_option {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  background-color: #F3F3F3;
  top: 0;
  width: 100%;
}
#product_detail .detail_area .f_box .detail_txt .m_item_option.on {
  opacity: 1;
  visibility: visible;
}
#product_detail .detail_area .f_box .detail_txt #pc_page {
  display: flex;
  flex-direction: column;
}
#product_detail .detail_area .f_box .detail_txt #mobile_page {
  display: none;
}
#product_detail .detail_area .f_box .detail_txt #mobile_page.on {
  display: block;
}
#product_detail .detail_area .f_box .detail_txt .item_option {
  color: #363636;
}
#product_detail .detail_area .f_box .detail_txt .item_option h3 {
  font-size: 18px;
}
#product_detail .detail_area .f_box .detail_txt .item_option .item_hd {
  padding: 16px;
}
#product_detail .detail_area .f_box .detail_txt .item_option .item_hd .item_tt {
  margin-bottom: 14px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#product_detail .detail_area .f_box .detail_txt .item_option .item_hd .item_tt button {
  position: relative;
  width: 22px;
  height: 22px;
  background: transparent;
  border: none;
}
#product_detail .detail_area .f_box .detail_txt .item_option .item_hd .item_tt button span {
  display: block;
  position: absolute;
  left: 0;
  width: 21px;
  height: 1px;
  border: 1px solid #363636;
}
#product_detail .detail_area .f_box .detail_txt .item_option .item_hd .item_tt button span:first-of-type {
  transform: rotate(45deg);
}
#product_detail .detail_area .f_box .detail_txt .item_option .item_hd .item_tt button span:last-of-type {
  transform: rotate(-45deg);
}
#product_detail .detail_area .f_box .detail_txt .item_option .item_hd .item_sub_tt {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#product_detail .detail_area .f_box .detail_txt .item_option .item_hd .item_sub_tt span:first-of-type {
  font-size: 14px;
}
#product_detail .detail_area .f_box .detail_txt .item_option .item_hd .item_sub_tt span:last-of-type {
  font-size: 17px;
  font-weight: bold;
}
#product_detail .detail_area .f_box .detail_txt .item_option .item_option_box {
  height: auto;
  padding: 16px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
#product_detail .detail_area .f_box .detail_txt .item_option .item_option_box h3 {
  margin-bottom: 14px;
}
#product_detail .detail_area .f_box .detail_txt .item_option .item_option_box > div {
  margin-bottom: 25px;
}
#product_detail .detail_area .f_box .detail_txt .item_option .item_option_box > div:last-child {
  margin-bottom: 0;
}
#product_detail .detail_area .f_box .detail_txt .item_option .item_option_box .required .req_op {
  display: flex;
  flex-direction: column;
}
#product_detail .detail_area .f_box .detail_txt .item_option .item_option_box .required .req_op input {
  width: 100%;
  padding: 5px 10px;
  border: 1px solid #707070;
  border-radius: 10px;
  margin-bottom: 5px;
}
#product_detail .detail_area .f_box .detail_txt .item_option .item_option_box .required .req_op input::-moz-placeholder {
  font-size: 0.875rem;
}
#product_detail .detail_area .f_box .detail_txt .item_option .item_option_box .required .req_op input::placeholder {
  font-size: 0.875rem;
}
#product_detail .detail_area .f_box .detail_txt .item_option .item_option_box .required .req_op input:first-of-type {
  margin-bottom: 10px;
}
#product_detail .detail_area .f_box .detail_txt .item_option .item_option_box .selective .option_select_box, #product_detail .detail_area .f_box .detail_txt .item_option .item_option_box .additional .option_select_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
#product_detail .detail_area .f_box .detail_txt .item_option .item_option_box .selective .option_select_box select, #product_detail .detail_area .f_box .detail_txt .item_option .item_option_box .additional .option_select_box select {
  width: 55%;
  padding: 5px 10px;
  border-radius: 10px;
  font-size: 12px;
}
#product_detail .detail_area .f_box .detail_txt .item_option .item_option_box .selective .option_select_box select.wheel_nut, #product_detail .detail_area .f_box .detail_txt .item_option .item_option_box .additional .option_select_box select.wheel_nut {
  margin-bottom: 0;
}
#product_detail .detail_area .f_box .detail_txt .item_option .item_option_box .selective .option_select_box select option, #product_detail .detail_area .f_box .detail_txt .item_option .item_option_box .additional .option_select_box select option {
  font-size: 0.875rem;
}
#product_detail .detail_area .f_box .detail_txt .item_option .item_calc {
  position: relative;
  width: auto;
  height: auto;
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
}
#product_detail .detail_area .f_box .detail_txt .item_option .item_calc .order {
  white-space: nowrap;
  height: auto;
  flex: 1 1 135px;
  padding: 16px;
  overflow-x: auto;
  overflow-y: auto;
  border-bottom: 1px solid #ddd;
}
#product_detail .detail_area .f_box .detail_txt .item_option .item_calc .order h3 {
  margin-bottom: 2%;
}
#product_detail .detail_area .f_box .detail_txt .item_option .item_calc .order ol.added_order_area {
  display: flex;
  flex-direction: column;
  grid-gap: 0.4rem;
}
#product_detail .detail_area .f_box .detail_txt .item_option .item_calc .order ol.added_order_area > li {
  grid-gap: 5px;
}
#product_detail .detail_area .f_box .detail_txt .item_option .item_calc .order ol li {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1%;
  flex-direction: column;
  padding-bottom: 0.4rem;
  border-bottom: 1px solid #d0d0d0;
}
#product_detail .detail_area .f_box .detail_txt .item_option .item_calc .order ol li:last-child {
  border-bottom: none;
}
#product_detail .detail_area .f_box .detail_txt .item_option .item_calc .order ol li span {
  flex: 1 1 auto;
  font-weight: 600;
}
#product_detail .detail_area .f_box .detail_txt .item_option .item_calc .order ol li span.item_name {
  font-size: 14px;
}
#product_detail .detail_area .f_box .detail_txt .item_option .item_calc .order ol li span.item_cost {
  font-size: 14px;
}
#product_detail .detail_area .f_box .detail_txt .item_option .item_calc .order ol li .item_modify {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: row;
  grid-gap: 5px;
}
#product_detail .detail_area .f_box .detail_txt .item_option .item_calc .order ol li .modify_btn {
  width: 22px;
  height: 22px;
  background-color: #fff;
  border: none;
}
#product_detail .detail_area .f_box .detail_txt .item_option .item_calc .order ol li .modify_btn:hover {
  background-color: #ddd;
  color: #fff;
}
#product_detail .detail_area .f_box .detail_txt .item_option .item_calc .order ol li .added_opt_cnt {
  width: 25px;
  text-align: center;
  border: none;
}
#product_detail .detail_area .f_box .detail_txt .item_option .item_calc .order ol li .del_btn {
  background: #CFCCCC;
  font-size: 14px;
  border: none;
  padding: 0 10px 3px 8px;
}
#product_detail .detail_area .f_box .detail_txt .item_option .item_calc .item_price_box {
  padding: 16px;
}
#product_detail .detail_area .f_box .detail_txt .item_option .item_calc .item_price_box .item_price {
  margin-bottom: 14px;
  display: flex;
  justify-content: space-between;
  font-weight: bold;
  font-size: 21px;
}
#product_detail .detail_area .f_box .detail_txt .item_option .item_calc .item_price_box .item_price_btn {
  display: flex;
  justify-content: center;
}
#product_detail .detail_area .f_box .detail_txt .item_option .item_calc .item_price_box .item_price_btn button {
  width: 47%;
  padding: 5px 0 5px 0;
  background: #fff;
  border: 1px solid #707070;
  border-radius: 17px;
  color: #000;
}
#product_detail .detail_area .drop {
  border: 1px solid #ddd;
  display: none;
  width: 100%;
  margin-top: 8rem;
}
#product_detail .detail_area .drop2 {
  margin: 8rem auto 0;
}

#review_page_wrap {
  position: relative;
  width: 100%;
  height: auto;
  padding: 0 15px 20px 15px;
}
#review_page_wrap ul.review_page_list {
  position: relative;
  width: 70%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
#review_page_wrap ul.review_page_list li.review_page_item {
  position: relative;
  width: 100%;
  height: 3rem;
}
#review_page_wrap ul.review_page_list li.review_page_item:nth-child(4n) {
  border-right: 0;
}
#review_page_wrap ul.review_page_list li.review_page_item::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #212121;
  opacity: 0;
  transition: 0.2s all ease-in-out;
}
#review_page_wrap ul.review_page_list li.review_page_item:hover::before {
  opacity: 1;
}
#review_page_wrap ul.review_page_list li.review_page_item.current::before {
  opacity: 1;
}
#review_page_wrap ul.review_page_list li.review_page_item.current a {
  color: #fff;
}
#review_page_wrap ul.review_page_list li.review_page_item a {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #999;
  transition: 0.2s all ease-in-out;
}
#review_page_wrap ul.review_page_list li.review_page_item:hover a {
  color: #fff;
  font-weight: bold;
}

@media (max-width: 1600px) {
  #product_detail .detail_area .f_box .detail_txt .item_option h3 {
    font-size: 18px;
  }
  #product_detail .detail_area .f_box .detail_txt .item_option .item_option_box h3 {
    margin: 3% 0;
  }
  #product_detail .detail_area .f_box .detail_txt .item_option .item_calc h3 {
    font-size: 18px;
  }
  #product_detail .detail_area .f_box .detail_txt .item_option .item_price_box span {
    font-size: 18px;
  }
  #product_detail .detail_area .f_box .detail_txt .item_option .item_price_box .item_price {
    margin-bottom: 5% !important;
  }
  .line ul { /*
li{
    width: 8%;
    &:nth-child(2){
        width: 17%;
    }
    &:last-child{
        width: 60%;
    }
}**/ }
}
@media (max-width: 1360px) {
  #product_detail .detail_area .f_box .detail_txt .item_option .item_hd {
    padding: 0 5%;
  }
  #product_detail .detail_area .f_box .detail_txt .item_option .item_option_box {
    padding: 0 5%;
  }
  #product_detail .detail_area .f_box .detail_txt .item_option .item_option_box select {
    padding: 0.3rem 0 0.3rem 0.6rem !important;
    font-size: 12px !important;
  }
  #product_detail .detail_area .f_box .detail_txt .item_option .item_calc {
    padding: 5%;
  }
  #product_detail .detail_area .f_box .detail_txt .item_option .item_calc .order h3 {
    margin-bottom: 0.5rem;
  }
  #product_detail .detail_area .f_box .detail_txt .item_option .item_calc .order ol li {
    margin-bottom: 6px;
  }
  #product_detail .detail_area .f_box .detail_txt .item_option .item_calc .order ol li span.item_name {
    font-size: 14px;
  }
  #product_detail .detail_area .f_box .detail_txt .item_option .item_calc .order ol li span.item_cost {
    font-size: 12px;
  }
  #product_detail .detail_area .f_box .detail_txt .item_option .item_calc .order ol li div .del_btn {
    margin-left: 5px;
  }
  #product_detail .detail_area .f_box .detail_txt .item_option h3 {
    font-size: 1rem !important;
  }
  #product_detail .detail_area .f_box .detail_txt .item_option span {
    font-size: 1rem;
  }
  #product_detail .detail_area .f_box .detail_txt .item_option label {
    font-size: 14px;
  }
}
@media (max-width: 1280px) {
  #product_detail {
    margin: 70px auto;
  }
  #product_detail .tab_area .box {
    margin: 30px auto 70px;
  }
  #product_detail .detail_area .top p {
    margin: 0;
  }
  #product_detail .detail_area .f_box .detail_txt .explanation {
    margin: 20% 10% 0;
    padding: 0 5%;
  }
  #product_detail .detail_area .f_box .detail_txt .btn_area ol {
    padding-left: 2%;
  }
  #product_detail .detail_area .f_box .detail_txt .item_option .item_hd .item_tt {
    margin-bottom: 1rem;
  }
  #product_detail .detail_area .f_box .detail_txt .item_option .item_calc .item_price_box .item_price {
    margin-bottom: 10px;
  }
  #product_list {
    margin: 70px auto;
  }
  #product_list .tab_area .box {
    margin: 30px auto;
  }
  .line ul li { /*
 &:nth-child(2){
     width: 22%;
 }
 **/ }
}
@media (min-width: 1025px) and (max-width: 1040px) {
  #product_detail .detail_area .f_box {
    flex-direction: column;
  }
  #product_detail .detail_area .f_box .swiper-container-wrapper {
    width: 100%;
  }
  #product_detail .detail_area .f_box .detail_txt {
    width: 100%;
  }
  #product_detail .detail_area .f_box .detail_txt .explanation {
    margin-top: 5%;
  }
  #product_detail .detail_area .f_box .detail_txt .btn_area ol {
    padding: 25px 5%;
  }
}
@media (max-width: 1024px) {
  #product_list .thumb_area ul li a .hover {
    font-size: 1rem;
  }
  #product_list .thumb_area ul li a .hover i {
    background: url(../img/product_arrow.png) no-repeat 0 0/30px 18px;
    width: 30px;
    height: 40px;
    display: block;
  }
  #product_detail .detail_area .f_box {
    flex-direction: column;
  }
  #product_detail .detail_area .f_box .swiper-container-wrapper {
    width: 100%;
  }
  #product_detail .detail_area .f_box .swiper-container-wrapper .gallery-thumbs01 {
    margin: 25px 0;
  }
  #product_detail .detail_area .f_box .swiper-container-wrapper .gallery-thumbs02 {
    margin: 25px 0;
  }
  #product_detail .detail_area .f_box .swiper-container-wrapper .gallery-thumbs03 {
    margin: 25px 0;
  }
  #product_detail .detail_area .f_box .detail_txt {
    width: 100%;
  }
  #product_detail .detail_area .f_box .detail_txt .m_item_option {
    position: fixed !important;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1111;
  }
  #product_detail .detail_area .f_box .detail_txt .explanation {
    margin-top: 5%;
  }
  #product_detail .detail_area .f_box .detail_txt .btn_area {
    height: 200px;
  }
  #product_detail .detail_area .f_box .detail_txt .btn_area ol {
    width: 100%;
    height: 150px;
    padding: 5%;
  }
  #product_detail .detail_area .f_box .detail_txt .btn_area ol li {
    width: 32%;
  }
  #product_detail .detail_area .f_box .detail_txt .item_option .item_calc {
    height: 300px;
  }
  #review_page_wrap ul.review_page_list {
    width: 100%;
  }
}
@media (max-width: 900px) {
  #product_list .thumb_area ul li {
    width: 32.88%;
  }
  #product_list .thumb_area ul li:nth-of-type(4n) {
    margin: 0 0.4% 0.4% 0;
  }
  #product_list .thumb_area ul li:nth-of-type(3n) {
    margin: 0 0px 0.4% 0;
  }
  #product_list .thumb_area ul li a:hover i {
    background: url("../img/product_arrow.png") no-repeat 0 0/30px 18px;
    width: 30px;
    height: 40px;
    display: block;
  }
  #product_detail .detail_area .f_box {
    flex-direction: column;
  }
  #product_detail .detail_area .f_box .swiper-container-wrapper {
    width: 100%;
  }
  #product_detail .detail_area .f_box .detail_txt {
    width: 100%;
  }
  #product_detail .detail_area .f_box .detail_txt .explanation {
    margin: 50px;
  }
  #product_detail .detail_area .f_box .detail_txt .btn_area {
    height: 135px;
  }
}
@media (max-width: 768px) {
  #product_detail article {
    padding: 15px 0;
  }
  #product_list {
    margin: 70px auto;
  }
  #product_list .tab_area .box {
    padding: 20px 3% 10px;
  }
  #product_list .tab_area ul {
    margin: 0;
    flex-wrap: wrap;
    padding: 0 0 10px 0;
  }
  #product_list .tab_area ul li a.on {
    padding: 6px 18px;
  }
  #product_list .tab_area .drop_show {
    border-top: 1px solid #ddd;
  }
  #product_list .tab_area .drop_show ol {
    padding: 10px 0 0;
  }
  #product_detail {
    margin: 15px auto;
  }
  #product_detail .tab_area .box {
    padding: 20px 3% 10px;
  }
  #product_detail .tab_area ul {
    margin: 0;
    flex-wrap: wrap;
    padding: 0 0 10px 0;
  }
  #product_detail .tab_area ul li a.on {
    padding: 6px 18px;
  }
  #product_detail .tab_area .drop_show {
    border-top: 1px solid #ddd;
  }
  #product_detail .tab_area .drop_show ol {
    padding: 10px 0 0;
  }
  #product_detail .detail_area .swiper-slide figure {
    padding: 0 40px;
  }
  #product_detail .detail_area .top {
    flex-direction: column;
    align-items: start;
  }
  #product_detail .detail_area .top h3 {
    font-size: 1rem;
  }
  #product_detail .detail_area .top p {
    font-size: 1rem;
  }
  #product_detail .detail_area .f_box .detail_txt .explanation h3 {
    font-size: 1rem;
  }
  #product_detail .detail_area .f_box .detail_txt .item_option .item_calc {
    height: 200px;
  }
  #product_detail .detail_area .f_box .swiper-container-wrapper .swiper-container .swiper-button-prev {
    width: auto !important;
    height: auto !important;
  }
  #product_detail .detail_area .f_box .swiper-container-wrapper .swiper-container .swiper-button-prev::after {
    font-size: 35px;
  }
  #product_detail .detail_area .f_box .swiper-container-wrapper .swiper-container .swiper-button-next {
    width: auto !important;
    height: auto !important;
  }
  #product_detail .detail_area .f_box .swiper-container-wrapper .swiper-container .swiper-button-next::after {
    font-size: 35px;
  }
  .line {
    width: 100%;
    margin: 5% 0;
  }
  .line ul {
    grid-gap: 3rem;
  }
  .line ul li {
    flex: 1 1 auto;
  }
  .line ul li:nth-child(2) {
    flex: 0 0 auto;
  }
}
@media (max-width: 540px) {
  #product_list .tab_area ul li strong {
    margin: 5px 0;
  }
  #product_list .thumb_area ul li {
    width: 49%;
    margin: 0 1% 1% 0;
  }
  #product_list .thumb_area ul li:nth-of-type(3n) {
    margin: 0 1% 1% 0;
  }
  #product_list .thumb_area ul li:nth-of-type(2n) {
    margin: 0 0 1% 0;
  }
  #product_detail .tab_area ul li strong {
    margin: 5px 0;
  }
  .line ul {
    grid-gap: 2.5rem;
  }
  .line ul li {
    /*width:25%;
    &:nth-child(2){
        width:41%;
    }
    &:last-child{
        width:25%;
    }
    */
  }
}
@media (max-width: 480px) {
  #product_detail .detail_area .f_box .detail_txt .explanation {
    margin: 10px 20px;
  }
  #product_detail .detail_area .f_box .detail_txt .btn_area ol {
    padding: 25px 20px;
  }
  #review_page_wrap ul.review_page_list li.review_page_item {
    height: 2.6rem;
  }
  #review_page_wrap ul.review_page_list li.review_page_item a {
    font-size: 0.8rem;
  }
}
@media (max-width: 414px) {
  #product_list .thumb_area ul li {
    width: 100%;
    margin: 0 0 1% 0;
  }
  #product_list .thumb_area ul li:nth-of-type(3n) {
    margin: 0 0 1% 0;
  }
  #product_list .thumb_area ul li:nth-of-type(2n) {
    margin: 0 0 1% 0;
  }
  .line ul {
    grid-gap: 1.4rem;
  }
}/*# sourceMappingURL=product.css.map */