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

.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: 40px;
  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: 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: 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 56px 0;
  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('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: 32px;
	    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;
  }
}

/* =========================================================
   RA0 Edition compatibility patch
   - 라공 에디션 기본 변수/레이아웃과 충돌하지 않도록 스킨 범위를 제한합니다.
   ========================================================= */
.ticket-log-ra0,
#page_board_content.ticket-log-ra0 {
  width: min(100%, 980px);
  margin: 0 auto;
  padding: 20px 12px;
  box-sizing: border-box;
  font-family: var(--font-family, 'Pretendard JP Variable', 'Pretendard', sans-serif);
  color: var(--text-primary, inherit);
}

.ticket-log-ra0 * { box-sizing: border-box; }
.ticket-log-ra0 ul,
.ticket-log-ra0 li { list-style: none; margin-left: 0; padding-left: 0; }
.ticket-log-ra0 a { color: inherit; text-decoration: none; }
.ticket-log-ra0 img { max-width: 100%; height: auto; }

.ticket-log-ra0 #bo_cate { margin: 0 0 18px; }
.ticket-log-ra0 #bo_cate_ul { display: flex; flex-wrap: wrap; justify-content: center; gap: 6px; margin: 0; padding: 0; }
.ticket-log-ra0 #bo_cate li { margin: 0; }
.ticket-log-ra0 .ui-btn,
.ticket-log-ra0 #bo_cate li a,
.ticket-log-ra0 button,
.ticket-log-ra0 input[type="submit"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 6px 12px;
  border: 1px solid var(--border-light, rgba(0,0,0,.12));
  border-radius: 999px;
  background: var(--bg-glass, rgba(255,255,255,.85));
  color: var(--text-primary, #222);
  font-family: var(--font-family, inherit);
  font-size: 12px;
  line-height: 1.2;
  cursor: pointer;
  transition: var(--transition-fast, .15s ease);
}
.ticket-log-ra0 .ui-btn:hover,
.ticket-log-ra0 #bo_cate li a:hover,
.ticket-log-ra0 #bo_cate li a.point,
.ticket-log-ra0 .ui-btn.point {
  border-color: var(--accent-color, #137bea);
  color: var(--accent-color, #137bea);
  background: var(--accent-alpha, rgba(19,123,234,.1));
}

.ticket-log-ra0 .ticket-button { text-align: right; margin: 0 0 14px; }
.ticket-log-ra0 .ticket-button a {
  display: inline-flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--border-light, rgba(0,0,0,.12));
  box-shadow: var(--shadow-sm, 0 1px 2px rgba(0,0,0,.05));
}

.ticket-log-ra0 .board-notice {
  width: min(100%, 520px);
  border: 1px dashed var(--border-medium, rgba(0,0,0,.18));
  border-radius: var(--radius-md, 12px);
  background: var(--bg-glass, rgba(255,255,255,.75));
  color: var(--text-secondary, inherit);
}

.ticket-log-ra0 .contents_box {
  width: min(100%, 900px);
  padding-left: 0;
  padding-right: 0;
}
.ticket-log-ra0 .ticket_box {
  width: 100%;
  box-shadow: var(--shadow-md, 0 4px 10px rgba(0,0,0,.08));
}
.ticket-log-ra0 .ticket_left,
.ticket-log-ra0 .ticket_right {
  min-height: 168px;
}
.ticket-log-ra0 .ticket_left { flex: 1 1 auto; }
.ticket-log-ra0 .ticket_right { flex: 0 0 170px; }

.ticket-log-ra0 input[type="text"],
.ticket-log-ra0 input[type="password"],
.ticket-log-ra0 input[type="file"],
.ticket-log-ra0 select,
.ticket-log-ra0 textarea {
  max-width: 100%;
  border: 1px solid var(--border-light, rgba(0,0,0,.12));
  border-radius: var(--radius-sm, 6px);
  background: var(--white, #fff);
  color: var(--text-primary, #222);
  font-family: var(--font-family, inherit);
}
.ticket-log-ra0 textarea { resize: vertical; }
.ticket-log-ra0 .ui-control {
  background: var(--bg-glass, rgba(255,255,255,.78));
  border: 1px solid var(--border-light, rgba(0,0,0,.12));
  padding: 14px;
}
.ticket-log-ra0 .ui-control dl { margin: 0 0 8px; }
.ticket-log-ra0 .ui-control dl:last-child { margin-bottom: 0; }
.ticket-log-ra0 .ui-control dd { margin: 0; }

.ticket-log-ra0 #bo_sch {
  float: none;
  width: 100%;
  margin: 18px 0 8px;
  text-align: center;
}
.ticket-log-ra0 #bo_sch form { display: flex; flex-wrap: wrap; justify-content: center; gap: 6px; }
.ticket-log-ra0 .bo_fx { clear: both; margin: 12px 0; }
.ticket-log-ra0 .pg_wrap { margin: 18px 0; text-align: center; }

@media (max-width: 720px) {
  .ticket-log-ra0 .contents_box { width: 100%; }
  .ticket-log-ra0 .ticket_box { display: block; }
  .ticket-log-ra0 .ticket_left,
  .ticket-log-ra0 .ticket_right {
    width: 100%;
    min-height: auto;
  }
  .ticket-log-ra0 .ticket_left { padding: 24px 22px 18px; }
  .ticket-log-ra0 .ticket_right {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    border-left: 0;
    border-top: rgba(255,255,255,.5) dashed 2px;
  }
  .ticket-log-ra0 .ticket_check { position: static; }
  .ticket-log-ra0 .fav { float: none; width: 58px; height: 58px; }
  .ticket-log-ra0 .ticket_Title strong { width: auto; max-width: 100%; font-size: 30px; }
  .ticket-log-ra0 .barcode { font-size: 28px; }
}

@media (max-width: 440px) {
  .ticket-log-ra0 { padding-left: 6px; padding-right: 6px; }
  .ticket-log-ra0 .ticket_left { padding: 20px 16px 16px; }
  .ticket-log-ra0 .ticket-script { font-size: 14px; }
  .ticket-log-ra0 .ticket-etc { gap: 6px; }
  .ticket-log-ra0 #bo_sch form { display: block; }
  .ticket-log-ra0 #bo_sch select,
  .ticket-log-ra0 #bo_sch input,
  .ticket-log-ra0 #bo_sch button { width: 100%; margin-top: 6px; }
}


/* fixed6: 라공 오에카키식 글쓰기폼 보정 */
#ticket_write_wrap .ticket-write-card,
.ticket-write-ra0 .ticket-write-card {
  background: var(--card-bg-color, #fff);
  border: 1px solid var(--card-border-color, #ddd);
  border-radius: var(--card-border-radius, 8px);
  padding: 14px;
  margin-bottom: 10px;
}
#ticket_write_wrap .write_div { margin-bottom: 10px; }
#ticket_write_wrap .ticket-options { display:flex; flex-wrap:wrap; gap:10px; align-items:center; font-size:12px; }
#ticket_write_wrap .ticket-field label { display:block; margin-bottom:4px; font-size:12px; color:var(--text-muted,#777); }
#ticket_write_wrap .ticket-inline { display:flex; flex-wrap:wrap; gap:8px; }
#ticket_write_wrap .ticket-inline input { flex:1 1 180px; min-width:0; }
#ticket_write_wrap input.frm_input,
#ticket_write_wrap select.frm_input,
#ticket_write_wrap textarea {
  width:100%; max-width:100%; box-sizing:border-box;
  border:1px solid var(--card-border-color,#ddd);
  background:var(--card-bg-color,#fff);
  color:var(--content-font-color,#333);
  border-radius:4px;
  padding:7px 9px;
}
#ticket_write_wrap textarea { min-height:150px; resize:vertical; }
#ticket_write_wrap .frm_file { padding:6px 0; }
#ticket_write_wrap .ticket-help { margin:5px 0 0; font-size:11px; color:var(--text-muted,#888); word-break:break-all; }
#ticket_write_wrap .ticket-submit-area { text-align:right; }
@media (max-width:640px){ #ticket_write_wrap { padding:0 8px; } }
