@charset "UTF-8";
.mobile {
  display: none;
}

.word-break-all {
  word-break: break-all;
}

.ic {
  display: inline-block;
  vertical-align: middle;
}

.sectionLine {
  height: 10px;
  width: 100%;
  background-color: #ededed;
}

label {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}

.ellipsis {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.clearfix:after {
  display: block;
  content: "";
  clear: both;
}

.have-blur {
  position: relative;
}

.have-blur .hard-blur {
  filter: blur(4px);
}

.have-blur .soft-blur {
  filter: blur(1px);
}

.have-blur .announcement{
  pointer-events: none;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  font-size: 14px;
  font-weight: 600;
  background: #FFFFFF;
  box-shadow: 0px 4px 1px rgba(0, 0, 0, 0.06), 0px 1px 3px rgba(0, 0, 0, 0.24);
  border-radius: 8px;
  color: #333;
  padding: 5px;
  width: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
}


.have-blur .announcement img{
  width: 28px;
  height: 28px;
  margin-right: 5px;
}

.cursor {
  cursor: pointer;
}

.width-max {
  width: 100%;
}

.row-max {
  width: 100%;
}

.row-max:visited div {
  color: #a0a0a0;
}

.opacity {
  opacity: 0;
}

.relative {
  position: relative;
}

.w5p {
  width: 5%;
}

.w10p {
  width: 10%;
}

.w12p {
  width: 12%;
}

.w15p {
  width: 15%;
}

.w20p {
  width: 20%;
}

.w36p {
  width: 36%;
}

.w40p {
  width: 40%;
}

.w45p {
  width: 45%;
}

.w50p {
  width: 50%;
}

.w55p {
  width: 55%;
}

.w60p {
  width: 60%;
}

.ml5 {
  margin-left: 5px;
}

.mr5 {
  margin-right: 5px;
}

.ml10 {
  margin-left: 10px;
}

.ml20 {
  margin-left: 20px;
}

.ml30 {
  margin-left: 30px;
}

.mb5 {
  margin-bottom: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt70 {
  margin-top: 70px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb50 {
  margin-bottom: 50px;
}

.pt10 {
  padding-top: 10px;
}

.pt40 {
  padding-top: 40px;
}

.w70 {
  width: 70px;
}

.w100 {
  width: 100px;
}

.w150 {
  width: 150px;
}

.w280 {
  width: 280px;
}

.h80 {
  height: 80px;
}

.flex.center {
  align-items: center;
}

.flex.spaceBetween {
  display: flex;
  justify-content: space-between;
}

.flexCenter {
  display: flex;
  justify-content: center;
}

.flex.column {
  flex-direction: column;
}

.line {
  width: 12px;
  height: 0px;
  background-color: #333;
  border: 1px solid #333333;
  margin-left: 15px;
}

.ic {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}

button.play {
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 8px 0px 8px 14px;
  border-color: transparent transparent transparent #666;
  box-sizing: border-box;
  position: relative;
}

button.play.available {
  border-color: transparent transparent transparent #4a25aa;
}

button.play::after {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 2.8px solid #666;
  content: "";
  position: absolute;
  right: -6px;
  bottom: -15px;
}

button.play.available::after {
  border-color: #4a25aa;
}

button.download {
  background: url("../img/ico-attachment.svg") no-repeat center;
  width: 28px;
  height: 28px;
}

button.quiz {
  background: url("../img/ico-message-question.svg") no-repeat center;
  width: 28px;
  height: 28px;
}

button.quiz.on {
  background: url("../img/quiz_on.svg") no-repeat center;
}

button.lock {
  background: url("../img/ico-lock.svg") no-repeat center;
  width: 28px;
  height: 28px;
}

.overflow-x_hidden {
  overflow-x: hidden;
}

.overlay:before {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background: rgba(0, 0, 0, 0.45);
  position: fixed;
  z-index: 500;
}

.overlay2:before {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background: rgba(0, 0, 0, 0.75);
  position: fixed;
  z-index: 550;
}

/** 검색어 하이라이트 **/

.f_red {
  color: #ff3333;
}

.btn.chkBtn {
  width: 75px;
  line-height: 34px;
  font-size: 15px;
  color: #ffffff;
  padding: 0 11px;
  background: #515461 url("../img/ic_chk_arrow.png") no-repeat center right 9px;
}

article.pageMenu {
  height: 56px;
  position: relative;
  padding: 0 20px 0 0;
  box-shadow: inset 0 -1px 0 0 #dddddd;
}

article.pageSelector {
  display: inline-block;
  vertical-align: middle;
}

article.pageSelector .selectorBox {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  box-shadow: inset -1px 0 0 0 #dddddd;
  width: 420px;
}

article.pageSelector .selectorBox a.set {
  font-size: 15px;
  font-weight: 500;
  display: block;
  line-height: 56px;
  padding: 0 50px 0 20px;
  background: url("../img/ic_selector_arrow.png") no-repeat center right 14px/24px 24px;
}

article.pageSelector .selectorBox ul {
  display: none;
  position: absolute;
  left: 0;
  right: 1px;
  top: 56px;
  background-color: #fff;
  z-index: 10;
  max-height: calc(100vh - 170px);
  overflow-y: auto;
}

article.pageSelector .selectorBox ul li a {
  display: block;
  box-shadow: inset -1px 0 0 0 #dddddd, inset 0 -1px 0 0 #f3f3f3;
  line-height: 56px;
  padding: 0 20px;
  font-size: 15px;
}

article.pageSelector .selectorBox ul li a.on {
  font-weight: 500;
  color: #003bff;
}

article.pageSelector .selectorBox ul li a:last-child {
  box-shadow: inset 0 -1px 0 0 #dddddd;
}

article.pageSelector .selectorBox ul li:hover {
  background-color: #fafbff;
}

article.spinner {
  font-size: 0;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}

article.spinner.off {
  border-color: #e3e3ea;
}

article.spinner.off input {
  color: #cbcbd7;
}

article.spinner.off a.minus {
  background: url("../img/iconIcMinus2.svg") no-repeat center;
}

article.spinner.off a.plus {
  background: url("../img/iconIcPlus2.svg") no-repeat center;
}

article.spinner a {
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  height: 32px;
  border: 1px solid #cbcbd7;
  border-radius: 50%;
}

article.spinner a.minus {
  background: url("../img/iconIcMinus1.svg") no-repeat center;
}

article.spinner a.plus {
  background: url("../img/iconIcPlus1.svg") no-repeat center;
}

article.spinner input {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  border: none;
  width: 48px;
  text-align: center;
  height: 32px;
}

article.page {
  font-size: 0;
  text-align: center;
  position: relative;
}

article.page .write-btn {
  position: absolute;
  right: 0;
  display: inline-flex;
  height: 36px;
  background-color: #333;
  color: #fff;
  width: 85px;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  letter-spacing: -0.42px;
  border-radius: 3px;
}

article.page .write-btn .ic-write {
  background: url("../img/ico-pen-02.svg") no-repeat center/cover;
  width: 20px;
  height: 20px;
  margin-right: 8px;
}

article.paging {
  font-size: 0;
  text-align: center;
  position: relative;
  margin-top: 45px;
}

article.loan-paging {
  font-size: 0;
  text-align: center;
  position: relative;
  margin-top: 25px;
}

article.loan-paging .write-btn {
  position: absolute;
  right: 0;
  display: inline-flex;
  height: 36px;
  background-color: #333;
  color: #fff;
  width: 85px;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  letter-spacing: -0.42px;
  border-radius: 3px;
}

article.paging.mypage {
  margin-top: 0px;
}

article.paging .write-btn {
  position: absolute;
  right: 0;
  display: inline-flex;
  height: 36px;
  background-color: #333;
  color: #fff;
  width: 85px;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  letter-spacing: -0.42px;
  border-radius: 3px;
}

article.paging .write-btn.bottom {
  top: -30px;
}

article.paging .write-btn:hover {
  background-color: #000;
}

article.paging .write-btn .txt {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: -0.42px;
}



article.paging .write-btn .ic-write {
  background: url("../img/ico-pen-02.svg") no-repeat center/cover;
  width: 20px;
  height: 20px;
  margin-right: 8px;
}

article.paging ul {
  display: inline-block;
  vertical-align: middle;
}

article.paging ul li {
  display: inline-block;
  vertical-align: middle;
}

article.paging ul li.previous.disabled {
  display: none;
}

article.paging ul li a {
  display: inline-block;
  vertical-align: middle;
  height: 25px;
  font-size: 20px;
  line-height: 19px;
  letter-spacing: 0.42px;
  margin: 0 3px;
  width: auto;
  font-weight: 500;
}

article.paging ul li a.num {
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0.42px;
  min-width: 30px;
  cursor: pointer;
}

article.paging ul li a.num:hover {
  color: #333;
  background-color: #fafafa;
  border-radius: 5px;
  height: 25px;
}

article.paging ul li a.num.current {
  font-weight: 700;
  color: #fff;
  background-color: #333;
  border-radius: 5px;
  padding-left: 3px;
  padding-right: 3px;
}

article.paging ul li a.first {
  margin-right: 10px;
}

article.paging ul li a.prev {
  margin-right: 7px;
}

article.paging ul li a.next {
  display: flex;
  width: 30px;
  height: 30px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  cursor: pointer;
}

article.paging ul li a.next:hover {
  background-color: #f5f5f5;
}

article.paging ul li a.before {
  display: flex;
  width: 30px;
  height: 30px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  cursor: pointer;
}

article.paging ul li a.before:hover {
  background-color: #f5f5f5;
}

article.paging ul li a.last {
  margin-left: 10px;
}

.sbox {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  text-align: left;
  height: 41px;
  display: inline-block;
  border-radius: 5px;
}

.sbox select {
  width: 100%;
  /* you should keep these firsts rules in place to maintain cross-browser behaviour */
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  background: url("../img/ic_bottom_arrow.svg") no-repeat right 12px top 17px;
  outline: none;
  padding: 0 40px 0 15px;
  height: 100%;
  font-size: 14px;
  color: #666;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.sbox-job {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  text-align: left;
  height: 41px;
  display: inline-block;
  margin-left: 16px;
  border-radius: 5px;
}

.sbox-job select {
  width: 100%;
  /* you should keep these firsts rules in place to maintain cross-browser behaviour */
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  background: url("../img/ic_bottom_arrow.svg") no-repeat right 12px top 17px;
  outline: none;
  padding: 0 40px 0 15px;
  height: 100%;
  font-size: 14px;
  color: #666;
}

/*내가 쓴글*/

.abox {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  text-align: left;
  height: 30px;
  display: inline-block;
  border: 1px solid #4a25aa;
}

.abox select {
  width: 100%;
  /* you should keep these firsts rules in place to maintain cross-browser behaviour */
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  background: url("../img/ic_bottom_arrow.svg") no-repeat right 12px top 10px;
  outline: none;
  padding: 0 40px 0 10px;
  height: 100%;
  font-size: 12px;
  color: #4a25aa;
}

/*내가 쓴글*/

table.form {
  border-top: 1px solid #3b3b3b;
}

table.form tr {
  border-bottom: 1px solid #d2d2d2;
}

table.form tr th {
  padding: 19px 33px;
  text-align: left;
  font-size: 14px;
}

table.form tr td {
  padding: 8px 0;
}

table.form tr td.left {
  text-align: left;
}

table.form tr td.center {
  text-align: center;
}

table.form tr td .box {
  font-size: 0;
}

table.form tr td .box .row + .row {
  margin-top: 10px;
}

table.form tr td .tbox {
  vertical-align: middle;
  height: 30px;
  border: 1px solid #d2d2d2;
  padding: 0 5px;
  width: 150px;
  font-size: 15px;
}

table.form tr td .tbox.small {
  width: 110px;
}

table.form tr td .tbox.smaller {
  width: 60px;
}

table.form tr td .tbox.long {
  width: 200px;
}

table.form tr td .unit {
  font-size: 15px;
  margin: 0 5px;
}

table.form tr .formBtn {
  background-color: #bfbfbf;
  font-weight: 700;
  color: #fff;
  line-height: 30px;
  text-align: center;
  font-weight: 300;
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  padding: 0 10px;
}

label.toggle {
  position: relative;
  height: 16px;
  cursor: pointer;
}

label.toggle input {
  display: none;
  cursor: pointer;
}

label.toggle input:checked ~ .handler {
  left: 14px;
  border-color: #ce2027;
  transition: left 0.3s ease-out;
}

label.toggle input:checked ~ .bg {
  background-color: #0b7af3;
}

label.toggle .handler {
  position: absolute;
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: #fff;
  border-radius: 50%;
  transition: left 0.3s ease-out;
  padding: 0;
  top: 50%;
  left: 2px;
  transform: translateY(-50%);
  z-index: 10;
}

label.toggle .bg {
  position: relative;
  display: inline-block;
  background-color: #dddee0;
  border-radius: 8px;
  width: 28px;
  height: 16px;
  z-index: 9;
}

.rbox {
  position: relative;
  font-size: 0;
}

.rbox label {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}

.tongtest .rbox label {
  margin-top: 8px;
}

.rbox label input[type="radio"] {
  position: absolute;
  left: -9999px;
}

.rbox label input[type="radio"]:checked ~ i {
  background: #fff url("../img/drawable/radio_btn_on.svg") no-repeat center/cover;
}

.rbox label input[type="radio"]:checked ~ .txt {
  color: #333;
}

.rbox label input[type="radio"]:checked ~ .txt.red {
  color: #eb7054;
}

.rbox label input[type="radio"]:checked:disabled ~ i {
  background: #fff url("../img/drawable/radio_btn_off.svg") no-repeat center/cover;
}

.rbox label i {
  position: relative;
  width: 20px;
  height: 20px;
  line-height: 20px;
  display: inline-block;
  vertical-align: middle;
  background: #fff url("../img/drawable/radio_btn_off.svg") no-repeat center/cover;
}

.rbox label .txt {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  line-height: 20px;
  padding-left: 6px;
  color: #5e5e68;
}

.rbox label input[type="checkbox"].checked ~ i {
  background: #fff url("../img/drawable/radio_btn_on.svg") no-repeat center/cover;
}

.rbox label input[type="checkbox"].checked ~ i.answer {
  background: #fff url("../img/drawable/radio_answer.svg") no-repeat center/cover;
}
.rbox label input[type="checkbox"].checked ~ .answer + .txt {
  color: #48ebd2;
}

.rbox label input[type="checkbox"].checked ~ .txt {
  color: #4a25aa;
}

.rbox label input[type="checkbox"] ~ i {
  position: relative;
  width: 13px;
  height: 13px;
  line-height: 20px;
  display: inline-block;
  vertical-align: middle;
  background: #fff url("../img/drawable/radio_btn_off.svg") no-repeat center/cover;
  margin-right: 3px;
}

.rbox.class label input[type="checkbox"] ~ i {
  width: 15px;
  height: 15px;
}

.amountBox {
  font-size: 0;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #d2d2d2;
}

.amountBox .minus,
.amountBox .plus {
  display: inline-block;
  vertical-align: middle;
  vertical-align: top;
  width: 36px;
  height: 32px;
  position: relative;
}

.amountBox .minus {
  background: #f2f3f5 url("../img/ic_amount_minus.png") no-repeat center center;
}

.amountBox .plus {
  background: #f2f3f5 url("../img/ic_amount_plus.png") no-repeat center center;
}

.amountBox .tbox {
  display: inline-block;
  vertical-align: middle;
  height: 32px;
  text-align: center;
  width: 40px;
  font-size: 12px;
  border-left: 1px solid #d2d2d2;
  border-right: 1px solid #d2d2d2;
  border-top: none;
  border-bottom: none;
  border-radius: 0;
}

.cbox {
  position: relative;
  display: inline-block;
  font-size: 0;
}

.cbox label {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}

.cbox label input[type="checkbox"] {
  position: absolute;
  left: -9999px;
}

.cbox label input[type="checkbox"]:checked ~ i {
  background: #fff url("../img/ic_chk_on.svg") no-repeat center/cover;
}

.cbox label i {
  position: relative;
  width: 17px;
  height: 17px;
  line-height: 17px;
  display: inline-block;
  vertical-align: middle;
  background: #fff url("../img/ic_chk_off.svg") no-repeat center/cover;
  display: inline-flex;
  align-items: center;
  border-radius: 3px;
}

.cbox label i.class_agree {
  width: 30px;
  height: 30px;
}

.cbox label .txt {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  line-height: 16px;
  padding-left: 5px;
}

.cbox label .txt.class_agree {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  width: 489px;
  line-height: 19px;
  margin-top: 40px;
  margin-bottom: 10px;
  border-top: 1px solid #ccc;
  padding-top: 10px;
}

.cbox label .txt.class_agree b {
  font-weight: 500;
  color: #4a25aa;
}

.cbox label .txt.big {
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.36px;
  font-weight: 700;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: -0.36px;
  border-radius: 5px;
}

.btn.full {
  width: 100%;
}

.btn.col__main {
  background-color: #4a25aa;
}

.btn .normal {
  height: 30px;
}

.btn.big {
  height: 40px;
}

label.chk {
  position: relative;
  cursor: pointer;
}

label.chk input[type="radio"] {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  border: 1px solid #656d9a;
  position: relative;
}

label.chk input[type="radio"]:checked {
  background-color: #0b7af3;
  border-color: transparent;
}

label.chk input[type="radio"]:checked:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
}

.tbox {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.tbox.with-chk input {
  padding-right: 15px;
  background: url("../img/ic_input_chk.svg") no-repeat right bottom 12px/15px 12px;
}

.tbox.f_main input {
  color: #4a25aa;
}

.tbox.with-txt-btn .txt-btn {
  color: #4a25aa;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
  line-height: 18px;
  letter-spacing: -0.36px;
  font-weight: 700;
}

.tbox.with-txt-btn input {
  padding-right: 30px;
}

.tbox.with-timer input {
  padding-right: 30px;
}

.tbox.with-timer .timer {
  position: absolute;
  right: 88px;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.42px;
  color: #666666;
}

.tbox.with-btn {
  width: 100%;
}

.tbox.with-btn.with-btn-full input {
  width: 100%;
  padding-right: 80px;
}

.tbox.with-btn.with-btn-full .tbox-btn {
  top: auto;
  transform: none;
}

.tbox.with-btn.with-btn-small .tbox-btn {
  width: 57px;
  height: 23px;
  font-size: 10px;
  letter-spacing: -0.3px;
}

.tbox.with-btn input {
  width: calc(100% - 88px);
  height: 30px;
}

.tbox.with-btn .tbox-btn {
  position: absolute;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  letter-spacing: -0.36px;
  font-weight: 400;
  height: 30px;
  width: 65px;
  background-color: #333;
  color: #fff;
  border-radius: 5px;
  bottom: 5px;
}

.tbox.with-btn .tbox-btn:hover {
  background-color: #000;
}

.tbox.with-btn .tbox-btn.type1 {
  background-color: #ccc;
  box-shadow: none;
}

.tbox.full {
  width: 100%;
}

.tbox.full input {
  width: 100%;
}

.tbox::placeholder {
  color: #ccc;
}

.tbox.readonly {
  background-color: #f5f5f5;
  font-weight: 700;
  letter-spacing: -0.15px;
}

.tbox input {
  width: 100%;
  font-size: 14px;
  letter-spacing: -0.36px;
  height: 30px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 1px;
  font-weight: 400;
}

.tbox input::placeholder {
  color: #666666;
}

/*로그인 티박스*/

.tbox input {
  width: 100%;
  font-size: 14px;
  letter-spacing: -0.36px;
  height: 30px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 1px;
  font-weight: 400;
}

.tbox input:focus {
  border-bottom: 1px solid #4a25aa;
}

.tbox input::placeholder {
  color: #666666;
}

.tbox input.title {
  width: 100%;
  font-size: 22px;
  letter-spacing: -0.36px;
  height: 52px;
  border: 1px solid #ccc;
  padding:12px 15px;
  font-weight: 400;
  border-radius: 5px;
}

.tbox input::placeholder {
  color: #666666;
}

.tbox input.price {
  width: 100%;
  font-size: 14px;
  letter-spacing: -0.36px;
  height: 30px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 1px;
  font-weight: 400;
  color: #666;
}

.tbox input::placeholder {
  color: #666666;
}

.loading_box {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.loading {
  position: absolute;
  z-index: 999;
  left: 50%;
  top: 50%;
  width: 60px;
  height: 60px;
  transform: translateX(-50%);
}
