@charset "utf-8";

.board-wrap img {
  max-width: 100%;
}

/* form */
.board-wrap select,
.shop-wrap select,
.board-search-select {
  height: 32px;
  border: 1px solid #ccc;
  background-color: #fff;
}

.board-wrap select:disabled,
.shop-wrap select:disabled {
  color: #bbb;
  border-color: #ddd;
  background-color: #f3f3f3;
}

.board-wrap input[type='text'],
.board-wrap input[type='password'],
.shop-wrap input[type='text'],
.shop-wrap input[type='password'],
.board-search-field {
  border-radius: 0;
  border-width: 1px solid #ccc;
  height: 32px;
  line-height: 32px;
  border: 1px solid #ccc;
  padding-left: 5px;
  padding-right: 5px;
  flex: 1;
  min-width: 0;
}

.board-wrap input[type='text']:focus,
.board-wrap input[type='password']:focus,
.board-wrap select:focus,
.shop-wrap input[type='text']:focus,
.shop-wrap input[type='password']:focus,
.shop-wrap select:focus {
  outline: 0;
  border-color: #555;
}

.board-wrap textarea,
.shop-wrap textarea {
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 0;
  resize: vertical;
}

.board-wrap textarea:focus,
.shop-wrap textarea:focus {
  outline: 0;
  border-color: #555;
}

.field-xs {
  width: 40px;
}

.field-s {
  width: 80px;
}

.field-l {
  width: 250px;
}

.field-xl {
  width: 400px;
}

.field-full {
  width: 98%;
}

/* label */
.label-out {
  position: absolute;
  width: 0;
  height: 0;
  left: -9999999px;
  top: -9999999px;
}

/* buttons */
/* 작은버튼 */
.btn-normal-s {
  font-size: 13px;
  height: 32px;
  color: #fff !important;
  background: #3a3a3a;
  border: 1px solid #3a3a3a;
  outline: 0;
  cursor: pointer;
  padding: 0 10px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
}

.btn-border-s {
  font-size: 13px;
  outline: 0;
  cursor: pointer;
  padding: 0 10px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  height: 32px;
  color: #333 !important;
  background: transparent;
  border: 1px solid #666;
}

.btn-emp-s {
  font-size: 13px;
  height: 32px;
  color: #fff !important;
  background: #185295;
  border: 1px solid #185295;
  outline: 0;
  cursor: pointer;
  padding: 0 10px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
}

.btn-emp-border-s {
  font-size: 13px;
  height: 32px;
  color: #185295 !important;
  background: transparent;
  border: 1px solid #185295;
  outline: 0;
  cursor: pointer;
  padding: 0 10px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
}

a.btn-normal-s,
a.btn-border-s,
a.btn-emp-s,
a.btn-emp-border-s {
  height: 30px;
  line-height: 30px;
  display: inline-block;
}

/* 일반버튼 */
.btn-normal {
  outline: 0;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  width: 140px;
  height: 42px;
  color: #fff !important;
  background: #3a3a3a;
  border: 1px solid #3a3a3a;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.03em;
}

.btn-border {
  outline: 0;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  width: 140px;
  height: 42px;
  color: #3a3a3a !important;
  background: transparent;
  border: 1px solid #3a3a3a;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.03em;
}

.btn-emp {
  outline: 0;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  width: 140px;
  height: 42px;
  color: #fff !important;
  background: #185295;
  border: 1px solid #185295;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.03em;
}

.btn-emp-border {
  outline: 0;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  width: 140px;
  height: 42px;
  color: #185295 !important;
  background: transparent;
  border: 1px solid #185295;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.03em;
}

a.btn-normal,
a.btn-border,
a.btn-emp,
a.btn-emp-border {
  height: 40px;
  line-height: 40px;
  display: inline-block;
}

/* 특수버튼 */
.btn-write {
  display: inline-block;
  border-radius: 5px;
  color: #444 !important;
  border: 1px solid #666;
  height: 30px;
  line-height: 30px;
  padding: 0 10px 0 26px;
  background: url('/image/board_img/btn_write.png') no-repeat left 7px center;
  background-size: 15px;
}

.btn-write:hover,
.btn-write:focus {
  font-weight: 600;
  background-color: #fafafa;
}

/* list */
.no-ct p,
p.no-ct {
  padding: 50px 0;
  text-align: center;
  color: #888;
}

.board-list tbody tr:hover .no-ct {
  background: #fff;
}

.board-list {
  width: 100%;
  margin-bottom: 50px;
}

.board-list thead {
  border-top: 2px solid #0c3390;
  border-bottom: 1px solid #e5e5e5;
}

.board-list thead th {
  padding: 12px 0;
  text-align: center;
  font-weight: 500;
  font-size: 13px;
}

.board-list td {
  text-align: center;
  padding: 12px 0;
  border-bottom: 1px solid #e5e5e5;
  font-size: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.board-list tbody tr:hover {
  background: #fbfbfb;
}

.col-num {
  max-width: 12.5vw;
}

.col-writer {
  width: 16.67vw;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.col-date {
  max-width: 25vw;
}

.col-view {
  max-width: 13.89vw;
}

.col-re {
  max-width: 12.5vw;
}
.col-df {
  max-width: 25vw;
}

.board-list .list-tit {
  text-align: left;
  padding-left: 5px;
  padding-right: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.board-list .list-tit a {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 70%;
  vertical-align: middle;
}
.ticket-buy .board-list .list-tit a {
  max-width: none;
  width: 80%;
}

.board-list .list-tit:has(.review-list-prod) {
  max-width: 50vw;
}
.board-list .list-tit a:has(.review-list-prod) {
  max-width: none;
  width: 100%;
}

.board-list .list-reply .list-tit {
  padding-left: 25px;
  background: url('/image/board_img/re.gif') no-repeat 15px 14px;
}

.board-list .list-reply .list-tit em {
  font-size: 12px;
  letter-spacing: 0.03em;
  font-weight: 600;
}

.board-list .list-notice .list-tit a {
  font-weight: 600;
  color: #333;
}

.board-list img {
  vertical-align: middle;
}

.board-list .list-tit img {
  margin-right: 3px;
  width: 20px;
  max-width: 4.17vw;
}

.board-list .cmt-cnt {
  font-size: 10px;
  color: #e55e29;
  margin-left: 1.11vw;
  font-weight: 600;
  vertical-align: middle;
  font-family: 'dotum', sans-serif;
}

.board-list .list-re {
  color: #d93333;
  font-weight: 600;
  font-size: 12px;
}

.board-list .list-re-ok {
  color: #0080d1;
  font-size: 12px;
  font-weight: 600;
}

.board-list .qna-list-type {
  color: #a9a9a9;
}

.list-btns {
  text-align: right;
  margin-bottom: 10px;
}

/* pager */
.board-pager {
  text-align: center;
  margin-top: 50px;
}

.board-pager a {
  display: inline-block;
  width: 26px;
  height: 26px;
  line-height: 26px;
  border: 1px solid #ddd;
  vertical-align: middle;
  font-size: 12px;
}

.board-pager a.on,
.board-pager a.on:hover,
.board-pager a.on:focus {
  background: #333;
  font-weight: 600;
  border-color: #333;
  color: #fff;
}

.board-pager a:hover,
.board-pager a:focus {
  font-weight: 600;
  color: #555;
  border-color: #aaa;
}

.board-pager button {
  padding: 0;
  border-radius: 0;
  cursor: pointer;
  outline: 0;
  background: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 28px;
  height: 28px;
  border: 1px solid #ddd;
}

.board-pager button:hover,
.board-pager button:focus {
  border-color: #aaa;
}

/* list search */
.board-search {
  text-align: center;
  margin-top: 30px;
  display: flex;
  width: 100%;
  margin: 30px auto 0 auto;
  align-items: center;
}

.board-search-field {
  width: 182px;
  border: 1px solid #ccc;
  margin: 0 5px;
}

/* board view */
.board-view {
  border-top: 1px solid #333;
}

.board-view-tit {
  padding: 12px 5px;
  color: #333;
  font-weight: 600;
  line-height: 1.6em;
  border-bottom: 1px solid #555;
}

.board-view-info {
  padding: 15px 5px;
  text-align: right;
  font-size: 13px;
  color: #888;
}

.board-view-info span {
  margin: 0 6px;
  color: #ddd;
}

.board-view-ct {
  padding: 10px 5px 20px;
  /* border-bottom:1px solid #555; */
}

.board-view-ct img {
  max-width: 100%;
}

.board-view-file {
  margin-top: 50px;
}

.board-view-file li {
  font-size: 13px;
  letter-spacing: 0.01em;
  padding-left: 20px;
  margin: 5px 0;
  background: url('/image/board_img/icon_file.gif') no-repeat left center;
}

.board-view-file a {
  color: #666;
}

.board-view-file a:hover {
  border-bottom: 1px dotted #666;
}

.editor-vod {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}

.editor-vod iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

/* prev/next contents nav */
.board-view-nav {
  margin-top: 30px;
  border-top: 1px solid #555;
  border-bottom: 1px solid #555;
}

.board-view-nav li img {
  vertical-align: middle;
  margin-left: 5px;
  max-width: 4.17vw;
}

.board-view-nav li {
  padding: 10px 5px 10px 5em;
  position: relative;
}

.board-view-nav li:first-child {
  border-bottom: 1px dotted #ddd;
}

.board-view-nav .lb {
  position: absolute;
  left: 5px;
  top: 10px;
  color: #333;
  font-weight: 600;
}

/* board view btns */
.board-view-btns {
  margin-top: 30px;
  overflow: hidden;
  text-align: center;
}

/* Comment View */
.comment-wrap {
  padding-top: 30px;
  border-top: 1px solid #555;
}

.comment-wrap > .no-ct {
  border-bottom: 1px solid #eee;
  background: #fafafa;
}

.comment-wrap .no-ct {
  background-image: none;
  font-size: 12px;
  padding: 30px 0;
  text-align: center;
}

.cmt-tit {
  font-weight: 600;
  color: #444;
  cursor: default;
  padding: 5px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
}

.cmt-tit span {
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 0.03em;
}

.comment-view > li {
  background: #fafafa;
  border-bottom: 1px solid #ddd;
}

.comment-view .my-cmt {
  background-color: #f5f5f5;
}

.cmt-item {
  padding: 15px 2%;
}

.cmt-of-cmt {
}

.cmt-of-cmt > li {
  padding-left: 3%;
  border-top: 1px solid #ddd;
  background: #fefefe url('../image/board_img/re.gif') no-repeat 3% 20px;
}

.comment-view .cmt-name {
  font-weight: 700;
  color: #213b86;
  margin-bottom: 3px;
}

.comment-view .cmt-date {
  margin-top: 3px;
  font-size: 12px;
  line-height: 1.5em;
  color: #aaa;
}

.cmt-options {
  margin-top: 8px;
  overflow: hidden;
}

.cmt-options button {
  background: #fff;
  padding: 5px 8px;
  border: 1px solid #ccc;
  font-size: 12px;
  line-height: 1.2em;
  color: #444;
  text-align: center;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  cursor: pointer;
  outline: 0;
}

.cmt-options button:hover,
.cmt-options button:focus {
  border-color: #aaa;
}

.comment-view .cmt-options a {
  display: inline-block;
  background: #fff;
  padding: 5px 8px;
  border: 1px solid #ccc;
  font-size: 12px;
  line-height: 1.2em;
  color: #444;
  text-align: center;
}

.cmt-options .like {
  padding-left: 27px;
  min-width: 25px;
  color: #135da9;
  background: #fff url('../image/board_img/btn_like.png') no-repeat -6px -1px;
}

.cmt-options .dislike {
  padding-left: 27px;
  min-width: 25px;
  color: #c33f3f;
  background: #fff url('../image/board_img/btn_like.png') no-repeat -6px -57px;
}

/* Comment Write */
.comment-write {
  overflow: hidden;
  padding: 15px 2%;
  /* border-bottom:1px solid #ddd; */
  border-top: 1px solid #ddd;
}

.comment-view .comment-write {
  padding: 15px 2% 15px 5%;
  background: #fefefe url('../image/board_img/re.gif') no-repeat 3% 20px;
}

.cmt-writer-info {
  margin-bottom: 10px;
}

.cmt-writer-info label {
  display: inline-block;
  margin-right: 10px;
  font-size: 12px;
  font-weight: 600;
}

.cmt-writer-info input[type='text'],
.cmt-writer-info input[type='password'] {
  width: 100px;
}

.cmt-writer {
  margin-right: 20px;
}

.cmt-field {
  padding: 5px;
  border: 1px solid #ccc;
  position: relative;
  background: #fff;
}

.cmt-field textarea {
  padding: 0;
  width: 100%;
  border: 0;
  resize: none;
}

.cmt-field-btn {
  margin-top: 3px;
  text-align: right;
}

/* password */
.board-pw {
  text-align: center;
  background: #fafafa;
  padding: 50px 0;
  width: 320px;
  margin: 0 auto;
  border: 1px solid #d8d8d8;
}

.board-pw p {
  font-size: 13px;
  color: #333;
}

.board-pw-field {
  margin-top: 20px;
}

.board-pw-field input[type='password'] {
  width: 120px;
}

/* board write */
.board-write {
  border-top: 1px solid #333;
}

.board-write-form > li {
  padding: 10px 5px;
  overflow: hidden;
  border-bottom: 1px solid #ededed;
}

.board-write-form .field-label {
  float: left;
  width: 100px;
  font-size: 13px;
  font-weight: 600;
  color: #333;
  line-height: 32px;
}

.board-write-form .field-form {
  padding-left: 100px;
  line-height: 32px;
}

.board-write-form textarea {
  display: block;
  width: 97.5%;
  margin: 0 auto;
}

.board-write-form .field-label label {
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
}

.board-write-form input[type='checkbox'] + label,
.board-write-form input[type='radio'] + label {
  font-size: 12px;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
}

.board-write .write-files li {
  margin-bottom: 5px;
}

.field-form-noti {
  font-size: 12px;
  line-height: 1.5em;
  margin-top: 5px;
}

/* 파일첨부 */
.file-attach-box {
  overflow: hidden;
  line-height: 32px;
}

.file-attach {
  position: relative;
  float: left;
  width: 250px;
  height: 32px;
  padding-right: 80px;
  font-size: 12px;
}

.file-attach .file-name {
  display: block;
  line-height: 30px;
  padding: 0 5px;
  background: #f9f9f9;
  border: 1px solid #ccc;
}

.file-attach-box.off .file-attach .file-name {
  background: #e9e9e9;
  color: #9a9a9a;
}

.file-attach input[type='file'] {
  position: absolute;
  right: 0;
  top: 0;
  height: 32px;
  width: 80px;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: alpha('opacity=0');
}

.file-attach input[type='file'] + label {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  height: 30px;
  width: 80px;
  line-height: 30px;
  color: #333;
  background: #f9f9f9;
  border: 1px solid #666;
  text-align: center;
}

.file-attach-box .btn-file-del {
  vertical-align: top;
  margin-left: 8px;
  display: none;
}

.file-attach-box.off .btn-file-del {
  display: inline-block;
}

/* faq list */
.faq-list {
  border-top: 1px solid #333;
  margin-bottom: 30px;
}

.faq-list .no-ct {
  border-bottom: 1px solid #ddd;
}

.faq-list .faq-q {
  padding: 12px 25px 12px 42px;
  cursor: pointer;
  position: relative;
  border-bottom: 1px solid #ddd;
  background: url('/image/board_img/icon_q.png') no-repeat 7px 9px;
}

.faq-list .faq-q::after {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 20px;
  content: '';
  background: url('/image/board_img/faq_off.png') no-repeat center;
}

.faq-list .faq-q.on {
  font-weight: 600;
  color: #333;
}

.faq-list .faq-q.on::after {
  background-image: url('/image/board_img/faq_on.png');
}

.faq-list .faq-a {
  display: none;
  padding: 12px 5px 30px 42px;
  border-bottom: 1px solid #666;
  background: #fafafa url('/image/board_img/icon_a.png') no-repeat 7px 9px;
}

/* 온라인문의 */
.oq-tit {
  padding-left: 22px;
  font-size: 15px;
  color: #333;
  line-height: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  background: url('/image/board_img/icon_pen.png') no-repeat left center;
}

.oq-tit.icon-chk {
  background-image: url('/image/board_img/icon_chk.png');
}

.oq-terms-box {
  font-size: 12px;
  line-height: 1.6em;
  border: 2px solid #e0e0e0;
  border-radius: 10px;
  padding: 15px;
}

.oq-terms {
  height: 16em;
  overflow: auto;
}

.oq-chk {
  padding: 10px 10px 15px;
  border-bottom: 1px solid #efefef;
  font-size: 13px;
  margin-bottom: 40px;
}

.oq-info {
  overflow: hidden;
  border-radius: 10px;
  padding: 10px 20px;
  margin-bottom: 40px;
  border: 2px solid #e0e0e0;
}

.oq-info li {
  float: left;
  width: 50%;
  overflow: hidden;
  margin: 10px 0;
}

.oq-info li.full-width {
  float: none;
  clear: both;
  width: 100%;
}

.oq-info .oqi-label {
  float: left;
  line-height: 32px;
  width: 100px;
  font-size: 14px;
  font-weight: 600;
}

.oqi-field {
  padding-left: 100px;
}

.oq-field {
  width: 90%;
  background: #f5f5f5;
}

.oq-content {
  border-radius: 10px;
  border: 2px solid #e0e0e0;
  overflow: hidden;
  margin-bottom: 40px;
}

input[type='text'].oq-field-tit {
  border: 0;
  border-bottom: 1px solid #e0e0e0;
  width: 97.5%;
  height: 40px;
  line-height: 40px;
  padding: 0 1.25%;
}

textarea.oq-field-msg {
  padding: 1% 1.25%;
  resize: none;
  overflow: auto;
  width: 97.5%;
  border: 0;
}

/* gallery */
.gallery-list {
  overflow: hidden;
  margin-bottom: 20px;
}

.gallery-list .no-ct {
  float: none;
  width: 100%;
  clear: both;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.gallery-list li {
  float: left;
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 2%;
  cursor: pointer;
}

.gallery-list .gall-thumb {
  position: relative;
  display: block;
  padding-bottom: 100%;
  /* border:1px solid #eee;
	border-bottom:0; */
}

.gallery-list .gall-thumb a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}

.gallery-list .gall-txt {
  padding: 10px;
  height: 4.5em;
  border: 1px solid #eee;
  border-top: 0;
}

.gallery-list .gall-tit {
  line-height: 1.5em;
  height: 3em;
  overflow: hidden;
  font-weight: 600;
}

.gallery-list .gall-tit a {
  color: #333;
}

.gallery-list .gall-tit a:hover {
  text-decoration: underline;
}

.gallery-list .gall-date {
  color: #9a9a9a;
  text-align: right;
  font-size: 12px;
}

.gallery-list li:hover .gall-thumb,
.gallery-list li:hover .gall-txt {
  border-color: #d0d0d0;
}

/* event */
.event-list {
  overflow: hidden;
  margin-bottom: 20px;
  padding-top: 4px;
}

.event-list .no-ct {
  float: none;
  width: 100%;
  clear: both;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.event-list li {
  margin-bottom: 20px;
}

.event-list .ev-thumb {
  position: relative;
  display: block;
  padding-bottom: 100%;
  /* border:1px solid #eee;
	border-bottom:0; */
}
.event-list .ev-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.event-list .ev-thumb a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}

.event-list .ev-end {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  z-index: 1;
  text-indent: -999999px;
  background: url('/image/board_img/ev_end.png') no-repeat center;
}

.event-list .ev-txt {
  padding: 10px 10px 28px 10px;
  height: 6.5em;
  border: 1px solid #eee;
  border-top: 0;
  line-height: 1.5em;
  position: relative;
  border-color: #d0d0d0;
}

.event-list .ev-tit {
  font-weight: 600;
  max-height: 3em;
  overflow: hidden;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.event-list .ev-tit a {
  color: #333;
}

.event-list .ev-tit a:hover,
.event-list .ev-tit a:focus {
  text-decoration: underline;
}

.event-list .ev-desc {
  color: #8a8a8a;
  font-size: 0.92em;
  line-height: 1.5em;
  margin-top: 0.2em;
  height: 4.5em;
  overflow: hidden;
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

.event-list .ev-date {
  font-size: 0.86em;
  color: #9c9c9c;
  text-align: right;
  position: absolute;
  right: 10px;
  bottom: 10px;
  letter-spacing: 0.05em;
}

.event-list li:hover .ev-thumb,
.event-list li:hover .ev-txt {
}

.event-list li.ev-end::after {
  content: 'dd';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #ddd;
  z-index: 99;
}

.event-list .ev-end-today {
  position: absolute;
  right: 170px;
  top: -4px;
  width: 55px;
  height: 62px;
  text-indent: -9999px;
  background: url('/image/board_img/ribbon_end.png') no-repeat;
}

.main-top-list {
    display: flex;
    flex-direction: column;
}



/* purchase */
.purchase-list {
  overflow: hidden;
  margin-bottom: 20px;
  padding-top: 4px;
  position: relative;
  width: 100%;
  margin: 10px 0;
  list-style: none;
  clear: both;
}

.purchase-list .image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: auto !important;
}

.purchase-list .no-ct {
  float: none;
  width: 100%;
  clear: both;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.purchase-list li {
  float: left;
  width: 100%;
  margin-top: 2%;
  margin-right: 2%;
  margin-bottom: 12%;
  cursor: pointer;
  position: relative;
  border-bottom: 1px solid #ddd;
  padding-bottom:4.9%;
}

.purchase-list .pu-thumb {
  position: relative;
  display: block;
  padding-bottom: 100%;
/*padding-bottom: calc((1520/1097)*100%);*/
  /* border:1px solid #eee;
	border-bottom:0;*/
}

.purchase-list .pu-thumb a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}

.purchase-list .pu-end {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  z-index: 1;
  text-indent: -999999px;
  background: url('/image/board_img/ev_end.png') no-repeat center;
}

.purchase-list .pu-txt {
  width: 100%;
  height: 11.5em;
  border: 0px solid #eee;
  border-top: 0;
  line-height: 1.5em;
  display: block;
  text-align: center;
  padding: 0px 5px;
}

.purchase-list .pu-tit {
  font-weight: 600;
  font-size: 1.2em;
  max-height: 3em;
  overflow: hidden;
  display: block;
  text-overflow: ellipsis;
  padding: 10px 5px 8px 5px;
  margin-right:1px;
}

.purchase-list .pu-tit a {
  color: #333;
  font-size: 1.4em;
}

.purchase-list .pu-tit a:hover,
.purchase-list .pu-tit a:focus {
  text-decoration: underline;
}

.purchase-list .pu-desc {
  font-weight: 600;
  font-size: 1em;
  max-height: 4em;
  overflow: hidden;
  display: block;
  text-overflow: ellipsis;
  padding: 0px 5px 8px 15px;
  margin-right:12px;
}

.purchase-list .pu-date {
  font-weight: 600;
  font-size: 1.26em;
  max-height: 3em;
  overflow: hidden;
  display: block;
  text-overflow: ellipsis;
  padding: 0px 1px 8px 15px;
  margin-right:2px;	
  color: #0000ff;
  text-align: center;
  right: 10px;
  bottom: 20px;
  letter-spacing: 0.05em;
  padding-bottom: 20px;
  
}

.purchase-list li:hover .pu-thumb,
.purchase-list li:hover .pu-txt {
  border-color: #d0d0d0;
}

.purchase-list li.pu-end::after {
  content: 'dd';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #ddd;
  z-index: 99;
}

.purchase-list .pu-end-today {
  position: absolute;
  right: 30px;
  top: -4px;
  width: 55px;
  height: 62px;
  text-indent: -9999px;
  z-index:1;
  background: url('/image/board_img/ribbon_back.png') no-repeat;
  line-height: 50px;
  color: #fff;
  font-size: 0.85em;
  border: 0;
}

.purchase-list .pu-txt span.status_on {
    border-color: #e25147;
    color: #e25147;
    font-weight: 500;
	width: 55px;
	margin-left:2px;
}

.purchase-list .pu-txt span {
    padding-inline: 10px;
    align-items: center;
    justify-content: center;
    height: 24px;
    font-size: 12px;
    border-radius: 6px;
    color: #666;
    border: 1px solid #ddd;
	width: 55px;
}

/* 타블렛 가로 */
@media all and (max-width:1099px) {
}


.purchase-list .user-text {
	position: relative;
	/*position: absolute;*/
    font-size: 1.1em;
    font-family: 'ypseo';
    text-align:center;
	color: #fff;
	padding-right:50px;
	top:10px;
	width:30px;
	float:right;
	z-index: 1;
	word-break: break-all;
	line-height: 15px;
	font-weight: 600;
}

/* 타블렛 세로 */
@media all and (max-width:1023px) {
}


/* 타블렛 가로 미만 ~ 모바일 */
@media all and (max-width:767px) {
}

/* 모바일 상세 */
@media all and (max-width:640px) {
}

/* 모바일 가로 */
@media all and (max-width:568px) {

}

@media all and (max-width:425px) {

}

@media all and (max-width:375px) {

}

@media all and (max-width:320px) {

}
.sct {margin:10px 0;padding:0;list-style:none;clear:both}
.sct:after {display:block;visibility:hidden;clear:both;content:""}
.sct_li {position:relative;text-align:center}
.sct_noitem {padding:50px 0;text-align:center}
.sct_icon img {margin:0 1px 0 0}

/* 상품 목록 스킨 30 */
.sct_30 .sct_li {float:left;width:257.5px !important;margin:0 0 30px 30px;text-align:left}
.sct_30 .sct_li:nth-child(4n+1) {clear:both;margin-left:0}
.sct_30 .sct_img {text-align:center;position:relative}
.sct_30 .sct_img img {width:100% !important;height:auto !important}
.sct_30 .sct_btn {display:none;position:absolute;left:0;bottom:20px;width:100%;text-align:center}
.sct_30 li:hover .sct_btn {display:block}
.sct_30 .sct_btn button {background-color:#222;color:#fff;width:45px;height:45px;border-radius:50%;border:0;margin:0 2.5px;
-moz-transition-duration:0.5s;
-webkit-transition-duration:0.5s;
-o-transition-duration:0.5s;
-ms-transition-duration:0.5s;
transition-duration:0.5s}
.sct_30 .sct_btn button:hover {background-color:#3e976c}
.sct_30 .sct_btn button i {font-size:0.85em}

.sct_30 .sct_sns,
.sct_30 .sct_cartop {display:none;position:fixed;top:0;left:0;width:100%;height:100%;z-index:999}
.sct_30 .sct_sns_wr,
.sct_30 .sct_cartop_wr {position:absolute;top:50%;left:50%;width:300px;min-height:160px;text-align:center;margin-left:-150px;margin-top:-160px;background:#fff}
.sct_30 .sct_sns .bg,
.sct_30 .sct_cartop .bg {width:100%;height:100%;background:#000;background:rgba(0,0,0,0.3)}
.sct_30 .sct_sns_wr h3,
.sct_30 .sct_cartop_wr h3 {font-size:1.2em;line-height:20px;padding:20px;text-align:left;font-weight:700;border-bottom:1px solid #f3f3f3;margin-bottom:20px}
.sct_30 .sct_sns_wr .btn_close,
.sct_30 .sct_cartop_wr .cartopt_close_btn {position:absolute;font-size:16px;top:0;right:0;width:50px;height:60px;color:#aaa;background:none;border:0}
.sct_30 .sct_sns a {display:inline-block;border-radius:50%;margin:2px 5px;width:50px;text-align:center;height:50px;padding:10px 0}
.sct_30 .sct_cartop_wr form {padding:0 20px 20px;text-align:left}
.sct_30 .sct_cartop_wr label {font-size:0.85em}
.sct_30 .sct_cartop_wr .it_option {width:100%;margin:5px 0 10px;height:40px;border:1px solid #e4e4e4}
.sct_30 .sct_cartop_wr .cartopt_cart_btn {display:block;font-weight:bold;width:100%;margin-top:10px;padding:15px;background-color:#3e976c;border:0;color:#fff}
.sct_30 .sct_cartop_wr .cartopt_cart_btn:hover {transform:scaled(1.1, 1.1, 1);transition:opacity 0.3s, transform 0.3s;text-transform:uppercase}

.sct_30 .sct_txt_wr {}
.sct_30 .sct_id {margin:5px 0;font-size:0.92em;color:#666}
.sct_30 .sct_txt {font-weight:bold;font-size:1em;margin:15px 0;text-align:center}
.sct_30 .sct_txt a {color:#666}
.sct_30 .sct_txt a:hover {color:#3e976c}
.sct_30 .sct_cost {font-weight:bold;font-family:initial;margin-bottom:10px;text-align:center}

@media (max-width:1200px) {
	.sct_30 .sct_li {width:25% !important;margin:0 0 20px;}
}

@media (max-width:890px) {
	.sct_30 {padding:0px}
	.sct_30 .sct_li {width:100% !important;}
	.sct_30 .sct_li:nth-child(4n+1) {clear:inherit}
	.sct_30 .sct_li:nth-child(2n+1) {clear:both}
	.sct_li .pu-thumb {height:10px !important;}
	.pu-txt{width:95% !important;}
	.sct_icon .shop_icon_4 {line-height:35px;height:35px}
}
/*
.sct_icon .shop_icon_4 {
    position: absolute;
    right: 10px;
    top: 10px;
    line-height: 50px;
    height: 50px;
    width: 50px;
    border: 0;
    background: #3e976c;
    color: #fff;
    font-size: 0.85em;
}
*/