@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-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;}

/**THEME**/
.sanserif {

	font-family:'Pretendard JP Variable';

}

.sanserif .ticket_button2
{
	font-weight:600;
}

.serif {
	font-family:'Eulyoo1945-Regular',serif;

}

.serif .ticket_Title strong{
	font-family: 'Chosunilbo_myungjo',serif;

}

#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;
}

#t_list{
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  align-items: center;
}

.contents_box {
  /* width: 88%; */
  position: relative;
  /* padding: 5px 20px; */
  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%;
}

.ticket_Title {
  font-size: 14px;
  padding: 12px 0;
  vertical-align: middle;
}

.ticket_Title strong {
  font-size: 28px;
  vertical-align: middle;
  color: white;
  text-shadow: 0 0 3px #000;
  word-break: keep-all;
  font-family:'SEBANG_Gothic_Bold','Pretendard JP Variable',sans-serif;
  display: inline-block;
  width: 280px;
  line-height: 92%;
  padding:4px 0;
}

.ticket_button {
    padding: 4px 0px;
    font-size: 12px;
    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: rgba(20, 20, 20, 1);
    padding: 4px 20px;
	border-radius:4px;
	text-shadow: none;
}

.ticket-script {
	font-size:16px;
	margin:4px 0;
    text-shadow: 0 0 3px #000;
}


.ticket_left {
  background-color: rgba(20, 20, 20, 1);
  padding: 28px 120px 18px 48px;
  width: calc(67% - 112px);
  position:relative;
}

.ticket_right {
  background-color: rgba(20, 20, 20, 1);
  display: block;
  padding: 20px;
  width: calc(33% - 30px);
  border-left: rgba(255, 255, 255, 0.5) dashed 2px;
  font-size:14px;
  font-family:'Pretendard';
}

.ticket_right strong {
	background-image: url('https://img.freepik.com/free-photo/_40163-61.jpg?size=626&ext=jpg');
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	font-size:18px;
	animation-duration: 10s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: linear;
    animation-name: fluid;
}

@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: 40px;
  background-image: url('https://img.freepik.com/free-photo/_40163-61.jpg?size=626&ext=jpg');
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation-duration: 30s;
    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: 10px;
}

.ticket-button a {
  background: white;
  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);
}

.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: 100%;
  overflow: hidden;
}

.ui-write-box textarea {
  width: 100%;
  height: 100px;
  padding: 10px;
  box-sizing: border-box;
}

.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: 1.5em;
  overflow: hidden;
}

.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:12px;
}

.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: 28px;
	    width: 160px;
  }


  .ticket_right p {
    font-size: 11px;
  }
  .ticket_right strong {
  font-size: 16px;

  }
}

@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: 28px;
  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: 4px 16px;
  }
}

@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;
  }
}