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

#sub-header {
  position: relative;
  width: 100%;
  height: 301px;
  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: 30.1px;
  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: 30.1px;
  height: 1px;
  background: #fff;
  margin-top: 1.5rem;
}

.content {
  padding: 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: #a6071d;
}

/* 페이징 모바일(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: #a6071d;
  background: #a6071d;
  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: #a6071d;
}
.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: #6d1f31;
  text-decoration: none;
}

.pagingNew4 {
  font-size: 0;
  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: #a6071d;
  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: #a6071d;
  text-decoration: none;
  border: none;
}
.pagingNew4 span.currentPage {
  color: #a6071d;
  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: #a6071d;
  -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;
}

.quick_btns {
  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;
  padding-top: 5rem;
  padding-bottom: 10rem;
}
.quick_btns ul {
  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;
}
.quick_btns ul:hover li::before {
  height: 2px;
  opacity: 0.3;
  background: #1e1e1e;
}
.quick_btns ul:hover li a {
  opacity: 0.3;
  color: #1e1e1e;
  font-weight: 400;
}
.quick_btns ul:hover li:hover::before {
  height: 3px;
  opacity: 1;
  background: #a6071d;
}
.quick_btns ul:hover li:hover a {
  opacity: 1;
  color: #a6071d;
  font-weight: 600;
}
.quick_btns li {
  position: relative;
  padding: 0.5rem 2rem;
}
.quick_btns li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  height: 2px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0.3;
  background: #1E1E1E;
}
.quick_btns li a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0.3;
  font-size: 3rem;
  font-weight: 400;
  color: #1e1e1e;
}
.quick_btns li.on::before {
  height: 3px;
  background: #a6071d;
  opacity: 1;
}
.quick_btns li.on a {
  font-weight: 600;
  color: #a6071d;
  opacity: 1;
}

#index {
  font-size: 6px;
}
#index .index-bn {
  position: relative;
}
@-webkit-keyframes arrow {
  0% {
    margin-left: 1rem;
  }
  100% {
    margin-left: 2rem;
  }
}
@keyframes arrow {
  0% {
    margin-left: 1rem;
  }
  100% {
    margin-left: 2rem;
  }
}
#index .index-bn video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -2;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0.15;
}
#index .index-bn ul {
  position: relative;
  z-index: 1;
  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%;
  margin: 0 auto;
  padding: 5rem 3rem;
  overflow: hidden;
}
#index .index-bn li {
  width: 100%;
  text-align: left;
  margin: 5rem 0;
}
#index .index-bn li a {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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;
  cursor: pointer;
  color: inherit;
  width: 100%;
}
#index .index-bn li a .txt {
  width: 100%;
  font-weight: 500;
}
#index .index-bn li a .txt p {
  color: #5c5c5c;
  font-size: 2.6rem;
}
#index .index-bn li a .tit {
  position: relative;
  color: #101010;
  font-weight: 600;
  letter-spacing: -0.05em;
  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-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
}
#index .index-bn li a .tit p {
  position: relative;
  color: inherit;
  font-size: 4.4rem;
  text-align: left;
  margin-top: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#index .index-bn li a .tit i {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 3.5rem;
  color: inherit;
  width: 4rem;
  height: 4rem;
  line-height: 0;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
#index .index-bn li a .tit i:before {
  margin: 0;
  width: 100%;
  height: 100%;
  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;
}
#index .index-bn li a .img {
  width: 100%;
  height: 42rem;
  margin: 2rem 0;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#index .index-bn li a .img img {
  -webkit-transition: all 1s;
  transition: all 1s;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#index .index-bn li a .img:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: #000;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#index .index-bn li a .img .tit {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  font-size: 2.5rem;
  color: #fff;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#index .index-bn li a .img .tit p {
  font-size: inherit;
  color: inherit;
}
#index .index-bn li a .img .tit i {
  position: relative;
  font-size: 2.5rem;
  font-weight: 200;
  color: inherit;
  margin-left: -4rem;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#index .index-bn li a:hover .img:before {
  opacity: 0.4;
  z-index: 1;
}
#index .index-bn li a:hover .img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
#index .index-bn li a:hover .img .tit {
  opacity: 1;
}
#index .index-bn li a:hover .img .tit i {
  margin-left: 1rem;
  opacity: 1;
  -webkit-animation: arrow infinite 0.5s alternate;
          animation: arrow infinite 0.5s alternate;
  color: #fff;
}
#index .index-bn li a:hover .tit i {
  right: -4rem;
  color: #a6071d;
  opacity: 0;
}
#index .index-goods {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 10rem 3rem;
}
#index .index-goods .tit {
  width: 100%;
  color: #101010;
  font-size: 4.4rem;
  font-weight: 600;
  letter-spacing: -0.05em;
  text-align: left;
  padding-bottom: 2.5rem;
}
#index .index-goods .tit p {
  color: #5c5c5c;
  font-size: 2.6rem;
  word-break: keep-all;
}
#index .index-goods .tab_wrap {
  margin: 4rem 0;
}
#index .index-goods .tab_wrap ul {
  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;
  margin: 0 auto;
  width: 100%;
}
#index .index-goods .tab_wrap li {
  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;
}
#index .index-goods .tab_wrap 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;
  width: 100%;
  height: 100%;
  min-height: 6rem;
  padding: 0 1.5rem;
  color: #a5a5a5;
  font-weight: 600;
  font-size: 2.4rem;
  letter-spacing: -0.025em;
}
#index .index-goods .tab_wrap a span {
  position: relative;
}
#index .index-goods .tab_wrap a span::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  z-index: 0;
}
#index .index-goods .tab_wrap li.on a {
  color: #a6071d;
  font-weight: 700;
}
#index .index-goods .tab_wrap li.on a span::before {
  height: 2px;
  z-index: 1;
  background: #a6071d;
}
#index .index-goods #index {
  padding: 0 3rem;
}
#index .index-goods .goods_wrap {
  font-size: 0;
  width: calc(100% + 20px);
  margin: 0 -10px;
  text-align: left;
}
#index .index-goods .goods {
  position: relative;
  width: 50%;
  display: inline-block;
  font-size: 2.5rem;
  vertical-align: top;
  margin-bottom: 5%;
}
#index .index-goods .goods a {
  cursor: pointer;
  text-decoration: none;
  width: 100%;
  height: 100%;
  float: left;
  display: block;
  height: auto;
  padding: 2rem;
}
#index .index-goods .goods .sale {
  position: absolute;
  top: 3rem;
  left: 3rem;
  z-index: 1;
  font-size: 3rem;
  width: 7.8rem;
  height: 7.8rem;
  background: #28f6d9;
  color: #fff;
  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-weight: 200;
  border-radius: 100%;
}
#index .index-goods .goods .img {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
  position: relative;
  background: #fafafa;
}
#index .index-goods .goods .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-top: 50%;
  margin-left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
}
#index .index-goods .goods .txt {
  letter-spacing: -0.025em;
  line-height: 1.2;
  text-align: left;
  margin-top: 2rem;
}
#index .index-goods .goods .txt .name {
  font-size: 2.6rem;
  color: #454545;
  font-weight: 500;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#index .index-goods .goods .txt .comment {
  margin-top: 0.5rem;
  font-size: 2.4rem;
  color: #868686;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#index .index-goods .goods .txt .price {
  margin-top: 2.5rem;
  font-size: 2.5rem;
}
#index .index-goods .goods .txt .price .line {
  color: #888888;
  text-decoration: line-through;
}
#index .index-goods .goods .txt .price div {
  font-size: inherit;
  line-height: 1;
  font-weight: 400;
  letter-spacing: -0.05em;
  margin-top: 0.5rem;
}
#index .index-goods .goods .txt .price div span {
  font-size: 2.8rem;
  font-weight: 600;
  margin-right: 0.5rem;
}
#index .index-goods .goods .txt .price .pv {
  margin-top: 1.3rem;
  color: #a6071d;
  font-size: inherit;
  font-weight: 600;
}
#index .index-btn {
  position: relative;
  height: 82rem;
  padding: 10rem 3rem;
}
#index .index-btn .swiper {
  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: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  height: 100%;
}
#index .index-btn .bg {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
#index .index-btn .tit {
  position: relative;
  z-index: 1;
  width: 100%;
  color: #fff;
  font-size: 4.4rem;
  font-weight: 400;
  letter-spacing: -0.05em;
  text-align: left;
  margin-top: 4rem;
  text-transform: uppercase;
}
#index .index-btn .tit p {
  text-decoration: initial;
  padding-top: 2.5rem;
  color: inherit;
  font-size: 2.6rem;
  letter-spacing: -0.025em;
  word-break: keep-all;
  width: 70%;
}
#index .index-btn .swiper-pagination {
  margin-top: 12rem;
  text-align: initial;
  left: 0;
  bottom: 8rem;
  width: 100%;
}
#index .index-btn ul {
  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;
  opacity: 1;
}
#index .index-btn li {
  width: 17rem;
  height: 16.5rem;
  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;
  margin-right: 3.5rem;
  border-radius: 0 !important;
  background: none;
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#index .index-btn li:last-of-type {
  margin-right: 0;
}
#index .index-btn li a {
  width: 100%;
  height: 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: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 3rem;
  font-weight: 300;
  letter-spacing: -0.03em;
  padding: 1.5rem;
  text-align: center;
  word-break: keep-all;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#index .index-btn li p {
  word-break: keep-all;
}
#index .index-btn li span {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 0;
  background: transparent;
  -webkit-transition: background 0.3s, height 0.3s cubic-bezier(0.47, 1.64, 0.41, 0.8);
  transition: background 0.3s, height 0.3s cubic-bezier(0.47, 1.64, 0.41, 0.8);
}
#index .index-btn li .arrow {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.07);
}
#index .index-btn li .arrow i {
  display: none;
}
#index .index-btn li:hover span {
  height: 100%;
  background: #a6071d;
  -webkit-transition: background 0.3s, height 0.3s cubic-bezier(0.47, 1.64, 0.41, 0.8) 0.1s;
  transition: background 0.3s, height 0.3s cubic-bezier(0.47, 1.64, 0.41, 0.8) 0.1s;
}
#index .index-btn li.active span {
  height: 100%;
  background: #a6071d;
  -webkit-transition: background 0.3s, height 0.3s cubic-bezier(0.47, 1.64, 0.41, 0.8);
  transition: background 0.3s, height 0.3s cubic-bezier(0.47, 1.64, 0.41, 0.8);
}

/*오시는 길*/
.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: #a6071d;
  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(147, 68, 79, 0.4);
}
.location-info .info li:first-child {
  border-top: 1px solid rgba(147, 68, 79, 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: #a6071d;
  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: #95131a;
  -webkit-box-shadow: 0.25rem 0.5rem 1rem #95131a;
          box-shadow: 0.25rem 0.5rem 1rem #95131a;
}
.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: #a6071d;
  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: #750514;
  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: #9d1023;
  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 {
  margin: 5rem 0;
  font-weight: 500;
  color: #262626;
}
.company img {
  width: 100%;
}

.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;
}

.company01 p {
  word-break: keep-all;
}
.company01 span {
  word-break: keep-all;
}
.company01 .text p.title {
  color: #262626;
  font-size: 19px;
  font-weight: 800;
  padding: 15px 0 30px;
}
.company01 .text span {
  font-size: 13px;
  color: #b4b4b4;
}
.company01 .img_box {
  padding-bottom: 40px;
}
.company01 .desc {
  position: relative;
  padding-bottom: 80px;
}
.company01 .desc span {
  color: #07913a;
  font-weight: 700;
  font-size: 16px;
}
.company01 .desc p {
  color: #5e5e5e;
  padding-top: 15px;
}
.company01 .sign {
  position: absolute;
  right: 0;
  bottom: 0;
}
.company01 .sign span {
  color: #5e5e5e;
  font-weight: 600;
  font-size: 13px;
}
.company01 .sign img {
  vertical-align: middle;
  width: 175px;
}

.company02 p {
  color: #262626;
  font-size: 19px;
  font-weight: 800;
  text-align: center;
  padding-bottom: 15px;
}
.company02 span {
  text-align: center;
  color: #5c5c5c;
  display: block;
  font-weight: 700;
  font-size: 16px;
}
.company02 i {
  font-style: normal;
}
.company02 i.red {
  color: #cd2020;
}
.company02 i.green {
  color: #07913a;
}
.company02 section .img_box {
  width: 100%;
  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;
}
.company02 section.sect01 .img_box {
  background-color: #f8f8f8;
  aspect-ratio: 1/1;
  padding: 0 3px;
  margin-top: 30px;
}
.company02 section.sect01 .poly {
  margin-top: 80px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 39%;
  aspect-ratio: 220/380;
  background: url(/images/content/company02_poly.png) no-repeat center top/100% auto;
}
.company02 section.sect01 .poly > * {
  color: #fff;
}
.company02 section.sect01 .poly .icon {
  width: 6vw;
  margin-top: 10%;
}
.company02 section.sect01 .poly p {
  padding: 2% 0;
  font-size: 2vw;
}
.company02 section.sect01 .poly span {
  font-size: 1.3vw;
}
.company02 section.sect01 .poly .about {
  color: #858585;
  font-size: 2.5vw;
  text-align: center;
  position: absolute;
  width: 100%;
  margin-top: 140%;
}
.company02 section.sect01 .poly.poly01 {
  margin-right: -30px;
}
.company02 section.sect01 .poly.poly03 {
  margin-left: -30px;
}
.company02 section.sect01 .poly.poly02 {
  margin-top: -80px;
}
.company02 section.sect02 {
  margin-top: 120px;
}
.company02 section.sect02 ul {
  width: 100%;
  margin-top: 50px;
}
.company02 section.sect02 ul li {
  width: 100%;
  height: 180px;
  margin-bottom: 10px;
  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;
  border-radius: 15px;
  gap: 30px;
}
.company02 section.sect02 ul li .icon {
  width: 48px;
  margin-left: 60px;
}
.company02 section.sect02 ul li .text {
  font-size: 16px;
}
.company02 section.sect02 ul li:nth-child(1) {
  background-color: #daefe8;
}
.company02 section.sect02 ul li:nth-child(2) {
  background-color: #daefe2;
}
.company02 section.sect02 ul li:nth-child(3) {
  background-color: #ebf3e3;
}
.company02 section.sect02 ul li:nth-child(4) {
  background-color: #f7f6e6;
}
.company02 section.sect02 ul li:nth-child(5) {
  background-color: #fffaec;
}

.company03 .inner {
  background-color: #f8f8f8;
  width: 100%;
  padding: 40px 20px;
}
.company03 .text p.title {
  font-size: 19px;
  font-weight: 700;
  padding-bottom: 10px;
}
.company03 .text span {
  font-size: 12px;
  color: #828282;
  font-weight: 600;
}
.company03 ul.chart {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url(/m/images/content/company03_line.png) no-repeat center 50px/190px auto;
}
.company03 ul.chart li {
  text-align: center;
  width: 110px;
  margin-bottom: 14px;
  color: #fff;
}
.company03 ul.chart li span {
  display: block;
  width: 100%;
  padding: 15px 0;
  border-radius: 50px;
  font-size: 13px;
}
.company03 ul.chart > li:nth-child(1) span {
  background-color: #07913a;
}
.company03 ul.chart > li:nth-child(2) span {
  background-color: #1e9172;
}
.company03 ul.chart > li:nth-child(3) span {
  background-color: #259d96;
}
.company03 ul.chart ul.sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 13px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 20%;
}
.company03 ul.chart ul.sub span {
  color: #5e5e5e;
  background-color: #fff !important;
  border: 1px solid #a7c9be;
}

.business {
  margin: 5rem 0;
}
.business img {
  width: 100%;
}

.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: #a6071d;
  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: whitesmoke;
  color: #6e6e6e;
  font-weight: 500;
  border: 1px solid gainsboro;
}
.business01 table tbody tr {
  border-bottom: 1px solid #ebebeb;
}
.business01 table tbody th {
  border: 1px solid #dedede;
  background: #f8f8f8;
  color: #6e6e6e;
}
.business01 table tbody td {
  border: 1px solid #ebebeb;
}
.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 #dedede !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: #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;
}

.business01 p.title {
  color: #000;
  font-size: 19px;
  font-weight: 800;
}
.business01 p {
  padding: 8px 0;
  font-size: 15px;
  font-weight: 500;
  color: #696969;
}
.business01 .img_box {
  margin: 18px 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(123, 50, 60, 0.1);
}
.board.list tbody tr.notice td,
.board.view tbody tr.notice td {
  border-color: #ccbdbf;
  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: #8d686d;
}
.board.list tbody tr.notice .info i,
.board.view tbody tr.notice .info i {
  background: #ccbdbf;
}
.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;
}
.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: #a6071d;
  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;
  font-size: 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: #a6071d;
  background: none;
}
#counseling.cs_write .board .member td input[type=checkbox]:checked ~ span {
  color: #a6071d;
}
#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: #a6071d;
  color: #fff;
}
#counseling .btnZone .promise:hover {
  background: #d70926;
  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%;
}

div.index a {
  color: inherit;
  text-decoration: none;
}

#index .inner {
  padding-left: 3rem;
}
#index .top {
  padding-bottom: 3rem;
}
#index .top .tit {
  font-size: 3rem;
  font-weight: 700;
  color: #030303;
}
#index .top .tit b {
  font-weight: inherit;
  color: #a6071d;
}
#index .top .sub {
  font-size: 2.2rem;
  font-weight: 600;
  color: #333333;
  padding-top: 1.5rem;
}
#index .top .sub i {
  font-style: normal;
  font-weight: inherit;
  color: #a6071d;
}
#index .swiper-slide {
  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;
}
#index .swiper-slide.tcenter {
  aspect-ratio: 1/1;
}
#index .swiper .txt {
  font-size: 2rem;
  font-weight: 400;
  color: #333333;
  height: 6rem;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-top: 2rem;
}
#index .swiper .price {
  font-size: 2rem;
  font-weight: 400;
  color: #333333;
  margin-top: 1rem;
}
#index .swiper .price b {
  font-size: 2.2rem;
  font-family: "Montserrat";
  font-weight: 600;
  color: #000000;
  letter-spacing: -0.02em;
}
#index > div:not(.main-visual) {
  margin: 9rem 0;
}
#index > div.cate-goods, #index > div.rebuy-goods {
  margin-top: 12rem;
}

#index .goods-wrap a {
  color: inherit;
  display: inline-block;
  width: 100%;
}
#index .goods-wrap a .img {
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  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;
}
#index .goods-wrap .swiper-inner {
  position: absolute;
  bottom: 0;
  right: 3rem;
  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;
  gap: 2px;
}
#index .goods-wrap .swiper-inner .swiper-button {
  width: 4.5rem;
  height: 4.5rem;
  border: 1px solid #d9d9d9;
  color: #000;
  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;
}
#index .goods-wrap .swiper-inner .swiper-button i::before {
  font-weight: 600;
}
#index .goods-wrap .swiper-inner .swiper-button-disabled {
  color: #999999;
}

#index .cate-goods .shop-1st {
  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;
  position: relative;
  gap: 2.5rem;
  overflow-x: auto;
  white-space: nowrap;
}
#index .cate-goods .shop-1st > li {
  font-size: 2.2rem;
  font-weight: 400;
  color: #444444;
  position: relative;
}
#index .cate-goods .shop-1st > li::after {
  content: "";
  position: absolute;
  top: 28px;
  left: 0;
  width: calc(100% + 2.5rem);
  height: 1px;
  background: #555;
}
#index .cate-goods .shop-1st > li p {
  color: inherit;
  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: 0 3px;
  padding-bottom: 1.5rem;
}
#index .cate-goods .shop-1st > li p::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0px;
  height: 0.3rem;
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
  background: #a6071d;
}
#index .cate-goods .shop-1st > li:hover p::after {
  width: 100%;
}
#index .cate-goods .shop-1st > li.select {
  color: #a6071d;
}
#index .cate-goods .shop-1st > li.select > p::after {
  width: 100%;
}
#index .cate-goods .shop-2nd {
  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%;
  gap: 0.5rem;
  overflow-x: auto;
  white-space: nowrap;
  margin-top: 2rem;
}
#index .cate-goods .shop-2nd li {
  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;
  font-size: 2rem;
  font-weight: 500;
  color: #999999;
  height: 4.5rem;
  padding: 0 2.5rem;
  border: 1px solid #e8e8e8;
  border-radius: 20px;
}
#index .cate-goods .shop-2nd li.on {
  border: 1px solid #a6071d;
  background: #a6071d;
  font-weight: 400;
  color: #fff;
}
#index .cate-goods .goods-wrap {
  padding-top: 5rem;
  padding-bottom: 0 !important;
}

#index .md-goods {
  background: #fff7f7;
}
#index .md-goods .inner {
  position: relative;
  padding: 9rem 0;
}
#index .md-goods .top {
  position: absolute;
  top: 9rem;
  left: 3rem;
  z-index: 10;
}
#index .md-goods .top .sub {
  padding-top: 2rem;
}
#index .md-goods .goods-wrap {
  padding-left: 42%;
  padding-bottom: 0 !important;
}
#index .md-goods .goods-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 42%;
  height: 100%;
  background: #fff7f7;
  z-index: 1;
}
#index .md-goods .goods-wrap .swiper-inner {
  left: 3rem;
  right: initial;
  z-index: 10;
}

#index .new-goods .big-img {
  width: 100%;
  padding-right: 3rem;
  margin-bottom: 2rem;
}
#index .new-goods .big-img 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;
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
}
#index .new-goods .big-img p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 12.06%;
  min-height: 30px;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 2.2rem;
  font-weight: 400;
  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: 0 1.25rem;
}
#index .new-goods .big-img img {
  width: 100%;
}

#index .goods-banner .inner {
  padding: 0 3rem;
}
#index .goods-banner .inner img {
  width: 100%;
}