<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

.sample {
    background-repeat: no-repeat;
    background-size: cover;
    width: 1280px;
    margin: auto;
}

.sub-page {
    padding: 75px 0 155px;
}

.sub-page .sub-page__tit {
    font-size: 34px;
    font-weight: 600;
    color: #000;
    text-align: center;
    line-height: 1em;
}

.sub-page .article__tit {
    font-size: 23px;
    color: #333;
    font-weight: 600;
}

input[type="text"],
input[type="password"] {
    line-height: 50px;
    height: 50px;
    border: 1px solid #ddd;
    width: 100%;
    font-size: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 12px;
}

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;
}

.login-page {
    padding: 155px 0 200px;
}

.login-page .login__wrap {
    width: 560px;
    background-color: #fff;
    margin: auto;
    border-top: 3px solid #e25147;
    margin-top: 50px;
    padding: 65px;
    -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__list&gt;li {
    margin-bottom: 12px;
}

.login-page .login__list&gt;li label {
    color: #666666;
    font-size: 15px;
}

.login-page .login__list&gt;li .login__btn {
    color: #fff;
    font-size: 17px;
    background-color: #e25147;
    border-radius: 5px;
    width: 100%;
    line-height: 50px;
    height: 50px;
    border: 1px solid #e25147;
}

.login-page .login__list&gt;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: 14px;
    border-right: 1px solid #ddd;
    margin-right: 12px;
    padding-right: 12px;
}

.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: 16px;
    color: #666;
    padding-top: 20px;
}

/* 상품리스트 */
.prod-list__wrap {
    margin-top: 50px;
}

.prod-list__wrap .prod__top {
    background-color: #fff;
    padding: 40px 70px;
    -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);
}

.prod-list__wrap .prod__top .top__list {
    padding-top: 18px;
    border-top: 1px solid #000;
    margin-top: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.prod-list__wrap .prod__top .top__list&gt;li {
    width: 175px;
    text-align: center;
    margin-right: 18px;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    font-weight: 500;
    border: 1px solid #ddd;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 18px;
    cursor: pointer;
    border-radius: 8px;
}

.prod-list__wrap .prod__top .top__list&gt;li:nth-child(6n) {
    margin-right: 0;
}

.prod-list__wrap .prod__top .top__list&gt;li.on {
    background-color: #e25147;
    border-color: #e25147;
    color: #fff;
}

.prod-list__wrap .prod__main {
    background-color: #fff;
    padding: 40px 70px 80px;
    -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);
    margin-top: 30px;
}

.prod-list__wrap .prod__main .main__info {
    background-color: #f8f8f8;
    border: 3px solid #e5e5e5;
    border-radius: 10px;
    /*padding: 50px 55px;*/
	padding: 10px 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
/*    background-image: url("/image/sub/calendar_icon.png");
    background-position: 97% 80%;
    background-repeat: no-repeat;*/
}

.prod-list__wrap .prod__main .main__info .info__left {
    width: 355px;
    border-right: 1px solid #ddd;
	font-size: 16px;
}

.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;
	height:150px;
}
.prod-list__wrap .prod__main .main__info .info__center {
	padding-left: 100px;
	margin-top:20px;
	top: 0;
    left: 0;
	background-position: 97% 80%;
    background-repeat: no-repeat;*/
}


.prod-list__wrap .prod__main .main__info .seat_view_right {
    padding-left: 165px;
    -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: 23px;
    font-weight: 600;
}

.prod-list__wrap .prod__main .main__info .info__cate {
    font-size: 18px;
    color: #555;
    margin-top: 10px;
}

.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: 65px;
}

.prod-list__wrap .prod__main .main__sort p {
    font-size: 16px;
    color: #666;
}

.prod-list__wrap .prod__main .main__sort p span {
    color: #e25147;
}

.prod-list__wrap .prod__main .main__sort select {
    font-size: 15px;
    color: #333;
    border: none;
    background-color: inherit;
}

.prod-list__wrap .prod__main .main__list {
    border-top: 2px solid #000;
    margin-top: 22px;
}

.prod-list__wrap .prod__main .main__list&gt;li&gt;a {
    padding: 20px 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #ddd;
    -webkit-transition: all ease .2s;
    transition: all ease .2s;
}

.prod-list__wrap .prod__main .main__list&gt;li&gt;a:hover {
    background-color: #f7f7f7;
}

.prod-list__wrap .prod__main .main__list .list__date {
    font-size: 14px;
    color: #999;
    font-weight: 500;
    width: 300px;
}

.prod-list__wrap .prod__main .main__list .list__date .date__head {
    border: 1px solid #ddd;
    padding: 5px 7px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 10px;
    font-weight: 300;
    color: #666;
}

.prod-list__wrap .prod__main .main__list .list__sit {
    font-size: 18px;
    font-weight: 500;
    color: #555;
    width: 300px;
}

.prod-list__wrap .prod__main .main__list .list__sit span {
    border-right: 1px solid #ddd;
    margin-right: 8px;
    padding-right: 8px;
}

.prod-list__wrap .prod__main .main__list .list__sit span:last-child {
    border: none;
    margin: 0;
    padding: 0;
}

.prod-list__wrap .prod__main .main__list .list__price {
    font-size: 19px;
    color: #e25147;
    font-weight: 600;
    font-family: "Open Sans", "sans-serif";
    width: 300px;
}

.prod-list__wrap .prod__main .main__list .list__price .remain {
    color: #888;
    font-size: 15px;
    font-weight: 400;
}
.prod-list__wrap .prod__main .main__list .list__status span{
  display: flex;
  padding-inline: 10px;
  align-items: center;
  justify-content: center;
  height: 24px;
  font-size: 12px;
  border-radius: 6px;
  color: #666;
  border: 1px solid #ddd;
}
.prod-list__wrap .prod__main .main__list .list__status span.status_on{
  border-color: #e25147;
  color: #e25147;
  font-weight: 500;
}
.prod-list__wrap .prod__main .main__list .list__buy {
    margin-left: auto;
}

.prod-list__wrap .prod__main .main__list .list__buy p {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    width: 115px;
    line-height: 40px;
    height: 40px;
    border-radius: 5px;
    background-color: #333;
    display: block;
    text-align: center;
}

.tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.tab&gt;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&gt;li.on {
    border-bottom: none;
    border-top: 1px solid #e25147;
    border-right: 1px solid #e25147;
    border-left: 1px solid #e25147;
    z-index: 0;
}

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

.prod-view__wrap .view__info {
    margin-top: 50px;
    -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);
    background-color: #fff;
}

.prod-view__wrap .view__info .info__cont {
    border-left: 1px solid #e25147;
    border-right: 1px solid #e25147;
    border-bottom: 1px solid #e25147;
    margin-top: -1px;
    margin-left: -1px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 65px;
    font-size: 16px;
    color: #555555;
    min-height: 375px;
	text-align: center;
}

.prod-view__wrap .view__info .info__cont.hide__default {
    display: none;
}

.prod-view__wrap .view__banner {
    margin-top: 75px;
}

/* 주문/결제 */
.order__wrap {
    margin-top: 40px;
}

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

.order__wrap .order__warn {
    background-color: #fff;
    -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);
    padding: 40px 70px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 50px;
}

.order__wrap .order__warn .warn__msg {
    border-top: 2px solid #000;
    margin-top: 12px;
    padding-top: 25px;
}

.order__wrap .order__warn .warn__msg p {
    font-size: 16px;
    color: #666;
    position: relative;
    padding-left: 12px;
    margin-bottom: 7px;
}

.order__wrap .order__warn .warn__msg p::before {
    content: "";
    width: 3px;
    height: 3px;
    background-color: #999;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 11px;
}

.order__wrap .order__warn .warn__msg p:last-child {
    margin-bottom: 0;
}

.order__wrap .product__detail {
    margin-top: 35px;
}

.order__wrap .order__success {
    background-color: #fff;
    -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);
    margin-top: 90px;
    padding: 85px 310px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}

.order__wrap .order__success .success__param01 {
    font-size: 16px;
    color: #777;
    line-height: 1em;
}

.order__wrap .order__success .success__param02 {
    font-size: 30px;
    color: #333;
    line-height: 1em;
    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: 2px solid #000;
    margin-top: 50px;
    padding: 50px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.order__wrap .order__success .success__info .info__code {
    font-size: 25px;
    font-weight: 500;
}

.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: 20px;
    color: #666;
    position: relative;
    display: inline-block;
}

.order__wrap .order__success .success__info .info__msg a {
    font-weight: 600;
    color: #666;
}

.order__wrap .order__success .success__info .info__msg::before {
    content: "";
    width: 3px;
    height: 3px;
    background-color: #e25147;
    border-radius: 50%;
    position: absolute;
    top: 11px;
    left: -8px;
}

.order__wrap .order__success .success__list {
    margin-top: 70px;
    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;
}

.order__wrap .order__success .success__list .list__head span {
    color: #e25147;
}

.order__wrap .order__button {
    width: 340px;
    background-color: #e25147;
    height: 60px;
    line-height: 60px;
    color: #fff;
    display: block;
    text-align: center;
    font-size: 16px;
    border-radius: 7px;
    margin: 90px auto 0 auto;
}

/* 상품디테일 공통 */
.product__detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
}

.product__detail .detail__info {
    width: 840px;
    -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);
    padding: 50px 70px;
    -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: 25px;
    border-top: 2px solid #000;
}

.product__detail .detail__info .info__path&gt;li {
    color: #888888;
    font-size: 15px;
    margin-right: 20px;
    position: relative;
}

.product__detail .detail__info .info__path&gt;li::after {
    content: "";
    background-image: url("/image/sub/path_arrow.png");
    width: 5px;
    height: 10px;
    background-size: cover;
    position: absolute;
    top: 6px;
    right: -12px;
}

.product__detail .detail__info .info__path&gt;li:last-child {
    color: #333;
    font-weight: 500;
}

.product__detail .detail__info .info__path&gt;li:last-child::after {
    display: none;
}

.product__detail .detail__info .info__detail {
    margin-top: 30px;
    background-color: #f9f9f9;
    border: 3px solid #ddd;
    padding: 45px 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

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

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

.product__detail .detail__info .info__detail .detail__seat {
    margin-top: 20px;
    font-size: 26px;
    color: #666666;
    font-weight: 600;
    padding-bottom: 20px;
    border-bottom: 2px dashed #ddd;
    margin-bottom: 25px;
}

.product__detail .detail__info .info__detail .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 .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: 15px;
    line-height: 2em;
}

.product__detail .detail__info .info__price {
    margin-top: 28px;
    text-align: right;
    font-size: 17px;
    color: #777;
    font-weight: 500;
}

.product__detail .detail__info .info__price .price {
    color: #e25147;
    font-size: 24px;
    font-family: "Open Sans", "sans-serif";
    margin-left: 45px;
    font-weight: 600;
}

.product__detail .detail__info .info__price .count {
    font-size: 18px;
    color: #333;
}

.product__detail .detail__info .info__pay {
    margin-top: 70px;
}

.product__detail .detail__info .info__pay .pay__list {
    margin-top: 12px;
    padding-top: 25px;
    border-top: 2px solid #000;
}

.product__detail .detail__info .info__pay .pay__list&gt;li {
    height: 70px;
    line-height: 70px;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-bottom: 15px;
    cursor: pointer;
    padding-left: 80px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.product__detail .detail__info .info__pay .pay__list&gt;li:last-child {
    margin-bottom: 0;
}

.product__detail .detail__info .info__pay .pay__list&gt;li p {
    font-size: 17px;
    color: #777;
    position: relative;
}

.product__detail .detail__info .info__pay .pay__list&gt;li p::after {
    content: "";
    background-image: url("/image/sub/pay_arrow.png");
    background-repeat: no-repeat;
    width: 30px;
    height: 10px;
    position: absolute;
    top: 28px;
    right: 30px;
}

.product__detail .detail__info .info__pay .pay__list&gt;li.on {
    background-color: #fff;
    border-color: #e25147;
}

.product__detail .detail__info .info__pay .pay__list&gt;li.on p::after {
    background-image: url("/image/sub/pay_arrow_on.png");
}

.product__detail .detail__info .info__pay .pay__list&gt;li:nth-child(1) {
    background-image: url("/image/sub/pay_icon01.png");
    background-repeat: no-repeat;
    background-position: 25px;
}

.product__detail .detail__info .info__pay .pay__list&gt;li:nth-child(2) {
    background-image: url("/image/sub/pay_icon02.png");
    background-repeat: no-repeat;
    background-position: 25px;
}

.product__detail .detail__info .info__pay .pay__list&gt;li:nth-child(3) {
    background-image: url("/image/sub/pay_icon03.png");
    background-repeat: no-repeat;
    background-position: 25px;
}

.product__detail .detail__info .info__delivery {
    margin-top: 55px;
}

.product__detail .detail__info .info__delivery .delivery__list {
    margin-top: 12px;
    border-top: 2px solid #000;
}

.product__detail .detail__info .info__delivery .delivery__list&gt;li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #ddd;
    line-height: 50px;
}

.product__detail .detail__info .info__delivery .delivery__list&gt;li input[type="text"] {
    width: 330px;
}

.product__detail .detail__info .info__delivery .delivery__list&gt;li input[type="text"].w100 {
    width: 100%;
}

.product__detail .detail__info .info__delivery .delivery__list&gt;li select {
    line-height: 50px;
    height: 50px;
    border: 1px solid #ddd;
    width: 330px;
    font-size: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 12px;
}

.product__detail .detail__info .info__delivery .delivery__list .list__head {
    width: 160px;
    background-color: #f9f9f9;
    font-size: 16px;
    color: #555;
    font-weight: 500;
    padding: 30px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.product__detail .detail__info .info__delivery .delivery__list .list__data {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 30px 20px;
}

.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 {
    width: 160px;
    background-color: #333;
    color: #fff;
    font-size: 15px;
    line-height: 50px;
    height: 50px;
    border: none;
    float: right;
    cursor: pointer;
}

.product__detail .detail__buy {
    width: 430px;
    -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);
    padding: 50px 37px;
    -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: 20px;
    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: 10px 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 300px;
    margin-top: 10px;
    font-size: 15px;
    color: #777;
}

.product__detail .detail__buy .buy__order {
    margin-top: 12px;
    padding-top: 25px;
    border-top: 2px solid #000;
}

.product__detail .detail__buy .buy__order&gt;li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 20px;
    -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&gt;li .order__head {
    color: #888;
    font-size: 16px;
}

.product__detail .detail__buy .buy__order&gt;li .order__data {
    font-size: 17px;
    font-weight: 500;
    color: #555;
}

.product__detail .detail__buy .buy__order&gt;li.total {
    padding: 16px 20px;
    border-top: 1px dashed #ddd;
    border-bottom: 1px dashed #ddd;
    margin-top: 25px;
}

.product__detail .detail__buy .buy__order&gt;li.total .order__head {
    font-size: 17px;
    font-weight: 500;
    color: #555;
}

.product__detail .detail__buy .buy__order&gt;li.total .order__data {
    font-size: 24px;
    font-weight: 500;
    font-weight: 600;
    color: #e25147;
    font-family: "Open Sans", "sans-serif";
}

.product__detail .detail__buy .buy__order&gt;li.warn {
    margin-bottom: 35px;
    color: #888;
    font-size: 14px;
    position: relative;
    display: block;
}

.product__detail .detail__buy .buy__order&gt;li.warn::before {
    content: "";
    width: 3px;
    height: 3px;
    background-color: #e25147;
    position: absolute;
    top: 10px;
    left: 10px;
}

.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: 30px 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 115px;
    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: 18px;
    height: 18px;
    background-size: cover;
    position: absolute;
    top: 15px;
    right: 15px;
}

.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: 16px;
    color: #fff;
    font-weight: 500;
    background-color: #e25147;
    height: 65px;
    line-height: 65px;
    display: block;
    text-align: center;
    border-radius: 7px;
    margin-top: 30px;
}

/* 라디오버튼 공통 */
.radio label {
    margin-right: 25px;
}

.radio input[type="radio"] {
    position: relative;
    margin-right: 10px;
}

.radio input[type="radio"]::before {
    content: "";
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 50%;
    left: -4px;
    top: -7px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.radio input[type="radio"]::after {
    content: "";
    position: absolute;
    width: 9px;
    height: 9px;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
    left: 4px;
    top: 1px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 0;
    display: none;
}

.radio input[type="radio"].on::before {
    background-color: #e25147;
    border: 1px solid #e25147;
}

.radio input[type="radio"].on::after {
    display: block;
}

/* 티켓판매등록 */
.sell__wrap {
    margin-top: 45px;
}

.sell__wrap .sell__category {
    -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);
    background-color: #fff;
    padding: 45px 70px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.sell__wrap .sell__category .category__list {
    margin-top: 12px;
    padding-top: 25px;
    border-top: 2px solid #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.sell__wrap .sell__category .category__list select {
    width: 360px;
    line-height: 50px;
    height: 50px;
    border: 1px solid #ddd;
    padding-left: 17px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.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: 30px;
}

.sell__wrap .sell__category .category__path&gt;li {
    color: #888888;
    font-size: 15px;
    margin-right: 20px;
    position: relative;
}

.sell__wrap .sell__category .category__path&gt;li:last-child {
    color: #333;
    font-weight: 500;
}

.sell__wrap .sell__category .category__path&gt;li:last-child::after {
    display: none;
}

.sell__wrap .sell__category .category__path&gt;li::after {
    content: "";
    background-image: url(/image/sub/path_arrow.png);
    width: 5px;
    height: 10px;
    background-size: cover;
    position: absolute;
    top: 6px;
    right: -12px;
}

.sell__wrap .sell__info {
    -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);
    background-color: #fff;
    margin-top: 25px;
    padding: 45px 70px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.sell__wrap .sell__info .point {
    color: #e25147;
}

.sell__wrap .sell__info .info__msg {
    float: right;
    position: absolute;
    top: 45px;
    right: 70px;
}

.sell__wrap .sell__info .info__list {
    margin-top: 12px;
    border-top: 2px solid #000;
}

.sell__wrap .sell__info .info__list&gt;li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #ddd;
}

.sell__wrap .sell__info .info__list .list__head {
    width: 200px;
    background-color: #f9f9f9;
    font-size: 19px;
    font-weight: 500;
    line-height: 50px;
    padding: 25px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.sell__wrap .sell__info .info__list .list__data {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 25px 45px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 50px;
}

.sell__wrap .sell__info .info__list .list__data .data__date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.sell__wrap .sell__info .info__list .list__data .data__date input[type="text"] {
    width: 240px;
    margin-right: 14px;
}

.sell__wrap .sell__info .info__list .list__data .data__date select {
    margin-right: 14px;
    width: 250px;
    border: 1px solid #ddd;
    line-height: 50px;
    height: 50px;
}

.sell__wrap .sell__info .info__list .list__data .data__msg {
    color: #dd8a85;
    margin-top: 12px;
    line-height: 1.6em;
}

.sell__wrap .sell__info .info__list .list__data .data__input&gt;li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 12px;
}

.sell__wrap .sell__info .info__list .list__data .data__input&gt;li:last-child {
    margin-bottom: 0;
}

.sell__wrap .sell__info .info__list .list__data .data__input&gt;li&gt;p {
    background-color: #555;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    width: 125px;
    line-height: 50px;
    height: 50px;
    text-align: center;
}

.sell__wrap .sell__info .info__list .list__data .data__input&gt;li&gt;input {
    width: 410px;
}

.sell__wrap .sell__info .info__list .list__data .data__input .total {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 16px;
    line-height: 50px;
    border: 1px solid #000;
    background-color: #f9f9f9;
    width: 250px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 25px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.sell__wrap .sell__info .info__list .list__data .data__input .total p {
    font-size: 16px;
    font-weight: 500;
    color: #555;
}

.sell__wrap .sell__info .info__list .list__data .data__input .total .total__price {
    color: #e25147;
    font-size: 20px;
    font-weight: 600;
}

.sell__wrap .sell__info .info__list .list__data .data__check&gt;li {
    margin-bottom: 12px;
}

.sell__wrap .sell__info .info__list .list__data .data__check&gt;li input[type="text"] {
    width: 535px;
    border: 1px solid #000;
    background-color: #f9f9f9;
}

.sell__wrap .sell__info .info__list .list__data .data__check&gt;li:last-child {
    margin-bottom: 0;
}

.sell__wrap .sell__info .info__list .list__data .data__amount input[type="text"] {
    width: 240px;
    margin-right: 13px;
}

.sell__wrap .sell__info .info__list .list__data .data__amount label {
    font-size: 15px;
    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&gt;li {
    width: 125px;
    height: 125px;
    background-image: url("/image/sub/photo__default.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    border: 1px solid #ddd;
    cursor: pointer;
    margin-right: 12px;
    overflow: hidden;
    position: relative;
}

.sell__wrap .sell__info .info__list .list__data .data__photo&gt;li img {
    width: 100%;
}

.sell__wrap .sell__info .info__list .list__data .data__photo&gt;li .close {
    width: 24px;
    height: 24px;
    background-image: url("/image/sub/close_icon02.png");
    background-repeat: no-repeat;
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
    display: none;
}

.sell__wrap .sell__info .info__list .list__data .data__photo&gt;li.on {
    border-color: #000;
    background: none;
}

.sell__wrap .sell__info .info__list .list__data .data__photo&gt;li.on .close {
    display: block;
}

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

.sell__wrap .sell__info .info__list .list__data .data__photo&gt;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%;
    height: 245px;
    padding: 15px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.sell__wrap .sell__info .info__warn {
    margin-top: 75px;
}

.sell__wrap .sell__info .info__warn .warn__list {
    margin-top: 12px;
    padding-top: 25px;
    border-top: 2px solid #000;
}

.sell__wrap .sell__info .info__warn .warn__list&gt;li {
    padding-left: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #777;
    font-size: 16px;
    margin-bottom: 10px;
    width: 860px;
    word-break: keep-all;
    position: relative;
}

.sell__wrap .sell__info .info__warn .warn__list&gt;li::before {
    content: "";
    width: 3px;
    height: 3px;
    background-color: #c3c3c3;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 11px;
}

.sell__wrap .regist__btn {
    width: 345px;
    line-height: 65px;
    height: 65px;
    background-color: #e25147;
    color: #fff;
    border: 1px solid #e25147;
    border-radius: 7px;
    margin: 60px auto 0 auto;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
}



/* 회원가입 */
.join_tab li {
    display: inline-block;
    vertical-align: top;
    width: 120px;
    height: 120px;
    border-radius: 100%;
    box-sizing: border-box;
    text-align: center;
    border: 1px solid #ddd;
    color: #999999;
    font-size: 18px;
    padding: 27px 0;
    line-height: 30px;
    position: relative;
    margin-right: 86px;
    background-color: white;
}

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

.join_tab li:after {
    content: '';
    display: block;
    background: #ddd;
    width: 90px;
    height: 1px;
    position: absolute;
    right: -90px;
    top: 60px;
}

.join_tab li:last-child {
    margin-right: 0;
}

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

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

.join00 h3 {
    font-sizE: 18px;
    margin: 30px 0;
}

.join00 .bg {
    /* background: #f9f9f9; */
    padding: 40px 200px;
}

.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;
    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 {
    padding-top: 20px;
}

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

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


.j_wrap&gt;div {
    width: 48%;
}

.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: 160px;
    border-radius: 3px;
    height: 50px;
    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: 170px;
    height: 40px;
    color: #fff;
    font-sizE: 16px;
    border-radius: 3px;
    background: #333;
    margin-top: 20px;
}



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

.my_wrap {
    width: 610px;
    margin: 0 auto;
}

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

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

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

.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: 17px;
    height: 50px;
    width: 100%;
    border-radius: 5px;
    color: #fff;
}

/* 아이디 찾기 */
.myFind .ban {
  width: 560px;
  margin-inline: auto;
    /* float: left; */
}
/* 
.myFind .ban:first-child {
    margin-right: 2%;
} */

.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: 10%;
}

.id_inj li:last-child {
    padding-left: 10%;
} */

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

.myFind .my_box {
    height: 400px;
}

.myFind .my_box.pad {
    padding: 40px 60px;
}

/*마이페이지*/
.seller_info {
	background-color: #FBFBFB;
	margin-top: 45px;
	position: relative;
}/* border-bottom: 1px solid #333; */
.sell_tit {
	background-color: #3B4988;
	color: #fff;
	font-size: 20px;
	padding-left: 30px;
	line-height: 48px;
}
.slr {
	float: left;
	background: #fff url(/image/sub/id.jpg) no-repeat center 24px;
	border: 1px solid #ddd;
	width: 258px;
	height: 190px;
}
.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;
}
/* .seller_info .report.leave {
	margin-left: auto;
} */
.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 textarea {border: 1px solid #ddd;width: 805px;box-sizing:border-box;padding: 8px 15px;height: 84px;}
.mypage_intro button {font-weight: normal;font-size: 14px;width: 104px;height: 84px;}
.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: 18px;
	padding: 14px 0;
	width: 150px;
	color: #fff;
	background-color: #3b4988;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.btn11 { width: 190px; }
.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: 19px 47px;
    line-height: 47px;
}
.my_point .myp {
    width: 218px;
    height: 45px;
    border: 1px solid #ddd;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background-color: #fff;
    padding: 0 20px;
    margin-right: 35px;
}
.my_point a {
    background-color: #fff;
    border: 1px solid #ddd;
    font-size: 14px;
    color: #878787;
    padding: 0 15px;
    line-height: 38px;
    margin-left: 7px;
    min-width: 82px;
    text-align: center;
    display: inline-block;
}
.my_point a img {
    margin-right: 5px;
    vertical-align: -4px;
}
.my_point &gt; * {
    display: inline-block;
}

.my_trade_btn	{
	border: 1px solid #ddd;
    background-color: white;
    width: 75px;
    height: 30px;
    font-size: 13px;
	cursor:pointer;
}
.my_trade_cancel_btn	{
	border: 1px solid #ddd;
    background-color: #ff9900;
    width: 95px;
    height: 30px;
    font-size: 13px;
	cursor:pointer;
	color:#fff;
}
.bold {
    letter-spacing: -1px;
    font-weight: bold !important;
}
.mt18 {
    margin-top: 18px !important;
}
.seller_info .report {
    margin-left: 25px;
}
.seller_info .txt {
	float: right;
	width: 925px;
}

.seller_info .txt .isFlex{
    display: flex;
    align-items: center;
}

.seller_info .ic {
	padding-left: 25px;
	line-height: 56px;
    position: relative;
    margin-right: 40px;
}

.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;
}



.seller_info .ic:before {
	background: url(/image/sub/d.png) no-repeat 0 center;
	height: 56px;
	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 {
	text-align: center;
	margin-top: 90px;
	margin-bottom: 60px;
}
.tab3 li {
	display: inline-block;
	margin: 0 3px;
}
.tab3 .on a {
	background-color: #3b4988;
	border-color: #3b4988;
	color: #fff;
}
.tab3 a {
	display: block;
	line-height: 54px;
	border: 1px solid #ddd;
	font-size: 18px;
	font-weight: 500;
	width: 318px;
}
.col04 &gt; li {
    width: 25%;
}
.col04 .on{
	background-color:#FBFBFB;
}
.clearfix &gt; li {
    float: left;
    box-sizing: border-box;
}

.clearfix:after {
    display: block;
    content: '';
    clear: both;
}
.content_wrap &gt; div {
    display: none;
}
.content_wrap &gt; .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 #ccc !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: 16px;
	font-weight: 500;
	line-height: 54px;
	border: 1px solid #ddd;
	border-bottom-color: #ddd;
	position: relative;
	
}

.tab5 a:hover {
	background-color:#fff;
	/*background-color: GreenYellow;*/
}

.mypro td {
    text-align: center;
    padding: 5px;
    height: 50px;
    border-bottom: 1px solid #ddd;
    vertical-align: middle;
}

.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 &gt; li {
    margin-bottom: 30px;
    position: relative;
}
.sp_row13 &gt; li {
    padding-left: 12px;
    padding-right: 12px;
}
.col05 &gt; 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;
}

.mypro input[type="checkbox"].chks {
	-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;
	top: 12px;
	right: 25px;
	z-index: 9999;
}
.mypro input[type="checkbox"].chks: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 {
    width: 100%;
    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;
}
.prod_list2 &gt; 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;
}

.btn_open { padding: 5px 10px; background: #759587; border: 0; color: #fff; cursor: pointer; }
#mask { display: none; width: 100%; height: 100%; position: fixed; left: 0; top: 0; background: #000; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; filter: alpha(opacity=50); zoom: 1; opacity: 0.5; z-index: 9998; }
.popup_box { display: none; width: 300px; height: 300px; position: fixed; top: 50%; left: 50%; background: #fff; border: 1px solid #000; z-index: 9999; }
.popup_cont { padding: 20px; }
.btn_close { width: 30px; height: 25px; position: absolute; top: 0px; right: 0px; background: #000; border: 0; color: #fff; cursor: pointer; }

#banner_online {
    border: 1px solid black;
    box-shadow: 3px 3px 7px 1px grey;
    background-color: white;
    z-index: 9999;
    margin-left: 0%;
    margin-top: 0%;
    display: none;
    position: fixed;
	top:10%;
    left:20%;
	height:80%;	
}
#banner_online h2 {
    text-align: center;
    font-size: 17px;
    margin-bottom: 10px;
}

#banner_online p .second {
    margin-left: 6px;
}

#banner_online .pop_content {
    font-size: 13px;
    margin:10px 10px 10px 10px;
	width:80%;
	height:98%;;	
}
#close_button {
    float: right;
    margin-top: -3px;
}

#modal {
  position:fixed;
  height:80%;
  background:rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  z-index: 99;
  display: none;
  border: 1px solid black;
  box-shadow: 3px 3px 7px 1px grey;
  z-index: 9999;
  margin-left: 0%;
  margin-top: 0%;
  display: none;
  position: fixed;
}
.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: .25em .25em;
  color: #000;
  cursor:pointer;
  border: 0;
  border-radius: .25rem;
  opacity: .5;
}
.seat_view{
 cursor:pointer;
}

.product__detail .detail__info .info__detail_img {
    /*background-color: #f7f7f7;
    border: 1px solid #ddd;*/
	position: absolute;
    float:left;
    top: 168px;
    left: 40px;
    padding: 1px 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 115px;
    width:310px;
    border-radius: 5px;
	float:right;
	display: flex;
}


/* 상품뷰페이지 */
.prod-list__wrap .view__info {
    margin-top: 50px;
    -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);
    background-color: #fff;
}

.prod-list__wrap .view__info .info__cont {
    border-left: 1px solid #e25147;
    border-right: 1px solid #e25147;
    border-bottom: 1px solid #e25147;
    margin-top: -1px;
    margin-left: -1px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 65px;
    font-size: 16px;
    color: #555555;
    min-height: 375px;
	text-align: center;
}

.prod-list__wrap .view__info .info__cont.hide__default {
    display: none;
}

.prod-list__wrap .view__banner {
    margin-top: 75px;
}


/* 공동할인구매 */
.product__detail .detail__info .info__detail_row {
    width:65%;	
	left: 360px;
    margin-top: 30px;
    background-color: #f9f9f9;
    border: 3px solid #ddd;
    padding: 45px 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	margin-left:280px
}

.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 10px;
    margin-right: 10px;
    font-family: "Noto Sans KR", "sans-serif";
}

.product__detail .detail__info .info__detail_row .detail__seat {
    margin-top: 20px;
    font-size: 26px;
    color: #666666;
    font-weight: 600;
    padding-bottom: 20px;
    border-bottom: 2px dashed #ddd;
    margin-bottom: 25px;
	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: 2em;
}


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

	.detail__buy .buy__info .option_item {
		position: relative;
		padding: 7px 0;
		border-top: 1px dashed #ddd;
	}
	
	.detail__buy .buy__info .option_item_one {
		position: relative;
		padding: 10px 0;
		/*border-top: 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);
	padding-left: 22px;
	}
	.buy__info .sale-price {
    font-size: 14px;
    color: #ae0000;
	}
	
	.buy__info .sale-price&gt;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&gt;em{
    font-weight: 700;
    font-size: 15px;
	}	
	
.buy__info .data__date select {
    width: 320px;
    line-height: 35px;
    height: 35px;
    border: 1px solid #ddd;
    padding-left: 10px;
    -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;
}

/*mypage_info*/
.mypage_info__wrap .mypage_info__main {
    background-color: #fff;
    padding: 1px 70px 80px;
    -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);
    margin-top: 30px;
}
.detail__buy .buy__info .info_desc{
	border-top: 1px solid #ddd;
	margin-top: 10px;
}

</pre></body></html>