._container {
  max-width: 1200px;
  margin: 0 auto;
}
.detail-spec {
  clear: both;
  overflow: hidden;
}
.detail-spec .left-content {
  position: relative;
  height: 500px;
}
.detail-spec .left-content .swiper-container {
  width: 100%;
  height: 100%;
  border-radius: 2px;
}
.detail-spec .left-content .swiper-container .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.detail-spec .left-content .swiper-container .swiper-pagination.swiper-pagination-bullets {
  width: auto;
  height: 38px;
  padding: 7px 18px;
  margin: 0 auto;
  left: 50%;
  bottom: 20px;
  white-space: nowrap;
  box-sizing: border-box;
  border-radius: 30px;
  background-color: rgba(0,0,0, .4);
  transform: translate(-50%, 0);
  z-index: 21;
}
.detail-spec .left-content .swiper-container .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 24px;
  height: 24px;
  display: inline-block;
  border-radius: 0;
  background-size: cover;
  background-color: transparent;
  background-image: url(../image/swiper-pagination.png);
  opacity: 1;
}
.detail-spec .left-content .swiper-container .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-image: url(../image/swiper-pagination-active.png);
}
.detail-spec .right-content {
  position: relative;
}
.detail-spec .right-content .spec {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 30px;
}
.detail-spec .right-content .spec .category {
  color: #999999;
  font-size: 16px;
  margin: 0;
  padding-bottom: 14px;
}
.detail-spec .right-content .spec .name {
  width: 100%;
  color: #191919;
  font-size: 23px;
  margin: 0;
  padding-bottom: 14px;
  word-break: break-all;
}
.detail-spec .right-content .spec .date {
  color: #1ca4a4;
  font-size: 16px;
}
.detail-spec .right-content .select-option .select-option-list {
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}
.detail-spec .right-content .select-option .select-option-list .select-option-item {
  width: 100%;
  padding: 10px 20px;
  background-color: #f8f8f8;
  border-top: 1px solid #dddddd;
}
.detail-spec .right-content .select-option .select-option-list .select-option-item:first-child {
  border-top: none;
}
.detail-spec .right-content .select-option .select-option-list .select-option-item .option_name {
  width: 100%;
  padding-bottom: 10px;
  color: #555555;
  font-size: 16px;
  word-break: break-all;
}
.detail-spec .right-content .select-option .select-option-list .select-option-item .option_control_group {
  width: 100%;
  display: inline-block;
}
.detail-spec .right-content .select-option .select-option-list .select-option-item .option_control_group .price{
  margin: 0;
  color: #9d9d9d;
  line-height: 28px;
  float: left;
}
.detail-spec .right-content .select-option .select-option-list .select-option-item .option_control_group .price .before {
  height: 28px;
  display: inline-block;
  padding-right: 12px;
  margin-right: 4px;
  font-size: 14px;
  vertical-align: middle;
  text-decoration: line-through;
  background-image: url(../image/ticket-price-arrow.png);
  background-repeat: no-repeat;
  background-position: center right;
}
.detail-spec .right-content .select-option .select-option-list .select-option-item .option_control_group .price .after {
  color: #f13b0b;
  font-size: 16px;
  font-weight: bold;
}
.detail-spec .right-content .select-option .select-option-list .select-option-item .option_control_group .control {
  float: right;
}
.detail-spec .right-content .select-option .select-option-list .select-option-item .option_control_group .option_order_count_group {
  width: 90px;
  height: 28px;
  display: inline-block;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  border-radius: 2px;
  margin-right: 5px;
}
.detail-spec .right-content .select-option .select-option-list .select-option-item .option_control_group .option_order_count_group > button,
.detail-spec .right-content .select-option .select-option-list .select-option-item .option_control_group .option_order_count_group > p {
  width: 33.333%;
  height: 100%;
  float: left;
  box-sizing: border-box;
}
.detail-spec .right-content .select-option .select-option-list .select-option-item .option_control_group .option_order_count_group > p {
  color: #555555;
  font-size: 13px;
  text-align: center;
  line-height: 26px;
  border: none;
  outline: none;
  background: none;
}
.detail-spec .right-content .select-option .select-option-list .select-option-item .option_control_group .option_order_count_group > button.option_order_count_minus {
  border: none;
  outline: none;
  border-right: 1px solid #bbbbbb;
  background-color: transparent;
  background-image: url(../image/count-down@2x.png);
  background-repeat: no-repeat;
  background-size: 10px 10px;
  background-position: center center;
  border-right: 1px solid #bbbbbb;
}
.detail-spec .right-content .select-option .select-option-list .select-option-item .option_control_group .option_order_count_group > button.option_order_count_plus {
  border: none;
  outline: none;
  border-left: 1px solid #bbbbbb;
  background-color: transparent;
  background-image: url(../image/count-up@2x.png);
  background-repeat: no-repeat;
  background-size: 10px 10px;
  background-position: center center;
}
.detail-spec .right-content .select-option .select-option-list .select-option-item .option_control_group .option_reset_btn_box {
  display: inline-block;
  margin-left: 6px;
}
.detail-spec .right-content .select-option .select-option-list .select-option-item .option_control_group .option_reset_btn_box .option_reset_btn {
  width: 28px;
  height: 28px;
  background-color: transparent;
  background-image: url(../image/ic-filter-reset-small.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
  border: none;
  outline: none;
}
.detail-spec .right-content .product-amount {
  padding: 20px 0 12px;
  color: #5f5f5f;
  line-height: 20px;
  text-align: right;
  vertical-align: bottom;
}
.detail-spec .right-content .product-amount .total-count {
  display: inline-block;
}
.detail-spec .right-content .product-amount .total-count .bar {
  padding: 0 3px;
  color: #e2e2e2;
}
.detail-spec .right-content .product-amount .amount {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
}
.detail-spec .right-content .product-amount .amount span.txt {
  display: inline-block;
  padding-top: 4px;
  padding-right: 4px;
}

.detail-spec .right-content .product-amount .amount span.money {
  color: #0055a0;
  font-size: 26px;
}

.detail-spec .right-content .request_btn_box {
  padding-top: 20px;
  width: 100%;
}
.detail-spec .right-content .request_btn_box .btn {
  width: 100%;
  height: 52px;
}
.detail-spec .right-content .product-explain {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccffff;
  background-color: #ccffff
}
.detail-spec .right-content .product-explain .explain {
  width: 100%;
  display: inline-block;
  color: #9c9c9c;
  font-size: 12px;
}
.detail-full-image {
  padding-top: 50px;
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}
.detail-full-image img {
  width: 100%;
}

.product-explain ul {
  margin: 5px;
  padding: 0;  
}
.product-explain li {
  list-style: none;
  display: list-item;
  margin: 3px;
  font-size: 17px;
  word-break: keep-all;
}

.detail-spec .choice-content-status {
  clear: both;
}
.detail-spec .choice-status-content {
  padding: 15px;
  font-size: 16px;
  line-height: 1.63;
}
.detail-spec .choice-status-content .select-option-list {
  margin: 0;
}
.detail-spec .choice-status-content .select-option-list .option-item {
  width: 100%;
  display: inline-block;
  /*overflow: hidden;*/
  color: #191919;
  font-size: 18px;
  font-weight: normal;
  /*white-space: nowrap;*/  /* 줄바꿈없이 한줄에 표시 */
  line-height: 1.24;
  /*text-overflow: ellipsis;*/ /* ···처리 */ 
}
.detail-spec .choice-content-title {
  width: 100%;
  margin-bottom: 10px;
  color: #010101;
  font-size: 18px;
}

.choice-content-guide {
  text-align: center	
}
.choice-content-guide p {
  width: 100%;
  margin-bottom: 10px;
  background-color: #c6ffff;
  padding: 15px;
}

@media screen and (max-width: 1200px) {
  .detail-spec .left-content {
    position: relative;
    height: 400px;
  }
}

@media screen and (max-width: 768px) {
  .detail-spec .left-content {
    position: relative;
    width: 100%;
    height: auto; /* 360px; */
  }
}

.s-option {
  padding: 20px 0px 0px 10px;
  text-align: left;
  color: #5f5f5f;
  line-height: 20px;
  vertical-align: bottom;
}

.detail-spec .right-content .s-option {
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	color: #0055a0;
}

/* 단체 checkbox */
.select-option-list {
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}
.select-option-item {
  width: 100%;
  padding: 10px 30px;
  background-color: #f8f8f8;
  border-top: 1px solid #dddddd;
  display: inline-block;
}
.select-option-item:first-child {
  border-top: none;
}
.option_name {
  width: 100%;
  padding-bottom: 10px;
  color: #555555;
  font-size: 16px;
  word-break: break-all;
}
.option_control_group {
  width: 100%;
  display: inline-block;
}
.option_control_group .price{
  margin: 0;
  color: #9d9d9d;
  line-height: 28px;
  float: left;
}
.price .before {
  height: 28px;
  display: inline-block;
  padding-right: 12px;
  margin-right: 4px;
  font-size: 14px;
  vertical-align: middle;
  text-decoration: line-through;
  background-image: url(../image/ticket-price-arrow.png);
  background-repeat: no-repeat;
  background-position: center right;
}
.price .after {
  color: #f13b0b;
  font-size: 16px;
  font-weight: bold;
}
.control {
  float: right;
}
.option_order_count_group {
  width: 90px;
  height: 28px;
  display: inline-block;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  border-radius: 2px;
  margin-right: 5px;
}
.option_order_count_group > button,
.option_order_count_group > p {
  width: 33.333%;
  height: 100%;
  float: left;
  box-sizing: border-box;
}
.option_order_count_group > p {
  color: #555555;
  font-size: 13px;
  text-align: center;
  line-height: 26px;
  border: none;
  outline: none;
  background: none;
}
.option_order_count_group > button.option_order_count_minus {
  border: none;
  outline: none;
  border-right: 1px solid #bbbbbb;
  background-color: transparent;
  background-image: url(../image/count-down@2x.png);
  background-repeat: no-repeat;
  background-size: 10px 10px;
  background-position: center center;
  border-right: 1px solid #bbbbbb;
}
.option_order_count_group > button.option_order_count_plus {
  border: none;
  outline: none;
  border-left: 1px solid #bbbbbb;
  background-color: transparent;
  background-image: url(../image/count-up@2x.png);
  background-repeat: no-repeat;
  background-size: 10px 10px;
  background-position: center center;
}
.option_control_group .option_reset_btn_box {
  display: inline-block;
  margin-left: 6px;
}
.option_reset_btn_box .option_reset_btn {
  width: 28px;
  height: 28px;
  background-color: transparent;
  background-image: url(../image/ic-filter-reset-small.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
  border: none;
  outline: none;
}