@charset "utf-8";

@font-face {
  font-family: 'Chosunilbo_myungjo';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_one@1.0/Chosunilbo_myungjo.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}


@font-face {
    font-family: 'Eulyoo1945-SemiBold';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2102-01@1.0/Eulyoo1945-SemiBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'Eulyoo1945-Regular';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2102-01@1.0/Eulyoo1945-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SEBANG_Gothic_Bold';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2104@1.0/SEBANG_Gothic_Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.6/dist/web/variable/pretendardvariable-jp-dynamic-subset.css");



::selection
{-webkit-text-fill-color: white;}



/*페이지 버튼 스타일*/
body .pg_wrap	{
	display: block;
	position: relative;
	text-align: center;
	padding: 20px 0;
	  
}

body .pg_wrap .pg_page	{
	display: inline-block;
	position: relative;
	height: 20px;
	width: 20px;
	box-sizing: border-box;
	margin: 0 5px;
	border: 3px double var(--music-text);
	overflow:hidden;
	border-radius: 100%;
	box-shadow: 0px 1px 0px;
	color:			var(--music-text);
	background:		var(--color-point);
	line-height: 12px;
	min-width: 10px;
	padding: 0px;
	text-align:center;
	vertical-align: middle;
	padding-top:1px;
	-webkit-clip-path: circle(100%);
  clip-path: circle(100%);
}

body .pg_wrap .pg_page:hover {
	color:			var(--music-text);
	background:		var(--color-point);
	border: 0px double var(--music-text);
	transition-duration:0.1s;
	transition-property:transform,color,background;
	transform:translateY(1px);
	box-shadow: 0px 1px 3px inset rgba(0,0,0,0.7);
	padding-top:4px;
}

body .pg_wrap .pg_control	{
	overflow: hidden;
	text-align: left;
	text-indent: -999px;
}
body .pg_wrap .pg_control:before	{ 
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-indent: 0;
	text-align: center;
	font-size:var(--page-font-size);
	line-height: var(--page-font-size);
}

body .pg_wrap .pg_start:before	{ content: "<<";}
body .pg_wrap .pg_end:before	{ content: ">>"; }
body .pg_wrap .pg_prev:before	{ content: "<";}
body .pg_wrap .pg_next:before	{ content: ">";}

body .pg_wrap .pg_start:hover:before, 
body .pg_wrap .pg_end:hover:before,
body .pg_wrap .pg_prev:hover:before,
body .pg_wrap .pg_next:hover:before { 
	margin: 4px 0px;
}

body .pg_wrap .pg_current,
body .pg_wrap .pg_current:hover	{
	color:			var(--music-text);
	background:		var(--color-point);
	border: 0px double var(--color-point) !important;
	transition-duration: 0.1s;
	transition-property:transform,color,background;
	box-shadow: 0px 1px 3px inset rgba(0,0,0,0.7) !important;
	padding-top:3px;
}
body .pg_wrap .pg_current:hover {
	transform:translateY(0px) !important;
}

/*-페이지 버튼 스타일*/

.error				{ position:relative; text-align: center; line-height: 1.8em; padding-top: 70px; }
.error:before		{ /*content:"\ea0e"; display:block; position: absolute; font-family: 'icon'; font-size: 50px; line-height: 50px; top: 0;left:0; right: 0; text-align: center; */}
.error .btn-group	{ padding: 20px 0 0; }

.ui-mmb-list-category		{ text-align: center; }
.ui-mmb-list-category a		{ display: inline-block; position: relative; padding: 6px 10px; font-weight: bold; border-radius: 3px; }
.ui-mmb-list-category a.on:before	{/* content: "\ea10"; font-family: 'icon'; padding-right: 5px; */}

.ui-mmb-button		{ text-align: center; padding-top: 10px;}

.help.ui-btn		{ width: 100%; padding: 2px; line-height: 1.2em; border-radius: 3px; margin-bottom:5px;}
.ui-paging			{ margin-bottom:0; padding-bottom:0;}




/**THEME**/
.sanserif { }

.sanserif .ticket_button2 { font-weight:600; }

.serif { }

.serif .ticket_Title strong { }

#bo_cate { text-align:center; }

#bo_cate li {
	display:inline-block;
	vertical-align:middle;
	margin:0.2em;
}
#bo_cate li a {	border-radius:9em; }

/** Notice Box **/
.board-notice {
  width: 264px;
  padding: 10px;
  margin: 0 auto;
  text-align: center;
  box-sizing: border-box;
}

.link {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  overflow: hidden;
  text-indent: -999px;
  width: 14px;
  height: 30px;
}

.link:before {
  content: '\f0c1';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  text-indent: 0;
  text-align: center;
  font-size: 11px;
  line-height: 30px;
}

.ui-write-area {
  display: none;
}

.contents_box {
  width: 100%;
  position: relative;
  padding: 5px 0px;
  box-sizing: border-box;
  color: #ffffff;
  margin: 0 auto;
}

.ticket_box {
  display: inline-flex;
  width: 100%;
  -webkit-mask-image: radial-gradient(circle at top left, transparent 0, transparent 20px, black 21px), radial-gradient(circle at top right, transparent 0, transparent 20px, black 21px), radial-gradient(circle at bottom left, transparent 0, transparent 20px, black 21px), radial-gradient(circle at bottom right, transparent 0, transparent 20px, black 21px);
  -webkit-mask-position: top left, top right, bottom left, bottom right;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 51% 51%;
  mask-image: radial-gradient(circle at top left, transparent 0, transparent 20px, black 21px), radial-gradient(circle at top right, transparent 0, transparent 20px, black 21px), radial-gradient(circle at bottom left, transparent 0, transparent 20px, black 21px), radial-gradient(circle at bottom right, transparent 0, transparent 20px, black 21px);
  mask-position: top left, top right, bottom left, bottom right;
  mask-repeat: no-repeat;
  mask-size: 51% 51%;

  height: 250px;
}

.ticket_Title {
  font-size: 16px;
  padding: 0;
  vertical-align: middle;
  text-shadow: 0 0 5px #000;
}

.ticket_Title strong {
  font-size: 32px;
  vertical-align: middle;
  color: white;
  text-shadow: 0 0 3px #000;
  word-break: keep-all;
  display: inline-block;
  width: 500px;
  line-height: 92%;
  padding:4px 0;
}

.ticket_button {
    padding: 4px 0px;
    font-size: 14px;
    display: flex;
    vertical-align: middle;
    flex-direction: column;
    gap: 4px;
    align-items: center;
	margin-right: 6px;
	text-shadow: 0 0 3px #000;
}

.ticket_button2 {
    background: var(--color-point);
    padding: 8px 12px;
	border-radius:4px;
	text-shadow: none;
    color: var(--music-base);
    font-family: 'Pretendard-Regular';
}

.ticket_button span { font-family: 'Eulyoo1945-SemiBold'; }

.ticket-script {
	font-size: 14px;
	margin: 4px 0;
    text-shadow: 0 0 3px #000;
    font-family: 'Pretendard-Regular';
}


.ticket_left {
  background-color: rgba(20, 20, 20, 1);
  padding: 25px 56px 12px 56px;
  width: calc(80% - 112px);
  position:relative;
}

.ticket_right {
  background-color: rgba(20, 20, 20, 1);
  display: block;
  padding: 20px;
  width: calc(20% - 40px);
  border-left: rgba(255, 255, 255, 0.5) dashed 2px;
  font-size:14px;
  font-family:'Pretendard';
}

.ticket_right strong {
	background-image: url('http://dalcent.cafe24.com/img/holo.jpg');
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	animation-duration: 10s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: linear;
    animation-name: fluid;
    
    font-size: 18px;
    font-family: 'Noto Serif KR';
    font-weight: bolder;
}

@keyframes fluid {
    from {
        background-position: top;
    }

    to {
        background-position: bottom;
    }
}

.ticket_check {
  position: absolute;
  bottom: 20px;
  vertical-align: middle;
}

.contents_box .ticket_check p {
  float: left;
  line-height: inherit;
}

.barcode {
  padding: 20px 0;
  font-family: 'Libre Barcode 128 Text', cursive;
  font-size: 38px;
  background-image: url('http://dalcent.cafe24.com/img/holo.jpg');
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation-duration: 15s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: linear;
    animation-name: fluid;
	background-size:500%;
}

.fav {
  display: inline-block;
  float: right;
  vertical-align: middle;
  position: relative;
  width: 100px;
  height: 100px;
  overflow: hidden;
  text-indent: -999px;
}

.fav:before {
  content: '';
  background: url('./img/stamp.png');
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  text-indent: 0;
  text-align: center;
  transition: opacity 0.5s, transform 0.3s;
  opacity: 0;
}

.fav:hover:before {
  background: url('./img/stamp.png');
  background-size: cover;
  transform: rotate(-15deg);
  top: 0;
  border: none;
  opacity: 0.5;
}

.fav.on:before {
  background: url('./img/stamp.png');
  background-size: cover;
  border: none;
  transform: rotate(-15deg);
  top: 0;
  opacity: 1;
}

#page_board_content {
  padding: 20px 10px;
}

.ticket-button {
  margin-bottom: 40px;
}

.ticket-button a {
  background: var(--color-point);
  color: var(--music-base);
  font-size: 16px;
  z-index: 9999;
  padding: 5px;
  border-radius: 50%;
}

.ticket-button a:hover i,
.ticket-button a:active i {
  -webkit-transform: rotate(15deg);
  transform: rotate(15deg);
}

.ticket-button2
{
    margin-bottom: 50px;
    float: right;
    margin-left: 15px;
}

.ticket-button2 a
{
    background: #111;
    color: var(--color-point);
    font-size: 16px;
	z-index: 9999;
	padding: 6px;
	border-radius:50%;
}

.ticket-button2 a:hover i,
.ticket-button2 a:active i
{
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
}


.pg_wrap {
  clear: both;
}

.qna-box {
  overflow: hidden;
}

.ui-option {
  clear: both;
  padding-bottom: 10px;
  font-weight: 800;
  letter-spacing: 1px;
}

.ui-write-box {
  margin: 0 auto;
  width: 50%;
  overflow: hidden;
}

.ui-write-box textarea {
  width: 100%;
  height: 100px;
  padding: 10px;
  box-sizing: border-box;
  font-size: 14px;
}

.ui-control {
  padding: 10px 0 0;
  overflow: hidden;
  overflow: hidden;
  border-radius: 15px;
  margin-bottom: 20px;
}

.ui-control input[type="file"] {
  box-shadow: none;
}

input::placeholder {
  color: Currentcolor();
  opacity: 0.6;
}

.ui-write-area.top {
  margin-bottom: 20px;
}

.ui-qna-list {
  position: relative;
  clear: both;
}

.ui-qna-list li {
  position: relative;
  padding: 12px 0;
}

.ui-qna-list li p {
  clear: both;
  line-height: 0.8em;
  overflow: hidden;
  font-size: 12px;
}

.ui-qna-list li p i {
  position: relative;
  font-style: normal;
  padding-right: 10px;
  margin-right: 5px;
}

.ui-qna-list li p em {
  font-style: normal;
  margin-right: 20px;
}

.ui-qna-list li p strong a {
  display: inline-block;
  font-size: 9px;
  font-family: 'Dotum';
  padding: 2px 5px;
  font-weight: normal;
}

.ui-qna-list li .ticket-etc {
  display: flex;
  margin-top: 5px;
}

.ui-qna-list li .qna-comment-content {
  padding: 15px;
  line-height: 1.8em;
}

.ui-qna-list li ul {
  margin-left: 80px;
  padding-top: 15px;
}

@media all and (max-width: 460px) {
  .ui-qna-list li ul {
    margin-left: 0px;
  }
}

.ui-qna-list li ul li {
  padding: 0;
}

.ui-qna-list li ul li p {
  padding-top: 10px;
}

.ui-qna-list li ul li strong {
  float: right;
}

.ui-qna-list .ui-qna-list-password label {
  padding-right: 10px;
}

.ui-qna-list .ui-qna-list-password label.blur {
  text-shadow: none;
}

.ui-qna-list .ui-qna-list-password input {
  position: relative;
  z-index: 1;
}

.ui-qna-list .ui-qna-list-password button {
  line-height: 28px;
  padding: 0 25px;
}

@media all and (max-width: 370px) {
  .ui-qna-list .ui-qna-list-password {
    position: relative;
    padding-right: 90px;
  }

  .ui-qna-list .ui-qna-list-password .ui-submit {
    position: absolute;
    top: 0;
    right: 0;
    width: 90px;
  }

  .ui-qna-list .ui-qna-list-password input {
    width: 100%;
  }
}

.ui-qna-list li div.ui-write-area {
  padding: 0;
  margin-left: 80px;
  background: transparent;
  background: none;
  margin-bottom: 10px;
  border: none;
}

.ui-qna-list li div.ui-write-area button {
  white-space: nowrap;
  height: 28px;
  line-height: 28px;
  padding: 0 25px;
  margin-top: 10px;
}

.ui-qna-list li div.ui-write-area textarea {
  width: 100%;
  height: 100px;
  padding: 10px;
  box-sizing: border-box;
  border: none;
  word-break: break-all;
}

.ui-qna-list .no-data {
  text-align: center;
  line-height: 100px;
}

#bo_sch {
  float: left;
}

@media all and (max-width: 1000px) {
  .contents_box {
    padding: 5px 0px;
  }

.ui-qna-list li .ticket-etc {
flex-flow: wrap;
}

  .ticket_Title strong {
    font-size: 32px;
    width: 500px;
    text-shadow: 0 0 5px #000;
  }


  .ticket_right p {
    font-size: 11px;
  }
    
  .ticket_right strong {
    font-size: 18px;
    font-family: 'Noto Serif KR';
    font-weight: bold;
  }

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

 .contents_box{
 	width:100%;
 }

  .ticket_left {
    margin-left: 0%;
    padding: 20px;
    width: calc(70% - 40px);
  }

  .ticket_right {
    margin-right: 0%;
    padding: 15px;
    width: calc(30% - 30px);
  }

  .barcode {
  font-size: 38px;
  padding: 12px 0 8px;
  }


.ui-qna-list li .ticket-etc {margin-top:0;}

  .fav {
    width: 60px;
    height: 60px;
  }

  .ticket_box .ticket_right p {
    font-size: 12px;
  }

@media all and (max-width: 535px) {
  .ui-control button {
    display: block;
    clear: both;
    width: 100%;
    margin-top: 10px;
  }

  .ticket_button { font-size: 12px; }

  .ticket_button2  { padding: 8px 12px; }

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

  .ui-control input[type="text"],
  .ui-control input[type="password"] {
    display: block;
    clear: both;
    width: 100%;
    margin-top: 10px;
  }

  .ui-qna-list {
    padding: 10px 0;
  }
}

@media all and (max-width: 380px) {
  .ui-qna-list .ui-qna-list-password label {
    display: none;
  }
}