.reply-ing {
  font-weight: bold;
  color: #888;
}
.reply-ok {
  font-weight: bold;
  color: #3b6fd8;
}
.reply-fin {
  font-weight: bold;
  color: #333;
}
.modal-open {
  overflow:hidden;
}
body.modal-open, div.modal.fade.in {
  padding-right: 0 !important;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
/* .modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
} */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: 600px;
  margin: 100px auto;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 20px 20px 10px;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0 0 6px 5px !important;
  line-height: 1.42857143;
  color: #572f99;
}
.modal-body {
  position: relative;
  padding: 10px 20px 15px;
}
.modal-body select {
  height: 20px;
  border: 1px solid #c7c7c7
}
#body .modal-body table.table_style1 {
  border-top: 2px solid#572f99;
  width: 100%;
}

#body .modal-body table.table_style1 textarea {
  border: 1px solid #c7c7c7;
}
.modal-footer {
  padding: 0 15px 20px 15px;
  text-align: center;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

.ticketWrap:hover {background:#f7f7f7;}
.noteList .fileWrap {margin-top:20px;}
.noteList .fileWrap li {
    border: 1px dotted #bbb;
    padding: 3px;
    margin-right: 5px;
    background-color: #fff;
    cursor: pointer;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
}
.noteList .fileWrap li > div {display:inline-block; font-size:12px; color:#12a5b5;}
.noteList .fileWrap li > div span {color:#888; font-size:11px;}
.noteList .fileWrap img {width:23px;}
.noteList dt {width:120px;}
.noteList dl {border-bottom:1px dashed #bbb;}
.noteList dl:last-child {border-bottom:1px solid #bbb;}
.noteCountWrap {color:#6e5499; font-size:0.9em; margin-left:5px;}
.newUpdate {color:#f93b3b; font-size:0.9em;}
.newUpdate img {position:relative; top:-2px; left:2px;}

.ticket_file{width:440px; height:20px; line-height:25px; border:0 !important;}

.agree div:first-of-type{width:auto !important;}

.faq_menu {margin:20px 0;}
.faq_menu ul {display:flex; justify-content: space-between; border-top:1px solid #bbb; border-bottom:1px solid #bbb; padding:20px 0;}
.faq_menu ul li {width:20%; text-align: center; cursor: pointer; font-size:18px }
.faq_contents ul li {padding:15px 0; border-bottom:1px solid #572f99; cursor: pointer; }
.faq_contents ul li > p {font-size:16px;position: relative; display: flex; align-items: center;}
.faq_contents ul li > p::after {
  content: '';
  position: absolute;
  right: 0;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid black;
  transition: transform 0.3s;
}
.faq_contents ul li > p.open::after {
  transform: rotate(180deg);
}

.faq_contents > ul {display:none}
.faq_contents > ul:nth-of-type(1) {display:block}
.sub_contents {padding:20px; display:none}
.sub_contents > p {line-height: 1.5; margin-top:10px;}
.sub_contents a {background:#572f99; color:#fff; line-height: 40px; padding:10px; border-radius:30px;}