@charset "UTF-8";
.space {
  padding-bottom: 20px;
}

.point {
  color: #fa5454 !important;
}

.pb30 {
  padding-bottom: 30px;
}

.navi {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 40px;
  background: #f8f8f8;
  border-top: 1px solid #222;
  z-index: 5;
  box-sizing: border-box;
}

.navi ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 0 auto;
  width: 960px;
}

.navi ul li {
  color: #666;
}

.navi ul li {
  font-family: "NanumGothic";
}

.navi img {
  vertical-align: middle;
}

.title__txt h2 {
  font-size: 26px;
  font-weight: bold;
  line-height: 1;
}

.title__txt {
  display: flex;
  justify-content: space-between;
}

.title-wrap {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.title__subTab {
  display: flex;
  align-items: baseline;
  width: 100%;
}

.title__subTab a {
  display: inline-block;
  font-size: 15px;
  color: #bfbfbf !important;
  font-weight: bold;
  width: 50%;
  text-align: center;
  line-height: 40px;
}

.title__subTab a.active {
  color: #222 !important;
  border-bottom: 2px solid #222;
}

.title__subTab a ~ a {
  position: relative;
}

.title__subTab p {
  margin-left: 17px;
  font-size: 12px;
  line-height: 1;
  color: #666;
}

.title__subTab.alignCenter {
  display: flex;
  align-items: center;
  border-bottom: none;
  border-top: 1px solid #ededed;
}

.title__subTab div {
  font-size: 10px;
  color: #666;
  line-height: 12.5px;
  margin: 14px 0;
  margin-left: 20px;
}

.title__subTab .search-num {
  display: inline-block;
  color: #222;
  font-weight: bold;
}

.subTitle {
  margin-top: 15px;
  margin-bottom: 15px;
  border-radius: 10px;
  box-sizing: border-box;
}

.subTitle h3 {
  font-size: 12px;
  line-height: 1;
  font-weight: bold;
}

.subTitle p {
  margin-top: 7px;
  font-size: 10px;
  color: #666;
  line-height: 1;
}

.arrayalTab {
  position: relative;
  font-size: 14px;
  color: #666;
  line-height: 1;
  display: flex;
  align-items: center;
}

.arrayalTab a {
  position: relative;
  display: inline-block;
  line-height: 1;
  margin-right: 20px;
}

.arrayalTab a:before {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 10px;
  background: #b2b2b2;
}

.arrayalTab a:first-child:before {
  display: none;
}

.arrayalTab a:hover {
  color: #fa5454 !important;
}

.arrayalTab .last {
  position: relative;
  margin-right: 0;
}

.moviecurrent-data {
  font-size: 10px;
}

.movieSrch {
  display: flex;
  border: 1px solid #bfbfbf;
  border-radius: 8px;
  margin-top: 20px;
  margin-bottom: 12.5px;
}

.movieSrch label {
  position: relative;
}

.movieSrch label:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 10px;
  background: #b2b2b2;
}

.movieSrch input {
  line-height: 30px;
  border: none;
  background: none;
  width: calc(100% - 31px);
  outline: none;
}

.movieSrch input::-moz-placeholder {
  font-size: 12px;
  color: #bebebe;
}

.movieSrch input::placeholder {
  font-size: 12px;
  color: #bebebe;
}

.movie-search {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: url(/assets/img/common/m_searchIcon_sub.png) no-repeat center/15px 14px;
  border: none;
  font-weight: 500;
  width: 30px;
  height: 30px;
  outline: none;
}

.searchMovie {
  text-align: center;
}

.searchMovie {
  margin-top: 50px;
}

.searchMovie div {
  line-height: 1;
  margin-bottom: 20px;
}

.searchMovie div:first-child {
  font-size: 15px;
  color: #222;
}

.searchMovie div:last-child {
  font-size: 12px;
  line-height: 19px;
  color: #666;
}

.serachWord {
  color: #f15353;
}

.rankMonth {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}

.rankMonth__list {
  display: flex;
  align-items: center;
}

.rankMonth__item {
  position: relative;
}

.rankMonth__item + .rankMonth__item {
  margin-left: 5px;
}

.rankMonth__item a {
  display: inline-block;
  font-size: 12px;
  line-height: 30px;
  padding: 0 16px;
  background: #e1e1e1;
  color: #fff !important;
  border-radius: 15px;
}

.rankMonth__item.active a {
  background: #f15353 !important;
}

.monthserach-con {
  width: 50%;
  border: 1px solid #000;
  border-radius: 15px;
  box-sizing: border-box;
}

.monthserach-con input {
  line-height: 28px;
  border: none;
  border-radius: 15px;
  font-size: 12px;
  text-align: center;
  padding: 0;
  width: 100%;
}

.monthserach-con label {
  position: relative;
}

.listTable {
  margin-top: 3px;
}

.listTable table {
  width: 100%;
  font-size: 11px;
}

.listTable table tr {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #ededed;
  padding: 15px 0 5px;
}

.listTable table tr td {
  display: flex;
  line-height: 16px;
  justify-content: space-between;
  flex-wrap: wrap;
}

.listTable table tr td:first-child div:first-child {
  display: flex;
}

.listTable table tr td:nth-child(2) {
  margin: 4px 0;
  margin-left: 13px;
}

.listTable table tr td:nth-child(2) div {
  width: 50%;
  padding-left: 11px;
  box-sizing: border-box;
  color: #666;
}

.listTable table tr td:nth-child(2) span {
  color: #222 !important;
  margin-right: 8px;
}

.listTable table .redAc {
  font-size: 15px;
  color: #666;
  font-weight: bold;
  box-sizing: content-box;
}

.listTable table .redAc.topten {
  color: #f15353;
}

.listTable table .grayAc {
  color: #fff;
  font-weight: bold;
  background: url(/assets/img/sub/grayAc.png) no-repeat center center;
  width: 22px;
  height: 22px;
}

.listTable table .title {
  text-align: left;
  padding-left: 7px;
}

.listTable table .title a {
  color: #222;
}

.listTable table .cumulative {
  color: #f15353 !important;
}

.listTable table .prev a {
  display: inline-block;
  padding: 0 16px;
  font-size: 12px;
  line-height: 25px;
  color: #fff;
  background: #f15353;
  border-radius: 5px;
}

.listTable table .prev a:hover {
  color: #fff !important;
}

p.line {
  border-top: 1px solid #ebebeb;
}

.section-line {
  width: 100%;
  height: 5px;
  background: #f5f5f5;
}

.movieEtc {
  position: relative;
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 10px;
  box-sizing: border-box;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.movieEtc div:first-child {
  font-size: 10px;
  color: #555;
  line-height: 14px;
  letter-spacing: -1px;
}

.movieEtc_img {
  padding-left: 5px;
  width: 150px;
  height: 17px;
}

.movieBox-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.movieBox-item {
  margin-top: 25px;
  width: calc(50% - 7.5px);
  overflow: hidden;
}

.movieBox-item:nth-child(2n) {
  margin-right: 0;
}

.movieBox-item > a {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 100%;
  border-radius: 10px;
}

.movieBox-item > a > img {
  width: 100%;
}

.movie-info {
  width: 100%;
}

.movie-title {
  display: flex;
  align-items: center;
  margin-top: 10px;
  width: 100%;
}

.movie-title h3 {
  width: calc(100% - 20px);
}

.movie-title h3 a {
  display: inline-block;
  width: 100%;
  font-size: 15px;
  color: #222;
  line-height: 1;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.movie-age {
  display: inline-block;
  margin-right: 5px;
  width: 15px;
  height: 15px;
}

.movie-txt {
  display: flex;
  margin: 8px 0 7px;
  flex-direction: column;
}

.movie-txt li {
  position: relative;
  line-height: 15px;
  letter-spacing: -0.5px;
}

.movie-txt .movie-launch {
  margin-top: 3px;
  color: #666;
}

.movie-txt .audience {
  color: #f15353;
}

.ticketing span {
  color: #f15353;
}

.movie-ticket a,
.movie-release a {
  display: inline-block;
  padding: 0 15.5px;
  background: #f15353 !important;
  font-size: 12px;
  color: #fff !important;
  line-height: 25px;
  border-radius: 4px;
}

.movie-release a {
  background: #666 !important;
}

/* 연령별 시청 */
.ageall {
  background: url(/assets/img/sub/ageAll.png) no-repeat center/100%;
}

.age12 {
  background: url(/assets/img/sub/age12.png) no-repeat center/100%;
}

.age15 {
  background: url(/assets/img/sub/age15.png) no-repeat center/100%;
}

.age18 {
  background: url(/assets/img/sub/age18.png) no-repeat center/100%;
}

.ageNyet {
  background: url(/assets/img/sub/ageNyet.png) no-repeat center/100%;
}

.movieIner {
  display: flex;
  padding: 10px 0;
  border-bottom: 1px solid #222;
}

.movieIner .poster p {
  top: 7px;
  left: 7px;
}

.movieIner .poster {
  min-width: 75px;
  flex-basis: 75px;
}

.movieIner .poster a {
  position: relative;
}

.movieIner .poster .movie-age {
  position: absolute;
  left: 9px;
  top: 10px;
  width: 24px;
  height: 24px;
}

.movieIner__text {
  margin-left: 10px;
  width: 100%;
}

.movieIner__title div {
  display: flex;
  font-size: 15px;
  color: #222;
  line-height: 1;
}

.movieIner__title div span {
  display: inline-block;
  margin-left: 10px;
  padding: 0 10px;
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
  border: 1px solid #222;
  border-radius: 5px;
  box-sizing: border-box;
}

.movieInerInfo-list {
  display: flex;
  margin-top: 7px;
  margin-bottom: 11px;
}

.movieInerInfo-list li {
  position: relative;
  font-size: 10px;
}

.movieInerInfo-list li ~ li {
  margin-left: 10px;
}

.movieInerInfo-list li ~ li:after {
  content: "";
  position: absolute;
  left: -5px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 8px;
  background: #b2b2b2;
}

.movieIner__info p {
  color: #222;
}

.movieIner__info p * {
  font-size: 10px;
  line-height: 16px;
  font-weight: 500;
  display: inline-block;
  margin-right: 6px;
}

.movieIner__info p > span {
  color: #666;
  font-weight: 400;
}

.movieIner__text .btn02 {
  margin-top: 36px;
}

.movieIner__text .btn02 a {
  display: inline-block;
  padding: 0 35px;
  background: #f15353;
  color: #fff;
  line-height: 40px;
  box-sizing: border-box;
  border-radius: 5px;
  font-size: 14px;
}

.movieIner__text .btn02 a {
  color: #fff !important;
}

.movieIner__info .line {
  margin-bottom: 6.5px;
  height: 1px;
  background-color: #ebebeb;
}

.contentBox {
  padding-bottom: 30px;
  margin-top: 20px;
}

.contentBox ~ .contentBox {
  margin-top: 0;
}

.contentBox:last-child {
  padding-bottom: 40px;
}

.contentBox .title {
  margin: 0px 0 10px;
  font-size: 12px;
  color: #222;
  font-weight: bold;
  line-height: 1;
}

.contentBox .title p {
  display: inline-block;
  margin: 0 10px;
  font-size: 10px;
  color: #666;
  font-weight: bold;
  line-height: 1;
}

.contentBox .title p span {
  color: #222;
}

.contentBox .text {
  font-size: 10px;
  line-height: 15px;
  color: #222;
}

.contentBox .actor__list {
  display: flex;
  flex-wrap: wrap;
}

.contentBox .actor__item {
  margin-top: 10px;
  width: calc(33.3333% - 16.5px);
  float: none;
  margin-right: 16.5px;
}

.contentBox .actor__item a {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.contentBox .actor .name {
  margin-top: 5px;
  font-size: 10px;
  font-weight: bold;
  line-height: 1;
}

.contentBox .actor .position {
  margin-top: 5px;
  font-size: 10px;
  color: #666;
  line-height: 1;
}

.contentBox .actor .position span {
  position: relative;
  color: #666;
  margin-left: 10px;
}

.contentBox .actor .position span:after {
  content: "";
  position: absolute;
  left: -5px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 8px;
  background: #b2b2b2;
}

.contentBox .slider01 {
  width: 100%;
  position: relative;
  min-width: 960px;
  padding: 30px 0;
}

.contentBox .slider01 .flex-viewport {
  max-height: 2000px;
  padding-left: 133px;
}

.contentBox .slider01 .slides {
  margin: 0;
  padding: 0;
}

.contentBox .slider01 .slides > li {
  position: relative;
}

.contentBox .slider01 .flex-control-paging {
  display: none;
}

.contentBox .slider01 .flex-pauseplay {
  display: none;
}

.contentBox .slider01 .flex-direction-nav {
  left: 50%;
  margin-left: -480px;
  position: absolute;
  width: 960px;
  top: 170px;
  height: 78px;
}

.contentBox .slider01 .flex-direction-nav a.flex-next {
  background: url(/assets/img/sub/nextBtn.gif) no-repeat 0 0;
  display: block;
  position: absolute;
  height: 110px;
  right: 0;
  width: 68px;
}

.contentBox .slider01 .flex-direction-nav a.flex-prev {
  background: url(/assets/img/sub/prevBtn.gif) no-repeat 0 0;
  display: block;
  position: absolute;
  height: 110px;
  left: 0;
  width: 68px;
}

.contentBox .vidio ul {
  width: 105%;
}

.contentBox .vidio li {
  margin-right: 17px;
  margin-bottom: 17px;
  width: 225px;
  height: 210px;
  border: 1px solid #ccc;
}

.contentBox .vidio li .imgArea {
  height: 128px;
  overflow: hidden;
  position: relative;
}

.contentBox .vidio li .imgArea img {
  width: 100%;
  min-height: 128px;
}

.contentBox .vidio li .imgArea span.play {
  position: absolute;
  bottom: 10px;
  left: 10px;
  background: url(/assets/img/main/play.png) no-repeat 0 0;
  display: block;
  width: 30px;
  height: 30px;
}

.contentBox .vidio li .imgArea span.solo {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: url(/assets/img/main/textSolo.png) no-repeat 0 0;
  display: block;
  width: 37px;
  height: 22px;
}

.contentBox .vidio li .imgArea span.first {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: url(/assets/img/main/textFirst.png) no-repeat 0 0;
  display: block;
  width: 37px;
  height: 22px;
}

.contentBox .vidio li p {
  padding: 20px 0 0 20px;
  font-weight: bold;
  font-size: 14px;
  color: #111;
}

.contentBox .vidio li p span {
  display: inline-block;
  padding-top: 5px;
  font-weight: normal;
  font-size: 14px;
  color: #555;
}

.trailer .stage {
  position: relative;
  margin-top: 11px;
  background: none;
}

.trailer .carousel-stage iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.contentBox:last-child {
  border-bottom: none;
}

.actorMore img {
  float: left;
}

.actorMore .infor {
  float: left;
}

.actorMore ul {
  width: 105%;
}

.actorMore li {
  width: 290px;
  border: 1px solid #ccc;
  background: #f2f2f2;
  box-sizing: border-box;
  margin-right: 45px;
  margin-bottom: 45px;
}

.actorMore .position {
  padding-bottom: 10px;
}

.photoMore .title {
  padding-bottom: 20px;
  padding-top: 0;
}

.photoMore .cutTab {
  border-top: 1px solid #d7d7d7;
  line-height: 50px;
}

.photoMore .cutTab a {
  font-weight: bold;
  font-size: 14px;
  padding-left: 20px;
  background: url(/assets/img/sub/bar01.png) no-repeat 9px center;
}

.photoMore .cutTab dd:first-child a {
  padding-left: 0;
  background: none;
}

.photoMore .cutTab dd.active a {
  color: #bc162c;
}

.photoMore .underTitle {
  text-align: center;
  padding-top: 20px;
}

.photoMore .underTitle strong {
  font-size: 14px;
  line-height: 30px;
}

.photoMore .underTitle p {
  font-size: 14px;
}

.subTitle .tab dd {
  font-size: 15px;
  padding-left: 20px;
  background: url(/assets/img/sub/bar01.png) no-repeat 9px center;
}

.subTitle .tab dd.active a {
  color: #fa5454;
}

.subTitle .tab dd a:hover {
  color: #fa5454;
}

.subTitle .tab dd:first-child {
  background: none;
}

.subTitle .monse dd input {
  width: 100px;
  margin-right: 10px;
  line-height: 20px;
}

.subTitle .monse .btnCha {
  border: 0 none;
  cursor: pointer;
  width: 22px;
  height: 23px;
  background: url(/assets/img/sub/chalIcon.png) no-repeat;
}

/* 작은달력 */
.chalendar_ui {
  position: absolute;
  top: 80px;
  right: 0px;
  z-index: 1;
  width: 255px;
  padding-bottom: 10px;
  border: 1px solid #ccc;
  background: #fff;
}

.chalendar_ui .controller {
  height: 46px;
  line-height: 46px;
  margin-bottom: 5px;
  text-align: center;
  background: #f6f6f6;
  border-bottom: 1px solid #ccc;
}

.chalendar_ui .controller img {
  vertical-align: middle;
}

.chalendar_ui .controller span {
  display: inline-block;
  width: 100px;
  font-weight: bold;
}

.chalendar_ui table {
  width: 95%;
  border-collapse: collapse;
  margin: 0 auto;
}

.chalendar_ui table th {
  height: 40px;
  vertical-align: middle;
  text-align: center;
}

.chalendar_ui table td {
  height: 20px;
  vertical-align: middle;
  text-align: center;
}

.chalendar_ui table a {
  display: block;
  height: 100%;
  margin: 0 5px;
  line-height: 20px;
}

.chalendar_ui table a.curent {
  color: #fff;
  background: #fa5454;
}

/* 예매하기 */
.reserve .title-wrap {
  margin-bottom: 25px;
}

.previngBox > ul {
  height: 100%;
}

.previngBox > ul > li {
  float: none;
}

.previngBox h3 {
  font-size: 12px;
  font-weight: 400;
  border-bottom: 1px solid #ebebeb;
  padding: 13px 0;
}

.previngBox .choiceMovie__title {
  text-align: center;
}

.previngBox h3 span {
  display: block;
  line-height: 1;
  font-size: 12px;
  font-weight: normal;
  color: #666;
  margin-top: 4px;
}

.previngBox h3.bg {
  text-align: center;
}

.previngBox .previngBox-text {
  padding-top: 25px;
  text-align: center;
}

.previngBox .previngBox-text p {
  font-size: 10px;
  line-height: 15px;
}

.previngBox .previngBox-text p:first-child {
  font-size: 12px;
}

.previngBox ul li.choiceMovie {
  border-right: 1px solid #ededed;
  box-sizing: border-box;
}

.previngBox ul li.choiceMovie li a {
  display: flex;
  align-items: center;
  font-size: 12px;
  line-height: 1;
  height: 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-bottom: 1px solid #eee;
}

.previngBox ul li.choiceMovie li a:hover,
.previngBox ul li.choiceMovie li.active a {
  background: #99ccff;
  color: #fff !important;
}

.previngBox ul li.choiceMovie li span {
  width: 35px;
  text-align: center;
  display: inline-block;
}

.previngBox ul li.choiceMovie li span img {
  width: 15px;
  height: 15px;
}

.previngBox .choiceScreen {
  position: relative;
  border-right: 1px solid #ededed;
  box-sizing: border-box;
}

.previngBox .choiceScreen .scrolBox > ul > li > a {
  background: url(/assets/img/sub/next_arrow.png) no-repeat right 10px top 50%/7.5px 4px;
  padding-left: 10px;
  display: block;
  font-size: 14px;
  line-height: 30px;
  border-bottom: 1px solid #ebebeb;
  border-top: 1px solid #ebebeb;
}

.previngBox .choiceScreen .scrolBox > ul > li > a.arrow {
  background: url(/assets/img/sub/pre_arrow.png) no-repeat right 10px top 50%/7.5px 4px;
}

.previngBox .choiceScreen .scrolBox > ul > li > a img {
  vertical-align: middle;
}

.previngBox .choiceScreen .scrolBox > ul > li > ul {
  display: none;
}

.previngBox .choiceScreen .scrolBox > ul > li > ul > li a {
  display: block;
  padding-left: 10px;
  line-height: 25px;
  background: #f8f8f8;
}

.previngBox .choiceScreen .scrolBox > ul > li > ul > li a.active,
.previngBox .choiceScreen .scrolBox > ul > li > ul > li a:hover {
  background: #99ccff;
  color: #fff !important;
}

.previngBox .choiceDate {
  position: relative;
  border-right: 1px solid #ededed;
  box-sizing: border-box;
}

.previngBox .choiceDate .scrolBox {
  height: 320px;
}

.chalendar {
  padding: 0 20px;
}

.chalendar .controller {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 12px;
  padding: 20px 0 15px;
}

.chalendar .controller .prev,
.chalendar .controller .next {
  display: inline-block;
  padding: 0 30px;
  width: 8px;
  height: 9px;
}

.chalendar table {
  font-size: 12px;
  width: 100%;
  text-align: center;
}

.chalendar table th {
  height: 40px;
}

.chalendar table td a {
  color: #ccc;
  cursor: default;
  display: block;
  height: 35px;
  line-height: 35px;
}

.chalendar table td.canDay {
  background: #e0efff;
}

.chalendar table td a {
  pointer-events: none;
}

.chalendar table td.canDay a {
  cursor: pointer;
  pointer-events: all;
  color: #444;
}

.chalendar table td.canDay a.active {
  background: #5eb7f6;
  color: #fff !important;
}

.chalendar table td.canDay a:hover {
  background: #5eb7f6;
  color: #fff !important;
}

.choiceMonitor {
  position: relative;
  border-top: 1px solid #222;
}

.choiceMonitor .wrap {
  position: relative;
  padding: 15px 20px 0;
}

.choiceMonitor-content {
  display: flex;
}

.choiceMonitor-poster img {
  width: 75px;
  height: 107px;
}

.monitorBox {
  margin-left: 10px;
  width: 100%;
}

.monitorBox .title {
  font-size: 15px;
  font-weight: bold;
}

.monitorBox table {
  margin-top: 6px;
  width: 100%;
  font-size: 10px;
}

.monitorBox table tr {
  display: flex;
  line-height: 18px;
}

.monitorBox table tr.ticket-price {
  line-height: 25px;
}

.monitorBox table th {
  width: 25px;
  color: #666;
  font-weight: 400;
}

.monitorBox table th span {
  font-size: 11px;
}

.monitorBox table td {
  font-weight: 500;
}

.monitorBox .cuponBtn,
.monitorBox .cashBtn {
  padding: 0px 3px;
  line-height: 18px;
  border: 1px solid #222;
  border-radius: 5px;
  box-sizing: border-box;
  font-size: 10px;
}

.monitorBox table td.total {
  font-size: 12px;
  color: #f15353;
}

.monitorBox table td span {
  font-size: 10px;
  color: #a5a5a5;
}

.preving {
  padding: 0 20px;
  margin-bottom: 50px;
}

.preving a {
  display: inline-block;
  margin-top: 25px;
  width: 100%;
  line-height: 50px;
  background: #f15353;
  font-size: 12px;
  border-radius: 6px;
  color: #fff !important;
  text-align: center;
}

.previngBox .choiceTP {
  position: relative;
}

.previngBox .choiceTP .stBox {
  display: flex;
  flex-wrap: wrap;
  padding: 10px 20px;
  box-sizing: border-box;
}

.previngBox .choiceTP .stBox span {
  margin: 5px 0;
  margin-right: 32.5px;
  width: calc(33.3333% - 32.5px);
}

.previngBox .choiceTP .stBox span:nth-child(3n) {
  margin-right: 0;
}

.previngBox .choiceTP .stBox span a {
  border: 1px solid #ccc;
  display: block;
  box-sizing: border-box;
  font-size: 12px;
  line-height: 24px;
  text-align: center;
}

.previngBox .choiceTP .stBox span .active {
  background: #5eb7f6;
  border: 1px solid #278ed6;
  color: #fff !important;
}

.previngBox .choiceTP .personnel {
  position: relative;
  flex-wrap: nowrap;
}

.previngBox .choiceTP .personnel span {
  margin-right: 0;
  text-align: center;
}

.previngBox .choiceTP .personnel span a {
  display: inline-block;
  line-height: 24px;
  width: 25px;
  height: 25px;
  text-align: center;
}

.previngBox .choiceTP .st {
  font-size: 12px;
  font-weight: bold;
  padding-bottom: 5px;
}

.previngBox .choiceTP {
  position: relative;
}

.previngBox .choiceTP .positionBox {
  padding: 0 20px;
}

.previngBox .choiceTP .positionBox table {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  width: 100%;
  text-align: center;
}

.previngBox .choiceTP .positionBox thead {
  display: flex;
  justify-content: center;
  align-items: center;
}

.previngBox .choiceTP .positionBox thead tr {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.previngBox .choiceTP .positionBox table th {
  line-height: 25px;
  background: #666;
  font-weight: 400;
  color: #fff;
  width: 100%;
}

.previngBox .choiceTP .positionBox tbody {
  display: flex;
  flex-direction: column;
}

.previngBox .choiceTP .positionBox tbody tr {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}

.previngBox .choiceTP .positionBox tbody tr td {
  width: calc(33.3333% - 32.5px);
  border: 1px solid #ccc;
}

.previngBox .choiceTP .positionBox table td a {
  display: block;
  height: 25px;
  line-height: 25px;
}

.previngBox .choiceTP .positionBox table td.active a {
  background: #5eb7f6;
  color: #fff !important;
}

.noneBox {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0;
  color: #aaa;
}

.explan {
  margin-top: 25px;
  color: #666;
}

.explan.cancle {
  padding-bottom: 10px;
  border-bottom: 1px solid #ededed;
  margin-bottom: 50px;
}

.explan.cancle p,
.explan p {
  font-size: 10px;
  line-height: 15px;
}

.explan strong {
  font-size: 10px;
  color: #222;
  line-height: 15px;
  font-weight: 500;
}

.explan div > p ~ p {
  color: #666;
}

.explan .title {
  padding-bottom: 10px;
  font-size: 10px;
  color: #222;
  line-height: 1;
  font-weight: bold;
  border-bottom: 1px solid #222;
}

.explan .explan-txt {
  padding: 10px 0;
  border-bottom: 1px solid #ebebeb;
}

.explan .explan-txt p {
  font-size: 10px;
  line-height: 15px;
}

.explan .explan-txt p span {
  color: #f15353;
}

.explan .explanText {
  margin: 18px 0;
  text-align: center;
}

.explan .explanIcon {
  margin-top: 11px;
}

.explan .mobileEx {
  padding-left: 160px;
  background: url(/assets/img/sub/mobile.jpg) no-repeat 15px 0;
  height: 240px;
}

.explan .mobileEx p {
  line-height: 25px;
  font-size: 14px;
  padding-left: 10px;
  background: url(/assets/img/sub/dot.png) no-repeat 0 11px;
}

.explan.copon {
  margin-top: 70px;
}

.personEtc {
  position: relative;
  padding: 15px 0;
}

.personEtc input[type=checkbox] {
  display: none;
}

.personEtc label {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 25px;
  line-height: 25px;
  text-indent: 17.5px;
  font-size: 10px;
}

.personEtc label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background: url(/assets/img/sub/checkbox.png) no-repeat center/100%;
}

.personEtc input[type=checkbox]:checked + label::before {
  background: url(/assets/img/sub/oncheckbox.png) no-repeat center/100%;
}

.cuponpop {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}

.cuponpop .dim {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
}

.cuponpop .cuponbox {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  background: #fff;
  border: 2px solid #f15353;
  padding: 20px 17px;
  box-sizing: border-box;
}

.cuponpop .cuponbox__title {
  padding-bottom: 10px;
  font-size: 15px;
  line-height: 1;
}

.cuponpop .cuponbox__con {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 214px;
  border-top: 1px solid #222;
  border-bottom: 1px solid #ededed;
  text-align: center;
}

.cuponpop .cuponbox__con p {
  font-size: 12px;
  line-height: 1;
  color: #666;
}

.cuponpop .cuponbox__total {
  display: flex;
  justify-content: space-between;
  line-height: 1;
  margin-top: 10px;
  font-size: 10px;
  color: #222;
  align-content: center;
}

.cuponpop .cuponbox__won {
  color: #f15353;
}

.cuponpop .cuponbox__btn {
  display: flex;
  justify-content: center;
  margin-top: 35px;
  text-align: center;
}

.cuponpop .cuponbox__btn button {
  width: calc(50% - 7.5px);
  padding: 0;
  line-height: 40px;
  font-size: 12px;
  border-radius: 6px;
  font-weight: normal;
}

.cuponpop .cuponbox__btn .cancle-btn {
  border: 1px solid #222;
  background: #fff;
}

.cuponpop .cuponbox__btn .use-btn {
  margin-left: 10px;
  color: #fff;
  background: #f15353;
  border: 1px solid #f15353;
}

/* 220523추가*/
.cuponpop .cuponbox__con.selec {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: auto;
  border-bottom: 1px solid #ededed;
  text-align: center;
  padding: 0 10px;
  box-sizing: border-box;
}

.cupon__list {
  padding: 20px 0;
  width: 100%;
}

.cupon__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
}

.cupon__item ~ .cupon__item {
  margin-top: 17px;
}

.cupon__item input {
  margin: 0 8px 0 0;
}

.cupon__item select {
  border: 1px solid #000;
}

.previngBox .inputP .textBox {
  padding: 14px 0;
  border-bottom: 1px solid #ebebeb;
}

.previngBox .inputP .textBox li {
  font-weight: 500;
  line-height: 15px;
  font-size: 10px;
}

.previngBox .inputP .textBox li span {
  display: inline-block;
  color: #666;
  font-weight: normal;
  text-indent: 8px;
}

.previngBox .inputBox {
  margin-top: 8.5px;
}

.previngBox .inputBox table {
  font-size: 12px;
}

.previngBox .inputBox select {
  padding: 0 10px;
  height: 34px;
  font-size: 14px;
  line-height: 34px;
  border-radius: 5px;
  border: 1px solid #ebebeb;
  box-sizing: border-box;
}

.previngBox .inputBox td p {
  font-size: 10px;
  color: #666;
  padding-top: 5px;
  line-height: 1;
}

.previngBox .inputBox.tableType01 table {
  border-bottom: none;
}

.previngBox .inputBox.tableType01 tr {
  flex-direction: column;
  align-items: flex-start;
}

.previngBox .inputBox.tableType01 tr ~ tr {
  margin-top: 15px;
}

.previngBox .inputBox.tableType01 tr:first-child td {
  line-height: 30px;
}

.previngBox .inputBox.tableType01 .phon-table > div {
  padding-bottom: 0;
}

.previngBox .inputBox.tableType01 .email {
  padding: 0;
}

.previngBox .inputBox label {
  font-size: 10px;
}

.previngBox .inputBox input[type=checkbox] {
  display: inline-block;
  margin: 0;
  margin-right: 5px;
  width: 12px;
  height: 12px;
  vertical-align: bottom;
}

.previngBox .inputBox .select-email {
  margin-left: 10px;
}

.previngBox .inputBox input[type=text] {
  padding: 0 7px;
  margin: 0;
  height: 34px;
  line-height: 34px;
  border-radius: 5px;
  border: 1px solid #ebebeb;
  box-sizing: border-box;
}

.previngBox .transfer {
  line-height: 40px;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}

.previngBox .transfer .title {
  font-size: 12px;
  font-weight: normal;
}

.previngBox .transfer .input-wrap {
  display: flex;
}

.previngBox .transfer-list {
  display: flex;
  align-items: center;
  height: 40px;
}

.previngBox .transfer input {
  vertical-align: -3px;
}

.previngBox .transfer-item {
  margin-right: 25px;
  font-size: 10px;
  color: #666;
}

.previngBox .transfer-item:last-child {
  margin-right: 0;
}

.previngBox .inputP .scrolBox.tab01 {
  margin-top: 14px;
  margin-bottom: 20px;
}

.previngBox .inputP .scrolBox > .exBox {
  margin-bottom: 30px;
}

.previngBox .inputP .scrolBox .title {
  font-size: 12px;
  line-height: 38px;
  font-weight: normal;
  border-bottom: 1px solid #ebebeb;
  border-top: 1px solid #222;
  text-align: center;
}

.previngBox .inputP .scrolBox .exBox-text {
  margin: 12px 0;
  padding: 0 20px;
}

.previngBox .inputP .scrolBox .exBox-text p {
  line-height: 15px;
  font-size: 10px;
  color: #222;
}

.previngBox .inputP .scrolBox .exBox-text span {
  color: #f15353;
}

.previngBox .inputP .scrolBox .ticketMemo-wrap {
  padding: 0 20px;
  box-sizing: border-box;
}

.previngBox .inputP .scrolBox .ticketMemo-wrap input {
  width: 100%;
  font-size: 10px;
  line-height: 34px;
  border: 1px solid #ededed;
  border-radius: 5px;
}

.previngBox .inputP .scrolBox .ticketMemo-wrap input::-moz-placeholder {
  font-size: 10px;
  color: #bebebe;
}

.previngBox .inputP .scrolBox .ticketMemo-wrap input::placeholder {
  font-size: 10px;
  color: #bebebe;
}

.previngBox .inputP .scrolBox .ticketMemo-ex {
  font-size: 10px;
  margin-top: 10px;
}

.previngBox .inputP .scrolBox .ticketMemo-ex span a {
  color: #0075ff;
}

#cuponBox {
  z-index: 100;
  border: 1px solid #4C4C4C;
  background: #fff;
  display: none;
  position: fixed;
  top: 35%;
  left: 50%;
  margin-left: -225px;
  width: 450px;
}

#cuponBox h4 {
  padding: 10px;
  font-size: 16px;
  background: #826868;
  color: #fff;
}

#cuponBox .box {
  padding: 20px;
}

#cuponBox table {
  color: #464646;
}

#cuponBox table th {
  color: #464646;
  font-weight: normal;
  text-align: left;
  font-size: 14px;
}

#cuponBox table td {
  text-align: right;
  font-size: 14px;
}

#cuponBox select.cupon {
  width: 200px;
}

#cuponBox select.nm {
  width: 50px;
}

#cuponBox .choice {
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

#cuponBox .choiced {
  border-bottom: 2px solid #363636;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

#cuponBox .total {
  padding-bottom: 10px;
}

#cuponBox .total th {
  font-weight: bold;
}

#cuponBox .total td {
  color: #E53D3D;
}

#cuponBox .total td span {
  font-weight: bold;
  font-size: 16px;
}

/*로그인*/
.login .title__subTab {
  justify-content: center;
  margin-top: 25px;
  margin-bottom: 20px;
}

.login h2 p {
  width: 82px;
  height: 25px;
  margin-left: 0;
}

.login h2 p img {
  width: 100%;
}

.loginWrap {
  padding: 10px 0;
}

.loginWrap .login_layout {
  position: relative;
  display: flex;
  flex-direction: column;
}

.loginWrap .login_layout li {
  line-height: 30px;
  width: 100%;
  overflow: hidden;
}

.loginWrap .login_layout li ~ li {
  margin-top: 20px;
}

.loginWrap .field input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border: none;
  border-bottom: 1px solid #ededed;
  box-sizing: border-box;
  border-radius: none;
}

.loginWrap .field input::-moz-placeholder {
  color: #bfbfbf;
}

.loginWrap .field input::placeholder {
  color: #bfbfbf;
}

.loginWrap .login_btn {
  margin-top: 40px;
}

.loginWrap .login_btn button {
  display: inline-block;
  width: 100%;
  background: #f15353;
  font-size: 14px;
  color: #fff !important;
  line-height: 50px;
  border: 1px solid #f15353;
  box-sizing: border-box;
  border-radius: 5px;
  font-weight: bold;
}

.loginWrap .member_btn ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 15px;
  border-top: 1px solid #ebebeb;
}

.loginWrap .member_btn ul:after {
  display: none;
}

.loginWrap .member_btn li {
  width: calc(50% - 7.5px);
  text-align: center;
}

.loginWrap .member_btn li a {
  display: inline-block;
  width: 100%;
  height: 20px;
  font-size: 13px;
  color: #666;
  line-height: 20px;
  box-sizing: border-box;
}
.loginWrap .member_btn li:nth-child(1){
  position: relative;
}
.loginWrap .member_btn li:nth-child(1)::after{
  position: absolute;
  display: block;
  width: 1px;
  height: 100%;
  content: "";
  background-color: #ddd;
  right: -7.5px;
  top: 0;
}
/*아이디 비밀번호찾기*/
.idpassBox {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  margin-top: 10px;
}

.idpassBox .halfBox h3 {
  padding: 10px 0;
  font-size: 12px;
  line-height: 1;
  border-bottom: 1px solid #222;
  font-weight: 400;
}

.idpassBox .halfBox .subText {
  padding: 6px 0;
  font-size: 10px;
  color: #666;
  line-height: 12px;
  box-sizing: border-box;
}

.idpassBox .halfBox .inputBox {
  display: flex;
  border-top: 1px solid #ddd;
  padding: 15px 0 25px;
  box-sizing: border-box;
}

.idpassBox .halfBox .inputBox div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-size: 12px;
}

.idpassBox .halfBox .inputBox div ~ div {
  margin-top: 10px;
}

.idpassBox .halfBox .inputBox div input {
  border: 1px solid #ededed;
  width: 100%;
  height: 40px;
  line-height: 40px;
  border-radius: 6px;
  margin-left: 38px;
}

.idpassBox .halfBox .group2 {
  flex-direction: column;
}

.idpassBox .halfBox p.btn {
  text-align: center;
  margin-bottom: 40px;
}

.idpassBox .halfBox p.btn button {
  display: inline-block;
  padding: 0 50px;
  height: 40px;
  background: #f23d3d;
  line-height: 40px;
  font-size: 14px;
  color: #fff !important;
  border-radius: 6px;
  box-sizing: border-box;
  text-align: center;
  border: none;
}

.borderBox {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 35px 0;
  font-size: 12px;
  line-height: 1;
  border-top: 1px solid #222;
  box-sizing: border-box;
}

.borderBox span {
  line-height: 1;
}

.borderBox.password {
  font-size: 12px;
}

.loginWrap .btnBox a {
  font-size: 12px;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  height: 40px;
  color: #fff !important;
  box-sizing: border-box;
  background: #f15353;
  border-radius: 6px;
  padding: 0 51px;
  font-weight: normal;
}

.findidpw {
  margin-top: 20px;
}

.findidpw .title__txt h2 {
  font-size: 12px;
  font-weight: 400;
}

/*회원가입*/
.subTitle02 {
  padding-bottom: 30px;
}

.subTitle02 h3 {
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 5px;
}

.btnBox {
  text-align: center;
  padding-top: 25px;
  border-top: 1px solid #ededed;
}

.btnBox > button {
  display: inline-block;
  padding: 0px 30px;
  background: #f15353;
  font-size: 15px;
  color: #fff !important;
  line-height: 50px;
  text-align: center;
  border-radius: 5px;
  border: none;
  width: 100%;
}

.tableType01 table {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #ededed;
}

.tableType01 table tbody {
  display: inline-block;
  width: 100%;
}

.tableType01 table tr {
  display: flex;
  align-items: center;
}

.tableType01 table th {
  display: inline-block;
  text-align: left;
  font-size: 12px;
  font-weight: bold;
  width: 70px;
}

.tableType01 table td {
  display: inline-block;
  padding: 6px 0 0;
  width: 100%;
}

t .tableType01 table td select {
  height: 40px;
  line-height: 40px;
  border: 1px solid #ededed;
  border-radius: 6px;
}

.tableType01 table td.email p {
  font-size: 10px;
  color: #666;
  line-height: 12px;
}

.tableType01 table td.event {
  padding-bottom: 0;
}

.tableType01 table td.event span {
  font-size: 10px;
  color: #666;
}

.tableType01 table td textarea {
  height: 175px;
  border: 1px solid #ededed;
  border-radius: 6px;
  resize: none;
  box-sizing: border-box;
  font-size: 12px;
}

.tableType01 table td input::-moz-placeholder {
  color: #bfbfbf;
}

.tableType01 table td input::placeholder {
  color: #bfbfbf;
}

.tableType01 table td.btn a {
  border-radius: 2px;
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  padding: 9px 10px;
  background: #f23d3d;
  color: #fff;
}

.tableType01 .wordcount {
  right: 6px;
  bottom: 15px;
}

.joinMember table td .idcheck {
  display: inline-block;
  margin-left: 10px;
  padding: 0 9px;
  background: #f15353;
  line-height: 34px;
  color: #fff !important;
  border-radius: 6px;
  border: none;
}

.joinMember table td em {
  margin: 0 4px;
}

.joinMember table td select {
  border: 1px solid #ededed;
  border-radius: 6px;
  padding: 0 6px;
}

.joinMember .event input[type=checkBox] {
  display: none;
}

.joinMember .event input[type=checkBox] + label {
  position: relative;
  margin-left: 18px;
}

.joinMember .event input[type=checkBox] + label::after {
  content: "";
  position: absolute;
  left: -18px;
  top: 50%;
  transform: translateY(-50%);
  width: 12.5px;
  height: 12.5px;
  background: url(/assets/img/sub/checkbox.png) no-repeat center/100%;
}

.joinMember .event input[type=checkBox]:checked + label::after {
  background: url(/assets/img/sub/oncheckbox.png) no-repeat center/100%;
}

.joinMember .btnBox {
  padding: 25px 0 0;
}

.joinMember .btnBox a {
  display: inline-block;
  padding: 0 50px;
  font-size: 14px;
  color: #fff;
  line-height: 40px;
  background: #f15353;
  border-radius: 6px;
}

.joinMember .btnBox a:hover {
  color: #fff !important;
}

.joinMember .memeber.myInfo table {
  border-bottom: 1px solid #ededed;
}

/* 회원가입/ 개인정보 */
.tableType01.myInfo table {
  margin-top: 15px;
  border-bottom: 0;
  font-size: 12px;
}

.tableType01.myInfo tr {
  flex-direction: column;
  align-items: flex-start;
}

.tableType01.myInfo th {
  width: 100%;
}

.tableType01.myInfo td {
  font-size: 10px;
  line-height: 32px;
  padding-bottom: 15px;
}

.tableType01.myInfo input::-moz-placeholder {
  color: #bebebe;
  font-size: 10px;
}

.tableType01.myInfo input::placeholder {
  color: #bebebe;
  font-size: 10px;
}

.etcBox {
  border: 1px solid #ccc;
  background: #fafafa;
  margin-top: 15px;
}

.etcBox h4 {
  position: relative;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  padding-left: 20px;
  font-size: 13px;
  font-weight: bold;
  line-height: 45px;
}

.etcBox h4.all {
  border: none;
}

.etcBox h4 input {
  border: 0;
  width: 15px;
  height: 15px;
}

.etcBox h4 label {
  padding-left: 10px;
}

.etcBox h4 label:after {
  border: none 0;
  display: block;
  content: "";
  width: 32px;
  height: 32px;
  position: absolute;
  left: 17px;
  top: 6px;
  background: url(/assets/img/sub/checkboxOff.png) no-repeat 0 0;
}

.etcBox h4 input:checked + label:after {
  border: none 0;
  background: url(/assets/img/sub/checkboxOn.png) no-repeat 0 0;
}

.etcBox .etcText {
  height: 240px;
  overflow: auto;
  background: #fff;
  padding: 20px;
  word-break: keep-all;
  font-size: 11px;
}

/* 게시판 */
.tableType01 table input,
.tableType02 table input {
  padding: 0 5px;
  font-size: 12px;
  border: 1px solid #ededed;
  height: 35px;
  line-height: 35px;
  box-sizing: border-box;
  border-radius: 6px;
  width: 100%;
}

.tableType01 table textarea,
.tableType02 table textarea {
  font-size: 14px;
  border: 1px solid #ccc;
}

.tableType01 table select, .tableType02 table select {
  font-size: 12px;
  border: 1px solid #ccc;
  height: 34px;
  line-height: 34px;
  box-sizing: border-box;
}

.serch_box {
  z-index: 1;
  padding-bottom: 35px;
  padding-top: 30px;
}

.serch_box:after {
  clear: both;
  content: "";
  display: block;
}

.serch_box ul {
  float: right;
}

.serch_box li {
  padding-left: 10px;
  box-sizing: border-box;
}

.serch_box li.mm01 {
  width: 100px;
}

.serch_box li.mm01 select {
  width: 100%;
  height: 30px;
  line-height: 30px;
  box-sizing: border-box;
  border: 1px solid #ccc;
}

.serch_box li.mm02 {
  width: 250px;
}

.serch_box li.mm02 input {
  width: 100%;
  height: 30px;
  line-height: 30px;
  box-sizing: border-box;
  border: 1px solid #ccc;
}

.serch_box li.mm03 {
  width: 70px;
}

.serch_box li.mm03 a {
  font-weight: bold;
  text-align: center;
  display: block;
  background: #f23d3d;
  color: #fff;
  height: 30px;
  line-height: 30px;
  box-sizing: border-box;
}

.serch_box li.mm03 a:hover {
  font-weight: bold;
}

.btn_creat {
  text-align: right;
  margin-top: 20px;
  padding: 0 20px;
}

.btn_creat a {
  display: inline-block;
  padding: 0 9px;
  font-size: 12px;
  color: #fff;
  line-height: 29px;
  border-radius: 6px;
}

.Atype a {
  background: #f15353;
}

.Btype a {
  background: #777;
}

.Ctype a {
  background: #363636;
}

.btn_creat a:hover {
  color: #fff !important;
}

/* 공지사항 */
.custom .tableType02 table {
  display: inline-block;
}

.custom .tableType02 tbody {
  display: inline-block;
  width: 100%;
}

.custom .tableType02 tr {
  display: flex;
  flex-direction: column;
  padding: 10px 0 10px;
  border-bottom: 1px solid #ededed;
}

.custom .tableType02 tr:first-child {
  border-top: 1px solid #ededed;
}

.custom .tableType02 td {
  display: flex;
  border-bottom: none;
  padding: 0 20px;
  text-align: center;
  line-height: 17px;
  box-sizing: border-box;
}
.custom .tableType02 td > a{
  font-size: 12px;
}
.custom .tableType02 td + td {
  font-size: 10px;
  color: #666;
  line-height: 15px;
}

.custom .tableType02 .title {
  text-align: left;
}

.custom .tableType02 .title a {
  padding: 0;
  text-align: left;
}

/*상세페이지*/
.detail-topsec {
  position: relative;
  display: flex;
  border-bottom: 1px solid #222;
  justify-content: flex-start;
  flex-direction: column;
}

.detail-topsec h3 {
  font-size: 14px;
  font-weight: 400;
}

.detail-list {
  display: flex;
  align-items: center;
  font-size: 10px;
}

.detail-list li {
  margin: 6px 0 12px;
  color: #666;
}

.detail-list li ~ li {
  position: relative;
  margin-left: 25px;
}

.detail-ans {
  position: absolute;
  right: 0;
  top: 35%;
  transform: translateY(-50%);
}

.detail-con {
  box-sizing: border-box;
  font-size: 14px;
  color: #222;
}

.detail-con .detail-txt {
  padding: 15px 0;
}

.detail-con .mypagein {
  margin-bottom: 15px;
}

.detail-con p {
  font-size: 10px;
  line-height: 12px;
}

.detail-con .list-btn {
  text-align: left;
}

.detail-con .list-btn a {
  padding: 0px 11px;
  margin-top: 0;
  width: auto;
  line-height: 20px;
  pointer-events: none;
  font-size: 10px;
}

.detail-con .reply-txt {
  padding: 10px 0 30px;
  font-size: 10px;
  line-height: 14px;
}

.detailSec {
  margin-top: 13px;
}

.detailSec .text_table02 {
  font-size: 10px;
}

.detailSec .text_table02 table {
  display: inline-block;
  width: 100%;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.detailSec .text_table02 tbody {
  display: block;
}

.detailSec .text_table02 tr {
  display: flex;
  align-items: center;
}

.detailSec .text_table02 tr ~ tr {
  border-top: 1px solid #ccc;
}

.in_table .text_table02 th,
.detailSec .text_table02 td {
  padding: 15px 0;
}

.detailSec .text_table02 th {
  padding-left: 10px !important;
  width: 45px;
  box-sizing: border-box;
}

.detailSec .text_table02 td:nth-child(2) {
  width: calc(100% - 105px);
}

.detailSec .text_table02 td:nth-child(3) {
  color: #666;
}

.detailSec .text_table02 th.pre {
  background: url(/assets/img/sub/pre_arrow.png) no-repeat right 5px center/7.5px 4px;
}

.detailSec .text_table02 th.next {
  background: url(/assets/img/sub/next_arrow.png) no-repeat right 3px center/7.5px 4px;
}

.detailSec .text_table02 th {
  text-align: left;
  padding-left: 30px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 400;
}

.detailSec .text_table02 td {
  padding-left: 10px;
}

.detailSec .text_table02 a {
  color: #222;
}

/* 1:1문의 */
.inquiry {
  position: relative;
}

.inquiry__topsec {
  display: flex;
  justify-content: space-between;
  line-height: 43px;
  border-bottom: 1px solid #222;
}

.inquiry__topsec h3 {
  font-size: 14px;
}

.inquiry__title,
.inquiry__txt {
  margin-top: 15px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  position: relative;
}

.inquiry__title p,
.inquiry__txt p {
  width: 70px;
  line-height: 1;
  font-size: 12px;
  box-sizing: border-box;
}

.inquiry__title .input-warp,
.inquiry__txt .input-warp {
  width: 100%;
}

.inquiry__title input,
.inquiry__txt textarea {
  padding-left: 10px;
  width: 100%;
  line-height: 40px;
  border: 1px solid #ededed;
  box-sizing: border-box;
  border-radius: 6px;
  font-size: 12px;
}

.inquiry__title input::-moz-placeholder, .inquiry__txt textarea::-moz-placeholder {
  color: #ccc;
}

.inquiry__title input::placeholder,
.inquiry__txt textarea::placeholder {
  color: #ccc;
}

.inquiry__txt {
  padding-bottom: 20px;
}

.inquiry__txt textarea {
  max-height: 170px;
  line-height: 20px;
}

.inquiry__txt .wordcount {
  position: absolute;
  right: 0;
  bottom: 0px;
}

.wordcount {
  font-size: 10px;
  color: #666;
  line-height: 1;
  text-align: right;
  padding: 5px 0;
}

.lasttr tr:last-child td {
  padding-top: 0;
}

.inquiry__btn {
  text-align: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

.inquiry__btn * {
  width: calc(50% - 7.5px);
}

.inquiry__btn.list-btn * {
  vertical-align: middle;
}

.inquiry__btn .submit {
  margin-left: 10px;
  background: #f15353;
  color: #fff;
  border: 1px solid #f15353;
  line-height: 40px;
}

.inquiry__btn .cancle {
  line-height: 40px;
}

/*쿠폰*/
.cuponBox .cuponArea01 {
  margin-top: 25px;
}

.cuponBox .inputBox {
  display: flex;
  align-items: center;
  justify-content: center;
}

.cuponBox .inputBox div ~ div {
  margin-left: 20px;
}

.cuponBox .inputBox input {
  width: 100%;
  line-height: 33px;
  border: 1px solid #ededed;
  border-radius: 6px;
  text-align: center;
  font-size: 12px;
  letter-spacing: -0.5px;
  text-transform: uppercase;
  padding: 0;
}

.cuponBox .cuponArea01 .list-btn button {
  margin-top: 30px;
  padding: 0 57px;
  background: #f15353;
  color: #fff;
  border: 1px solid #f15353;
  line-height: 40px;
}

.cuponBox .cuponArea01 .inputBox-warp {
  width: calc(33.3333% - 8.75px);
}

/*마이페이지*/
.textBtn {
  margin-top: 20px;
  font-size: 12px;
  text-align: right;
}

.textBtn a {
  display: inline-block;
  margin-left: 10px;
  padding: 0 10px;
  background: #f23d3d;
  color: #fff;
  line-height: 25px;
}

.textBtn a.leave {
  background: #fff;
  color: #222;
  border: 1px solid #222;
  border-radius: 6px;
  line-height: 28px;
}

.popupBox {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

.popupBox .dim {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
}

.popupBox .popBox {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 22px 20px;
  min-width: 100%;
  background: #fff;
  border: 2px solid #f15353;
  z-index: 30;
  box-sizing: border-box;
}

.popupBox h4 {
  padding-bottom: 10px;
  font-size: 15px;
  line-height: 1;
  border-bottom: 1px solid #222;
}

.popupBox table th {
  padding: 15px 0 5px;
}

.popupBox table td {
  padding: 0;
}

.popupBox table td textarea {
  height: 125px;
}

.btnBox02 {
  margin-top: 15px;
  text-align: center;
  font-size: 0;
}

.btnBox02 a,
.btnBox02 button {
  display: inline-block;
  padding: 0 25px;
  font-size: 10px;
  color: #fff !important;
  line-height: 40px;
  border-radius: 6px;
}

.btnBox02 .red {
  background: #f15353;
}

.btnBox02 :hover {
  color: #fff !important;
}

.popbtnBox {
  display: flex;
  justify-content: space-between;
}

.popBox .tableType01 table {
  border-bottom: none;
}

.popbtnBox.btnBox02 button {
  padding: 0;
  width: calc(50% - 7.5px);
  border: none;
  background: #fff;
  font-size: 12px;
}

.popbtnBox.btnBox02 button.cancle {
  color: #222 !important;
  border: 1px solid #222;
}

.popbtnBox.btnBox02 button.red {
  margin-left: 10px;
  background: #f15353;
  border: 1px solid #f15353;
}

.mypage .title__subTab {
  flex-wrap: wrap;
  border-bottom: 1px solid #ededed;
}

.mypage .title__subTab a {
  width: 33.3333%;
}

.mypage01.subTitle {
  padding: 0 20px;
  margin-bottom: 10px;
}

.mypage01.subTitle .cancle-contents {
  height: 30px;
  overflow: hidden;
}

.mypage01.subTitle .cancle-contents.cont01.on {
  display: none;
}

.mypage01.subTitle .cancle-contents.cont02 {
  display: none;
}

.mypage01.subTitle .cancle-contents.cont02.on {
  display: block;
  height: auto;
  padding-bottom: 6px;
}

.mypage01.subTitle p {
  font-size: 10px;
}

.mypage01.subTitle .addcancle-con {
  position: relative;
  font-size: 10px;
  margin: 10px 0 0;
  display: inline-block;
}

.mypage01.subTitle .addcancle-con:after {
  content: "";
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 7px;
  height: 6px;
  background: url(/assets/img/sub/plus-btn.png) no-repeat center/100%;
}

.mypage01.subTitle .addcancle-con.on:after {
  background: url(/assets/img/sub/minus-btn.png) no-repeat center/100%;
}

.mypage06 .title a {
  padding: 0;
}

.mypage06 table tbody tr {
  position: relative;
  padding: 0 20px;
  border-bottom: 1px solid #ededed;
  box-sizing: border-box;
}

.mypage06 table tbody td {
  padding: 0;
  border-bottom: none;
  text-align: left;
}

.mypage06 table tbody .ans {
  color: #666 !important;
}

/* 22.12.22 - yj - .mypage06_fix */
.mypage06_depth3_fix td {
  display: block !important;
}

.mypage06 table tbody tr.mypage06_depth2_fix td:last-child {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 70px;
  line-height: 30px;
  color: #222;
  display: unset;
  padding: 0;
}

/* 예매취소 내역 */
.moTableType03.tableType02 table {
  margin-top: 20px;
  font-size: 10px;
  border-top: 1px solid #222;
  border-bottom: 1px solid #ededed;
}

.moTableType03.tableType02 tr {
  display: flex;
  align-items: center;
}

.moTableType03.tableType02 tr th {
  flex-basis: 100px;
  padding-left: 5px;
  text-align: left;
  box-sizing: border-box;
}

.moTableType03.tableType02 td {
  position: relative;
  width: 100%;
  border-bottom: none;
  padding: 10px 0;
  text-align: center;
  line-height: 13px;
}

.moTableType03.tableType02 .title {
  max-width: 500px;
  padding-left: 30px;
}

.moTableType03.tableType02 .title:hover a {
  color: #777;
}

.moTableType03.tableType02 .btn01 {
  position: absolute;
  right: 0;
  bottom: 4.6px;
}

.moTableType03.tableType02 .btn01 a {
  display: inline-block;
  padding: 0 11.5px;
  background: #f15353;
  font-size: 10px;
  color: #fff !important;
  line-height: 20px;
  border-radius: 5px;
}

/*영화검색*/
.searchBar {
  padding: 30px 0;
  border-bottom: 2px solid #262626;
}

.searchBar dl {
  width: 458px;
  margin: 0 auto;
}

.searchBar dl dd input {
  padding-left: 7px;
  font-size: 20px;
  width: 400px;
  border: 2px solid #f23d3d;
  border-right: 0;
  box-sizing: border-box;
  height: 47px;
  line-height: 47px;
}

.contentBox .title02 .more {
  background: url(/assets/img/main/bar.png) no-repeat 0 center;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  padding: 2px 10px 0;
  margin-left: 10px;
}

.contentBox .title02 .more img {
  vertical-align: middle;
}

.subInfor > ul {
  width: 105%;
}

.subInfor > ul > li {
  margin-right: 30px;
}

.subInfor .photo li {
  text-align: center;
  margin-right: 10px;
  width: 140px;
  height: 120px;
  overflow: hidden;
  line-height: 120px;
}

.subInfor .photo li:last-child {
  margin-right: 0;
}

.subInfor .photo li img {
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
}

.subInfor .vidio .imgArea {
  position: relative;
}

.subInfor .vidio .imgArea span.play {
  position: absolute;
  bottom: 10px;
  left: 10px;
  background: url(/assets/img/main/play.png) no-repeat 0 0;
  display: block;
  width: 30px;
  height: 30px;
}

.contentBox .smovie > ul {
  width: 105%;
}

.contentBox .smovie > ul > li {
  position: relative;
  width: 225px;
  margin-right: 17px;
  margin-bottom: 17px;
  border: 1px solid #ccc;
  padding: 10px;
  box-sizing: border-box;
}

.contentBox .smovie > ul > li img {
  float: left;
}

.contentBox .smovie > ul > li p.now {
  position: absolute;
  color: #fff;
  background: #41AC78;
  padding: 5px 8px;
  top: 0;
  left: 0;
}

.contentBox .smovie > ul > li .textBox {
  float: left;
  padding-left: 20px;
}

.contentBox .smovie > ul > li .textBox .title {
  font-size: 16px;
  padding: 5px 0;
  width: 110px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.contentBox .smovie > ul > li .textBox p {
  line-height: 18px;
}

.contentBox .movieBox {
  padding: 10px 0;
}

.contentBox .movieBox .text {
  width: 800px;
  height: auto;
}

.contentBox .movieBox .text h3 {
  font-size: 20px;
  padding-bottom: 0px;
  border-bottom: 0;
}

.none {
  text-align: center;
  padding: 30px;
  font-size: 14px;
}

.none .title {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 20px;
}

.none p {
  color: #464646;
}

.none p span {
  color: #fa5454;
}

.etcText {
  font-size: 10px;
  color: #666;
  line-height: 18px;
  white-space: pre-line;
}

.etc1 .title-wrap {
  padding-bottom: 25px;
  border-bottom: 1px solid #222;
  box-sizing: border-box;
}

.etcText strong {
  font-size: 10px;
  color: #222;
  font-weight: 400;
}

.etcText .etcTitle {
  font-size: 12px;
  color: #222;
  font-weight: 500;
}

/*-----------------------------event---------------------------------------*/
.event .title-wrap {
  padding-bottom: 20px;
  border-bottom: 1px solid #222;
}

.event_skin {
  padding: 10px 0;
  padding-left: 20px;
  border-bottom: 1px solid #e2e2e2;
}

.event_skin ul {
  display: flex;
}

.event_skin .event_pic {
  flex-basis: 137.5px;
}

.event_skin h2 {
  font-size: 10px;
  line-height: 1;
  font-weight: bold;
  margin: 7.5px 0;
}

.event_skin h2 a {
  color: #222;
}

.event_skin .event_icon {
  display: inline-block;
  font-size: 10px;
  color: #f15353;
  line-height: 15px;
}

.event_skin .event_icon2 {
  display: inline-block;
  font-size: 10px;
  color: #222;
  line-height: 15px;
}

.event_skin span + span {
  margin-left: 10px;
  font-size: 10px;
  color: #666;
}

.event_skin .event_right {
  padding-left: 10px;
  font-size: 0;
}

/*------------------------------eventview----------------------------------*/
.event_view {
  position: relative;
}

.event_view .sub_btn {
  position: absolute;
  top: 504px;
  right: 103px;
}

.event_view .sub_img {
  padding: 10px 0;
  text-align: center;
}

.event .list-btn a {
  margin-top: 15px;
  line-height: 30px;
  font-size: 10px;
}

/* 매거진 */
.magazinepage {
  border-top: 1px solid #ebebeb;
}

.magazinepage__item {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #f0f0f0;
  padding: 10px 20px;
  box-sizing: border-box;
}

.magazinepage__data {
	font-size: 10px;
	color: #666;
	line-height: 1;
	margin-top: 3px;
}

.magazinepage__con {
  display: flex;
}

.magazinepage__con > a {
  flex-basis: 80px;
}

.magazinepage__con > a img {
  width: 100%;
  height: 100%;
}

.magazinepage__con .magazinepage__txt {
  margin-top: 2px;
  margin-left: 15px;
  line-height: 15px;
}

.magazinepage__con .magazinepage__txt a {
  display: flex;
  flex-direction: column;
}

.magazinepage__con .magazinepage__tit {
  font-size: 10px;
}

.magazinepage__con p {
	font-size: 14px;
	color: #666;
	line-height: 1.5;
	margin-top: 2px;
}

.magazinedetail {
  padding-top: 25px;
  border-top: 1px solid #ebebeb;
}

.magazinedetail__bottom {
  position: relative;
  font-size: 14px;
  padding-bottom: 10px;
  border-bottom: 1px solid #222;
}

.magazinedetail__name {
  font-weight: bold;
  font-size: 12px;
  line-height: 20px;
}

.magazinedetail__name span {
  display: block;
  color: #666;
  font-weight: 400;
}

.magazinedetail__data {
  position: absolute;
  right: 0;
  bottom: 14px;
  font-size: 12px;
  color: #666;
}

.magazinedetail__info {
  display: flex;
  padding: 15px 0;
  box-sizing: border-box;
}

.magazineinfo-img {
  flex-basis: 75px;
}

.magazineinfo-txtbox {
  margin-left: 10px;
}

.magazineinfo-title {
  font-size: 15px;
  line-height: 1;
  border-bottom: 1px solid #ededed;
  padding-bottom: 9px;
}

.magazineinfo-txt {
  margin: 6.5px 0 0;
}

.magazineinfo-txt ul {
  display: flex;
  font-size: 10px;
  color: #666;
  flex-direction: column;
}

.magazineinfo-txt li {
  position: relative;
  margin-right: 20px;
  font-size: 9px;
  line-height: 15px;
}

.magazineinfo-txt li p span {
  color: #222;
  font-weight: 500;
}

.magazineinfo__summary {
  padding: 20px 0;
  box-sizing: border-box;
  border-top: 1px solid #222;
}

.magazineinfo__summary .summary-txt {
  margin-top: 10px;
}

.magazineinfo__summary .summary-txt strong {
  font-size: 10px;
  line-height: 15px;
  font-weight: bold;
}

.magazineinfo__summary .summary-txt p {
  margin-bottom: 17px;
  font-size: 10px;
  color: #666;
  line-height: 15px;
}

.magazineinfo__summary .summary-trailer {
  position: relative;
  padding-top: 56.25%;
}

.magazineinfo__summary .summary-trailer iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

/* 자주묻는질문 */
.faq__top {
  display: flex;
  width: 100%;
}

.faq__top p {
  padding: 15px 0;
  font-size: 14px;
  color: #222;
  text-align: center;
  font-weight: bold;
  border-bottom: 1px solid #222;
  box-sizing: border-box;
}

.faq__top p:first-child {
  width: 62px;
}

.faq__top p:last-child {
  width: calc(100% - 62px);
}

.faq__tit {
  display: flex;
  align-items: center;
  line-height: 40px;
  font-size: 14px;
  color: #222;
  border-bottom: 1px solid #ededed;
}

.faq__tit div {
  margin-left: 20px;
  margin-right: 17px;
  font-size: 12px;
  text-align: center;
}

.faq__tit p {
  position: relative;
  padding-right: 35px;
  width: 100%;
  font-size: 12px;
  box-sizing: border-box;
  letter-spacing: -0.3px;
  line-height: 15px;
}

.faq__tit p.on:after {
  background: url(/assets/img/sub/pre_arrow.png) no-repeat center/100%;
  transition: 0.3s;
}

.faq__tit p:after {
  content: "";
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  width: 7.5px;
  height: 4px;
  background: url(/assets/img/sub/next_arrow.png) no-repeat center/100%;
  transition: 0.3s;
}

.faq__reply {
  display: none;
  padding: 10px 30px 10px 50px;
  background: #f8f8f8;
}

.faq__reply p {
  line-height: 12px;
  font-size: 10px;
}

/* 모바일 영화예매 */
.img_tab {
  border-top: 1px solid #222;
  border-bottom: 1px solid #222;
}

.img_tab ul {
  display: flex;
  align-items: center;
}

.img_tab ul li {
  width: 33.3333%;
  height: 140px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.img_tab ul li ~ li {
  border-left: 1px solid #dedede;
}

.img_tab ul li dl {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.img_tab ul li dl dt {
  height: 20px;
  line-height: 14px;
}

.img_tab ul li dl dt img {
  width: 16px;
}

.img_tab ul li dl dd {
  padding-top: 20px;
}

.date_btn {
  width: 60px;
  line-height: 30px;
  display: inline-block;
  color: #222;
  text-align: center;
  font-size: 12px;
  border: 1px solid #222;
  border-radius: 6px;
}

.change-btn {
  display: none;
  background: #f15353;
  color: #fff;
  border: none;
}

/* 페이징 김연우 */
#pagination a{
  overflow: hidden;
  width: 27px;
  height: 27px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#pagination a:first-child,
#pagination a:last-child{
  border-radius: calc(1px / 0);
  border: 1px solid #ddd;
}
#pagination a img{
  width: 7px;
  height: 27px;
}
.paging-item {
  display: inline-block;
  width: 26px;
  height: 22px;
  text-align: center;
}

.paging-pre02 {
  margin: 2px;
  text-indent: -9999em;
  background: url(/assets/img/sub/prev.png) no-repeat center center !important;
}

.paging-next02 {
  margin: 2px;
  text-indent: -9999em;
  background: url(/assets/img/sub/next.png) no-repeat center center !important;
}

.paging-target {
  color: #f15353 !important;
}

.page_list {
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.phon-table > div:nth-child(1) {
  width: 33%;
}

.phon-table .input-warp {
  width: 33%;
}

/* 221110 추가 */
.borderBox.join_complete_wrap {
  flex-direction: column;
  font-size: 14px;
  text-align: center;
  line-height: 1.3;
  padding-top: 80px;
}

.join_complete_wrap h3 {
  font-size: 18px;
  padding-top: 20px;
  line-height: 1.3;
}

.join_complete_wrap p {
  padding-top: 10px;
}

.join_complete_wrap .btnBox {
  border-top: none;
}

/* 221220 추가 - yj - 매거진 이미지 최소 사이즈, 레이아웃 안정화*/
.magazinepage__con > a img {
  min-width: 80px;
}

.magazinepage__con .magazinepage__txt {
  margin-top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* 221221 추가 - yj - 휴면 회원 페이지 깨질 여지 제거 */
.sleep_member_idpw label {
  min-width: 45px;
}

/* 23.05.19 - yj - cancel_wrap */
.previngBox.cancel_top .inputBox table {
  margin-bottom: 14px;
  width: 100%;
}

.previngBox.cancel_top tr {
  line-height: 1.5;
  display: flex;
  align-items: flex-start;
}

.previngBox.cancel_top th {
  width: 60px;
  color: #666;
  font-weight: 400;
}

.previngBox.cancel_top td {
  width: calc(100% - 70px);
}

.previngBox.cancel_top .choiceMonitor {
  padding-top: 14px;
  border-top: 1px solid #ebebeb;
}

.choiceMonitor_depth {
  display: flex;
  gap: 24px;
}

.choiceMonitor_depth li {
  width: calc(50% - 12px);
}

.choiceMonitor_depth table {
  width: 100%;
}

.choiceMonitor_depth tr {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.choiceMonitor_depth .title {
  padding-bottom: 8px;
}

.choiceMonitor_depth #reserve_title {
  font-size: 15px;
  font-weight: bold;
}

.choiceMonitor_depth .sum {
  border-top: 1px solid #ebebeb;
  margin-top: 6px;
  padding-top: 6px;
}

.preving.cancel_button {
  padding-left: 0;
  display: flex;
  justify-content: center;
  margin-bottom: 0;
  padding: 0;
}

.preving.cancel_button a {
  margin-top: 14px;
}

.cancel_cashbox {
  margin-top: 14px;
}

.cancel_cashbox h3 {
  font-size: 12px;
  font-weight: 400;
  border-bottom: 1px solid #ebebeb;
  padding: 13px 0;
  text-align: center;
}

.cancel_cashbox .textBox {
  padding: 14px 0;
  border-bottom: 1px solid #ebebeb;
}

.cancel_cashbox li {
  font-weight: 500;
  line-height: 15px;
  font-size: 10px;
}

.cancel_cashbox .box {
  padding: 14px 0;
}

.cancel_cashbox .use_cash table {
  margin: 0 auto;
}

.cancel_cashbox .use_cash th {
  width: 100px;
}

.cancel_cashbox .use_cash td {
  width: calc(100% - 103px);
}

.cancel_cashbox .use_cash td input[type=text] {
  width: calc(100% - 3em);
}

.preving.use_cash_btn {
  display: flex;
  gap: 24px;
  padding: 0;
  margin-bottom: 0;
}

.preving.use_cash_btn a.cash_cancelBtn {
  background-color: transparent;
  color: #222 !important;
}

/* 23.06.01 - yj*/
.no_event_img_wrap {
  display: flex;
  justify-content: center;
  margin: 60px 0 20px;
}

.no_event_img_wrap img {
  width: 160px;
  height: 160px;
}

.no_event h2 {
  font-size: 26px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}

.no_event h2 strong {
  color: #fa5454;
}

.no_event p {
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  margin-top: 10px;
}

/* 매거진 임시 fix */
.magazinedetail {
  padding: 25px 0;
}

.magazinedetail__bottom {
  margin-bottom: 10px;
}

/* 23.07.04 */
.movie_info_renew23 .info {
  position: relative;
}

.movie_info_renew23 .info::before {
  width: 100%;
  height: 30 0px;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgb(248, 248, 248) 0%, rgba(248, 248, 248, 0) 100%);
}

.movie_info_renew23 .movieIner {
  padding: unset;
  padding-top: 20px;
  gap: 20px;
  border-bottom: unset;
}

.movie_info_renew23 .poster {
  min-width: unset;
  flex-basis: unset;
  min-width: 130px;
  overflow: hidden;
}

.movie_info_renew23 .poster img {
  border-radius: 5px;
}

.movie_info_renew23 .movieIner__text {
  margin-left: 0;
}

.movie_info_renew23 .movieIner__title {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 10px;
}

.movie_info_renew23 .movieInerInfo-list {
  margin: unset;
  flex-direction: column;
  gap: 5px;
}

.movie_info_renew23 .movieInerInfo-list li {
  display: flex;
  gap: 20px;
}

.movie_info_renew23 .movieInerInfo-list dd {
  font-size: 12px;
  color: #888;
  line-height: 1.5;
}

.movie_info_renew23 .movieInerInfo-list dt {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  color: #000;
}

.movie_info_renew23 .movieInerInfo-list li ~ li:after {
  content: unset;
}

.movie_info_renew23 .movieInerInfo-list li ~ li {
  margin-left: 0;
}

.movie_info_renew23 .btnBox02 a {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 14px;
}

.movie_info_renew23 .btnBox02 {
  border-bottom: 1px solid #aaa;
  margin-bottom: 20px;
}

.movie_info_renew23 .contentBox .title {
  margin: unset;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
}

.movie_info_renew23 .text.movie_info {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid #aaa;
}

.movie_info_renew23 .text.movie_info dl {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.movie_info_renew23 .text.movie_info dd {
  font-size: 12px;
  color: #888;
  line-height: 1.5;
}

.movie_info_renew23 .text.movie_info dt {
  color: #222;
  line-height: 1.5;
  font-size: 12px;
}

.movie_info_renew23 .contentBox {
  padding-bottom: 0;
  margin-top: 20px;
}

.movie_info_renew23 .contentBox .text {
  font-size: 12px;
  line-height: 1.5;
}

img {
  -o-object-fit: cover;
     object-fit: cover;
}

.contentBox .actor__item img {
  height: 140px;
  border-radius: 5px;
}

.movie_info_renew23 .contentBox .actor__list {
  justify-content: flex-start;
  gap: 10px;
}

.movie_info_renew23 .contentBox .actor__item {
  margin: unset;
  width: calc(33.3% - 6.67px);
}
.movie_info_renew23 .ff:after {
  content: unset;
}

.movie_info_renew23 .contentBox .actor .name {
  font-size: 12px;
  line-height: 1.5;
}

.movie_info_renew23 .contentBox .actor .position {
  margin: unset;
  line-height: 1.5;
}

/* 매거진 수정 */
.magazine_renew23 {
  border-top: 1px solid #ebebeb;
}

.magazine_renew23 .magazinedetail {
  position: relative;
  border-top: unset;
}

.magazine_renew23 .magazinedetail::before {
  width: calc(100% + 40px);
  height: 300px;
  z-index: -1;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -20px;
  background: linear-gradient(180deg, rgb(248, 248, 248) 0%, rgba(248, 248, 248, 0) 100%);
}

.magazine_renew23 .magazinedetail p:not(.preview_title), .magazine_renew23 .magazinedetail h4,
.magazine_renew23 .magazinedetail h4 * {
  font-weight: normal !important;
  line-height: 1.5 !important;
}

.magazinedetail .information {
  margin-top: 20px;
}

.magazine_renew23 .magazinedetail img {
  max-width: 90%;
}

.magazine_renew23 .poster {
  min-width: 130px;
  overflow: hidden;
  display: flex;
  justify-content: center;
}

.magazine_renew23 .poster img {
  border-radius: 5px;
  max-width: unset;
  height: -moz-fit-content;
  height: fit-content;
}

.magazine_renew23 .magazinedetail__bottom {
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-bottom: unset;
  margin: 20px 0;
  padding: 20px 0;
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
}

.magazine_renew23 .magazine_name {
  font-size: 12px;
  color: #888;
  line-height: 1.5;
  margin-bottom: 2px;
}

.magazine_renew23 .magazine_title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
}

.magazine_renew23 .magazine_date {
  font-size: 12px;
  color: #888;
  line-height: 1.5;
}

.magazine_renew23 .title_wrap {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #aaa;
}

.magazine_renew23 .magazinedetail_txt {
  width: 100%;
}

.magazine_renew23 .magazinedetail_txt dd {
  font-size: 12px;
  line-height: 1.5;
  color: #888;
}

.magazine_renew23 .magazinedetail_txt dt {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  color: #000;
  word-break: break-all !important;
}

.magazine_renew23 .magazinedetail_txt li {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.magazine_renew23 .magazinedetail_depth2 {
  display: flex;
  gap: 20px;
}

.magazine_renew23 .magazinedetail_depth2 li {
  width: calc(100% - 10px);
}

/* 영화예매_모바일 */
.work_tab {
  margin: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.work_tab li:nth-child(odd) {
  border-radius: 14px;
  border: 1px solid #000;
  overflow: hidden;
  width: calc(25% - 18px);
}

.work_tab li a {
  display: block;
  color: #000;
  padding: 6px 0;
  font-size: 14px;
  text-align: center;
}

.work_tab li a.active {
  background-color: #000;
}

.work_tab li a.active {
  color: #fff !important;
}

.reserve_status {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 80px;
  width: calc(100% - 2px);
  border-radius: 8px 8px 0 0;
  background-color: #F9F9FA;
  border: 1px solid #E8E8E8;
  overflow: hidden;
  z-index: 9999;
}

.reserve_status .wArea {
  padding: 20px 0;
}

.reserve_status .reserve_movie_title {
  font-size: 16px;
  font-weight: bold;
  width: calc(100% - 53px);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
}

.reserve_status .reserve_theater {
  font-size: 14px;
  color: #000;
  line-height: 1.5;
}

.reserve_status .reserve_date {
  margin-left: 10px;
  font-size: 14px;
  color: #aaa;
  line-height: 1.5;
}

.previngBox ul li.choiceMovie .wArea,
.choiceScreen .scrolBox,
.choiceDate .scrolBox {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

.previngBox ul li.choiceMovie li a {
  font-size: 14px;
  line-height: 1;
  height: 40px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-bottom: unset;
}

.previngBox ul li.choiceMovie li span {
  width: 18px;
  height: 18px;
  padding-left: 10px;
  padding-right: 5px;
  display: inline-block;
}

.previngBox ul li.choiceMovie li span img {
  width: 18px;
  height: 18px;
}

.previngBox ul li.choiceMovie li a:hover,
.previngBox ul li.choiceMovie li.active a {
  background: #000;
  color: #fff !important;
}

.explan.renew23_reserve .title {
  font-size: 16px;
  border-bottom: unset;
  padding-bottom: unset;
}

.explan.renew23_reserve .explan-txt {
  border-bottom: unset;
}

.explan.renew23_reserve .explan-txt p {
  font-size: 12px;
  line-height: 1.3;
  margin-bottom: 2px;
}

.previngBox .choiceScreen .scrolBox {
  position: relative;
}

.previngBox .choiceScreen .scrolBox > ul {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}

.previngBox .choiceScreen .scrolBox > ul::-webkit-scrollbar {
  width: 1px;
}

.previngBox .choiceScreen .scrolBox > ul::-webkit-scrollbar-track {
  background: transparent;
}

.previngBox .choiceScreen .scrolBox > ul::-webkit-scrollbar-thumb {
  background: transparent;
}

.previngBox .choiceScreen .scrolBox > ul > li > a {
  padding-left: 10px;
  line-height: 40px;
  border-bottom: unset;
  border-top: unset;
  background: unset;
  color: #000;
  width: 100%;
}

.previngBox .choiceScreen .scrolBox > ul > li > a:hover {
  background-color: #F3F3F3;
  color: #000 !important;
}

.previngBox .choiceScreen .scrolBox > ul > li > a.arrow {
  background: #000;
  color: #fff !important;
  position: relative;
  width: calc(100% - 18px);
}

.previngBox .choiceScreen .scrolBox > ul > li > a.arrow:after {
  content: "";
  background-image: url(../img/sub/movie_arrow_23.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  left: 80px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  position: absolute;
  width: 4px;
  height: 8px;
}

.previngBox .choiceScreen .scrolBox > ul > li > ul {
  position: absolute;
  top: 42px;
  left: 100px;
  width: calc(100% - 100px);
  overflow-y: auto;
  height: calc(100% - 41px);
  background-color: #fff;
  border-left: 1px solid #eee;
}

.previngBox .choiceScreen .scrolBox > ul > li > ul::-webkit-scrollbar {
  width: 8px;
}

.previngBox .choiceScreen .scrolBox > ul > li > ul::-webkit-scrollbar-track {
  background: transparent;
}

.previngBox .choiceScreen .scrolBox > ul > li > ul::-webkit-scrollbar-thumb {
  background: #888;
  background-clip: padding-box;
  border: 2px solid transparent;
  border-radius: 8px;
}

.previngBox .choiceScreen .scrolBox > ul > li > ul > li a {
  color: #000;
  font-size: 14px;
  line-height: 40px;
  width: calc(100% - 11px);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  background-color: #fff;
  z-index: 20;
}

.previngBox .choiceScreen .scrolBox > ul > li > ul > li a:hover {
  background-color: #F3F3F3;
  color: #000 !important;
}

.previngBox .choiceScreen .scrolBox > ul > li > ul > li a.active {
  color: #000 !important;
  font-weight: bold;
  background-color: #F3F3F3;
}

.chalender_23 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  width: calc(100% - 20px);
  border-bottom: 1px solid #eee;
}

.chalender_23 ul {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.chal_slide {
  width: calc(100% - 30px);
  overflow: hidden;
}

.chalender_23 li {
  color: #000;
  opacity: 0.2;
  position: relative;
}

.chalender_23 li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #000 !important;
  cursor: default;
  height: 40px;
}

.chalender_23 li.sat a {
  color: #2E45A7 !important;
}

.chalender_23 li.sun a {
  color: #F24B6B !important;
}

.chalender_23 li.on {
  opacity: 1;
}

.chalender_23 li.on:hover {
  opacity: 0.8;
}

.chalender_23 li.on a {
  cursor: pointer;
}

.chalender_23 li.active p {
  color: #fff;
}

.chalender_23 li.active::before {
  z-index: -3;
  border-radius: 10px;
  content: "";
  position: absolute;
  background-color: #000;
  width: 80%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.chalender_23 li p:nth-child(1) {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}

.chalender_23 li p:nth-child(2) {
  font-size: 10px;
}

.chal_arrow svg {
  stroke: #000;
  width: 16px;
  height: 16px;
}

.swiper-button-disabled svg {
  opacity: 0.2;
}

.chal_prev {
  transform: rotate(180deg);
}

.choiceMovie__title.movie_time, .choiceMovie__title.movie_day, .choiceMovie__title.movie_choice {
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  padding-left: 10px;
}

.time_load {
  display: block;
  width: 100%;
  font-size: 14px;
  text-align: center;
  line-height: 38px;
}

.previngBox .choiceDate .scrolBox {
  height: auto;
  min-height: 280px;
}

.previngBox .choiceTP .stBox {
  padding: 10px;
  gap: 10px 20px;
}

.previngBox .choiceTP .stBox span {
  margin: unset;
  width: calc(33.3333% - 13.333px);
}

.previngBox .choiceTP .stBox span a {
  width: 100%;
  height: 100%;
  font-size: 14px;
  line-height: 34px;
  border: 1px solid #aaa;
  color: #000 !important;
}

.previngBox .choiceTP .stBox span a:hover,
.previngBox .choiceTP .stBox span a:active {
  background-color: #000;
  color: #fff !important;
}

.previngBox .choiceTP .stBox.personnel {
  justify-content: space-between;
  padding: 0 10px 10px;
  gap: unset;
  background-color: #F3F3F3;
}

.previngBox .choiceTP .stBox.personnel span {
  width: 28px;
  height: 28px;
  border-radius: 28px;
  border: 1px solid #000;
  overflow: hidden;
}

.previngBox .choiceTP .stBox.personnel span a {
  width: 100%;
  height: 100%;
  font-size: 14px;
  line-height: 28px;
  border: unset;
}

.previngBox .choiceTP .stBox span .active {
  background: #000;
  border: 1px solid #000;
}

.choiceMovie__title.peopleinit_title {
  font-size: 12px;
  font-weight: normal;
  border-bottom: unset;
  background-color: #F3F3F3;
  text-align: left;
  padding: 10px 10px 5px 10px;
}

.previngBox .choiceTP .positionBox {
  padding: 0 10px;
}

.previngBox .choiceTP .positionBox table th {
  line-height: 24px;
  background: transparent;
  font-weight: bold;
  color: #000;
  width: 100%;
  font-size: 16px;
}

.previngBox .choiceTP .positionBox tbody {
  margin-top: 10px;
}

.previngBox .choiceTP .positionBox tbody tr {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.previngBox .choiceTP .positionBox tbody tr td {
  width: calc(33.3333% - 6.666px);
  border: 1px solid #aaa;
  color: #000 !important;
}

.previngBox .choiceTP .positionBox table td a {
  display: block;
  height: 30px;
  line-height: 30px;
}

.previngBox .choiceTP .positionBox tbody tr td:hover,
.previngBox .choiceTP .positionBox tbody tr td:active {
  background-color: #000;
}

.previngBox .choiceTP .positionBox tbody tr td:hover a,
.previngBox .choiceTP .positionBox tbody tr td:active a {
  color: #fff !important;
}

.position_sub_txt {
  color: #aaa;
  font-size: 10px;
  text-align: center;
  margin-top: 10px;
}

.choiceTP03 {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #000;
}

.loading_new {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 999999;
}

.loading_new::after {
  position: absolute;
  content: "";
  width: 180px;
  height: 180px;
  background-image: url(/assets/img/sub/Rolling-2s-200px.svg);
  background-size: cover;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(calc(-50% - 50px));
}

.loading_new::before {
  position: absolute;
  content: "로딩 중입니다.";
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(calc(-50% + 70px));
}

.work_tab.depth1 {
  margin: 20px 0 10px;
}

.work_tab.depth2 {
  margin: 0 0 20px;
}

.work_tab.w100 li {
  width: 100%;
  text-align: center;
}

.work_tab.w100 li a {
  width: 100%;
  background-color: #000;
  color: #fff !important;
}

.previngBox h3.title.new23 {
  border-top: 1px solid #000;
  line-height: 1.5 !important;
  font-size: 14px !important;
  padding: 10px;
  text-align: left !important;
}

.tableType01.reserve_step2_txt_wrap table th {
  font-size: 12px;
  font-weight: normal;
}

.tableType01.reserve_step2_txt_wrap table td {
  font-size: 14px;
  font-weight: bold;
}

.sub_txt {
  font-weight: normal !important;
  line-height: 1.5 !important;
}

.sub_txt span {
  font-size: 10px !important;
}

.previngBox .inputBox label {
  font-size: 12px;
  display: flex;
  align-items: center;
}

.previngBox .inputP .scrolBox .exBox-text p {
  list-style: 1.5;
  font-size: 12px;
}

.previngBox .inputP .scrolBox .ticketMemo-wrap input {
  font-size: 12px;
}

.previngBox > ul.hauto {
  height: auto;
}

.txt_no_select_day {
  text-align: center;
  padding: 30px;
  font-size: 14px;
  color: #888;
  display: none;
}

/* 결제화면 fix */
.previngBox .transfer .title {
  width: 75px;
}

.previngBox .transfer-list {
  padding: 10px 0;
}

.previngBox .transfer .input-wrap {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  flex-wrap: wrap;
}

.previngBox .transfer-item {
  line-height: 25px;
}

.realtime_rank23 {
  font-size: 48px;
  color: #fff;
  left: 0;
  height: auto;
  bottom: -5px;
  left: 5px;
  width: 1.5em;
  font-style: italic;
  line-height: 1;
  z-index: 3;
}

.movieBox-item > a:after {
  position: absolute;
  z-index: 2;
  bottom: 0;
  content: "";
  display: block;
  width: 100%;
  height: 30%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0) 100%);
}

/* QNA */
.qna_area {
  text-align: left;
  display: flex;
  width: 100%;
}

.qna_area.q {
  margin-bottom: 10px;
}

.qna_area.a {
  border-top: 1px solid #ededed;
  padding-top: 10px;
}

.qna_area p:nth-child(1) {
  font-weight: bold;
  font-size: 16px;
  color: #E53D3D;
  line-height: 1;
  margin-right: 5px;
}

.qna_area p:nth-child(2) {
  padding-top: 2px;
}

.custom td:not(.mypage06_depth2_fix) {
  flex-direction: column;
  align-items: flex-start;
}

/* 쿠폰등록 시안성 */
.c_regist_sub_txt {
  margin-top: 10px;
  font-size: 10px;
  color: #666;
  text-align: center;
}

.cuponBox .inputBox input {
  border: 1px solid #ccc;
}

.cuponBox .inputBox > .inputBox-warp:nth-child(1),
.cuponBox .inputBox > .inputBox-warp:nth-child(2) {
  position: relative;
}

.cuponBox .inputBox > .inputBox-warp:nth-child(1):after,
.cuponBox .inputBox > .inputBox-warp:nth-child(2):after {
  position: absolute;
  content: "-";
  display: block;
  top: 50%;
  right: -13px;
  transform: translateY(-50%);
  font-size: 16px;
  font-weight: bold;
  color: #999;
}

/* 공지사항 텍스트 가독성 */
.detail-con .detail-txt {
  line-height: 1.5;
}

/* 파일첨부 */
.inquiry__file {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  position: relative;
}

.inquiry__file p {
  width: 70px;
  line-height: 1;
  font-size: 12px;
  box-sizing: border-box;
}

.filebox {
  display: flex;
  gap: 5px;
  align-items: center;
  width: 100%;
}

.filebox label {
  background: #f15353;
  color: #fff;
  line-height: 40px;
  display: inline-block;
  padding: 0 15px;
  font-size: 12px;
  line-height: 30px;
  font-weight: 500;
  text-align: center;
  box-sizing: border-box;
  border-radius: 5px;
}

.filebox input[type=file] {
  position: absolute;
  width: 0;
  height: 0;
  padding: 0;
  overflow: hidden;
  border: 0;
}

.filebox .upload-name {
  display: inline-block;
  padding: 0 10px;
  line-height: 34px;
  font-size: 12px;
  vertical-align: middle;
  border: 1px solid #ededed;
  width: calc(100% - 5px);
  color: #bfbfbf;
  outline: 0;
  border-radius: 5px;
}

/* 예매/취소내역 */
.customcenterView .cancelticket:first-child {
  margin-top: 20px;
}

.customcenterView .cancelticket:last-child {
  border-bottom: 1px solid #333;
}

.cticket_status {
  display: flex;
  align-items: center;
  border-top: 1px solid #333;
  padding: 10px 0;
  margin-bottom: 10px;
  border-bottom: 1px solid #EDEDED;
}

.btn_creat {
  text-align: unset;
  margin-top: unset;
  padding: unset;
  margin-left: 10px;
}

.cticket_status > span {
  margin-left: 10px;
  font-size: 10px;
}

.cticket_status h4 {
  width: 70px;
  line-height: 1.5;
}

.cancelticket dl {
  display: flex;
  margin-bottom: 4px;
  line-height: 1.5;
}

.cancelticket dl:last-child {
  margin-bottom: 10px;
}

.cancelticket dl dd {
  font-weight: bold;
  width: 80px;
  display: block;
  font-size: 10px;
}

.cancelticket dl dt {
  font-size: 10px;
}

.cticket_detail {
  border-top: 1px solid #EDEDED;
  border-bottom: 1px solid #EDEDED;
  line-height: 1.5;
  padding: 10px;
  font-size: 10px;
  line-height: 1.5;
  background-color: #F9F9F9;
}

/* 231113 no_input */
.no_input select, .no_input input {
  cursor: pointer;
}

/* 문의하기 버튼 fix */
.btn_creat.inq_btn {
  display: flex;
  justify-content: end;
  margin-top: 10px;
  padding: 10px;
}

/* mpass */
.mpass {
  padding-bottom: 40px;
}
.mpass .mpass_header {
  margin-top: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
}
.mpass .mpass_header h3 {
  font-size: 16px;
  font-weight: bold;
}
.mpass .sub_header {
  padding: 10px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.mpass .sub_header h4 {
  line-height: 1.5;
  font-size: 16px;
  font-weight: 400;
}
.mpass h3 {
  font-size: 26px;
  font-weight: normal;
  line-height: 1.5;
}
.mpass .bm {
  border-bottom: 1px solid #eee;
}
.mpass .btnBox {
  padding: 0;
  border: none;
}
.mpass .btnBox > a {
  min-width: 130px;
  white-space: nowrap;
  display: inline-block;
  padding: 0 26px;
  background: #f15353;
  font-size: 14px;
  color: #fff !important;
  line-height: 40px;
  text-align: center;
  border-radius: 5px;
  border: none;
}
.mpass .moviepass_logo {
  margin-top: 5px;
  margin-bottom: -5px;
  background-image: url(/assets/img/moviepass/mpass_logo_color.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.mpass .mpass_info {
  text-align: center;
  padding: 40px 0;
}
.mpass .mpass_info h3 {
  margin-bottom: 10px;
}
.mpass .mpass_info h3 .moviepass_logo {
  margin-left: 10px;
  margin-right: 10px;
  display: inline-block;
  width: 172px;
  text-indent: -999px;
  overflow: hidden;
}
.mpass .mpass_info p {
  font-size: 14px;
  line-height: 1.5;
}
.mpass .mpass_info p b {
  font-weight: bold;
}
.mpass .mpass_info.mmem_info h3 p.main_txt {
  font-size: 26px;
  font-weight: normal;
}
.mpass .mpass_info.mmem_info h3 p.sub_txt {
  font-size: 14px;
}
.mpass .info_button_wrap {
  margin-top: 20px;
}
.mpass .info_button_wrap p {
  text-align: center;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 3px;
}
.mpass .mpass_content {
  margin-bottom: 20px;
}
.mpass .mpass_content.mpass_main {
  margin-bottom: 40px;
}
.mpass .mpass_content.mpass_table {
  margin-bottom: 20px;
}
.mpass .mpass_content.mpass_table table {
  width: 100%;
  border-bottom: 1px solid #eee;
  font-size: 14px;
}
.mpass .mpass_content.mpass_table table th, .mpass .mpass_content.mpass_table table td {
  padding: 10px;
}
.mpass .mpass_content.mpass_table table th {
  line-height: 1.5;
  width: 130px;
  background-color: #F6F6F6;
  border-right: 1px solid #eee;
  text-align: left;
}
.mpass .mpass_content.mpass_table table td {
  line-height: 1.5;
  width: 340px;
}
.mpass .mpass_content.mpass_table table tr:first-child td, .mpass .mpass_content.mpass_table table tr th {
  border-bottom: 1px solid #eee;
}
.mpass .mpass_content.mpass_table table tr td:nth-child(2) {
  border-right: 1px solid #eee;
}
.mpass .mpass_content.list {
  margin-top: 20px;
}
.mpass .mpass_content.list > ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.mpass .mpass_content.list > ul > li {
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #eee;
  border-radius: 5px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.mpass .mpass_content.list > ul > li .mpass_list_top {
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  font-weight: bold;
}
.mpass .mpass_content.list > ul > li .mpass_list_top .mpass_list_top_right {
  width: 100%;
  margin-left: 10px;
  display: flex;
  justify-content: space-between;
}
.mpass .mpass_content.list > ul > li .mpass_list_bottom p {
  font-size: 14px;
  line-height: 1.5;
}
.mpass .mpass_content.list > ul > li .mpass_list_bottom p:last-child {
  margin-top: 10px;
}
.mpass .mpass_content.list > ul > li .mpass_list_bottom p:last-child span {
  color: #888;
}
.mpass .mpass_content.list > ul > li.past {
  filter: opacity(0.5);
}
.mpass .mpass_content.list .no_mpass_member {
  width: 100%;
  text-align: center;
  font-size: 14px;
  padding: 40px 0;
}
.mpass .mpass_content.box_li > ul {
  display: flex;
  gap: 20px;
  flex-direction: column;
}
.mpass .mpass_content.box_li > ul > li {
  box-sizing: border-box;
  border: 1px solid #eee;
  border-radius: 5px;
  background-color: #fff;
  padding: 25px;
  height: auto;
  width: 100%;
}
.mpass .mpass_content.box_li > ul > li dl {
  margin-bottom: 20px;
}
.mpass .mpass_content.box_li > ul > li dl dd {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: bold;
}
.mpass .mpass_content.box_li > ul > li dl dt {
  font-size: 16px;
  line-height: 1.5;
}
.mpass .mpass_content.box_li .box_content.li01 {
  display: flex;
  align-items: center;
  gap: 10px;
}
.mpass .mpass_content.box_li .box_content.li01 img {
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
}
.mpass .mpass_content.box_li .box_content.li02 > ul {
  display: flex;
  gap: 30px;
}
.mpass .mpass_content.box_li .box_content.li02 > ul > li {
  text-align: center;
}
.mpass .mpass_content.box_li .box_content.li02 > ul > li p:nth-child(1) {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.3;
}
.mpass .mpass_content.box_li .box_content.li02 > ul > li p:nth-child(2) {
  font-size: 10px;
  line-height: 1.5;
}
.mpass .mpass_content.box_li .box_content.li02 > ul > li:first-child {
  color: #999;
  position: relative;
}
.mpass .mpass_content.box_li .box_content.li02 > ul > li:first-child::after {
  content: ">";
  position: absolute;
  color: #000;
  font-weight: lighter;
  font-size: 22px;
  right: -20px;
  top: 50%;
  transform: scaleX(70%) translateY(-50%);
}
.mpass .mpass_content.box_li .box_content.li02 > ul > li:first-child p:nth-child(1) {
  text-decoration: line-through;
}
.mpass .mpass_txt_wrap.mpass_main {
  margin: 20px 0 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.mpass .mpass_txt_wrap p {
  font-size: 14px;
  line-height: 1.5;
}
.mpass .mpass_link_wrap {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.mpass .mpass_link_wrap p {
  text-align: right;
  font-size: 14px;
  line-height: 1.5;
}
.mpass .mpass_link_wrap p a {
  color: #000;
  font-weight: bold;
  text-decoration: underline;
}

.popBox.mpass_unsub .pop_sub_title_wrap th {
  font-size: 14px;
  font-weight: normal;
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #eee;
  padding: 20px;
}

.loginWrap:has(.borderBox.maintenance) {
  border-top: 1px solid #dedede;
}

.loginWrap .borderBox.maintenance {
  border-top: 0;
}

/* 예매내역 없음 */
.no_r_history {
  width: 100%;
}

.no_r_history p {
  padding-top: 20px;
  width: 100%;
  text-align: center;
}

/* 문의하기 버튼 refix */
.btn_creat.inq_btn {
  width: 100%;
  box-sizing: border-box;
  margin: 10px 0 0;
  padding: 0 20px;
}

.btn_creat.inq_btn .Atype {
  width: 100%;
  display: block;
}

.btn_creat.inq_btn .Atype a {
  box-sizing: border-box;
  width: 100%;
  text-align: center;
  padding: 0 25px;
  line-height: 40px;
}

/* 무비차트 멤버쉽 */
.c_main_color {
  color: #e93b2a;
}

.mem_main_txt {
  display: inline-block;
  margin-left: 6px;
  margin-right: 6px;
  width: 100%;
}

.mpass_inuse_gate {
  padding-top: 20px;
}
.mpass_inuse_gate .inuse_prod {
  padding: 20px;
  border: 1px solid #eee;
  border-radius: 10px;
  background-color: #fff;
}
.mpass_inuse_gate .inuse_prod:not(:first-child) {
  margin-top: 10px;
}
.mpass_inuse_gate .inuse_prod.no_prod {
  font-size: 14px;
  padding-top: 160px;
  text-align: center;
  border: 0;
}
.mpass_inuse_gate .inuse_pord_top {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.mpass_inuse_gate .inuse_pord_top div:not(:last-child) {
  margin-bottom: 5px;
}
.mpass_inuse_gate .inuse_pord_top_depth {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mpass_inuse_gate span {
  font-size: 14px;
}
.mpass_inuse_gate span.prod_title {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 5px;
}
.mpass_inuse_gate a {
  font-weight: bold;
  font-size: 14px;
  text-decoration: underline;
  color: #000;
}
.mpass_inuse_gate a :hover {
  color: #888 !important;
}
.mpass_inuse_gate .inuse_prod_bottom {
  font-size: 14px;
  line-height: 1.5;
}
.mpass_inuse_gate .inuse_prod_bottom dl {
  display: flex;
  gap: 5px;
  align-items: flex-start;
}
.mpass_inuse_gate .inuse_prod_bottom dl:not(:last-child) {
  margin-bottom: 5px;
}
.mpass_inuse_gate .inuse_prod_bottom dl dd {
  padding: 3px 14px;
  background-color: #F15353;
  color: #fff;
  border-radius: 20px;
  white-space: nowrap;
}

/* 헤택 */
.monitorBox table td.total .sale {
  color: #888;
  text-decoration: line-through;
}

.choiceMonitor .wrap.padding-fix {
  padding: 15px 20px;
}

.monitorBox table tr.benefit td {
  font-weight: 400;
}
.monitorBox table tr.benefit td b {
  font-weight: 600;
}
.monitorBox table tr.benefit td p {
  font-weight: 600;
}
.monitorBox table tr.benefit td p span {
  font-weight: 400;
  margin-left: 3px;
  color: #666 !important;
}

.monitorBox.no_benefit .benefit_inner {
  display: none;
}

.event_24 .space {
  padding-top: 40px;
}
.event_24 .sub_header {
  padding: 10px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.event_24 .sub_header h4 {
  font-size: 14px;
  font-weight: 400;
}
.event_24 .sub_header.event_title {
  padding: 40px 0 40px 10px;
}
.event_24 .sub_header.event_title h4 {
  font-size: 26px;
  font-weight: bold;
}
.event_24 .sub_header.event_title .event_date {
  font-size: 14px;
  margin-top: 10px;
}
.event_24 .event_content_wrap {
  margin-top: 20px;
}
.event_24 .event_content_wrap ul.event_list {
  display: flex;
  gap: 40px;
}
.event_24 .event_content_wrap ul.event_list li {
  width: 100%;
}
.event_24 .event_content_wrap ul.event_list li:hover .event_list_img_wrap {
  box-shadow: -1px 1px 16px 0px rgba(0, 0, 0, 0.18);
  -webkit-box-shadow: -1px 1px 16px 0px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: -1px 1px 16px 0px rgba(0, 0, 0, 0.18);
}
.event_24 .event_content_wrap ul.event_list li:hover .event_list_img_wrap img {
  transform: scale(1.02);
}
.event_24 .event_content_wrap ul.event_list .event_list_img_wrap {
  border-radius: 5px;
  overflow: hidden;
  height: -moz-max-content;
  height: max-content;
  transition: all 0.2s ease-out;
}
.event_24 .event_content_wrap ul.event_list .event_list_img_wrap img {
  max-width: 100%;
  max-height: 100%;
  transition: all 0.2s ease-out;
}
.event_24 .event_content_wrap ul.event_list .event_list_txt_wrap {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.event_24 .event_content_wrap ul.event_list .event_list_txt_wrap p {
  font-size: 14px;
  color: #000;
}
.event_24 .event_content_wrap ul.event_list .event_list_txt_wrap p.event_title {
  font-weight: bold;
}
.event_24 .event_content_wrap ul.event_list .event_list_txt_wrap p.event_date {
  font-size: 12px;
}

.e_membership {
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.event_list_btn {
  margin-top: 20px;
  padding-bottom: 120px;
}

/* 결제 */

/* 결제 */
.pay_wrap .section-line{
  margin-bottom: 10px;
}
.pay_wrap .title-wrap{
  padding-bottom: 20px;
border-bottom: 1px solid #000;
}
.pay_wrap .title__txt h2 {
font-size: 26px;
font-weight: bold;
line-height: 1;
}
.pay_wrap .sub_header{
border-top: 1px solid #eee;
border-bottom: 1px solid #eee;
}
.pay_wrap .sub_header h4{
  line-height: 40px;
  font-size: 16px;
  font-weight: normal;
}
.pay_wrap .sub_inner_wrap{
  padding: 10px 0;
  border-bottom: 1px solid #eee;
}
.pay_wrap .sub_inner_wrap p{
  line-height: 1.5;
  font-size: 14px;
  font-weight: normal;
}
.seat_check_button_wrap .select > button{
  display: block;
  background: #f15353;
  font-size: 14px;
  color: #fff !important;
  line-height: 40px;
  text-align: center;
  border-radius: 5px;
  width: 120px;
  margin-top: 10px;
}
.pay_wrap_flex{
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 20px;
}
.pay_left_wrap{
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.pay_right_wrap{
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.pay_box{
  border-radius: 12px;
  border: 1px solid #eee;
  padding: 20px;
}
.pay_box_top{
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}
.pay_box_title{
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
}
.pay_book_info_wrap{
  display: flex;
  gap: 20px;
}
.pay_book_info_img{
  width: 100px;
  height: 150px;
  overflow: hidden;
  border-radius: 5px;
}
.pay_book_info_img img{
  max-width: 100%;
  max-height: 100%;
}
.pay_book_info_txt{
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.pay_movie_title{
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
}
.pay_book_info_txt dl{
  display: flex;
  gap: 10px;
  font-size: 14px;
  line-height: 1.5;
}
.pay_book_info_txt dd{
  font-weight: bold;
}
.pay_send_info_wrap{
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.pay_send_info_wrap ~ .pay_send_info_wrap{
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #eee;
}
.pay_send_info_wrap dl{
  display: flex;
  font-size: 14px;
  align-items: center;
}
.pay_send_info_wrap dd{
  width: 97px;
  font-weight: bold;
}
.pay_wrap .phone_wrap{
  display: flex;
  gap: 20px;
}
.pay_wrap .pay_send_info_wrap select,
.pay_wrap .pay_send_info_wrap input:not([type="radio"]){
  padding: 0 10px;
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  border-radius: 5px;
  border: 1px solid #ebebeb;
  box-sizing: border-box;
}
.pay_wrap .pay_send_info_wrap select{
  width: calc(33.33% - 14px);
}
.pay_wrap .pay_send_info_wrap label:not(.radio_wrap){
  width: calc(33.33% - 14px);
}
.pay_send_info_wrap label{
  position: relative;
}
.pay_send_info_wrap .phone_wrap label::after {
content: "";
  display: block;
position: absolute;
left: -15px;
top: 55%;
transform: translateY(-50%);
width: 8px;
height: 1px;
background: #b2b2b2;
}
.pay_sub_txt{
  font-size: 12px;
  line-height: 1.5;
  color: #666;
}
.select {
  position: relative;
}
.select_box{
  padding: 10px;
  font-size: 14px;
  font-weight: bold;
  color: #888;
  width: 100%;
  outline: 0;
  background-color: #fff;
  border: 1px solid #EBEBEB;
  border-radius: 5px;
  text-align: left;
  position: relative;
}
.select_box::after{
  position: absolute;
  width: 10.5px;
  height: 6px;
  background-image: url(../img/arrow.svg);
  background-repeat: no-repeat;
  display: block;
  content: "";
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  transition: all .2s ease;
}
.select_box.select_ok{
  color: #000;
  font-weight: 400;
}
.select_box.select_on::after{
  transform: translateY(-50%) rotate(180deg);
}
.select_box.select_on{
  border-radius: 5px 5px 0 0;
}
.select_box + .select_option{
  opacity: 0;
  pointer-events: none;
  position: absolute;
  width: calc(100% - 2px);
  border-radius: 0 0 10px 10px;
  overflow: hidden;
  border: 1px solid #EBEBEB;
  margin-top: -1.5px;
  border-top: 0;
  max-height: 205px;
  overflow-y: auto;
  z-index: 2;
  background-color: #fff;
}
.select_box.select_on + .select_option{
  opacity: 1;
  pointer-events: auto;
}
.select_box + .select_option li{
  background-color: transparent;
}
.select_box + .select_option li button,
.select_box + .select_option li a{
  display: block;
  background-color: #fff;
  width: 100%;
  padding: 10px;
  font-size: 14px;
  box-sizing: border-box;
  cursor: pointer;
  text-align: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.select_box + .select_option li.used button{
  color: rgba(0, 0, 0, 0.3);
  cursor: auto;
  text-decoration: line-through;
}
.select_box + .select_option li button:hover{
  background-color: #F5F5F5;
}
.select_box + .select_option li.used button:hover{
  background-color: #fff;
}
.pay_benefit dd,.pay_result dd{
  width: auto;
}
.pay_benefit dl,.pay_result dl{
  justify-content: space-between;
}
.pay_benefit dt{
    font-weight: bold;
    color: #f15353;
    display: flex;
    gap: 3px;
    align-items: center;
}
.pay_benefit .benefit_count{
    display: flex;
    color: #222;
    gap: 5px;
    align-items: center;
}
.pay_benefit .benefit_count .benefit_count_button{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    width: 18px;
    height: 18px;
    background-color: transparent;
    color: #222;
    border: 1px solid #222;
    border-radius: 5px;
    background-color: #fff;
}
.pay_result dt{
  font-weight: bold;
}
.pay_result.inner dd,.pay_result.inner dt{
  font-weight: normal;
}
.pay_coupon_cancel{
  padding: 5px 4px;
  color: #222;
  border: 1px solid #222;
  border-radius: 5px;
  background-color: #fff;
}
.radio_wrap{
  display: flex;
  height: 20px;
  align-items: center;
  position: relative;
  padding-left: 27px;
  line-height: 1;
  cursor: pointer;
  font-size: 14px;
}
.radio_wrap input{
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
}
.radio_check{
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 20px;
  width: 20px;
  border: 1px solid #ccc;
  border-radius: 100%;
}
.radio_check:after {
  content: "";
  position: absolute;
  display: none;
}
input:checked ~ .radio_check:after {
  display: block;
}
.radio_wrap .radio_check:after {
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 14px;
  height: 14px;
  background-color: #f15353;
  border-radius: 100%;
}
.return_button a{
  display: block;
width: 100%;
font-size: 14px;
line-height: 40px;
text-align: center;
border-radius: 5px;
  background-color: #f7f7f7;
  border: 1px solid #ddd;
  color: #222;
}
.pay_button a{
  display: block;
width: 100%;
background: #f15353;
font-size: 14px;
color: #fff !important;
line-height: 50px;
text-align: center;
border-radius: 5px;
}
.pay_wrap .sub_header.pay_foot_header{
  margin-top: 20px;
  border-top: 1px solid #000;
}
.seat_check_button_wrap .select_box{
  line-height: 40px;
  padding: 0;
  border-radius: 5px !important;
}
.seat_check_button_wrap .select{
  width: 120px;
}
.seat_check_button_wrap .select_box::after{
  display: none;
}
.pay_footer_info b{
  color: #f15353;
}
.pay_wrap .sub_inner_wrap.pay_footer_info p{
  color: #666;
}
.pay_wrap .flex_col{
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
}
.pay_wrap .flex_col dt{
  width: 100%;
}
.pay_requset_input{
  width: 100%;
}
.pay_disb{
  opacity: .6;
}
.pay_disb dt{
  color: #222;
}
.login_label{
  color: #888;
}