@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap");
/*서브타이틀*/
#contain_wrap {
  max-width: 640px;
  margin: 0 auto;
}

#sub-header {
  position: relative;
  width: 100%;
  height: 42rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}
#sub-header .sub-header-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#sub-header .sub-header-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#sub-header .sub-header-txt {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
  font-size: 4.2rem;
  font-weight: 400;
}
#sub-header .sub-header-txt .maps_title {
  margin-top: 1.5rem;
}
#sub-header .sub-header-txt:after {
  content: "";
  z-index: 1;
  width: 4.2rem;
  height: 1px;
  background: #fff;
  margin-top: 1.5rem;
}

.content {
  padding: 3rem 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.content * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.content .contain {
  width: 100%;
  padding: 0 3rem;
  margin: 0 auto;
  background: #fff;
  overflow: hidden;
  max-width: 64rem;
}

.pay_totals {
  margin: 0;
  margin-bottom: 2.5rem;
  background: #fff;
  width: 100%;
  padding: 1.25rem;
}
.pay_totals.payment_list {
  padding: 0;
  border: none;
  background: initial;
}

.inTable1 td {
  font-weight: 600;
  padding: 0;
  padding-right: 1.25rem;
  font-size: 2.5rem;
  word-break: break-all;
  background: #fff;
}
.inTable1 td.th {
  background: #efefef;
}

.pay_totals_td td {
  padding: 1.25rem 0;
  width: auto;
}
.pay_totals_td .th {
  text-align: center;
}
.pay_totals_td table {
  margin-bottom: 2.5rem;
  background: #fff;
}
.pay_totals_td table th.title {
  background: #e3e3e3;
  padding: 1.25rem 0;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 600;
  text-align: center;
}

.htbody {
  background: #f5f5f5;
}

.pays td a.btn {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(35%, #ececec), to(#fff));
  background: linear-gradient(#fff 0%, #ececec 35%, #fff 100%);
  border: 1px solid #999;
  color: #fff;
  border-radius: 3px;
  padding: 5px 8px;
  text-align: center;
  color: #333;
  display: block;
  cursor: pointer;
  font-weight: bold;
  font-size: 13px;
}
.pays .htbody td {
  background-color: #ffffff;
  font-size: 13px;
  word-break: keep-all;
  word-wrap: break-word;
}
.pays .htbody td.bg_y {
  background-color: #fffffa;
  padding: 0px 0px 0px 0px;
}
.pays .htbody td.th14 {
  background-color: #eee;
  font-weight: bold;
  text-align: center;
  font-size: 14px;
}
.pays .htbody td.th12 {
  background-color: #eee;
  font-weight: bold;
  text-align: center;
  font-size: 12px;
}
.pays .htbody th {
  font-weight: bold;
  text-align: center;
  background-color: #efefef;
}
.pays .htbody .f12 {
  font-size: 12px;
}
.pays .htbody .f13 {
  font-size: 13px;
}
.pays .htbody .f14 {
  font-size: 14px;
}
.pays th.title {
  border-top: 0px none;
  font-size: 12px;
}

.input_select,
.input_text {
  position: relative;
  width: 100%;
  height: 52px;
  font-size: inherit;
  border: 1px solid #bdbdbd;
  padding: 0 16px;
  border-radius: 0;
  background: #fff;
}

.input_select {
  cursor: pointer;
}

.input_text:-moz-read-only {
  background: #eeeeee;
  outline: none;
}

.input_text:read-only {
  background: #eeeeee;
  outline: none;
}

/*신 상세내역 버튼*/
a:hover {
  color: #714e0e;
}

/* 페이징 모바일(5)*/
.pagingNew3 {
  padding: 5rem 0;
  overflow: hidden;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pagingNew3 a {
  cursor: pointer;
  text-decoration: none;
  width: 100%;
  height: 100%;
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  color: inherit;
  line-height: 0;
}
.pagingNew3 a i {
  font-size: 3.5rem;
}
.pagingNew3 span {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  font-style: normal;
  text-decoration: none;
  background: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 6rem;
  height: 6rem;
  border: 1px solid transparent;
  border-radius: 4px;
  color: #555;
  font-size: 2.3rem;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
  font-family: inherit;
}
.pagingNew3 .currentPage {
  border-color: #714e0e;
  background: #714e0e;
  color: #fff;
  font-weight: 500;
  padding: 0 !important;
}
.pagingNew3 .pagers2 {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  font-style: normal;
  text-decoration: none;
  background: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 6rem;
  height: 3rem;
  font-size: 1.3rem;
  border: 1px solid transparent;
  color: #714e0e;
}
.pagingNew3 .pagers a,
.pagingNew3 .pagers2 a {
  cursor: pointer;
  text-decoration: none;
  width: 100%;
  height: 100%;
  float: left;
  color: #555;
  text-decoration: none;
}
.pagingNew3 .pagers a:hover,
.pagingNew3 .pagers2 a:hover {
  color: rgb(82, 66, 41.5);
  text-decoration: none;
}

.pagingNew4 {
  padding-top: 5rem;
  text-align: center;
}
.pagingNew4 span {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  font-style: normal;
  text-decoration: none;
  background: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 4.8rem;
  height: 4.8rem;
  border: 1px solid transparent;
  border-radius: 100%;
  color: #714e0e;
  font-size: 2.7rem;
  font-weight: 500;
}
.pagingNew4 span a {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  font-style: normal;
  text-decoration: none;
  background: none;
  cursor: pointer;
  text-decoration: none;
  width: 100%;
  height: 100%;
  float: left;
  height: 100%;
  font-weight: 300;
  color: #6a6a6a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pagingNew4 span a:hover {
  color: #714e0e;
  text-decoration: none;
  border: none;
}
.pagingNew4 span.currentPage {
  color: #714e0e;
  font-weight: 700;
}
.pagingNew4 span.currentPage:after {
  content: "";
  position: absolute;
  bottom: 0.625rem;
  left: 50%;
  width: 100%;
  height: 100%;
  width: 2.1rem;
  height: 1px;
  background: #714e0e;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.pagingNew4 span.arrow {
  border: 1px solid #e0e0e0;
  border-radius: 100%;
  margin: 0 0.25rem;
}
.pagingNew4 span.arrow i {
  font-size: 2.7rem;
  color: #e0e0e0;
}
.pagingNew4 span.arrow.left i {
  -webkit-transform: translateX(-5%);
  transform: translateX(-5%);
}
.pagingNew4 span.arrow.right i {
  -webkit-transform: translateX(5%);
  transform: translateX(5%);
}
.pagingNew4 span.arrow.margin.left {
  margin-right: 2.5rem;
}
.pagingNew4 span.arrow.margin.right {
  margin-left: 2.5rem;
}
.pagingNew4 span.arrow:hover {
  border-color: #bdbdbd;
}
.pagingNew4 span.arrow:hover i {
  color: #9e9e9e;
}

/*페이징 모바일 24-01-17추가, pagingMob기반*/
.pagingMob6 {
  clear: both;
  width: 100%;
  text-align: center;
  padding: 20px 0;
  margin-bottom: 5px;
  font-size: 14px;
}
.pagingMob6 .currentPage {
  border: 1px solid #714e0e;
  color: #714e0e;
  border-radius: 5px;
  width: 32px;
  height: 32px;
  line-height: 30px;
  margin: 1px;
  display: inline-block;
}
.pagingMob6 a {
  border: 1px solid #878787;
  color: #878787;
  border-radius: 5px;
  width: 32px;
  height: 32px;
  line-height: 30px;
  margin: 1px;
  display: inline-block;
}

.idx #logo {
  padding-top: 12.5rem;
  padding-bottom: 15rem;
}
.idx #logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.idx #logo img {
  width: 39.5rem;
}
.idx #language {
  top: 3rem !important;
  right: 3rem !important;
}

.idx {
  position: relative;
  background: url(/m/images/index/login_bg.jpg) no-repeat center/100% 100%;
  height: 100vh;
  padding: 0 20px;
  font-size: 2.2rem;
  font-weight: 400;
  color: #cccccc;
}
.idx a {
  color: inherit;
  text-decoration: none;
}
.idx input {
  display: block;
  border: none;
  border-radius: 0.4rem;
  height: 9rem;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  background: transparent;
}
.idx .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.idx form {
  width: 100%;
  max-width: 580px;
}

.idx label {
  position: relative;
}
.idx label i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.idx label i.eye {
  right: 20px;
}
.idx label i:not(.eye) {
  left: 20px;
}
.idx .input-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.idx .input-wrap label {
  width: 100%;
  margin-bottom: 3rem;
  padding: 1px;
}
.idx .input-wrap input {
  width: 100%;
  border: 1px solid #4c3b1b;
  padding-left: 2rem;
  letter-spacing: -0.04em;
  color: inherit;
}
.idx .input-wrap input::-webkit-input-placeholder {
  font-size: 2.2rem;
  font-weight: 400;
  color: #61574f;
}
.idx .input-wrap input::-moz-placeholder {
  font-size: 2.2rem;
  font-weight: 400;
  color: #61574f;
}
.idx .input-wrap input:-ms-input-placeholder {
  font-size: 2.2rem;
  font-weight: 400;
  color: #61574f;
}
.idx .input-wrap input::-ms-input-placeholder {
  font-size: 2.2rem;
  font-weight: 400;
  color: #61574f;
}
.idx .input-wrap input::placeholder {
  font-size: 2.2rem;
  font-weight: 400;
  color: #61574f;
}
.idx .find {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
  margin-top: 7rem;
}
.idx .find a {
  color: inherit;
}
.idx .find input[type=checkbox] {
  display: none;
}
.idx .find input[type=checkbox] + label {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 30px;
  height: 21.9px;
}
.idx .find input[type=checkbox] + label::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 22px;
  height: 22px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 1px solid #515151;
  border-radius: 2px;
  z-index: 1;
  font-size: 2.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
  margin-top: 1px;
  color: #515151;
}
.idx .find input[type=checkbox]:checked + label::after {
  content: "✓";
}
.idx .porel {
  margin-top: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.idx .porel input {
  margin: 0;
  background: #714e0e;
  width: 100%;
  height: 9rem;
  color: #ffffff;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  cursor: pointer;
}
.idx .porel input:hover {
  -webkit-filter: grayscale(0.2) brightness(0.9);
          filter: grayscale(0.2) brightness(0.9);
}
.idx a.button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: inherit;
  font-weight: inherit;
  color: #fff;
  text-align: center;
  width: 100%;
  height: 9rem;
  margin-top: 10px;
  border: none;
  border-radius: 0.4rem;
  background: #2f2f2f;
  font-family: inherit;
}

/*오시는 길*/
.location {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  font-size: 2.5rem;
}
.location .wrap_map {
  height: 100% !important;
}
.location .wrap_controllers {
  display: none;
}
.location .map_border {
  display: none !important;
}
.location .wrap_btn_zoom {
  display: none !important;
}
.location .root_daum_roughmap {
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  width: 100%;
  height: 40rem;
}
.location-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  color: #222;
  font-weight: 400;
  padding-bottom: 6rem;
}
.location-info h5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  word-break: keep-all;
  font-size: 3.3rem;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 6rem;
}
.location-info h5 i {
  font-size: 4.3rem;
  color: #714e0e;
  margin-right: 2.15rem;
}
.location-info h5 .icon-location:before {
  margin: 0;
}
.location-info .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 5rem 0;
  width: 100%;
}
.location-info .info li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  word-break: keep-all;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(120.5, 103, 71, 0.4);
}
.location-info .info li:first-child {
  border-top: 1px solid rgba(120.5, 103, 71, 0.4);
}
.location-info .info li h6 {
  font-size: 2.9rem;
  font-weight: 500;
  width: 40%;
  padding: 1% 0;
}
.location-info .info li span {
  display: block;
  width: 100%;
  padding: 2% 0;
}
.location-info a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40%;
  padding: 2.5rem 3rem;
  background: #714e0e;
  color: #fff !important;
  border-radius: 1rem;
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
  text-decoration: none !important;
}
.location-info a span {
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  font-size: 2.9rem;
  line-height: 0;
  width: 25%;
  height: 100%;
  margin-left: 15%;
  text-align: right;
  vertical-align: middle;
  text-decoration: none;
  opacity: 0.5;
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
}
.location-info a span::before {
  content: "";
  position: relative;
  width: 100%;
  height: 0.2rem;
  background: #fff;
  border-radius: 5rem;
  margin-right: -0.5rem;
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
}
.location-info a span i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.location-info a span i::before {
  margin: 0;
  width: auto;
  line-height: 0;
}
.location-info a:hover {
  background: rgb(101.7, 83, 12.6);
  -webkit-box-shadow: 0.25rem 0.5rem 1rem rgb(101.7, 83, 12.6);
          box-shadow: 0.25rem 0.5rem 1rem rgb(101.7, 83, 12.6);
}
.location-info a:hover span {
  width: 35%;
  opacity: 1;
}
/*준비중 페이지*/
.ready {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  text-align: center;
  font-size: 3rem;
  padding: 5rem 0;
}
.ready div {
  width: 32rem;
  height: 32rem;
  position: relative;
  -webkit-mask: url("/images/content/maintenance-line.svg") no-repeat;
  -webkit-mask-size: 99.8% 100%;
  opacity: 0.7;
}
.ready div:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: #714e0e;
  mix-blend-mode: color;
}
.ready div img {
  width: 100%;
  -webkit-filter: brightness(1.4);
          filter: brightness(1.4);
}
.ready p {
  margin: 5rem 0;
}
.ready span {
  color: rgb(67.6220472441, 46.6771653543, 8.3779527559);
  font-weight: 600;
  font-size: 3.3rem;
}

/*이용약관*/
.policy {
  font-size: 2.4rem;
  color: #424242;
}
.policy .agree_box {
  position: relative;
  z-index: 1;
  border: 1px solid #bdbdbd;
  width: 100%;
  height: 42.6666666667rem;
  margin: 0 auto;
  scroll-behavior: smooth;
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
}
.policy .agree_box:before, .policy .agree_box:after {
  content: "";
  position: absolute;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 5%;
}
.policy .agree_box:before {
  top: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(transparent));
  background: linear-gradient(180deg, #fff, transparent);
}
.policy .agree_box:after {
  bottom: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(transparent));
  background: linear-gradient(0deg, #fff, transparent);
}
.policy .fade {
  position: absolute;
  z-index: 2;
}
.policy .agree_content {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  padding: 5rem;
  overflow-x: hidden;
  overflow-y: scroll;
}
.policy .agree_content b {
  color: rgb(106.65, 76.1398989899, 20.35);
  font-size: 2.6rem;
  font-weight: 500;
  overflow: hidden;
}
.policy .agree_content::-webkit-scrollbar {
  position: relative;
  width: 1.5rem;
  z-index: 2;
}
.policy .agree_content::-webkit-scrollbar-thumb {
  background: #bdbdbd;
  background-clip: padding-box;
  border: 0rem solid transparent;
}
.policy .agree_content::-webkit-scrollbar-track {
  background: #f5f5f5;
  z-index: 1;
}

.company section {
  position: relative;
}

.business01 {
  position: relative;
  font-size: inherit;
  line-height: inherit;
}
.business01 > div {
  font-size: 5rem;
  margin-bottom: 2.5rem;
  font-weight: 300;
  color: #000;
}
.business01 > div span {
  position: relative;
}
.business01 > div span:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background: #714e0e;
  opacity: 0.2;
  z-index: -1;
}
.business01 article {
  margin: 5rem 0;
  width: 100%;
}
.business01 h1 {
  font-size: 2.8rem;
  font-weight: 600;
  color: #222;
  line-height: 1.5;
}
.business01 section {
  margin: 2.5rem 0;
}
.business01 p {
  word-break: keep-all;
}
.business01 h2 {
  font-weight: 700;
  font-size: 2.6rem;
  margin: 1.25rem 0;
  line-height: 1.5;
}
.business01 ul {
  margin: 1.25rem 0;
}
.business01 ul > li {
  padding-left: 2.5rem;
  text-indent: -2.5rem;
  word-break: keep-all;
}
.business01 ol {
  padding: 1.25rem 0;
}
.business01 ol li {
  color: #757575;
  word-break: keep-all;
}
.business01 table {
  margin: 2.5rem 0;
  width: 100%;
  border: none;
  width: 100%;
  text-align: center;
}
.business01 table tr {
  border: none;
}
.business01 table th, .business01 table td {
  border: none;
  padding: 0 8px;
  height: 52px;
  font-size: 14px;
}
.business01 table thead th {
  background: rgb(245.3, 245.3, 245.3);
  color: rgb(109.9, 109.9, 109.9);
  font-weight: 500;
  border: 1px solid rgb(219.8, 219.8, 219.8);
}
.business01 table tbody tr {
  border-bottom: 1px solid rgb(234.65, 234.65, 234.65);
}
.business01 table tbody th {
  border: 1px solid rgb(221.9, 221.9, 221.9);
  background: rgb(248.39, 248.39, 248.39);
  color: rgb(109.9, 109.9, 109.9);
}
.business01 table tbody td {
  border: 1px solid rgb(234.65, 234.65, 234.65);
}
.business01 table thead th:first-of-type {
  border-left: none;
}
.business01 table thead th:last-of-type {
  border-right: none;
}
.business01 table tbody th:first-of-type {
  border-left: none;
}
.business01 table tbody th:last-of-type {
  border-right: none;
}
.business01 table tbody th + td {
  border-left: 1px solid rgb(221.9, 221.9, 221.9) !important;
}
.business01 table tbody td:first-of-type {
  border-left: none;
}
.business01 table tbody td:last-of-type {
  border-right: none;
}
.business01 table tbody td:first-of-type {
  border-left: 1px solid #ebebeb;
}
.business01 table tbody th {
  font-weight: 400;
}

.business01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  color: #333;
  font-size: 2.8rem;
  letter-spacing: -0.025em;
}
.business01 h3 {
  font-size: 4rem;
  color: #1b1b1b;
  font-weight: 600;
  letter-spacing: -0.05em;
  margin-bottom: 5rem;
}
.business01 ol {
  padding-left: 1rem;
  text-indent: -1rem;
}
.business01 ol ul {
  padding-left: 1rem;
  text-indent: -1rem;
}
.business01 ul {
  margin: initial;
}
.business01 ul > li {
  padding-left: initial;
  text-indent: initial;
  font-weight: 500;
}
.business01 article {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
  margin-bottom: 5rem;
}
.business01 .image .img {
  background: url("/images/content/business01_img1.jpg") no-repeat center/cover;
  width: 100%;
}
.business01 .image .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 0;
}
.business01 .text {
  width: 100%;
}
.business01 .text i {
  width: 5rem;
  height: 1px;
  background: #000;
  margin: 2.5rem 0;
  display: inline-block;
}
.business01 .text li {
  margin-bottom: 1.5rem;
}
.business01 .dash ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin: 3rem 0;
}
.business01 .dash li {
  position: relative;
  width: 45rem;
  height: 25rem;
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 3rem;
  padding: 1.5rem;
  border-radius: 1rem;
}
.business01 .dash li .icon {
  width: 8rem;
  height: 8rem;
  border-radius: 100%;
  font-size: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: -4rem;
  color: inherit;
  background: inherit;
  -webkit-box-shadow: 0 2px 5px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 5px 0px rgba(0, 0, 0, 0.2);
}
.business01 .dash li .con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.business01 .dash li .con p {
  font-size: 4rem;
  margin: 1rem;
  letter-spacing: -0.025em;
}
.business01 .dash li .con span {
  display: inline-block;
  padding: 0.3rem 1rem;
  background: #000;
  color: #fff;
  margin-top: 2rem;
  font-size: 2.6rem;
}
.business01 .dash .company {
  background: #c62828;
  color: #fff;
}
.business01 .dash .site {
  background: #616161;
  color: #fff;
}
.business01 .dash .site .icon {
  font-size: 5.5rem;
}
.business01 .dash .location {
  margin: 3rem;
  padding-top: 4rem;
  background: #fff;
  -webkit-box-shadow: 0 2px 5px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 5px 1px rgba(0, 0, 0, 0.2);
}
.business01 .dash .location .con {
  background: url("/images/content/location.png") no-repeat center/contain;
  width: 70%;
}
.business01 .dash .location img {
  width: 100%;
  opacity: 0;
}
.business01 .dash .kossa {
  margin: 3rem;
  padding-top: 4rem;
  background: #fff;
  -webkit-box-shadow: 0 2px 5px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 5px 1px rgba(0, 0, 0, 0.2);
}
.business01 .dash .kossa .con {
  width: 50%;
  background: url("/images/content/kossa_big.png") no-repeat center/contain;
}
.business01 .dash .kossa img {
  width: 100%;
  opacity: 0;
}

.regulation {
  font-size: 2.6rem;
}
.regulation h4 {
  font-size: 3.3rem;
  font-weight: 500;
  color: #212121;
  margin-bottom: 2.5rem;
}
.regulation h5 {
  font-size: 2.8rem;
  font-weight: 500;
  color: #333;
  margin-bottom: 1.25rem;
}
.regulation p {
  color: #454545;
}
.regulation ul {
  margin: 0.5rem 0;
  padding-left: 1rem;
  color: #505050;
}
.regulation ul > li {
  margin: 0.3rem 0;
  padding-left: 2.5rem;
  text-indent: -2.5rem;
}
.regulation ul ol {
  padding-left: 0.5rem;
  font-size: 2.5rem;
}
.regulation ul ol > li {
  margin: 0.3rem 0;
  padding-left: 2.5rem;
  text-indent: -2.5rem;
}
.regulation section {
  margin: 6.25rem 0;
}
.regulation article {
  margin: 3.75rem 0;
  padding: 0 1rem;
}
.regulation .sec_tit {
  padding: 2.5rem 0;
  border-bottom: 1px solid #d8d8d8;
}
.regulation .sec_tit ul {
  color: #333;
}
.regulation .sec_tit ul li {
  margin: 1rem 0;
}

.nav-left .depth2 ol .salesman {
  display: none !important;
}

/*고객센터 search form*/
#bbs_search {
  width: 100%;
}
#bbs_search form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#bbs_search select,
#bbs_search input,
#bbs_search button {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  font-style: normal;
  text-decoration: none;
  background: none;
  min-width: 8rem;
  height: 8rem;
  padding: 1.25rem 2.5rem;
  border: 1px solid #bdbdbd;
}
#bbs_search select {
  margin-right: 1.25rem;
  width: 16rem;
}
#bbs_search .search {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#bbs_search .search input[type=text] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-right: none;
  width: 100%;
}
#bbs_search .search button {
  outline: none;
  display: initial;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  white-space: initial;
  background: initial;
  vertical-align: middle;
  margin: 0;
  left: initial;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0;
  padding: 10px 15px;
  font-size: 12px;
  font-weight: 400;
  border: solid 1px rgb(7.5, 7.5, 7.5);
  color: black;
  background: #212121;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
#bbs_search .search button:hover {
  text-decoration: none;
  background: rgb(45.75, 45.75, 45.75);
  color: #fff;
}
#bbs_search .search button:active {
  background: rgb(20.25, 20.25, 20.25);
  color: #fff;
}
#bbs_search .search button i {
  font-size: 3rem;
}
#bbs_search .search button i:before {
  margin: 0;
}

/*고객센터 게시판 list*/
.board.list > table {
  margin: 2.5rem 0;
}
.board.list tbody td {
  padding: 0;
}

.board.list > table,
.board.view > table {
  width: 100%;
  font-size: 2.5rem;
  border: none;
}
.board.list tbody tr.notice,
.board.view tbody tr.notice {
  background: rgba(81.25, 68.6994949495, 45.75, 0.1);
}
.board.list tbody tr.notice td,
.board.view tbody tr.notice td {
  border-color: rgb(195.45, 192.9398989899, 188.35);
  font-weight: 500;
}
.board.list tbody tr.notice div,
.board.view tbody tr.notice div {
  font-weight: 700;
}
.board.list tbody tr.notice div span,
.board.view tbody tr.notice div span {
  color: #f44336;
}
.board.list tbody tr.notice .info,
.board.view tbody tr.notice .info {
  color: rgb(119.625, 113.3497474747, 101.875);
}
.board.list tbody tr.notice .info i,
.board.view tbody tr.notice .info i {
  background: rgb(195.45, 192.9398989899, 188.35);
}
.board.list tbody td,
.board.view tbody td {
  width: 100%;
  border: 1px solid #e8e8e8;
  border-left: none;
  border-right: none;
}
.board.list tbody td a,
.board.view tbody td a {
  cursor: pointer;
  text-decoration: none;
  width: 100%;
  height: 100%;
  float: left;
  padding: 1.25rem 2.5rem;
  width: 100%;
  display: block;
}
.board.list tbody td a div,
.board.view tbody td a div {
  color: #222;
  font-weight: 500;
  margin: 0.5rem 0;
}
.board.list tbody td a .info,
.board.view tbody td a .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #9e9e9e;
  font-size: 2.3rem;
}
.board.list tbody td a .info i,
.board.view tbody td a .info i {
  margin: 0 1.25rem;
  background: #e0e0e0;
  width: 1px;
  height: 1.6666666667rem;
}
.board.list div.title div,
.board.view div.title div {
  color: #222;
  font-size: 3.75rem;
  font-weight: 500;
}
.board.list div.title .info,
.board.view div.title .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #9e9e9e;
  font-size: 2.3rem;
}
.board.list div.title .info i,
.board.view div.title .info i {
  margin: 0 1.25rem;
  background: #e0e0e0;
  width: 1px;
  height: 1.6666666667rem;
}

.board {
  color: #222;
  font-size: 2.1rem;
}
.board input::-webkit-input-placeholder, .board textarea::-webkit-input-placeholder {
  color: #bdbdbd;
  font-size: 2.1rem;
  line-height: 1.5;
  white-space: normal;
}
.board input::-moz-placeholder, .board textarea::-moz-placeholder {
  color: #bdbdbd;
  font-size: 2.1rem;
  line-height: 1.5;
  white-space: normal;
}
.board input:-ms-input-placeholder, .board textarea:-ms-input-placeholder {
  color: #bdbdbd;
  font-size: 2.1rem;
  line-height: 1.5;
  white-space: normal;
}
.board input::-ms-input-placeholder, .board textarea::-ms-input-placeholder {
  color: #bdbdbd;
  font-size: 2.1rem;
  line-height: 1.5;
  white-space: normal;
}
.board input::placeholder,
.board textarea::placeholder {
  color: #bdbdbd;
  font-size: 2.1rem;
  line-height: 1.5;
  white-space: normal;
}
.board input::-webkit-input-placeholder,
.board textarea::-webkit-input-placeholder {
  color: #bdbdbd;
  font-size: 2.1rem;
  line-height: 1.5;
  white-space: normal;
}
.board input::-moz-input-placeholder,
.board textarea::-moz-input-placeholder {
  color: #bdbdbd;
  font-size: 2.1rem;
  line-height: 1.5;
  white-space: normal;
}
.board input::-ms-input-placeholder,
.board textarea::-ms-input-placeholder {
  color: #bdbdbd;
  font-size: 2.1rem;
  line-height: 1.5;
  white-space: normal;
}
.board div.sub-title {
  font-size: 3.75rem;
  text-align: center;
  color: initial;
  padding-bottom: 2.5rem;
  margin-bottom: 2.5rem;
}
.board table {
  margin-top: 0;
}
.board tr {
  border: none;
}
.board td {
  border: none;
  padding: 2.5rem;
}
.board td.contentTD2 {
  border-bottom: 1px solid #e0e0e0;
  padding: 5rem 2.5rem;
}
.board td.contentTD3 {
  padding-left: 0;
  padding-right: 0;
}
.board input[type=text], .board input[type=password] {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  font-style: normal;
  text-decoration: none;
  background: none;
}
.board label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  vertical-align: inherit;
  cursor: pointer;
  margin-right: 3.75rem;
  color: #bdbdbd;
}
.board label input[type=checkbox], .board label input[type=radio] {
  margin: 0;
  visibility: hidden;
  position: absolute;
}
.board label i {
  margin-right: 1rem;
}
.board label input:checked ~ * {
  color: initial;
}
.board tfoot td {
  border: none;
  padding: 2.5rem;
  padding-right: 0;
}
.board tfoot td input.button {
  outline: none;
  display: initial;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  white-space: initial;
  background: initial;
  vertical-align: middle;
  margin: 0;
  left: initial;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0;
  padding: 10px;
  font-size: 12px;
  font-weight: 400;
  border: solid 1px rgb(91.5, 91.5, 91.5);
  color: #fff;
  background: #757575;
  color: #fff;
  border-radius: 5px;
  border: none !important;
}
.board tfoot td input.button:hover {
  text-decoration: none;
  background: rgb(129.75, 129.75, 129.75);
  color: #fff;
}
.board tfoot td input.button:active {
  background: rgb(104.25, 104.25, 104.25);
  color: #fff;
}
.board tfoot td input.button.admin {
  outline: none;
  display: initial;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  white-space: initial;
  background: initial;
  vertical-align: middle;
  margin: 0;
  left: initial;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0;
  padding: 10px;
  font-size: 12px;
  font-weight: 400;
  border: solid 1px rgb(204.6578947368, 30.3947368421, 26.3421052632);
  color: #fff;
  background: #e53935;
  color: #fff;
  border-radius: 5px;
}
.board tfoot td input.button.admin:hover {
  text-decoration: none;
  background: rgb(231.9078947368, 79.1447368421, 75.5921052632);
  color: #fff;
}
.board tfoot td input.button.admin:active {
  background: rgb(226.0921052632, 34.8552631579, 30.4078947368);
  color: #fff;
}
.board tfoot td input.button.answer {
  outline: none;
  display: initial;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  white-space: initial;
  background: initial;
  vertical-align: middle;
  margin: 0;
  left: initial;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0;
  padding: 10px;
  font-size: 12px;
  font-weight: 400;
  border: solid 1px rgb(68.7468879668, 51.5601659751, 166.4398340249);
  color: #fff;
  background: #5a47c6;
  color: #fff;
  border-radius: 5px;
}
.board tfoot td input.button.answer:hover {
  text-decoration: none;
  background: rgb(107.4585062241, 90.468879668, 204.031120332);
  color: #fff;
}
.board tfoot td input.button.answer:active {
  background: rgb(76.7883817427, 57.5912863071, 185.9087136929);
  color: #fff;
}
.board tfoot td input.button.delete {
  outline: none;
  display: initial;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  white-space: initial;
  background: initial;
  vertical-align: middle;
  margin: 0;
  left: initial;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0;
  padding: 10px;
  font-size: 12px;
  font-weight: 400;
  border: solid 1px rgb(218.6116504854, 34.3883495146, 153.5194174757);
  color: #fff;
  background: #e34dae;
  color: #fff;
  border-radius: 5px;
}
.board tfoot td input.button.delete:hover {
  text-decoration: none;
  background: rgb(230.4660194175, 99.0339805825, 184.0266990291);
  color: #fff;
}
.board tfoot td input.button.delete:active {
  background: rgb(223.5339805825, 54.9660194175, 163.9733009709);
  color: #fff;
}
.board tfoot td input.button.edit {
  outline: none;
  display: initial;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  white-space: initial;
  background: initial;
  vertical-align: middle;
  margin: 0;
  left: initial;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0;
  padding: 10px;
  font-size: 12px;
  font-weight: 400;
  border: solid 1px rgb(50.6024096386, 63.2530120482, 159.3975903614);
  color: #fff;
  background: #4251c3;
  color: #fff;
  border-radius: 5px;
}
.board tfoot td input.button.edit:hover {
  text-decoration: none;
  background: rgb(85.3554216867, 98.8192771084, 201.1445783133);
  color: #fff;
}
.board tfoot td input.button.edit:active {
  background: rgb(56.7469879518, 70.9337349398, 178.7530120482);
  color: #fff;
}
.board tfoot td input.button.save {
  outline: none;
  display: initial;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  white-space: initial;
  background: initial;
  vertical-align: middle;
  margin: 0;
  left: initial;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0;
  padding: 10px;
  font-size: 12px;
  font-weight: 400;
  border: solid 1px rgb(51.9471365639, 124.0528634361, 55.0484581498);
  color: #fff;
  background: #43a047;
  color: #fff;
  border-radius: 5px;
}
.board tfoot td input.button.save:hover {
  text-decoration: none;
  background: rgb(74.5264317181, 177.9735682819, 78.9757709251);
  color: #fff;
}
.board tfoot td input.button.save:active {
  background: rgb(59.4735682819, 142.0264317181, 63.0242290749);
  color: #fff;
}
.board tfoot td input.button:not(:last-of-type) {
  margin-right: 1rem;
}
.board.view .title {
  padding: 2.5rem;
  border-top: 1px solid #000;
}
.board.write table {
  table-layout: fixed;
  width: 100%;
}
.board.write tr {
  border-bottom: 1px solid #e8e8e8;
}
.board.write tr:nth-of-type(1) {
  border-top: 1px solid #000;
}
.board.write tr.readonly {
  background: none;
}
.board.write tr.readonly td {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 2.6rem;
  line-height: 1.5;
  width: 100%;
}
.board.write tr.contents {
  padding: 1.25rem;
}
.board.write tr.contents td {
  display: table-cell;
}
.board.write tr.title td, .board.write tr.password.secret td, .board.write tr.mobile td {
  display: table-cell;
  padding-left: 2.5rem;
  border: none;
}
.board.write tr.title td input, .board.write tr.password.secret td input, .board.write tr.mobile td input {
  width: calc(100% - 15rem);
  height: 100%;
}
.board.write tr.file td {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: auto;
}
.board.write tr.file td div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.board.write tr.file .upload-name {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  font-style: normal;
  text-decoration: none;
  background: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
  height: 7rem;
  padding: 1.25rem;
  border: 1px solid #e0e0e0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.board.write tr.file label {
  outline: none;
  display: initial;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  white-space: initial;
  background: initial;
  vertical-align: middle;
  margin: 0;
  left: initial;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0;
  padding: 10px 15px;
  font-size: 12px;
  font-weight: 400;
  border: solid 1px rgb(7.5, 7.5, 7.5);
  color: black;
  background: #212121;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 7rem;
}
.board.write tr.file label:hover {
  text-decoration: none;
  background: rgb(45.75, 45.75, 45.75);
  color: #fff;
}
.board.write tr.file label:active {
  background: rgb(20.25, 20.25, 20.25);
  color: #fff;
}
.board.write tr.file label input[type=file] {
  position: absolute;
  visibility: hidden;
  width: 0;
  height: 0;
}
.board.write tr.movie th {
  vertical-align: baseline;
}
.board.write tr.movie td {
  height: auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.board.write tr.movie td p {
  margin-top: 1.25rem;
  color: #2196f3;
}
.board.write tr.movie label {
  margin: 0;
  margin-right: 1.25rem;
}
.board.write tr.movie label input:checked ~ * {
  color: #3949ab;
  font-weight: 500;
}
.board.write tr.movie label input:checked ~ span:before {
  background: #e8eaf6;
  border-color: #e8eaf6;
}
.board.write tr.movie input[type=text] {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  font-style: normal;
  text-decoration: none;
  background: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 6.6666666667rem;
  padding: 1.25rem;
  border: 1px solid #e0e0e0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.board.write th {
  padding-left: 2.5rem;
  white-space: nowrap;
  text-align: left;
  color: #9e9e9e;
  font-weight: 700;
}
.board.write td {
  padding: 1.25rem;
  height: 8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.board.write td input[type=text], .board.write td input[type=password] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 2.6rem;
  line-height: 1.5;
  width: 100%;
}
.board.write td label {
  position: relative;
  margin: 0;
  margin-left: 1.25rem;
  padding: 1.25rem;
  float: right;
}
.board.write td label i {
  font-size: 1.25rem;
}
.board.write td label span {
  line-height: 1;
  white-space: nowrap;
}
.board.write td label span:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border: 1px solid #e0e0e0;
  z-index: -1;
}
.board.write td label input:checked ~ * {
  color: #d81b60;
}
.board.write td label input:checked ~ span:before {
  border-color: #e91e63;
}
.board.write td textarea {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  font-style: normal;
  text-decoration: none;
  background: none;
  resize: none;
  width: 100%;
  min-height: 180px;
  font-size: 2.5rem;
  padding: 1.25rem;
}
.board.write tfoot tr {
  border: none;
}
.board.write tfoot td {
  display: table-cell;
  border: none;
  padding: 2.5rem;
  padding-right: 0;
  text-align: right;
}
.board.write tfoot td input.button {
  outline: none;
  display: initial;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  white-space: initial;
  background: initial;
  vertical-align: middle;
  margin: 0;
  left: initial;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0;
  padding: 10px;
  font-size: 12px;
  font-weight: 400;
  border: solid 1px rgb(91.5, 91.5, 91.5);
  color: #fff;
  background: #757575;
  color: #fff;
  border-radius: 5px;
}
.board.write tfoot td input.button:hover {
  text-decoration: none;
  background: rgb(129.75, 129.75, 129.75);
  color: #fff;
}
.board.write tfoot td input.button:active {
  background: rgb(104.25, 104.25, 104.25);
  color: #fff;
}
.board.write tfoot td input.button.admin {
  outline: none;
  display: initial;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  white-space: initial;
  background: initial;
  vertical-align: middle;
  margin: 0;
  left: initial;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0;
  padding: 10px;
  font-size: 12px;
  font-weight: 400;
  border: solid 1px rgb(204.6578947368, 30.3947368421, 26.3421052632);
  color: #fff;
  background: #e53935;
  color: #fff;
  border-radius: 5px;
}
.board.write tfoot td input.button.admin:hover {
  text-decoration: none;
  background: rgb(231.9078947368, 79.1447368421, 75.5921052632);
  color: #fff;
}
.board.write tfoot td input.button.admin:active {
  background: rgb(226.0921052632, 34.8552631579, 30.4078947368);
  color: #fff;
}
.board.write tfoot td input.button.answer {
  outline: none;
  display: initial;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  white-space: initial;
  background: initial;
  vertical-align: middle;
  margin: 0;
  left: initial;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0;
  padding: 10px;
  font-size: 12px;
  font-weight: 400;
  border: solid 1px rgb(68.7468879668, 51.5601659751, 166.4398340249);
  color: #fff;
  background: #5a47c6;
  color: #fff;
  border-radius: 5px;
}
.board.write tfoot td input.button.answer:hover {
  text-decoration: none;
  background: rgb(107.4585062241, 90.468879668, 204.031120332);
  color: #fff;
}
.board.write tfoot td input.button.answer:active {
  background: rgb(76.7883817427, 57.5912863071, 185.9087136929);
  color: #fff;
}
.board.write tfoot td input.button.delete {
  outline: none;
  display: initial;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  white-space: initial;
  background: initial;
  vertical-align: middle;
  margin: 0;
  left: initial;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0;
  padding: 10px;
  font-size: 12px;
  font-weight: 400;
  border: solid 1px rgb(218.6116504854, 34.3883495146, 153.5194174757);
  color: #fff;
  background: #e34dae;
  color: #fff;
  border-radius: 5px;
}
.board.write tfoot td input.button.delete:hover {
  text-decoration: none;
  background: rgb(230.4660194175, 99.0339805825, 184.0266990291);
  color: #fff;
}
.board.write tfoot td input.button.delete:active {
  background: rgb(223.5339805825, 54.9660194175, 163.9733009709);
  color: #fff;
}
.board.write tfoot td input.button.edit {
  outline: none;
  display: initial;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  white-space: initial;
  background: initial;
  vertical-align: middle;
  margin: 0;
  left: initial;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0;
  padding: 10px;
  font-size: 12px;
  font-weight: 400;
  border: solid 1px rgb(50.6024096386, 63.2530120482, 159.3975903614);
  color: #fff;
  background: #4251c3;
  color: #fff;
  border-radius: 5px;
}
.board.write tfoot td input.button.edit:hover {
  text-decoration: none;
  background: rgb(85.3554216867, 98.8192771084, 201.1445783133);
  color: #fff;
}
.board.write tfoot td input.button.edit:active {
  background: rgb(56.7469879518, 70.9337349398, 178.7530120482);
  color: #fff;
}
.board.write tfoot td input.button.save {
  outline: none;
  display: initial;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  white-space: initial;
  background: initial;
  vertical-align: middle;
  margin: 0;
  left: initial;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0;
  padding: 10px;
  font-size: 12px;
  font-weight: 400;
  border: solid 1px rgb(51.9471365639, 124.0528634361, 55.0484581498);
  color: #fff;
  background: #43a047;
  color: #fff;
  border-radius: 5px;
}
.board.write tfoot td input.button.save:hover {
  text-decoration: none;
  background: rgb(74.5264317181, 177.9735682819, 78.9757709251);
  color: #fff;
}
.board.write tfoot td input.button.save:active {
  background: rgb(59.4735682819, 142.0264317181, 63.0242290749);
  color: #fff;
}
.board.write tfoot td input.button:not(:last-of-type) {
  margin-right: 1rem;
}
.board.reply .title input[type=text] {
  width: 100%;
}

.board.write th, .board.write td {
  border: none;
}

.prenext {
  width: 100%;
}
.prenext td {
  padding: 1.6666666667rem;
  font-size: 2.2rem;
  color: #1d1d1d;
  border: 1px solid #e8e8e8;
  border-left: none;
  border-right: none;
}
.prenext td.subject a {
  cursor: pointer;
  text-decoration: none;
  width: 100%;
  height: 100%;
  float: left;
}

/* 1:1문의 */
select {
  padding: 0px 0px 0px 4px;
  height: 35px;
  vertical-align: middle;
  border-color: #ccc;
  border-radius: 3px;
}

/* 리스트 S */
#counseling {
  font-size: 2.5rem;
}
#counseling .notList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: calc(calc(var(--c-vh, 1vh) * 100) / 5);
  font-size: 2.5rem;
  font-weight: 500;
  background: #fafafa;
  border: 1px solid #eeeeee;
  color: #212121;
}
#counseling.cs_list .write {
  margin-bottom: 5rem;
  overflow: hidden;
}
#counseling.cs_list .write a {
  cursor: pointer;
  text-decoration: none;
  width: 100%;
  height: 100%;
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2.5rem;
  background: #1d1d1d;
  width: 100%;
  height: 8rem;
  color: #fff;
}
#counseling.cs_list .write a i {
  margin-right: 1.25rem;
}
#counseling.cs_list li {
  margin-top: -1px;
}
#counseling.cs_list li a {
  cursor: pointer;
  text-decoration: none;
  width: 100%;
  height: 100%;
  float: left;
  display: block;
  width: 100%;
  padding: 2.5rem;
  border-bottom: 1px solid #e8e8e8;
}
#counseling.cs_list li:first-child a {
  border-top: 1px solid #000;
}
#counseling.cs_list li h6 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 2.5rem;
  font-weight: 500;
}
#counseling.cs_list li h6 p {
  color: #9e9e9e;
  font-size: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#counseling.cs_list li h6 p i {
  width: 2px;
  height: 2px;
  background: #e0e0e0;
  margin: 0 1.25rem;
}
#counseling.cs_list li h6 span {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  margin: 1.25rem 0;
  color: #222;
}
#counseling.cs_list li div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #9e9e9e;
  margin-top: 1.25rem;
}
#counseling.cs_list li div .answer {
  padding: 0 1rem;
  border: 1px solid;
  border-radius: 10rem;
  font-size: 2rem;
  font-weight: 600;
  margin-right: 2.5rem;
}
#counseling.cs_list li div .answer.done {
  color: #2196f3;
  border-color: #2196f3;
}
#counseling.cs_list li div .answer.done + p span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#counseling.cs_list li div .answer.not {
  color: #f44336;
  border-color: #f44336;
}
#counseling.cs_list li div .answer.not + p span {
  display: none;
}
#counseling.cs_list li div p {
  color: #9e9e9e;
  font-size: 2rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#counseling.cs_list li div p i {
  width: 2px;
  height: 2px;
  background: #e0e0e0;
  margin: 0 1.25rem;
}
#counseling.cs_view div h6 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 3rem;
  font-weight: 500;
  color: #212121;
  padding: 2.5rem;
  border-top: 1px solid #bdbdbd;
  border-bottom: 1px solid #bdbdbd;
}
#counseling.cs_view div h6 p {
  color: #9e9e9e;
  font-size: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#counseling.cs_view div h6 i {
  width: 2px;
  height: 2px;
  background: #e0e0e0;
  margin: 0 1.25rem;
}
#counseling.cs_view div h6 span {
  margin-top: 1.25rem;
}
#counseling.cs_view div .content {
  padding: 2.5rem;
  min-height: auto;
  font-size: 2.5rem;
}
#counseling.cs_view div .file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 2.3rem;
}
#counseling.cs_view div .file a {
  cursor: pointer;
  text-decoration: none;
  width: 100%;
  height: 100%;
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  padding: 1.25rem 2.5rem;
  color: #757575;
  background: #eeeeee;
}
#counseling.cs_view div .file h6 {
  color: inherit;
  font-size: inherit;
  border: none;
  padding: 0;
  line-height: 1.5;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
}
#counseling.cs_view div .file p {
  color: #424242;
  font-weight: 600;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
#counseling.cs_view div .file span {
  color: #f44336;
  font-size: 2.2rem;
  margin-left: 1.25rem;
  white-space: nowrap;
}
#counseling.cs_view .replyInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 8rem;
  font-size: 2.5rem;
  font-weight: 500;
  background: #fafafa;
  border: 1px solid #eeeeee;
  color: #212121;
  margin-top: 5rem;
}
#counseling.cs_view .replyInfo2 {
  position: relative;
  margin-top: 5rem;
  padding: 2.5rem;
  border: 1px solid #bdbdbd;
  background: #fafafa;
}
#counseling.cs_view .replyInfo2 h6, #counseling.cs_view .replyInfo2 .content {
  padding: 0;
}
#counseling.cs_view .replyInfo2 h6 {
  border: none;
}
#counseling.cs_view .replyInfo2 .content {
  padding: 2.5rem 0;
}
#counseling.cs_write {
  overflow: hidden;
}
#counseling.cs_write input, #counseling.cs_write textarea {
  width: 100%;
  height: 100%;
  padding: 1.6666666667rem;
}
#counseling.cs_write input:disabled, #counseling.cs_write textarea:disabled {
  background: #f5f5f5;
}
#counseling.cs_write input {
  height: 8rem;
}
#counseling.cs_write td {
  display: table-cell;
}
#counseling.cs_write .info {
  border: 1px solid #f5f5f5;
  background: #fafafa;
  font-size: 2.3rem;
  padding: 2.5rem;
  margin-bottom: 5rem;
}
#counseling.cs_write .info li {
  text-indent: -1.25rem;
  margin-left: 1.25rem;
}
#counseling.cs_write .board {
  width: 100%;
  table-layout: fixed;
}
#counseling.cs_write .board th {
  text-align: right;
  padding: 0;
  padding-right: 2.5rem;
}
#counseling.cs_write .board td {
  padding: 0;
}
#counseling.cs_write .board .category td {
  display: table-cell;
}
#counseling.cs_write .board .category div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin: 1.25rem 0;
}
#counseling.cs_write .board .category div .input_select {
  background: transparent;
  width: calc(50% - 5px);
}
#counseling.cs_write .board .contents td {
  height: 48rem;
}
#counseling.cs_write .board .file td {
  padding: 1.25rem 0;
  font-size: inherit;
}
#counseling.cs_write .board .file td div {
  height: 100%;
}
#counseling.cs_write .board .file td input.active::-webkit-input-placeholder {
  color: #424242;
  font-weight: 500;
}
#counseling.cs_write .board .file td input.active::-moz-placeholder {
  color: #424242;
  font-weight: 500;
}
#counseling.cs_write .board .file td input.active:-ms-input-placeholder {
  color: #424242;
  font-weight: 500;
}
#counseling.cs_write .board .file td input.active::-ms-input-placeholder {
  color: #424242;
  font-weight: 500;
}
#counseling.cs_write .board .file td input.active::placeholder {
  color: #424242;
  font-weight: 500;
}
#counseling.cs_write .board .file td input.active::-webkit-input-placeholder {
  color: #424242;
  font-weight: 500;
}
#counseling.cs_write .board .file td input.active::-moz-input-placeholder {
  color: #424242;
  font-weight: 500;
}
#counseling.cs_write .board .file td input.active::-ms-input-placeholder {
  color: #424242;
  font-weight: 500;
}
#counseling.cs_write .board .file .upload-name {
  width: 100%;
  height: 6.6666666667rem;
}
#counseling.cs_write .board .member td {
  font-size: inherit;
}
#counseling.cs_write .board .member td div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
}
#counseling.cs_write .board .member td label {
  border: none;
  width: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 1.25rem 0;
  cursor: initial;
}
#counseling.cs_write .board .member td input[type=checkbox] {
  position: absolute;
  visibility: hidden;
  z-index: -1;
  color: #9e9e9e;
}
#counseling.cs_write .board .member td input[type=checkbox] ~ i {
  color: #757575;
  background: #f5f5f5;
  border-radius: 100%;
  width: 2.5rem;
  height: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#counseling.cs_write .board .member td input[type=checkbox] ~ span:before {
  content: none;
}
#counseling.cs_write .board .member td input[type=checkbox]:checked ~ i {
  color: #714e0e;
  background: none;
}
#counseling.cs_write .board .member td input[type=checkbox]:checked ~ span {
  color: #714e0e;
}
#counseling.cs_write .board .mypage {
  border-bottom: none;
}
#counseling.cs_write .board .mypage td {
  text-align: center;
  font-size: 2.5rem;
  padding: 2.5rem 0;
}
#counseling.cs_write .board .mypage td div {
  padding: 1.25rem;
  background: #eceff1;
}
#counseling.cs_write .board .mypage td a {
  color: #3949ab;
}
#counseling.cs_write .btnArea {
  width: 100%;
  text-align: center;
  margin-top: 22px;
  padding-top: 28px;
  padding-bottom: 45px;
  border-top: 1px dashed #d7d7d7;
}
#counseling.cs_write .btnArea .a_submit {
  display: inline-block;
  padding: 0px 15px;
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
  font-size: 14px;
}
#counseling.cs_write .btnArea .design1 {
  background-color: #337ab7;
  border: 1px solid #2e6da4;
  border-radius: 3px;
  color: #fff !important;
  font-weight: normal;
  line-height: 48px;
  width: 150px;
  height: 50px;
}
#counseling.cs_write .btnArea .design2 {
  background-color: #f9f9f9;
  border: 1px solid #cccccc;
  border-radius: 3px;
  color: #666 !important;
  font-weight: normal;
  line-height: 48px;
  width: 150px;
  height: 50px;
}
#counseling .btnZone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 5rem;
  width: 100%;
}
#counseling .btnZone a, #counseling .btnZone input {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  font-style: normal;
  text-decoration: none;
  background: none;
  border-radius: 0.5em;
  width: 21rem;
  height: 8rem;
  margin: 0 1rem;
  cursor: pointer;
  font-size: 2.7rem;
  line-height: 1.5;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
}
#counseling .btnZone a.button, #counseling .btnZone input.button {
  outline: none;
  display: initial;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  white-space: initial;
  background: initial;
  vertical-align: middle;
  margin: 0;
  left: initial;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0;
  padding: 10px 15px;
  font-size: 12px;
  font-weight: 400;
  border: solid 1px rgb(91.5, 91.5, 91.5);
  color: black;
  background: #757575;
  color: #fff;
  margin: 0;
  width: initial;
  height: initial;
  font-size: 12px;
}
#counseling .btnZone a.button:hover, #counseling .btnZone input.button:hover {
  text-decoration: none;
  background: rgb(129.75, 129.75, 129.75);
  color: #fff;
}
#counseling .btnZone a.button:active, #counseling .btnZone input.button:active {
  background: rgb(104.25, 104.25, 104.25);
  color: #fff;
}
#counseling .btnZone a.button.admin, #counseling .btnZone input.button.admin {
  outline: none;
  display: initial;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  white-space: initial;
  background: initial;
  vertical-align: middle;
  margin: 0;
  left: initial;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0;
  padding: 10px 15px;
  font-size: 12px;
  font-weight: 400;
  border: solid 1px rgb(204.6578947368, 30.3947368421, 26.3421052632);
  color: rgb(23.9210526316, 3.5526315789, 3.0789473684);
  background: #e53935;
  color: rgb(23.9210526316, 3.5526315789, 3.0789473684);
}
#counseling .btnZone a.button.admin:hover, #counseling .btnZone input.button.admin:hover {
  text-decoration: none;
  background: rgb(231.9078947368, 79.1447368421, 75.5921052632);
  color: rgb(23.9210526316, 3.5526315789, 3.0789473684);
}
#counseling .btnZone a.button.admin:active, #counseling .btnZone input.button.admin:active {
  background: rgb(226.0921052632, 34.8552631579, 30.4078947368);
  color: rgb(23.9210526316, 3.5526315789, 3.0789473684);
}
#counseling .btnZone a.button.answer, #counseling .btnZone input.button.answer {
  outline: none;
  display: initial;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  white-space: initial;
  background: initial;
  vertical-align: middle;
  margin: 0;
  left: initial;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0;
  padding: 10px 15px;
  font-size: 12px;
  font-weight: 400;
  border: solid 1px rgb(68.7468879668, 51.5601659751, 166.4398340249);
  color: rgb(4.4149377593, 3.3112033195, 10.6887966805);
  background: #5a47c6;
  color: #fff;
}
#counseling .btnZone a.button.answer:hover, #counseling .btnZone input.button.answer:hover {
  text-decoration: none;
  background: rgb(107.4585062241, 90.468879668, 204.031120332);
  color: #fff;
}
#counseling .btnZone a.button.answer:active, #counseling .btnZone input.button.answer:active {
  background: rgb(76.7883817427, 57.5912863071, 185.9087136929);
  color: #fff;
}
#counseling .btnZone a.button.delete, #counseling .btnZone input.button.delete {
  outline: none;
  display: initial;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  white-space: initial;
  background: initial;
  vertical-align: middle;
  margin: 0;
  left: initial;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0;
  padding: 10px 15px;
  font-size: 12px;
  font-weight: 400;
  border: solid 1px rgb(218.6116504854, 34.3883495146, 153.5194174757);
  color: rgb(42.3398058252, 6.6601941748, 29.7330097087);
  background: #e34dae;
  color: rgb(42.3398058252, 6.6601941748, 29.7330097087);
}
#counseling .btnZone a.button.delete:hover, #counseling .btnZone input.button.delete:hover {
  text-decoration: none;
  background: rgb(230.4660194175, 99.0339805825, 184.0266990291);
  color: rgb(42.3398058252, 6.6601941748, 29.7330097087);
}
#counseling .btnZone a.button.delete:active, #counseling .btnZone input.button.delete:active {
  background: rgb(223.5339805825, 54.9660194175, 163.9733009709);
  color: rgb(42.3398058252, 6.6601941748, 29.7330097087);
}
#counseling .btnZone a.button.edit, #counseling .btnZone input.button.edit {
  outline: none;
  display: initial;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  white-space: initial;
  background: initial;
  vertical-align: middle;
  margin: 0;
  left: initial;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0;
  padding: 10px 15px;
  font-size: 12px;
  font-weight: 400;
  border: solid 1px rgb(50.6024096386, 63.2530120482, 159.3975903614);
  color: rgb(1.4457831325, 1.8072289157, 4.5542168675);
  background: #4251c3;
  color: #fff;
}
#counseling .btnZone a.button.edit:hover, #counseling .btnZone input.button.edit:hover {
  text-decoration: none;
  background: rgb(85.3554216867, 98.8192771084, 201.1445783133);
  color: #fff;
}
#counseling .btnZone a.button.edit:active, #counseling .btnZone input.button.edit:active {
  background: rgb(56.7469879518, 70.9337349398, 178.7530120482);
  color: #fff;
}
#counseling .btnZone a.button.save, #counseling .btnZone input.button.save {
  outline: none;
  display: initial;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  white-space: initial;
  background: initial;
  vertical-align: middle;
  margin: 0;
  left: initial;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0;
  padding: 10px 15px;
  font-size: 12px;
  font-weight: 400;
  border: solid 1px rgb(51.9471365639, 124.0528634361, 55.0484581498);
  color: black;
  background: #43a047;
  color: #fff;
}
#counseling .btnZone a.button.save:hover, #counseling .btnZone input.button.save:hover {
  text-decoration: none;
  background: rgb(74.5264317181, 177.9735682819, 78.9757709251);
  color: #fff;
}
#counseling .btnZone a.button.save:active, #counseling .btnZone input.button.save:active {
  background: rgb(59.4735682819, 142.0264317181, 63.0242290749);
  color: #fff;
}
#counseling .btnZone .cancel {
  background: #e0e0e0;
  color: #222;
}
#counseling .btnZone .cancel:hover {
  background: rgb(211.25, 211.25, 211.25);
}
#counseling .btnZone .promise {
  background: #714e0e;
  color: #fff;
}
#counseling .btnZone .promise:hover {
  background: rgb(158.3779527559, 109.3228346457, 19.6220472441);
  color: #fff;
}

/* 리스트 E */
#loading_bg {
  width: calc(100% - 2px);
  height: 65vh;
  background: rgba(255, 255, 255, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#loading_bg img {
  margin-bottom: auto;
  margin-top: 50%;
}

/*로딩*/
#lloading {
  position: absolute;
  top: 0px;
  left: 0;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 480px;
  height: 100%;
  max-height: 50px;
  opacity: 0.6;
  display: none;
}

/* loadingA */
#loadingsA {
  position: fixed;
  top: 0px;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 999;
  display: none;
  height: 100%;
  width: 100%;
  background: url(/images_kr/join/loading_bg70_1.png) 0 0 repeat;
}

.loadingImg {
  position: relative;
  left: 40%;
  text-align: center;
}