@charset "UTF-8";
.sample {
  background-repeat: no-repeat;
  background-size: cover;
  width: 1280px;
  margin: auto;
}

.img--style01 {
  display: block;
}

.sub-page {
  padding: 25px 0 75px;
}
.sub-page .sub-page__tit {
  font-size: 1.7em;
  font-weight: 600;
  color: #000;
  text-align: center;
  line-height: 1em;
}
.sub-page .article__tit {
  font-size: 1.3em;
  color: #333;
  font-weight: 600;
}

input[type='text'],
input[type='password'] {
  line-height: 35px;
  height: 35px;
  border: 1px solid #ddd;
  font-size: 0.9em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 8px;
}
input[type='text']::-webkit-input-placeholder,
input[type='password']::-webkit-input-placeholder {
  color: #aaaaaa;
}
input[type='text']:-ms-input-placeholder,
input[type='password']:-ms-input-placeholder {
  color: #aaaaaa;
}
input[type='text']::-ms-input-placeholder,
input[type='password']::-ms-input-placeholder {
  color: #aaaaaa;
}
input[type='text']::placeholder,
input[type='password']::placeholder {
  color: #aaaaaa;
}

input,
select {
  border-radius: 0 0 0 0;
}

.login-page .login__wrap {
  width: 100%;
  max-width: 300px;
  background-color: #fff;
  margin: auto;
  border-top: 2px solid #e25147;
  margin-top: 20px;
  padding: 35px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 3px 3px 5px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 3px 3px 5px 2px rgba(0, 0, 0, 0.1);
}
.login-page .login__wrap input[type='text'],
.login-page .login__wrap input[type='password'] {
  width: 100%;
}

.login-page .login__list > li {
  margin-bottom: 7px;
}
.login-page .login__list > li label {
  color: #666666;
  font-size: 0.9em;
}
.login-page .login__list > li .login__btn {
  color: #fff;
  font-size: 1em;
  background-color: #e25147;
  border-radius: 3px;
  width: 100%;
  line-height: 35px;
  height: 35px;
  border: 1px solid #e25147;
}
.login-page .login__list > li:last-child {
  margin-bottom: 0;
}

.login-page .login__list .find {
  text-align: right;
  border-bottom: 1px solid #ddd;
  padding-bottom: 12px;
}
.login-page .login__list .find a {
  color: #333;
  font-size: 0.9em;
  border-right: 1px solid #ddd;
  margin-right: 3px;
  padding-right: 5px;
}
.login-page .login__list .find a:last-child {
  margin-right: 0;
  padding-right: 0;
  border: none;
}

.login-page .login__list .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1em;
  color: #666;
  padding-top: 20px;
}
.login-page .login__list .sns .sns__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.login-page .login__list .sns .sns__list > a {
  width: 30px;
  margin-right: 5px;
}
.login-page .login__list .sns .sns__list > a:last-child {
  margin-right: 0;
}

/* 상품리스트 */
.prod-list__wrap .prod__top {
  background-color: #fff;
  padding: 25px 3.9%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.1);
  text-align: center;
}
.prod-list__wrap .prod__top .top__list {
  margin-top: 25px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  font-size: 1em;
  font-weight: 500;
  border: 1px solid #e25147;
  color: #e25147;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  border-radius: 3px;
  padding: 0 45px 0 12px;
  background-image: url(/image/sub/select_arrow.png);
  background-size: 10px;
  background-position: 96.1%;
}
.prod-list__wrap .prod__top .top__list option {
  color: #333;
}

.prod-list__wrap .prod__main {
  background-color: #fff;
  padding: 15px 1.9%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.1);
  margin-top: 15px;
}
.prod-list__wrap .prod__main .main__info {
  background-color: #f8f8f8;
  border: 2px solid #e5e5e5;
  border-radius: 3px;
  padding: 15px 3.9%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-image: url('/image/sub/calendar_icon.png');
  background-position: 96.1% 15px;
  background-repeat: no-repeat;
  background-size: 35px;
}
.prod-list__wrap .prod__main .main__info .info__right {
  padding-left: 65px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  color: #777;
  line-height: 2em;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.prod-list__wrap .prod__main .main__info .info__name {
  font-size: 1.2em;
  font-weight: 600;
}
.prod-list__wrap .prod__main .main__info .info__cate {
  font-size: 1em;
  color: #555;
  margin-bottom: 7px;
}
.prod-list__wrap .prod__main .main__info .info__date {
  font-size: 0.8em;
  color: #555;
  line-height: 1.4em;
}
.prod-list__wrap .prod__main .main__sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 25px;
}
.prod-list__wrap .prod__main .main__sort p {
  font-size: 1em;
  color: #666;
}
.prod-list__wrap .prod__main .main__sort p span {
  color: #e25147;
}
.prod-list__wrap .prod__main .main__sort select {
  font-size: 1em;
  color: #333;
  border: none;
  background-color: inherit;
  width: 80px;
  padding-right: 25px;
}
.prod-list__wrap .prod__main .main__list {
  border-top: 1px solid #000;
  margin-top: 12px;
}
.prod-list__wrap .prod__main .main__list > li > a {
  padding: 10px 3.9%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #ddd;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.prod-list__wrap .prod__main .main__list > li > a:hover {
  background-color: #f7f7f7;
}
.prod-list__wrap .prod__main .main__list .list__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
}
.prod-list__wrap .prod__main .main__list .list__top .top__date {
  color: #999;
  font-size: 0.8em;
}
.prod-list__wrap .prod__main .main__list .list__top .top__date--head {
  border: 1px solid #ddd;
  padding: 0px 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 10px;
  font-weight: 300;
  color: #666;
  font-size: 0.8em;
}
.prod-list__wrap .prod__main .main__list .list__top .top__btn {
  margin-top: 10px;
  width: 100%;
  display: flex;
  gap: 6px;
}
.prod-list__wrap .prod__main .main__list .list__top .top__btn p{
  color: #fff;
  font-size: 0.8em;
  line-height: 25px;
  height: 25px;
  border-radius: 3px;
  background-color: #333;
  display: block;
  text-align: center;
  padding: 0 7px;
}
.prod-list__wrap .prod__main .main__list .list__top .top__btn span {
  display: flex;
  padding-inline: 7px;
  align-items: center;
  justify-content: center;
  height: 25px;
  font-size: 0.8em;
  border-radius: 3px;
  color: #666;
  border: 1px solid #ddd;
  box-sizing: border-box;
}
.prod-list__wrap .prod__main .main__list .list__top .top__btn span.status_on {
  border-color: #e25147;
  color: #e25147;
  font-weight: 500;
}

.prod-list__wrap .prod__main .main__list .list__top .top__btn .list__status {
  width: 90px;
}

.prod-list__wrap .prod__main .main__list .list__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0;
  width: 100%;
}
.prod-list__wrap .prod__main .main__list .list__bottom p {
  margin-right: 5px;
  font-size: 12px;
  color: #555;
}
.prod-list__wrap .prod__main .main__list .list__bottom p:last-child {
  margin: 0;
}

.prod-list__wrap .prod__main .main__list .list__bottom .bottom__price {
  font-size: 1em;
  color: #e25147;
  font-weight: 600;
  font-family: 'Open Sans', 'sans-serif';
  margin-left: auto;
}
.prod-list__wrap .prod__main .main__list .list__bottom .bottom__price .remain {
  color: #888;
  font-size: 0.8em;
  font-weight: 400;
}

.prod-list__wrap .prod__main .main__list .bottom__price {
  font-size: 1.2em;
  color: #e25147;
  font-weight: 600;
  font-family: 'Open Sans', 'sans-serif';
  margin-top: 5px;
}
.prod-list__wrap .prod__main .main__list .bottom__price .remain {
  color: #888;
  font-size: 0.8em;
  font-weight: 400;
}

.tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tab > li {
  width: 25%;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #e25147;
  text-align: center;
  padding: 15px 0;
  margin-left: -1px;
  cursor: pointer;
}
.tab > li.on {
  border-bottom: none;
  border-top: 1px solid #e25147;
  border-right: 1px solid #e25147;
  border-left: 1px solid #e25147;
  z-index: 0;
}

/* 상품뷰페이지 */
.product__detail {
  -webkit-box-align: inherit;
  -ms-flex-align: inherit;
  align-items: inherit;
}

.view__info {
  margin-top: 15px;
  -webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  padding: 25px 3.9% 45px;
}
.view__info .info__list > li.on .list__head {
  color: #e25147;
  border-color: #e25147;
  background-image: url(/image/common/sidebar_arrow02.png);
}
.view__info .info__list > li.on .list__cont {
  display: block;
}
.view__info .info__list .list__head {
  font-size: 1.2em;
  color: #666;
  background-image: url(/image/common/sidebar_arrow01.png);
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 10px;
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
}
.view__info .info__list .list__cont {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 12px;
  font-size: 1em;
  color: #555555;
  min-height: 120px;
  background-color: #f7f7f7;
  display: none;
}

.view__banner {
  margin-top: 75px;
}

/* 주문/결제 */
.order__wrap {
  margin-top: 25px;
}
.order__wrap .order__warn {
  background-color: #fff;
  -webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.1);
  padding: 25px 3.9%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 25px;
}
.order__wrap .order__warn .warn__msg {
  border-top: 1px solid #000;
  margin-top: 12px;
  padding-top: 12px;
}
.order__wrap .order__warn .warn__msg p {
  font-size: 0.9em;
  color: #666;
  position: relative;
  padding-left: 7px;
  margin-bottom: 4px;
  line-height: 1.4em;
  word-break: keep-all;
}
.order__wrap .order__warn .warn__msg p::before {
  content: '';
  width: 2px;
  height: 2px;
  background-color: #999;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 7px;
}
.order__wrap .order__warn .warn__msg p:last-child {
  margin-bottom: 0;
}
.order__wrap .product__detail {
  margin-top: 15px;
}
.order__wrap .order__success {
  background-color: #fff;
  -webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.1);
  margin-top: 25px;
  padding: 25px 3.9%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
.order__wrap .order__success .success__param01 {
  font-size: 1em;
  color: #777;
  line-height: 1em;
}
.order__wrap .order__success .success__param02 {
  font-size: 1.5em;
  line-height: 1.3em;
  color: #333;
  font-weight: 900;
  margin-top: 12px;
}
.order__wrap .order__success .success__param02 span {
  color: #e25147;
}
.order__wrap .order__success .success__info {
  background-color: #f8f8f8;
  border-top: 1px solid #000;
  margin-top: 25px;
  padding: 25px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.order__wrap .order__success .success__info .info__code {
  font-size: 1.5em;
  font-weight: 400;
}
.order__wrap .order__success .success__info .info__code span {
  margin-left: 12px;
  font-weight: 600;
  font-family: 'Open Sans', 'sans-serif';
}
.order__wrap .order__success .success__info .info__msg {
  margin-top: 15px;
  color: #666;
  position: relative;
  display: inline-block;
  line-height: 1.4em;
}
.order__wrap .order__success .success__info .info__msg a {
  font-weight: 600;
  color: #666;
}
.order__wrap .order__success .success__list {
  margin-top: 25px;
  text-align: left;
  color: #999999;
  line-height: 1.6em;
}
.order__wrap .order__success .success__list .list__head {
  font-size: 14px;
  font-weight: 600;
  color: #333;
  margin-bottom: 12px;
  border-bottom: 1px solid #000;
  padding-bottom: 12px;
}
.order__wrap .order__success .success__list .list__head span {
  color: #e25147;
}
.order__wrap .order__success .success__list li {
  font-size: 0.9em;
  word-break: keep-all;
  line-height: 1.5em;
}
.order__wrap .order__button {
  width: 100%;
  background-color: #e25147;
  height: 45px;
  line-height: 45px;
  color: #fff;
  display: block;
  text-align: center;
  font-size: 1em;
  border-radius: 5px;
  margin: 25px auto 0 auto;
}

/* 상품디테일 공통 */
.product__detail {
  position: relative;
}
.product__detail .detail__info {
  -webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.1);
  padding: 25px 3.9%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
}
.product__detail .detail__info .info__path {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid #000;
}
.product__detail .detail__info .info__path > li {
  color: #888888;
  font-size: 0.9em;
  margin-right: 12px;
  position: relative;
}
.product__detail .detail__info .info__path > li::after {
  content: '';
  background-image: url('/image/sub/path_arrow.png');
  width: 4px;
  height: 8px;
  background-size: cover;
  position: absolute;
  top: 7px;
  right: -9px;
}
.product__detail .detail__info .info__path > li:last-child {
  color: #333;
  font-weight: 500;
}
.product__detail .detail__info .info__path > li:last-child::after {
  display: none;
}
.product__detail .detail__info .info__detail {
  margin-top: 15px;
  background-color: #f9f9f9;
  border: 2px solid #ddd;
  padding: 25px 3.9%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
}
.product__detail .detail__info .info__detail .detail__date {
  font-size: 1.1em;
  font-weight: 600;
  font-family: 'Open Sans', 'sans-serif';
}
.product__detail .detail__info .info__detail .detail__date span {
  font-size: 0.9em;
  font-weight: 300;
  color: #777;
  border: 1px solid #ddd;
  background-color: #fff;
  padding: 5px 7px;
  margin-right: 6px;
  font-family: 'Noto Sans KR', 'sans-serif';
}
.product__detail .detail__info .info__detail .detail__seat {
  margin-top: 20px;
  font-size: 1.5em;
  color: #666666;
  font-weight: 600;
  padding-bottom: 15px;
  border-bottom: 1px dashed #ddd;
  margin-bottom: 25px;
}
.product__detail .detail__info .info__detail .detail__seat span {
  font-size: 1.2rem;
  border-right: 1px solid #ddd;
  padding-right: 10px;
  margin-right: 5px;
  line-height: 12px;
}
.product__detail .detail__info .info__detail .detail__seat span:last-child {
  border: none;
  margin-right: 0;
  padding-right: 0;
}
.product__detail .detail__info .info__detail .detail__param {
  color: #777;
  font-weight: 300px;
  font-size: 0.9em;
  line-height: 1.4em;
  word-break: keep-all;
}
.product__detail .detail__info .info__price {
  margin-top: 25px;
  font-size: 1em;
  color: #777;
  font-weight: 500;
}
.product__detail .detail__info .info__price .price {
  color: #e25147;
  font-size: 1.7rem;
  font-family: 'Open Sans', 'sans-serif';
  margin-left: 15px;
  font-weight: 600;
}
.product__detail .detail__info .info__price .count {
  font-size: 1em;
  color: #333;
}
.product__detail .detail__info .info__pay {
  margin-top: 25px;
}
.product__detail .detail__info .info__pay .pay__list {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid #000;
}
.product__detail .detail__info .info__pay .pay__list > li {
  height: 45px;
  line-height: 45px;
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 7px;
  cursor: pointer;
  padding-left: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.product__detail .detail__info .info__pay .pay__list > li:last-child {
  margin-bottom: 0;
}
.product__detail .detail__info .info__pay .pay__list > li p {
  font-size: 1em;
  color: #777;
  position: relative;
}
.product__detail .detail__info .info__pay .pay__list > li.on {
  background-color: #fff;
  border-color: #e25147;
}
.product__detail .detail__info .info__pay .pay__list > li.on p::after {
  background-image: url('/image/sub/pay_arrow_on.png');
}
.product__detail .detail__info .info__pay .pay__list > li:nth-child(1) {
  background-image: url('/image/sub/pay_icon01.png');
  background-repeat: no-repeat;
  background-position: 3.9%;
  background-size: 30px;
}
.product__detail .detail__info .info__pay .pay__list > li:nth-child(2) {
  background-image: url('/image/sub/pay_icon02.png');
  background-repeat: no-repeat;
  background-position: 3.9%;
  background-size: 30px;
}
.product__detail .detail__info .info__pay .pay__list > li:nth-child(3) {
  background-image: url('/image/sub/pay_icon03.png');
  background-repeat: no-repeat;
  background-position: 3.9%;
  background-size: 30px;
}
.product__detail .detail__info .info__delivery {
  margin-top: 25px;
}
.product__detail .detail__info .info__delivery .delivery__list {
  margin-top: 12px;
  border-top: 1px solid #000;
}
.product__detail .detail__info .info__delivery .delivery__list > li {
  display: block;
  margin-bottom: 15px;
}
.product__detail .detail__info .info__delivery .delivery__list > li:last-child {
  margin-bottom: 0;
}
.product__detail .detail__info .info__delivery .delivery__list > li input[type='text'] {
  width: 100%;
}
.product__detail .detail__info .info__delivery .delivery__list > li select {
  width: 100%;
  line-height: 35px;
  height: 35px;
  border: 1px solid #ddd;
  font-size: 0.9em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 12px;
}
.product__detail .detail__info .info__delivery .delivery__list .list__head {
  width: 100%;
  font-size: 1.2em;
  color: #555;
  font-weight: 500;
  padding: 7px 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.product__detail .detail__info .info__delivery .delivery__list .list__data {
  width: 100%;
  padding: 7px 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.product__detail .detail__info .info__delivery .delivery__list .list__data .isFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.product__detail .detail__info .info__delivery .delivery__list .list__data.address input {
  margin-bottom: 7px;
}
.product__detail .detail__info .info__delivery .delivery__list .list__data.address input:last-child {
  margin-bottom: 0;
}
.product__detail .detail__info .info__delivery .delivery__list .list__data.address button {
  background-color: #333;
  color: #fff;
  font-size: 0.9em;
  line-height: 35px;
  height: 35px;
  border: none;
  float: right;
  cursor: pointer;
  margin-left: 3px;
  width: 120px;
}
.product__detail .detail__buy {
  width: 100%;
  -webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.1);
  padding: 25px 3.9%;
  margin-top: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
}
.product__detail .detail__buy.isFixed {
  position: fixed;
  top: 0px;
  bottom: inherit;
  left: 50%;
  margin-left: 210px;
}
.product__detail .detail__buy.isAbsolute {
  position: absolute;
  top: inherit;
  bottom: 0;
  left: 50%;
  margin-left: 210px;
}
.product__detail .detail__buy .buy__tit {
  font-size: 1.3em;
  font-weight: 500;
  color: #333;
}
.product__detail .detail__buy .buy__tit .order-code {
  color: #e25147;
  margin-left: 7px;
}
.product__detail .detail__buy .buy__info {
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 120px;
  margin-top: 15px;
  font-size: 1em;
  color: #777;
}
.product__detail .detail__buy .buy__order {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid #000;
}
.product__detail .detail__buy .buy__order > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 12px;
}
.product__detail .detail__buy .buy__order > li .order__head {
  color: #888;
  font-size: 1em;
}
.product__detail .detail__buy .buy__order > li .order__data {
  font-size: 1em;
  font-weight: 500;
  color: #555;
}
.product__detail .detail__buy .buy__order > li.total {
  padding: 12px 3.9%;
  border-top: 1px dashed #ddd;
  border-bottom: 1px dashed #ddd;
  margin-top: 25px;
}
.product__detail .detail__buy .buy__order > li.total .order__head {
  font-size: 1em;
  font-weight: 500;
  color: #555;
}
.product__detail .detail__buy .buy__order > li.total .order__data {
  font-size: 1.5em;
  font-weight: 500;
  font-weight: 600;
  color: #e25147;
  font-family: 'Open Sans', 'sans-serif';
}
.product__detail .detail__buy .buy__order > li.warn {
  margin-bottom: 25px;
  color: #888;
  font-size: 14px;
  position: relative;
  display: block;
  padding-left: 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.product__detail .detail__buy .buy__order > li.warn::before {
  content: '';
  width: 2px;
  height: 2px;
  background-color: #e25147;
  position: absolute;
  top: 10px;
  left: 0px;
}
.product__detail .detail__buy .buy__comment {
  cursor: pointer;
  font-size: 13px;
  color: #777;
  vertical-align: middle;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1em;
  margin-top: 12px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
}
.product__detail .detail__buy .buy__comment img {
  display: block;
  margin-left: 7px;
}
.product__detail .detail__buy .buy__comment .comment__msg {
  background-color: #f7f7f7;
  border: 1px solid #ddd;
  position: absolute;
  top: 30px;
  left: 0;
  padding: 15px 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border-radius: 5px;
  display: none;
}
.product__detail .detail__buy .buy__comment .comment__msg p {
  color: #999999;
  font-size: 14px;
  line-height: 1.4em;
  padding-left: 10px;
  position: relative;
}
.product__detail .detail__buy .buy__comment .comment__msg p::before {
  content: '';
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #777;
  position: absolute;
  left: 0;
  top: 7px;
}
.product__detail .detail__buy .buy__comment .comment__msg .close {
  background-image: url('/image/sub/close_icon.png');
  width: 12px;
  height: 12px;
  background-size: cover;
  position: absolute;
  top: 10px;
  right: 10px;
}
.product__detail .detail__buy .buy__comment .comment__msg .tri {
  position: absolute;
  top: -22px;
  right: 25px;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px;
  border-color: transparent transparent #ddd transparent;
}
.product__detail .detail__buy .buy__comment .comment__msg .tri::before {
  content: '';
  position: absolute;
  top: -8px;
  right: -10px;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px;
  border-color: transparent transparent #f7f7f7 transparent;
}
.product__detail .detail__buy .buy__btn {
  font-size: 1em;
  color: #fff;
  font-weight: 500;
  background-color: #e25147;
  height: 45px;
  line-height: 45px;
  display: block;
  text-align: center;
  border-radius: 5px;
  margin-top: 25px;
}

/* 티켓판매등록 */
.sell__wrap {
  margin-top: 45px;
}
.sell__wrap .sell__category {
  -webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  padding: 25px 3.9%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.sell__wrap .sell__category .category__list {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid #000;
  display: block;
}
.sell__wrap .sell__category .category__list select {
  width: 100%;
  line-height: 35px;
  height: 35px;
  border: 1px solid #ddd;
  padding-left: 17px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 7px;
  background-position: calc(100% - 12px);
}
.sell__wrap .sell__category .category__list select:disabled {
  background-color: #f5f5f5;
}
.sell__wrap .sell__category .category__path {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
}
.sell__wrap .sell__category .category__path > li {
  color: #888888;
  font-size: 0.9em;
  margin-right: 12px;
  position: relative;
}
.sell__wrap .sell__category .category__path > li:last-child {
  color: #333;
  font-weight: 500;
}
.sell__wrap .sell__category .category__path > li:last-child::after {
  display: none;
}
.sell__wrap .sell__category .category__path > li::after {
  content: '';
  background-image: url(/image/sub/path_arrow.png);
  width: 4px;
  height: 8px;
  background-size: cover;
  position: absolute;
  top: 7px;
  right: -9px;
}
.sell__wrap .sell__info {
  -webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  margin-top: 15px;
  padding: 25px 3.9%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.sell__wrap .sell__info .point {
  color: #e25147;
}
.sell__wrap .sell__info .info__msg {
  text-align: right;
}
.sell__wrap .sell__info .info__list {
  margin-top: 12px;
  border-top: 1px solid #000;
}
.sell__wrap .sell__info .info__list > li {
  display: block;
  margin-bottom: 15px;
}
.sell__wrap .sell__info .info__list > li:last-child {
  margin-bottom: 0;
}
.sell__wrap .sell__info .info__list .list__head {
  width: 100%;
  font-size: 1.2em;
  font-weight: 500;
  padding: 7px 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.sell__wrap .sell__info .info__list .list__data {
  width: 100%;
  padding: 7px 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.sell__wrap .sell__info .info__list .list__data .isFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sell__wrap .sell__info .info__list .list__data .data__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.sell__wrap .sell__info .info__list .list__data .data__date input[type='text'] {
  width: 32%;
  line-height: 35px;
  height: 35px;
  font-size: 0.9em;
}
.sell__wrap .sell__info .info__list .list__data .data__date select {
  width: 32%;
  border: 1px solid #ddd;
  line-height: 35px;
  height: 35px;
  font-size: 0.9em;
}
.sell__wrap .sell__info .info__list .list__data .data__msg {
  color: #dd8a85;
  margin-top: 7px;
  font-size: 0.9em;
  line-height: 1.4em;
  word-break: keep-all;
}
.sell__wrap .sell__info .info__list .list__data .data__input > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 7px;
}
.sell__wrap .sell__info .info__list .list__data .data__input > li:last-child {
  margin-bottom: 0;
}
.sell__wrap .sell__info .info__list .list__data .data__input > li > p {
  background-color: #555;
  color: #fff;
  font-size: 0.9em;
  font-weight: 500;
  width: 85px;
  line-height: 35px;
  height: 35px;
  text-align: center;
}
.sell__wrap .sell__info .info__list .list__data .data__input > li > input {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.sell__wrap .sell__info .info__list .list__data .data__input .total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0;
  line-height: 45px;
  border: 1px solid #000;
  background-color: #f9f9f9;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.sell__wrap .sell__info .info__list .list__data .data__input .total p {
  font-size: 1.2em;
  font-weight: 500;
  color: #555;
}
.sell__wrap .sell__info .info__list .list__data .data__input .total .total__price {
  color: #e25147;
  font-size: 1.5em;
  font-weight: 600;
}
.sell__wrap .sell__info .info__list .list__data .data__check > li input[type='text'] {
  width: 100%;
  border: 1px solid #000;
  background-color: #f9f9f9;
  margin-bottom: 7px;
}
.sell__wrap .sell__info .info__list .list__data .data__check > li:last-child {
  margin-bottom: 0;
}
.sell__wrap .sell__info .info__list .list__data .data__amount input[type='text'] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: auto;
  margin-right: 7px;
}
.sell__wrap .sell__info .info__list .list__data .data__amount label {
  font-size: 1em;
  color: #777;
}
.sell__wrap .sell__info .info__list .list__data .data__photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sell__wrap .sell__info .info__list .list__data .data__photo > li {
  width: 60px;
  height: 60px;
  background-image: url('/image/sub/photo__default.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #ddd;
  cursor: pointer;
  margin-right: 7px;
  overflow: hidden;
  position: relative;
}
.sell__wrap .sell__info .info__list .list__data .data__photo > li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.sell__wrap .sell__info .info__list .list__data .data__photo > li .close {
  width: 15px;
  height: 15px;
  background-image: url('/image/sub/close_icon02.png');
  background-repeat: no-repeat;
  position: absolute;
  background-size: cover;
  top: 40%;
  left: 50%;
  margin-left: -7.5%;
  cursor: pointer;
  display: none;
}
.sell__wrap .sell__info .info__list .list__data .data__photo > li.on {
  border-color: #000;
  background: none;
}
.sell__wrap .sell__info .info__list .list__data .data__photo > li.on .close {
  display: block;
}

.sell__wrap .sell__info .info__list .list__data .data__photo>li .file__wrap{
    width: 0px;
    height: 0px;
    overflow: hidden;
}

.sell__wrap .sell__info .info__list .list__data .data__photo>li .photo__label{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

.sell__wrap .sell__info .info__list .list__data textarea {
  resize: none;
  border: 1px solid #ddd;
  width: 100%;
  min-height: 120px;
  padding: 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.sell__wrap .sell__info .info__warn {
  margin-top: 25px;
}
.sell__wrap .sell__info .info__warn .warn__list {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid #000;
}
.sell__wrap .sell__info .info__warn .warn__list > li {
  padding-left: 7px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #777;
  font-size: 0.9em;
  margin-bottom: 5px;
  word-break: keep-all;
  position: relative;
  line-height: 1.5em;
}
.sell__wrap .sell__info .info__warn .warn__list > li::before {
  content: '';
  width: 2px;
  height: 2px;
  background-color: #c3c3c3;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 8px;
}
.sell__wrap .regist__btn {
  width: 100%;
  line-height: 45px;
  height: 45px;
  background-color: #e25147;
  color: #fff;
  border: 1px solid #e25147;
  border-radius: 5px;
  margin: 25px auto 0 auto;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  font-size: 1em;
  font-weight: 500;
}
/* 회원가입 */
.join_tab{
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
.join_tab li {
  width: 20vw;
  aspect-ratio: 1/1;
  box-sizing: border-box;
  max-width: 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  box-sizing: border-box;
  text-align: center;
  border: 1px solid #ddd;
  color: #999999;
  font-size: 12px;
  background-color: white;
  line-height: 1.3;
}

.join_tab li.on {
  background: #e1002c;
  color: #fff;
}

.join_tab::after {
  content: '';
  display: block;
  background: #ddd;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: -1;
}

.join_tab li:last-child:after {
  displaY: none;
}

.join00 {
  border-top: 2px solid #000;
}

.join00 h3 {
  font-size: 16px;
  margin: 30px 0;
}

.join00 .bg {
  /* background: #f9f9f9; */
}

.join00 .bg .name {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 15px;
}

.join00 .bg .nemo {
  background: #fff;
  border: 1px solid #ddd;
  box-sizing: border-box;
  padding: 30px 25px;
}

.join00 .all {
  position: relative;
}

.join00 .all input {
  display: none;
}

.join00 .all input[type=checkbox]+label {
  display: inline-block;
  background: url('/image/sub/check.png') no-repeat left;
  padding-left: 35px;
  font-size: 16px;
  color: #888;
}

.join00 .all input[type=checkbox]:checked+label {
  background: url('/image/sub/check_on.png') no-repeat left;
  background-size: contain;
  color: #000;
  font-weight: 500;
}

.join00 .check {
  border-top: 1px solid #ddd;
  margin-top: 20px;
  padding-top: 20px;
}

.join00 .check li {
  margin-bottom: 25px;
  position: relative;
}

.join00 .check li a {
  font-size: 14px;
  text-decoration: underline;
  color: #000;
  float: right;
}

.join00 .join__check li {
  margin-bottom: 25px;
  position: relative;
}
.join00 .join__check li:last-child {
  margin-bottom: 0;
}

.join00 .join__check li a {
  font-size: 14px;
  text-decoration: underline;
  color: #000;
  float: right;
}


.j_wrap .j_tit {
  font-size: 17px;
  color: #666;
}

.j_wrap button {
  color: #fff;
  font-size: 15px;
  border-radius: 3px;
  width: 100%;
  height: 50px;
  background: #333;
  margin-bottom: 10px;
}

.j_wrap button.f {
  background: #3a5691;
}

.j_wrap button.n {
  background: #26c14b;
}

.j_wrap button.k {
  background: #f8df1a;
  color: #3b1e1e;
}

.j_wrap .sns_left button {
  padding: 0 20px;
  text-align: left;
}

.j_wrap .sns_left button img {
  margin-right: 20px;
}

.basic_btn {
  width: 140px;
  border-radius: 3px;
  height: 40px;
  color: #fff;
  font-size: 16px;
}

.basic_btn.chk {
  background: #555555;
}

.basic_btn.ok {
  background: #e1002c;
}

.check_pop_wrap {
  displaY: none;
}

.check_pop {
  background: #fff;
  position: fixed;
  width: 600px;
  top: 10%;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 999;
}

.check_pop .title {
  font-size: 20px;
  font-weight: 500;
  padding: 30px;
}

.check_pop .sub {
  height: 400px;
  overflow: auto;
  padding: 20px 30px;
  font-size: 14px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.check_pop .btn {
  padding: 20px 30px;
}

.join00 .bg .ver2 .nemo {
/*   width: 100%;
  float: left; */
  padding: 50px 0;
}

/* .join00 .bg .ver2 .nemo:last-child {
  float: right;
} */

.join00 .bg .ver2 .nemo button {
  width: 90%;
  height: 40px;
  color: #fff;
  font-size: 14px;
  border-radius: 3px;
  background: #333;
  margin-top: 20px;
}


/* 회원정보 변경 */
.my_bg {
  background: #f3f3f3;
  padding: 60px 0;
}

.my_wrap {
  width: 100%;
  padding: 0 30px;
  box-sizing: border-box;
}

.my_wrap .tit {
  font-size: 30px;
  line-height: 35px;
  margin-bottom: 20px;
  font-weight: 500;
}

.my_wrap .sub {
  font-size: 16px;
  color: #555555;
}

.my_wrap .box,
.my_box {
  border: 1px solid #ddd;
  background: #fff;
  width: 100%;
  box-sizing: border-box;
  padding: 40px 30px;
}

.my_input input {
  border: 1px solid #ddd;
  width: 100%;
  box-sizing: border-box;
  height: 50px;
  line-height: 50px;
  padding: 0 10px;
}

.my_btn {
  background: #333;
  font-size: 14px;
  height: 50px;
  width: 100%;
  border-radius: 5px;
  color: #fff;
}

/* 아이디 찾기 */
.myFind .ban {
}

.my_box .title {
  font-size: 23px;
  font-weight: 500;
  margin-bottom: 15px;
}

.my_box .sub {
  font-size: 16px;
  color: #888888;
}

.my_input p {
  font-size: 15px;
}

.my_input input.col2 {
  width: 47%;
}

.col2_span {
  width: 6%;
  display: inline-block;
  text-align: center;
}

.my_input input.col3 {
  width: 30%;
}

.col3_span {
  width: 5%;
  display: inline-block;
  text-align: center;
}

.myFind .my_input input {
  height: 45px;
}

.id_inj {
  margin-top: 80px;
}

.id_inj li {
  /* width: 50%; */
  text-align: center;
  box-sizing: border-box;
  /* float: left; */
}
/* 
.id_inj li:first-child {
  border-right: 1px solid #ddd;
  padding-right: 20px;
}

.id_inj li:last-child {
  padding-left: 20px;
} */

.id_inj li .img {
  margin-bottom: 20px;
}

.myFind .my_box.pad {
  margin-top: 40px;
}

/*마이페이지*/
.seller_info {
  background-color: #fbfbfb;
  margin-top: 45px;
  position: relative;
} /* border-bottom: 1px solid #333; */
.sell_tit {
  background-color: #3b4988;
  color: #fff;
  font-size: 16px;
  padding-left: 20px;
  line-height: 40px;
}
.slr {
  background: #fff url(/image/sub/id.jpg) no-repeat center 24px;
  border: 1px solid #ddd;
  height: 190px;
  margin-bottom: 30px;
}
.report {
  font-size: 13px;
  color: #878787 !important;
  display: inline-block;
  border: 1px solid #ddd;
  padding: 0 12px;
  background-color: #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.report img {
  margin-right: 4px;
  vertical-align: 0px;
}
.sellerid {
  width: 220px;
  line-height: 36px;
  margin: 135px auto 0;
  background-color: #f8f8f8;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}
.mypage_intro {
  margin-top: 20px;
}
.mypage_intro form {
  display: flex;
  gap: 10px;
}
.mypage_intro textarea {
  border: 1px solid #ddd;
  box-sizing: border-box;
  padding: 8px 15px;
  height: 60px;
  flex: 1;
}
.mypage_intro button {
  font-weight: normal;
  font-size: 14px;
  width: 60px;
  height: 60px;
}
.orange {
  color: #ffa81e !important;
}
.ml30 {
  margin-left: 30px !important;
}
a.btn1 {
  display: flex;
  justify-content: center;
  margin-inline: auto;
	color: #fff !important;
}
.btn1 {
  font-size: 14px;
  padding: 10px 0;
  width: 120px;
  color: #fff;
  background-color: #3b4988;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.btn11 {
  width: 150px;
}
.fz16 {
  font-size: 16px !important;
}
.ac {
  text-align: center;
}
.fz13 {
  font-size: 13px !important;
}
.fz20 {
  font-size: 20px !important;
}
.mt60 {
  margin-top: 60px !important;
}
.my_point {
  border: 1px solid #ddd;
  border-left: 0;
  border-right: 0;
  background: #fbfbfb;
  padding: 20px;
  line-height: 47px;
}
.my_point > * {
  width: 100%;
}
.my_point .gray1 {
  text-align: center;
}
.my_point .myp {
  width: 100%;
  height: 40px;
  line-height: 40px;
  border: 1px solid #ddd;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background-color: #fff;
  padding: 0 20px;
  box-sizing: border-box;
}
.my_point a {
  background-color: #fff;
  border: 1px solid #ddd;
  font-size: 14px;
  color: #878787;
  width: 100%;
  line-height: 38px;
  min-width: 82px;
  text-align: center;
  display: inline-block;
}
.my_point a img {
  margin-right: 5px;
  vertical-align: -4px;
}
.my_point > * {
  display: inline-block;
}

.my_trade_btn {
  border: 1px solid #ddd;
  background-color: white;
  width: 75px;
  height: 30px;
  font-size: 13px;
  cursor: pointer;
}

.bold {
  letter-spacing: -1px;
  font-weight: bold !important;
}
.mt18 {
  margin-top: 18px !important;
}

.seller_info .report {
  /* margin-left: 20px; */
}
.seller_info .txt {
}

.seller_info .txt .isFlex {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.seller_info .txt .isFlex div {
  width: 100%;
}
.seller_info .txt .seller_list {
  flex-direction: column;
  gap: 4px;
  margin-top: 10px;
  align-items: flex-start;
  flex-wrap: nowrap;
}

.seller_info .ic {
  padding-left: 25px;
  position: relative;
}

.seller_info .ic5 {
  display: block;
  color: #fff;
  background-color: #e25147;
  width: 90px;
  font-size: 12px;
  margin-right: 0;
  border-radius: 25px;
  text-align: center;
  padding: 2px 0;
  align-self: flex-end;
}

.seller_info .ic:before {
  background: url(/image/sub/d.png) no-repeat 0 center;
  height: 100%;
  width: 21px;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.seller_info .ic span {
  margin-left: 10px;
}
.seller_info .ic2:before {
  background-position: -142px center;
}
.seller_info .ic3:before {
  background-position: -362px center;
}
.seller_info .ic4:before {
  background-position: -600px center;
}
/* 탭3 */
.tab3 {
  margin-top: 50px;
  margin-bottom: 30px;
  display: flex;
  border: 1px solid #ddd;
  border-right: none;
}
.tab3 li {
  flex: 1;
}
.tab3 .on a {
  background-color: #3b4988;
  border-color: #3b4988;
  color: #fff;
}
.tab3 a {
  display: flex;
  width: 100%;
  height: 45px;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #ddd;
  font-size: 13px;
  font-weight: 500;
}
.col04 > li {
  width: 25%;
}
.col04 .on{
background-color:#FBFBFB;
}
.clearfix > li {
  float: left;
  box-sizing: border-box;
}

.clearfix:after {
  display: block;
  content: '';
  clear: both;
}
.content_wrap > div {
  display: none;
}
.content_wrap > .on {
  display: block;
}
.tab5 { margin-top: 60px; }
.tab5 li + li a { border-left: 0; }
.tab5 li:first-child a { border-right: 0; }
.tab5 .on a { border: 1px solid #000 !important; }
.tab5 .on a:after {
content: '';
display: block;
position: absolute;
bottom: -1px;
left: 0;
right: 0;
height: 1px;
background-color: #fff;
width: 100%;
}
.tab5 a {
display: block;
text-align: center;
font-size: 12px;
font-weight: 500;
line-height: 50px;
border: 1px solid #ddd;
border-bottom-color: #000;
position: relative;
white-space: nowrap;
}
.mypro td {
  text-align: center;
  padding: 20px 8px;
  border-bottom: 1px solid #ddd;
  vertical-align: middle;
  font-size: 14px;
  white-space: nowrap;
}

.chk_box {
  background-color: #FBFBFB;
  border: 1px solid #ddd;
  border-right: 0;
  border-left: 0;
  margin-bottom: 15px;
  padding: 10px 15px;
}

.sp_row13 {
  margin-left: -12px !important;
  margin-right: -12px !important;
}
.prod_list > li {
  margin-bottom: 30px;
  position: relative;
}
.sp_row13 > li {
  padding-left: 12px;
  padding-right: 12px;
}
.col05 > li {
  width: 20% !important;
}

input[type="checkbox"].chk {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border: 0;
box-shadow: none;
background: url(/image/sub/c2.png) no-repeat;
width: 25px;
height: 25px;
position: absolute;
top: 12px;
right: 25px;
z-index: 9999;
}
input[type="checkbox"].chk:checked {
  background: url(/image/sub/c1.png) no-repeat;
}

.prod_list2 .thumb {
  padding-bottom: 104.35%;
}
.prod_list .thumb {
  height: 0;
  overflow: hidden;
  padding-bottom: 103.45%;
  position: relative;
}

.prod_list .thumb img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.prod_list2 .txt {
  font-size: 14px;
  padding: 14px 14px 10px;
}
.prod_list .txt {
  position: relative;
  padding: 22px 20px;
  font-size: 18px;
}
.prod_list .name {
  margin-bottom: 11px;
  font-size: 17px;
  font-weight: 700;
}
.prod_list2 .price {
  font-size: 14px;
}
.prod_list2 .price strong {
  font-size: 20px;
}
.text_ov {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.gray1 {
  color: #999 !important;
}
.gray {
  color: #bbb !important;
}
.mypro-wrap {
  width: 100%;
  overflow-x: scroll;
}
.mypro {
  font-size: 15px;
}
.mypro th {
  font-weight: normal;
  color: #000;
  line-height: 44px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background-color: #FBFBFB;
  font-size: 13px;
  white-space: nowrap;
}
.prod_list2 > li:last-child .cts {
  border: 0;
}
.prod_list2 .bar {
  background-color: #bbb;
  vertical-align: 0px;
  height: 10px;
}
.bar {
  width: 1px;
  display: inline-block;
  height: 8px;
  background: #ddd;
  vertical-align: -1px;
}
.prod_list .cts {
  border: 1px solid #EBEBEB;
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
  background-color: #fff;
}

.ico {
  padding-left: 15px;
  background: url(/image/main/00_main_48.png) no-repeat;
  background-position: 0 6px;
  height: 20px;
}
.fr {
  float: right !important;
}

.prod_list .sdout .thumb:after {
  content: '거래완료';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0,0,0,0.68);
  color: #fff;
  text-align: center;
  font-size: 20px;
  line-height: 245px;
}

.order_text{
  width: 105px;
  height: 30px;
}

.sell__wrap .sell__info .info__list .list__data .data__dates select {
  width: 100%;
  border: 1px solid #ddd;
  line-height: 35px;
  height: 35px;
  font-size: 0.9em;
}


.prod-list__wrap .prod__main .main-top-list .purchase-list {
  border-top: 1px solid #000;
  margin-top: 12px;
}


.order__wrap .order__step {
    text-align: center;
}

div {
    display: block;
    unicode-bidi: isolate;
}




/* 공동할인구매 */
.product__detail .detail__info .info__detail_row {
    width:100%;	
	left: 10px;
    margin-top: 20px;
    background-color: #f9f9f9;
    border: 3px solid #ddd;
    padding: 15px 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	margin-left:1px
}

.product__detail .detail__info .info__detail_row .detail__date {
    font-size: 16px;
    font-weight: 600;
    font-family: "Open Sans", "sans-serif";
}

.product__detail .detail__info .info__detail_row .detail__date span {
    font-size: 14px;
    font-weight: 300;
    color: #777;
    border: 1px solid #ddd;
    background-color: #fff;
    padding: 5px 5px;
    margin-right: 4px;
    font-family: "Noto Sans KR", "sans-serif";
}

.product__detail .detail__info .info__detail_row .detail__seat {
    margin-top: 10px;
    font-size: 22px;
    color: #666666;
    font-weight: 600;
    padding-bottom: 10px;
    border-bottom: 2px dashed #ddd;
    margin-bottom: 5px;
	line-height: 30px;
}

.product__detail .detail__info .info__detail_row .detail__seat span {
    font-size: 18px;
    border-right: 2px solid #ddd;
    padding-right: 10px;
    margin-right: 5px;
    line-height: 12px;
}

.product__detail .detail__info .info__detail_row .detail__seat span:last-child {
    border: none;
    margin-right: 0;
    padding-right: 0;
}

.product__detail .detail__info .info__detail_row .detail__param {
    color: #777;
    font-weight: 300px;
    font-size: 15px;
    line-height: 1.5em;
}


/* 2025.1.07 공동할인구매 옵션선택 */

	.detail__buy .buy__info .option_item {
		position: relative;
		padding: 7px 0;
		border-bottom: 1px dashed #ddd;
	}
	.biz_item_count {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	
	.biz_item_count .count_info {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 15px;
	}
	.biz_item_count .count_info .info_price {
    color: #222225;
    color: var(--booking-color-gray10);
	}

	div {
		display: block;
		unicode-bidi: isolate;
	}
	
	
	
	.biz_item_count .count_info .info_tit {
    display: block;
    display: -webkit-box;
    overflow: hidden;
    max-height: 48px;
    overflow-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    font-size: 18px;
    font-weight: 600;
    color: #222225;
    color: var(--booking-color-gray10);
	}
	
	.biz_item_count .count_info .info_desc {
    margin-top: 4px;
    font-size: 14px;
    line-height: 20px;
    color: #939396;
    color: var(--booking-color-gray50);
	}
	
	.biz_item_count .count_control {
    -ms-flex-negative: 0;
    flex-shrink: 0;
	}
	
	.biz_item_count .count_control .control_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    width: 122px;
    height: 44px;
    border-radius: 8px;
    border: 1px solid;
    border-color: #d9d9dc;
    border-color: var(--booking-color-gray70);
    background-color: #fff;
    background-color: var(--booking-color-elevated-surface);
}

	.biz_item_count .count_control .btn_minus.disabled, .biz_item_count .count_control .btn_plus.disabled {
    opacity: 0.3;
}

.biz_item_count .count_control .num {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-weight: 700;
    font-size: 15px;
    line-height: 44px;
    color: #555558;
    color: var(--booking-color-gray30);
    text-align: center;
}

.biz_item_count .count_control .btn_minus, .biz_item_count .count_control .btn_plus {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 15px;
    color: #555558;
    color: var(--booking-color-gray30);
}

.biz_item_count .count_control .btn_minus .fn-booking, .biz_item_count .count_control .btn_plus .fn-booking {
    vertical-align: -2px;
}

.fn-booking {
    display: inline-block;
    height: 1em;
    line-height: 1em;
}

button, input[type=button], input[type=submit], input[type=reset] {
    -webkit-appearance: button;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
}
button {
    border: none;
    background-color: transparent;
    color: #000;
    color: var(--booking-color-gray0);
}


.biz_item_count .count_control .btn_minus, .biz_item_count .count_control .btn_plus {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 13px;
    color: #555558;
    color: var(--booking-color-gray30);
}

.biz_item_count .count_control .total_price {
    display: block;
    margin-top: 8px;
    font-size: 18px;
    line-height: 20px;
    color: #444447;
    color: var(--booking-color-gray20);
    text-align: right;
}

.biz_item_count .count_control .btn_minus .fn-booking, .biz_item_count .count_control .btn_plus .fn-booking {
    vertical-align: -2px;
}


i {
    font-style: italic;
}


	del {
    text-decoration: line-through;
	}
	.buy__info .info_discount {
    font-size: 13px;
    line-height: 20px;
    color: #939396;
    color: var(--booking-color-gray50);
	}
	.buy__info .sale-price {
    font-size: 14px;
    color: #ae0000;
	}
	
	.buy__info .sale-price>em{
    font-weight: 700;
    font-size: 15px;
	}
	
	
	
.count_control {
    -ms-flex-negative: 0;
    flex-shrink: 0;
	margin-top: 8px;
	}
	
.count_control .control_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 122px;
    height: 44px;
    border-radius: 8px;
    border: 1px solid;
    border-color: #d9d9dc;
    border-color: var(--booking-color-gray70);
    background-color: #fff;
    background-color: var(--booking-color-elevated-surface);
}

.count_control .btn_minus.disabled, .count_control .btn_plus.disabled {
    opacity: 0.3;
}

.count_control .num {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-weight: 700;
    font-size: 15px;
    line-height: 44px;
    color: #555558;
    color: var(--booking-color-gray30);
    text-align: center;
}

.count_control .btn_minus, .count_control .btn_plus {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 15px;
    color: #555558;
    color: var(--booking-color-gray30);
}

.count_control .btn_minus .fn-booking, .count_control .btn_plus .fn-booking {
    vertical-align: -2px;
}

.fn-booking {
    display: inline-block;
    height: 1em;
    line-height: 1em;
}

button, input[type=button], input[type=submit], input[type=reset] {
    -webkit-appearance: button;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
}
button {
    border: none;
    background-color: transparent;
    color: #000;
    color: var(--booking-color-gray0);
}


.count_control .btn_minus, .count_control .btn_plus {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 13px;
    color: #555558;
    color: var(--booking-color-gray30);
}

.count_control .total_price {
    display: block;
    margin-top: 8px;
    font-size: 18px;
    line-height: 20px;
    color: #444447;
    color: var(--booking-color-gray20);
    text-align: right;
}

.count_control .btn_minus .fn-booking, .count_control .btn_plus .fn-booking {
    vertical-align: -2px;
}


i {
    font-style: italic;
}


	del {
    text-decoration: line-through;
	}
	.buy__info .info_discount {
    font-size: 13px;
    line-height: 20px;
    color: #939396;
    color: var(--booking-color-gray50);
	}
	.buy__info .sale-price {
    font-size: 14px;
    color: #ae0000;
	}
	
	.buy__info .sale-price>em{
    font-weight: 700;
    font-size: 15px;
	}	
	
	
.buy__info .data__date select {
    width: 100%;
    line-height: 35px;
    height: 35px;
    border: 1px solid #ddd;
    padding-left: 17px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}	
.buy__info .list__head{
	border-top: 1px solid #cdcdcd;
	margin-top: 10px !important;
	padding-top: 5px !important;
}	

