@charset "utf-8";

/* tree */
.addList_plus ~ ul {
	display: none;
}
.addList_minus ~ ul {

}

/* modal */
.modalStyle {
  background-color: rgba(0,0,0,.5);
  top: 0; right: 0; bottom: 0; left: 0;
  position: fixed;
  overflow: auto;
  margin: 0;
  z-index: 999999;
}

.modalStyle_new {
  background-color: rgba(0,0,0,.5);
  top: 0; right: 0; bottom: 0; left: 0;
  position: fixed;
  overflow: auto;
  margin: 0;
  z-index: 999999;
}

input[class="boardCheckStyle"]:disabled + label:before {
  background: #ccc;
}
input[class="checkStyle2"]:disabled + label:before {
  background: #ccc;
}

pre {
  white-space: pre-wrap;       /* Since CSS 2.1 */
  white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
  white-space: -pre-wrap;      /* Opera 4-6 */
  white-space: -o-pre-wrap;    /* Opera 7 */
  word-wrap: break-word;       /* Internet Explorer 5.5+ */
}


/* 시뮬레이터 */
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}
.cardBxsliderWrap .bx-wrapper .bx-next {background:url('/se2/images/cardSliderRight.png') no-repeat; right:50px}
.simulatorImg {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.scroll-yc {max-height:450px; overflow-y:auto; overflow-x:hidden;}