@charset "UTF-8";
/*서브타이틀*/
#contain_wrap {
  max-width: 640px;
  margin: 0 auto;
}

#sub-header {
  position: relative;
  width: 100%;
  aspect-ratio: 640/300;
  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: 3rem;
  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: 3rem;
  height: 1px;
  background: #fff;
  margin-top: 1.5rem;
}

.content {
  padding: 10rem 3rem;
  -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: #002496;
}

/* 페이징 모바일(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: #002496;
  background: #002496;
  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: #002496;
}
.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: #1a2d6e;
  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: #002496;
  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: #002496;
  text-decoration: none;
  border: none;
}
.pagingNew4 span.currentPage {
  color: #002496;
  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: #002496;
  -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;
}

.swiper .playbar {
  position: relative;
  z-index: 10;
}
.swiper .play {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  display: none;
  z-index: 30;
}
.swiper .play i::before {
  color: #909090;
  font-size: 15px;
}
.swiper .play.swiper-button-pause.off {
  display: block;
}
.swiper .play.swiper-button-play.on {
  display: block;
}
.swiper .swiper-inner {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
}
.swiper .swiper-inner .swiper-pagination-progressbar {
  width: 80%;
  left: calc(50% - 10px);
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.swiper .swiper-inner .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background-color: #000;
}
.swiper img {
  width: 100%;
}

.main-visual {
  position: relative;
}
.main-visual .swiper-inner {
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  width: 100%;
  height: 60px;
  z-index: 1;
  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;
}
.main-visual .swiper-inner > div {
  position: absolute;
}
.main-visual .swiper-inner .swiper-pagination {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  bottom: initial;
  color: #bbbbbb;
  font-size: 13px;
}
.main-visual .swiper-inner .swiper-pagination i {
  margin-left: 2px;
  margin-right: 4px;
}
.main-visual .swiper-inner .swiper-pagination .swiper-pagination-current {
  color: #ffffff;
}
.main-visual .swiper-inner .swiper-button-next {
  right: -5px;
}
.main-visual .swiper-inner .swiper-button-prev {
  left: -3px;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.main-visual .swiper-inner .swiper-button-next, .main-visual .swiper-inner .swiper-button-prev {
  z-index: 11;
  width: 6px;
}
.main-visual .swiper-inner .swiper-button-next::after, .main-visual .swiper-inner .swiper-button-prev::after {
  display: none;
}
.main-visual .swiper-inner .pagi {
  left: calc(50% - 22rem);
  color: #bbbbbb;
  width: 75px;
}
.main-visual .swiper-inner .playbar {
  left: calc(50% - 6rem);
}
.main-visual .swiper-inner .play {
  color: #bbbbbb;
  margin-top: 1px;
  left: -6px;
}
.main-visual .swiper-inner .play.swiper-button-pause.off {
  display: block;
}
.main-visual .swiper-inner .play.swiper-button-play.on {
  display: block;
}
.main-visual .swiper-inner .bar {
  width: 23rem;
  height: 3px;
  background: white;
  position: relative;
  margin-left: 30px;
}
.main-visual .swiper-inner .bar span {
  position: absolute;
  width: 0;
  height: 100%;
  background: #002496;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
.main-visual .swiper-inner .bar span.on {
  width: 100%;
}

#index {
  color: #111111;
}
#index .inner {
  padding: 10rem 3rem;
}
#index .tit {
  font-size: 3.6rem;
  line-height: 1.3;
}
#index b {
  font-weight: 700;
}

.idx_goods .tit {
  margin-bottom: 5rem;
}
.idx_goods .inner {
  position: relative;
}
.idx_goods .inner .desc {
  position: absolute;
  bottom: -6px;
  z-index: 10;
}
.idx_goods ul li {
  color: #dddddd;
  font-size: 2.1rem;
  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;
  line-height: 2;
  font-weight: 700;
}
.idx_goods ul li.on {
  color: #002496;
  font-size: 2.6rem;
  font-weight: 700;
}
.idx_goods ul li.on i {
  display: inline;
  margin-right: 3px;
}
.idx_goods ul li i {
  font-size: 2rem;
  color: inherit;
  display: none;
}
.idx_goods .sub-visual {
  width: 100%;
  padding-bottom: 25rem;
}
.idx_goods .sub-visual img {
  width: 100%;
}
.idx_goods .sub-visual .swiper-inner {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.idx_goods .sub-visual .playbar {
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
}
.idx_goods .sub-visual .playbar i::before {
  font-size: 2rem;
  margin: 0 2px;
}
.idx_goods .sub-visual .swiper-pagination {
  width: auto;
  font-size: 1.8rem;
  font-weight: 700;
  color: #dddddd;
  bottom: 0;
  left: calc(100% - 13rem);
}
.idx_goods .sub-visual .swiper-pagination .swiper-pagination-current {
  color: #002496;
}

.idx_greet {
  background: url(/m/images/index/greet.jpg) no-repeat center/cover;
}
.idx_greet p {
  margin: 4rem 0;
  font-size: 2.1rem;
  color: #555555;
  line-height: 1.4;
}
.idx_greet a {
  padding: 2rem;
  font-size: 1.8rem;
  display: inline-block;
  margin-top: 2rem;
  background: #002496;
  border-radius: 0.5rem;
  color: #fff;
  font-weight: 300;
}
.idx_greet a:hover, .idx_greet a:visited, .idx_greet a:active, .idx_greet a:link {
  color: #fff;
}
.idx_greet a i {
  margin-left: 20px;
  color: inherit;
}

.idx_link .inner {
  padding-right: 0;
}
.idx_link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -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;
}
.idx_link a:hover b, .idx_link a:hover p {
  color: #002496;
}
.idx_link .img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0;
  padding-bottom: 83.333%;
  margin-bottom: 20px;
  width: 100%;
}
.idx_link .img01 {
  background-image: url(/images/index/idx_01.jpg);
}
.idx_link .img02 {
  background-image: url(/images/index/idx_02.jpg);
}
.idx_link .img03 {
  background-image: url(/images/index/idx_03.jpg);
}
.idx_link b {
  color: #111111;
  font-size: 2.6rem;
}
.idx_link p {
  color: #7c7c7c;
  font-size: 2.2rem;
  font-weight: 400;
}
.idx_link .swiper {
  padding-bottom: 85px;
}
.idx_link .swiper .swiper-inner {
  height: 30px;
}
.idx_link .swiper .play {
  left: 90%;
}
.idx_link .swiper .play i::before {
  color: #909090;
  font-size: 16px;
}

/*오시는 길*/
.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: #002496;
  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(64, 82, 139, 0.4);
}
.location-info .info li:first-child {
  border-top: 1px solid rgba(64, 82, 139, 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: #002496;
  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: #002d87;
  -webkit-box-shadow: 0.25rem 0.5rem 1rem #002d87;
          box-shadow: 0.25rem 0.5rem 1rem #002d87;
}
.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: #002496;
  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: #001863;
  font-weight: 600;
  font-size: 3.3rem;
}

/*이용약관*/
.policy {
  font-size: 2.4rem;
  color: #424242;
}
.policy * {
  word-break: break-word !important;
}
.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: #08288f;
  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;
}

.company01 {
  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;
  width: 100%;
  color: #525252;
  font-size: 2.5rem;
  margin: 5rem 0;
}
.company01 u {
  text-decoration: none;
  font-style: normal;
}
.company01 .txt {
  width: 100%;
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.company01 .txt .tit {
  width: 100%;
  color: #1b1b1b;
  font-size: 3.2rem;
  font-weight: 600;
  letter-spacing: -0.05em;
}
.company01 .txt i {
  width: 15rem;
  height: 1px;
  background: #000;
  margin: 5rem 0;
}
.company01 .txt p {
  width: 100%;
  color: inherit;
  font-size: inherit;
  font-weight: 500;
  letter-spacing: -0.025em;
  word-break: keep-all;
}
.company01 .img {
  width: 100%;
  margin: 6rem 0;
  background: url("/m/images/content/company01.jpg") no-repeat center/cover;
}
.company01 .img img {
  width: 100%;
  position: relative;
  z-index: -1;
  opacity: 0;
}

.business {
  position: relative;
  font-size: inherit;
  line-height: inherit;
}
.business > div {
  font-size: 5rem;
  margin-bottom: 2.5rem;
  font-weight: 300;
  color: #000;
}
.business > div span {
  position: relative;
}
.business > div span:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background: #002496;
  opacity: 0.2;
  z-index: -1;
}
.business article {
  margin: 5rem 0;
  width: 100%;
}
.business h1 {
  font-size: 2.8rem;
  font-weight: 600;
  color: #222;
  line-height: 1.5;
}
.business section {
  margin: 2.5rem 0;
}
.business p {
  word-break: keep-all;
}
.business p.info {
  font-size: 2.3rem;
  margin-bottom: 7rem;
  text-align: center;
  color: #777;
  background-color: #f4f7fb;
  padding: 15px;
}
.business h2 {
  font-weight: 700;
  font-size: 2.6rem;
  margin: 1.25rem 0;
  line-height: 1.5;
}
.business ul {
  margin: 1.25rem 0;
}
.business ul > li {
  padding-left: 2.5rem;
  text-indent: -2.5rem;
  word-break: keep-all;
}
.business ol {
  padding: 1.25rem 0;
}
.business ol li {
  color: #757575;
  word-break: keep-all;
}
.business table {
  margin: 2.5rem 0;
  width: 100%;
  border: none;
  width: 100%;
  text-align: center;
}
.business table tr {
  border: none;
}
.business table th, .business table td {
  border: none;
  padding: 0 8px;
  height: 52px;
  font-size: 14px;
}
.business table thead th {
  background: whitesmoke;
  color: #6e6e6e;
  font-weight: 500;
  border: 1px solid gainsboro;
}
.business table tbody tr {
  border-bottom: 1px solid #ebebeb;
}
.business table tbody th {
  border: 1px solid #dedede;
  background: #f8f8f8;
  color: #6e6e6e;
}
.business table tbody td {
  border: 1px solid #ebebeb;
}
.business table thead th:first-of-type {
  border-left: none;
}
.business table thead th:last-of-type {
  border-right: none;
}
.business table tbody th:first-of-type {
  border-left: none;
}
.business table tbody th:last-of-type {
  border-right: none;
}
.business table tbody th + td {
  border-left: 1px solid #dedede !important;
}
.business table tbody td:first-of-type {
  border-left: none;
}
.business table tbody td:last-of-type {
  border-right: none;
}
.business table tbody td:first-of-type {
  border-left: 1px solid #ebebeb;
}
.business 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: #525252;
  font-size: 2.8rem;
  letter-spacing: -0.025em;
}
.business01 h2 {
  font-size: 4rem;
  color: #1b1b1b;
  font-weight: 600;
  letter-spacing: -0.05em;
}
.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: center;
      -ms-flex-align: center;
          align-items: center;
  -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;
}

.business04 .txt {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 1rem 2rem;
  background: #f5f5f5;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.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 #080808;
  color: black;
  background: #212121;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
#bbs_search .search button:hover {
  text-decoration: none;
  background: #2e2e2e;
  color: #fff;
}
#bbs_search .search button:active {
  background: #141414;
  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(38, 56, 113, 0.1);
}
.board.list tbody tr.notice td,
.board.view tbody tr.notice td {
  border-color: #bbbeca;
  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: #626b88;
}
.board.list tbody tr.notice .info i,
.board.view tbody tr.notice .info i {
  background: #bbbeca;
}
.board.list tbody td,
.board.view tbody td {
  width: 100%;
  border: 1px solid #e0e0e0;
  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 #5c5c5c;
  color: #fff;
  background: #757575;
  color: #fff;
  margin: 0;
}
.board tfoot td input.button:hover {
  text-decoration: none;
  background: #828282;
  color: #fff;
}
.board tfoot td input.button:active {
  background: #686868;
  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 #cd1e1a;
  color: #fff;
  background: #e53935;
  color: #fff;
}
.board tfoot td input.button.admin:hover {
  text-decoration: none;
  background: #e84f4c;
  color: #fff;
}
.board tfoot td input.button.admin:active {
  background: #e2231e;
  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 #6b1b80;
  color: #fff;
  background: #8e24aa;
  color: #fff;
}
.board tfoot td input.button.answer:hover {
  text-decoration: none;
  background: #a028bf;
  color: #fff;
}
.board tfoot td input.button.answer:active {
  background: #7c2095;
  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 #ab154c;
  color: #fff;
  background: #d81b60;
  color: #fff;
}
.board tfoot td input.button.delete:hover {
  text-decoration: none;
  background: #e4286d;
  color: #fff;
}
.board tfoot td input.button.delete:active {
  background: #c11856;
  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 #2c3985;
  color: #fff;
  background: #3949ab;
  color: #fff;
}
.board tfoot td input.button.edit:hover {
  text-decoration: none;
  background: #3f51be;
  color: #fff;
}
.board tfoot td input.button.edit:active {
  background: #334198;
  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 #347c37;
  color: #fff;
  background: #43a047;
  color: #fff;
}
.board tfoot td input.button.save:hover {
  text-decoration: none;
  background: #4bb24f;
  color: #fff;
}
.board tfoot td input.button.save:active {
  background: #3b8e3f;
  color: #fff;
}
.board.view .title {
  padding: 2.5rem;
  padding-top: 0;
}
.board.write table {
  table-layout: fixed;
  width: 100%;
}
.board.write tr {
  border-bottom: 1px solid #e0e0e0;
}
.board.write tr:nth-of-type(1) {
  border-top: 1px solid #e0e0e0;
}
.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 #080808;
  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: #2e2e2e;
  color: #fff;
}
.board.write tr.file label:active {
  background: #141414;
  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 15px;
  font-size: 12px;
  font-weight: 400;
  border: solid 1px #5c5c5c;
  color: black;
  background: #757575;
  color: #fff;
  margin: 0;
}
.board.write tfoot td input.button:hover {
  text-decoration: none;
  background: #828282;
  color: #fff;
}
.board.write tfoot td input.button:active {
  background: #686868;
  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 15px;
  font-size: 12px;
  font-weight: 400;
  border: solid 1px #cd1e1a;
  color: #180403;
  background: #e53935;
  color: #180403;
  color: #fff;
}
.board.write tfoot td input.button.admin:hover {
  text-decoration: none;
  background: #e84f4c;
  color: #180403;
}
.board.write tfoot td input.button.admin:active {
  background: #e2231e;
  color: #180403;
}
.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 15px;
  font-size: 12px;
  font-weight: 400;
  border: solid 1px #6b1b80;
  color: black;
  background: #8e24aa;
  color: #fff;
}
.board.write tfoot td input.button.answer:hover {
  text-decoration: none;
  background: #a028bf;
  color: #fff;
}
.board.write tfoot td input.button.answer:active {
  background: #7c2095;
  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 15px;
  font-size: 12px;
  font-weight: 400;
  border: solid 1px #ab154c;
  color: black;
  background: #d81b60;
  color: #fff;
}
.board.write tfoot td input.button.delete:hover {
  text-decoration: none;
  background: #e4286d;
  color: #fff;
}
.board.write tfoot td input.button.delete:active {
  background: #c11856;
  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 15px;
  font-size: 12px;
  font-weight: 400;
  border: solid 1px #2c3985;
  color: black;
  background: #3949ab;
  color: #fff;
}
.board.write tfoot td input.button.edit:hover {
  text-decoration: none;
  background: #3f51be;
  color: #fff;
}
.board.write tfoot td input.button.edit:active {
  background: #334198;
  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 15px;
  font-size: 12px;
  font-weight: 400;
  border: solid 1px #347c37;
  color: black;
  background: #43a047;
  color: #fff;
}
.board.write tfoot td input.button.save:hover {
  text-decoration: none;
  background: #4bb24f;
  color: #fff;
}
.board.write tfoot td input.button.save:active {
  background: #3b8e3f;
  color: #fff;
}
.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;
  border: 1px solid #e0e0e0;
  border-left: none;
  border-right: none;
}
.prenext td.tit {
  color: #9e9e9e;
}
.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;
}
#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: #002496;
  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-top: 1px solid #bdbdbd;
  border-bottom: 1px solid #bdbdbd;
}
#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: #002496;
  background: none;
}
#counseling.cs_write .board .member td input[type=checkbox]:checked ~ span {
  color: #002496;
}
#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 #5c5c5c;
  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: #828282;
  color: #fff;
}
#counseling .btnZone a.button:active, #counseling .btnZone input.button:active {
  background: #686868;
  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 #cd1e1a;
  color: #180403;
  background: #e53935;
  color: #180403;
}
#counseling .btnZone a.button.admin:hover, #counseling .btnZone input.button.admin:hover {
  text-decoration: none;
  background: #e84f4c;
  color: #180403;
}
#counseling .btnZone a.button.admin:active, #counseling .btnZone input.button.admin:active {
  background: #e2231e;
  color: #180403;
}
#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 #6b1b80;
  color: black;
  background: #8e24aa;
  color: #fff;
}
#counseling .btnZone a.button.answer:hover, #counseling .btnZone input.button.answer:hover {
  text-decoration: none;
  background: #a028bf;
  color: #fff;
}
#counseling .btnZone a.button.answer:active, #counseling .btnZone input.button.answer:active {
  background: #7c2095;
  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 #ab154c;
  color: black;
  background: #d81b60;
  color: #fff;
}
#counseling .btnZone a.button.delete:hover, #counseling .btnZone input.button.delete:hover {
  text-decoration: none;
  background: #e4286d;
  color: #fff;
}
#counseling .btnZone a.button.delete:active, #counseling .btnZone input.button.delete:active {
  background: #c11856;
  color: #fff;
}
#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 #2c3985;
  color: black;
  background: #3949ab;
  color: #fff;
}
#counseling .btnZone a.button.edit:hover, #counseling .btnZone input.button.edit:hover {
  text-decoration: none;
  background: #3f51be;
  color: #fff;
}
#counseling .btnZone a.button.edit:active, #counseling .btnZone input.button.edit:active {
  background: #334198;
  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 #347c37;
  color: black;
  background: #43a047;
  color: #fff;
}
#counseling .btnZone a.button.save:hover, #counseling .btnZone input.button.save:hover {
  text-decoration: none;
  background: #4bb24f;
  color: #fff;
}
#counseling .btnZone a.button.save:active, #counseling .btnZone input.button.save:active {
  background: #3b8e3f;
  color: #fff;
}
#counseling .btnZone .cancel {
  background: #e0e0e0;
  color: #222;
}
#counseling .btnZone .cancel:hover {
  background: lightgray;
}
#counseling .btnZone .promise {
  background: #002496;
  color: #fff;
}
#counseling .btnZone .promise:hover {
  background: #0030c9;
  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%;
}