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

#sub-header {
  position: relative;
  width: 100%;
  aspect-ratio: 640/830;
  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-weight: 400;
  width: 100%;
  padding: 0 10px;
}
#sub-header .sub-header-txt .maps_title {
  line-height: 1.2;
  font-size: 26px;
  margin-bottom: 10px;
}
#sub-header .sub-header-txt .maps_sub {
  font-size: 13px;
  letter-spacing: -0.04em;
}

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

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

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

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

.htbody {
  background: #f5f5f5;
}

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

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

.input_select {
  cursor: pointer;
}

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

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

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

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

.pagingNew4 {
  padding-top: 5rem;
  text-align: center;
}
.pagingNew4 span {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  font-style: normal;
  text-decoration: none;
  background: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 4.8rem;
  height: 4.8rem;
  border: 1px solid transparent;
  border-radius: 100%;
  color: #b49773;
  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: #b49773;
  text-decoration: none;
  border: none;
}
.pagingNew4 span.currentPage {
  color: #b49773;
  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: #b49773;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.pagingNew4 span.arrow {
  border: 1px solid #e0e0e0;
  border-radius: 100%;
  margin: 0 0.25rem;
}
.pagingNew4 span.arrow i {
  font-size: 2.7rem;
  color: #e0e0e0;
}
.pagingNew4 span.arrow.left i {
  -webkit-transform: translateX(-5%);
  transform: translateX(-5%);
}
.pagingNew4 span.arrow.right i {
  -webkit-transform: translateX(5%);
  transform: translateX(5%);
}
.pagingNew4 span.arrow.margin.left {
  margin-right: 2.5rem;
}
.pagingNew4 span.arrow.margin.right {
  margin-left: 2.5rem;
}
.pagingNew4 span.arrow:hover {
  border-color: #bdbdbd;
}
.pagingNew4 span.arrow:hover i {
  color: #9e9e9e;
}

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

#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: #b49773;
  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: #b49773;
  font-weight: 700;
}
#index .index-goods .tab_wrap li.on a span::before {
  height: 2px;
  z-index: 1;
  background: #b49773;
}
#index .index-goods #index {
  padding: 0 3rem;
}
#index .index-goods .goods_wrap {
  width: calc(100% + 20px);
  margin: 0 -10px;
  text-align: left;
}
#index .index-goods .goods {
  position: relative;
  width: calc(50% - 2px);
  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: #394f6b;
  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;
  top: 50%;
  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: #b49773;
  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: #b49773;
  -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: #b49773;
  -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);
}

.idx > div:not(.main-visual) {
  margin-top: 16rem;
}
.idx .inner {
  width: 100%;
  padding: 0 15px;
  text-align: center;
}
.idx h5 {
  font-size: 4.5rem;
  font-weight: 700;
  color: #000000;
  letter-spacing: -0.02em;
}
.idx h6 {
  font-size: 3.5rem;
  font-weight: 400;
  color: #fff;
}
.idx p {
  font-size: 2.5rem;
  font-weight: 400;
  color: #353535;
  line-height: 1.6;
}
.idx .btn_detail {
  width: 22rem;
  height: 5.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid #565656;
  border-radius: 3.25rem;
  font-size: 2.3rem;
  font-weight: 400;
  color: #565656;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin: 4.5rem auto 0;
}
.idx .btn_detail:hover {
  background-color: #565656;
  color: #fff;
}
.idx .btn_detail.btnW {
  font-weight: 400;
  color: #fff;
  border: 2px solid #fff;
  margin: 0 auto;
}
.idx .btn_detail.btnW:hover {
  background: #fff;
  color: #000;
}
.idx .btn_detail.btnG {
  width: 17rem;
  height: 6rem;
  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;
  border: none;
  border-radius: 3.6rem;
  margin: 3.5rem 0 0;
  font-weight: 400;
  color: #fff;
  background-color: #327f69;
}
.idx .btn_detail.btnG:hover {
  background-color: #15513f;
}
.idx.textC {
  text-align: center;
}
.idx.textL {
  text-align: left;
}
.idx .divFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.idx .divFlex.flCol {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.goods-wrap h5 {
  margin-bottom: 4rem;
  line-height: 1.2;
}

.swiper-wrap {
  width: 100%;
  padding: 0 9.5rem;
  margin-top: 8rem;
  position: relative;
}
.swiper-wrap .swiper-button {
  position: absolute;
  top: calc(50% - 4rem);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8rem;
  height: 8rem;
  border-radius: 100px;
  -webkit-box-shadow: 4px 3px 3px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 4px 3px 3px 1px rgba(0, 0, 0, 0.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;
}
.swiper-wrap .swiper-button.prev {
  left: 1rem;
}
.swiper-wrap .swiper-button.prev img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.swiper-wrap .swiper-button.next {
  right: 1rem;
}
.swiper-wrap .swiper-button-disabled {
  display: none;
}
.swiper-wrap .swiper-button img {
  width: 2.3rem;
}

.goods-swiper {
  padding-bottom: 7rem !important;
}
.goods-swiper a {
  display: block;
  width: 100%;
}
.goods-swiper a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.goods-swiper .name {
  font-size: 3rem;
  font-weight: 500;
  color: #111111;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  margin-bottom: 0.5rem;
}
.goods-swiper .desc {
  font-size: 2.4rem;
  font-weight: 300;
  color: #565656;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.goods-swiper .img {
  width: 100%;
  aspect-ratio: 1/1;
  margin-bottom: 1rem;
  overflow: hidden;
}
.goods-swiper .img img {
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.goods-swiper .swiper-pagination {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 1.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
}
.goods-swiper .swiper-pagination-bullet {
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 100%;
  background: #565656;
  margin: 0 !important;
  cursor: pointer;
  opacity: 0.3;
}
.goods-swiper .swiper-pagination-bullet-active {
  opacity: 1;
}

.idx .area01 h5 {
  margin-bottom: 6.5rem;
}
.idx .area01 h5 i {
  position: relative;
  margin: 0 2.5rem;
}
.idx .area01 h5 i::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -1px;
  width: 1px;
  height: 4.5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #484848;
}
.idx .area01 .img {
  width: 100%;
  aspect-ratio: 600/410;
  overflow: hidden;
  margin-top: 6.3rem;
}
.idx .area01 .img img {
  width: 100%;
}
.idx .area03 .inner {
  padding: 0;
}
.idx .area03 .inner a {
  position: relative;
  display: block;
  aspect-ratio: 640/200;
}
.idx .area03 .img {
  width: 100%;
}
.idx .area03 .img img {
  width: 100%;
  height: auto;
}
.idx .area03 .txt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.idx .area03 h6 {
  padding-top: 1rem;
  margin-bottom: 2.2rem;
  text-align: center;
}
.idx .area05 {
  background: url(/m/images/index/area03_01.jpg) center/100% auto;
}
.idx .area05 .inner {
  padding: 13.5rem 20px;
  text-align: left;
}
.idx .area05 .inner > div {
  margin-top: 5rem;
}
.idx .area05 h5 {
  font-size: 4.5rem;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0;
  margin-bottom: 2.5rem;
}
.idx .area05 p {
  font-size: 2.4rem;
  font-weight: 400;
  color: #fff;
  margin-bottom: 2.5rem;
}
.idx .area05 a.divCont {
  border-radius: 2rem;
  overflow: hidden;
  display: inline-block;
}
.idx .area05 a.divCont:not(:last-of-type) {
  margin-bottom: 2.5rem;
}
.idx .area05 .img {
  width: 100%;
  aspect-ratio: 600/385;
}
.idx .area05 .img img {
  width: 100%;
}
.idx .area05 .txt {
  width: 100%;
  background-color: #fff;
  padding: 2rem 2.5rem 8rem;
  position: relative;
}
.idx .area05 .txt b {
  font-size: 3rem;
  font-weight: 500;
  color: #252525;
  display: block;
  margin-bottom: 3rem;
}
.idx .area05 .txt span {
  font-size: 2.4rem;
  font-weight: 300;
  color: #000000;
  display: block;
  line-height: 1.7;
}
.idx .area05 .txt .btnLine {
  position: absolute;
  bottom: 2rem;
  left: 2.5rem;
  font-style: normal;
  font-size: 2.6rem;
  font-weight: 400;
  color: #327f69;
}
.idx .area05 .txt .btnLine:hover {
  text-decoration: underline;
}

/*오시는 길*/
.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: #b49773;
  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(154, 140, 122, 0.4);
}
.location-info .info li:first-child {
  border-top: 1px solid rgba(154, 140, 122, 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: #b49773;
  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: #a29568;
  -webkit-box-shadow: 0.25rem 0.5rem 1rem #a29568;
          box-shadow: 0.25rem 0.5rem 1rem #a29568;
}
.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: #b49773;
  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: #9f7e55;
  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: #a9967e;
  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;
}

.content_banner {
  width: 100%;
  background: url(/m/images/content/com02_03.jpg) no-repeat center/cover;
  padding: 40px 0;
  text-align: center;
}
.content_banner .inner {
  margin: 0 15px;
}
.content_banner .tit {
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 10px;
  color: #fff;
  letter-spacing: -0.04em;
  line-height: 1.2;
}
.content_banner .tit span {
  display: block;
  font-weight: 600;
}
.content_banner .sub {
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  margin-bottom: 30px;
}
.content_banner .btn_view {
  border: 2px solid #fff;
  border-radius: 50px;
  padding: 6px 20px;
  color: #fff;
  font-size: 12px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.content_banner .btn_view:hover {
  background-color: #fff;
  color: #000;
}

.company {
  color: #fff;
}
.company section {
  position: relative;
}
.company .txt_ab {
  width: 100%;
  position: absolute;
  top: 50%;
}
.company .txt_ab p {
  font-size: 18px;
  color: #fff;
  margin-bottom: 10px;
}
.company .ab_le {
  left: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: left;
}
.company .ab_cen {
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}
.company .bn_tit {
  font-size: 38px;
  color: #fff;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: -1px;
}
.company .step_tit {
  padding: 0 30px;
}
.company .step_tit p {
  font-size: 34px;
  font-weight: 600;
  color: inherit;
  line-height: 1.2;
  margin-bottom: 15px;
}
.company .step_tit span {
  font-size: 16px;
  color: #b3b3b3;
  letter-spacing: -0.04em;
}
.company .step_list {
  padding: 0 30px;
  margin-top: 40px;
  position: relative;
}
.company .step_box span {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.company01 * {
  line-height: 1.6;
}
.company01 section {
  padding: 0 15px 60px;
}
.company01 .sect01 {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.company01 .sect01.active .sect_bg {
  display: block;
}
.company01 .sect01 .sect_bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  display: none;
}
.company01 .sect01 .txt_wrap {
  height: 200vh;
}
.company01 .sect01 .div_flex {
  position: relative;
  height: 100vh;
  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;
}
.company01 h2 {
  font-size: 16px;
  color: #989898;
  font-weight: 700;
  letter-spacing: -1px;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  position: relative;
  z-index: 1;
  text-align: center;
}
.company01 h2 b {
  font-size: inherit;
  font-weight: 700;
  color: #13503e;
  opacity: 1;
  position: relative;
  z-index: 1;
  -webkit-transition: font-size 0.1s ease-in-out;
  transition: font-size 0.1s ease-in-out;
}
.company01 h2.active {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: transparent;
}
.company01 h2.active b {
  display: block;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.company01 .sect_wrap {
  position: relative;
}
.company01 .sect_wrap::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
  background: url(/m/images/content/com01_01.jpg) repeat top center/cover;
  display: none;
}
.company01 .sect_wrap.active::before {
  display: block;
}
.company01 .tit {
  color: inherit;
  text-align: center;
  margin-bottom: 40px;
}
.company01 .tit span {
  color: inherit;
  font-size: 18px;
}
.company01 h3 {
  color: inherit;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.04em;
}
.company01 h3 p {
  position: relative;
  display: inline-block;
}
.company01 h3 p::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
  width: 100%;
  height: 24%;
  background-color: rgba(255, 255, 255, 0.4);
}
.company01 .sect02 {
  padding: 160px 0 100px;
}
.company01 .sect02 .txt p {
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  color: inherit;
  padding: 0 15px;
  letter-spacing: -0.04em;
  margin-bottom: 40px;
}
.company01 h4 {
  font-size: 24px;
  font-weight: 700;
  color: inherit;
  line-height: 133%;
  margin-bottom: 15px;
}
.company01 .txt {
  text-align: center;
}
.company01 .txt p {
  font-size: 16px;
  font-weight: 300;
  color: inherit;
  letter-spacing: -0.04em;
}
.company01 .sect03 {
  padding-top: 100vh;
  text-align: center;
}
.company01 .sect03 .txt {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -70%);
          transform: translate(-50%, -70%);
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: transform 0.5s ease, opacity 0.5s ease;
  transition: transform 0.5s ease, opacity 0.5s ease, -webkit-transform 0.5s ease;
  width: 100%;
  opacity: 0;
}
.company01 .sect03 .txt.fix {
  opacity: 1;
  -webkit-transform: translate(-50%, -70%);
          transform: translate(-50%, -70%);
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
.company01 .img {
  width: 100%;
  margin-bottom: 40px;
}
.company01 .img img {
  width: 100%;
}
.company01 .sect07 {
  padding: 0;
  height: 50vh;
  margin-bottom: -50vh;
}

.company02 .step_div {
  background-color: #292929;
  padding: 80px 0;
}
.company02 .step_list::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 34px;
  width: 1px;
  height: 100%;
  background-color: #fff;
}
.company02 .step_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.company02 .step_box p {
  padding: 40px 20px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.04em;
  color: inherit;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 100%;
  text-align: right;
  overflow: hidden;
  margin: 35px 0px 15px 40px;
  border: 1px solid #fff;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
}
.company02 .step_box p b {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  display: inline-block;
  text-align: left;
  width: 100%;
  margin-bottom: 60px;
}
.company02 .step_box img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  display: inline-block;
}
.company02 .step_box img.icon_on {
  display: none;
}
.company02 .step_box.on {
  color: #E67A06;
}
.company02 .step_box.on p {
  background-color: #e6e6e6;
}
.company02 .step_box.on span::before {
  content: "";
  position: absolute;
  top: -11px;
  left: -11px;
  width: 32px;
  height: 32px;
  border: 1px solid #fff;
  border-radius: 100%;
  -webkit-box-shadow: 0 0 3px rgba(255, 255, 255, 0.4);
          box-shadow: 0 0 3px rgba(255, 255, 255, 0.4);
}
.company02 .step_box.on .icon_on {
  display: inline-block;
}
.company02 .step_box.on .icon_off {
  display: none;
}
.company02 .step_box:last-child p {
  margin-bottom: 0;
}
.company02 .bn .txt_ab::before {
  content: "";
  position: absolute;
  bottom: 20%;
  left: 55%;
  width: 100%;
  height: 3px;
  background: #fff;
}
.company02 .btn_zone {
  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;
  margin-top: 40px;
}
.company02 .btn_zone 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;
  font-size: 16px;
  font-weight: 600;
  line-height: 58px;
  color: #e6e6e6;
  height: 58px;
  background-color: #E67A06;
  border-radius: 50px;
  letter-spacing: -0.04em;
  width: 100%;
  max-width: 294px;
}
.company02 .btn_zone a:hover {
  background-color: #c35e08;
}
.company02 .history::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: url(/m/images/content/com02_02.jpg) no-repeat center/cover;
  z-index: -1;
}
.company02 .history .tit {
  padding: 100px 0;
  text-align: center;
}
.company02 .history .tit p {
  font-size: 32px;
  font-weight: 500;
  color: inherit;
  margin-bottom: 15px;
}
.company02 .history .tit span {
  font-size: 16px;
  font-weight: 300;
  color: inherit;
}
.company02 .history .inner {
  padding: 0 30px;
}
.company02 .history .inner > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.company02 .history .yy {
  width: 24%;
  font-family: "Roboto", sans-serif;
  font-size: 28px;
  font-weight: 800;
  color: #E67A06;
  padding-top: 8px;
  border-top: 3px solid #E67A06;
}
.company02 .history ul {
  width: 69%;
  margin-bottom: 80px;
}
.company02 .history ul li {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.35;
  color: inherit;
  border-top: 1px solid #dfdfdf;
  padding: 12px 0;
}
.company02 .history ul li:last-child {
  border-bottom: 1px solid #dfdfdf;
}

.company03 .bn img {
  width: 100%;
}
.company03 .bn_tit {
  font-family: "Merriweather", "Noto Sans KR", sans-serif;
}
.company03 .step_div {
  background-color: #0E1317;
  padding: 80px 0;
}
.company03 .step_tit {
  padding: 0 20px;
}
.company03 .step_list {
  padding: 0 20px;
  height: 70px;
}
.company03 .step_list::before {
  content: "";
  position: absolute;
  top: 17px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
}
.company03 .step_box {
  text-align: center;
}
.company03 .step_box p {
  font-size: 17px;
  font-weight: 300;
  color: #353535;
  text-align: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.company03 .step_box > div {
  height: 35px;
  padding-top: 10px;
}
.company03 .step-swiper .swiper-slide-active p {
  color: #BF8CAD;
  font-size: 22px;
}
.company03 .step-swiper .swiper-slide-active span::before {
  content: "";
  position: absolute;
  top: -11px;
  left: -11px;
  width: 32px;
  height: 32px;
  border: 1px solid #fff;
  border-radius: 100%;
  -webkit-box-shadow: 0 0 3px rgba(255, 255, 255, 0.4);
          box-shadow: 0 0 3px rgba(255, 255, 255, 0.4);
}
.company03 .img_wrap {
  padding: 80px 20px 0;
}
.company03 .img_box {
  position: relative;
  margin-bottom: 20px;
}
.company03 .img_box img {
  width: 100%;
}
.company03 .img_box .txt_ab {
  font-size: 18px;
}
.company03 .img_box .on_txt {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.company03 .img_box .hover_txt {
  font-size: 16px;
  line-height: 22px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  display: none;
}
.company03 .img_box:hover .on_txt {
  display: none;
}
.company03 .img_box:hover .hover_txt {
  display: block;
}

.product * {
  line-height: 1.2;
}
.product section {
  margin-bottom: 60px;
}
.product .img {
  width: 100%;
}
.product .img img {
  width: 100%;
}
.product .txt_wrap {
  text-align: center;
}
.product .txt_wrap p {
  font-size: 16px;
  color: #707070;
}
.product .txt_wrap p br {
  display: none;
}
.product h2 {
  font-size: 18px;
  font-weight: 300;
  color: #000;
  margin: 30px 0 15px;
  line-height: 1.4;
}
.product h2 b {
  font-size: 24px;
  font-weight: 600;
  display: block;
}
.product .cont_box {
  margin-bottom: 30px;
}
.product .txt {
  text-align: center;
  margin-top: 30px;
}
.product .txt p {
  line-height: 1.4;
  font-size: 16px;
  font-weight: 400;
  color: #707070;
}
.product h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #000;
}

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

.business03 {
  width: 100%;
  padding: 0 15px;
}
.business03 .img {
  width: 100%;
  border-radius: 10px !important;
  -webkit-box-shadow: 4px 5px 9px rgba(0, 0, 0, 0.2);
          box-shadow: 4px 5px 9px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
}
.business03 .img img {
  width: 100%;
}
.business03 span {
  display: block;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  margin: 10px 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.business03 .divFlex {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.business03 .divFlex > div {
  width: 50%;
  padding: 0 15px;
}
.business03 .divFlex > div:hover .img {
  -webkit-box-shadow: 4px 5px 9px rgba(0, 0, 0, 0.2);
          box-shadow: 4px 5px 9px rgba(0, 0, 0, 0.2);
}
.business03 .divFlex > div:hover span {
  color: #000;
  text-decoration: underline;
}

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

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

/*고객센터 search form*/
#bbs_search {
  width: 100%;
}
#bbs_search form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#bbs_search select,
#bbs_search input,
#bbs_search button {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  font-style: normal;
  text-decoration: none;
  background: none;
  min-width: 8rem;
  height: 8rem;
  padding: 1.25rem 2.5rem;
  border: 1px solid #bdbdbd;
}
#bbs_search select {
  margin-right: 1.25rem;
  width: 16rem;
}
#bbs_search .search {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#bbs_search .search input[type=text] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-right: none;
  width: 100%;
}
#bbs_search .search button {
  outline: none;
  display: initial;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  white-space: initial;
  background: initial;
  vertical-align: middle;
  margin: 0;
  left: initial;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0;
  padding: 10px 15px;
  font-size: 12px;
  font-weight: 400;
  border: solid 1px #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(148, 148, 148, 0.1);
}
.board.list tbody tr.notice td,
.board.view tbody tr.notice td {
  border-color: #d1d1d1;
  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: #999999;
}
.board.list tbody tr.notice .info i,
.board.view tbody tr.notice .info i {
  background: #d1d1d1;
}
.board.list tbody td,
.board.view tbody td {
  width: 100%;
  border: 1px solid #e8e8e8;
  border-left: none;
  border-right: none;
}
.board.list tbody td a,
.board.view tbody td a {
  cursor: pointer;
  text-decoration: none;
  width: 100%;
  height: 100%;
  float: left;
  padding: 1.25rem 2.5rem;
  width: 100%;
  display: block;
}
.board.list tbody td a div,
.board.view tbody td a div {
  color: #222;
  font-weight: 500;
  margin: 0.5rem 0;
}
.board.list tbody td a .info,
.board.view tbody td a .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #9e9e9e;
  font-size: 2.3rem;
}
.board.list tbody td a .info i,
.board.view tbody td a .info i {
  margin: 0 1.25rem;
  background: #e0e0e0;
  width: 1px;
  height: 1.6666666667rem;
}
.board.list div.title div,
.board.view div.title div {
  color: #222;
  font-size: 3.75rem;
  font-weight: 500;
}
.board.list div.title .info,
.board.view div.title .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #9e9e9e;
  font-size: 2.3rem;
}
.board.list div.title .info i,
.board.view div.title .info i {
  margin: 0 1.25rem;
  background: #e0e0e0;
  width: 1px;
  height: 1.6666666667rem;
}

.board {
  color: #222;
  font-size: 2.1rem;
}
.board input::-webkit-input-placeholder, .board textarea::-webkit-input-placeholder {
  color: #bdbdbd;
  font-size: 2.1rem;
  line-height: 1.5;
  white-space: normal;
}
.board input::-moz-placeholder, .board textarea::-moz-placeholder {
  color: #bdbdbd;
  font-size: 2.1rem;
  line-height: 1.5;
  white-space: normal;
}
.board input:-ms-input-placeholder, .board textarea:-ms-input-placeholder {
  color: #bdbdbd;
  font-size: 2.1rem;
  line-height: 1.5;
  white-space: normal;
}
.board input::-ms-input-placeholder, .board textarea::-ms-input-placeholder {
  color: #bdbdbd;
  font-size: 2.1rem;
  line-height: 1.5;
  white-space: normal;
}
.board input::placeholder,
.board textarea::placeholder {
  color: #bdbdbd;
  font-size: 2.1rem;
  line-height: 1.5;
  white-space: normal;
}
.board input::-webkit-input-placeholder,
.board textarea::-webkit-input-placeholder {
  color: #bdbdbd;
  font-size: 2.1rem;
  line-height: 1.5;
  white-space: normal;
}
.board input::-moz-input-placeholder,
.board textarea::-moz-input-placeholder {
  color: #bdbdbd;
  font-size: 2.1rem;
  line-height: 1.5;
  white-space: normal;
}
.board input::-ms-input-placeholder,
.board textarea::-ms-input-placeholder {
  color: #bdbdbd;
  font-size: 2.1rem;
  line-height: 1.5;
  white-space: normal;
}
.board div.sub-title {
  font-size: 3.75rem;
  text-align: center;
  color: initial;
  padding-bottom: 2.5rem;
  margin-bottom: 2.5rem;
}
.board table {
  margin-top: 0;
}
.board tr {
  border: none;
}
.board td {
  border: none;
  padding: 2.5rem;
}
.board td.contentTD2 {
  border-bottom: 1px solid #e0e0e0;
  padding: 5rem 2.5rem;
}
.board td.contentTD3 {
  padding-left: 0;
  padding-right: 0;
}
.board input[type=text], .board input[type=password] {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  font-style: normal;
  text-decoration: none;
  background: none;
}
.board label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  vertical-align: inherit;
  cursor: pointer;
  margin-right: 3.75rem;
  color: #bdbdbd;
}
.board label input[type=checkbox], .board label input[type=radio] {
  margin: 0;
  visibility: hidden;
  position: absolute;
}
.board label i {
  margin-right: 1rem;
}
.board label input:checked ~ * {
  color: initial;
}
.board tfoot td {
  border: none;
  padding: 2.5rem;
  padding-right: 0;
}
.board tfoot td input.button {
  outline: none;
  display: initial;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  white-space: initial;
  background: initial;
  vertical-align: middle;
  margin: 0;
  left: initial;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0;
  padding: 10px;
  font-size: 12px;
  font-weight: 400;
  border: solid 1px #5c5c5c;
  color: #fff;
  background: #757575;
  color: #fff;
  border-radius: 5px;
  border: none !important;
}
.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;
  border-radius: 5px;
}
.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 #4534a6;
  color: #fff;
  background: #5a47c6;
  color: #fff;
  border-radius: 5px;
}
.board tfoot td input.button.answer:hover {
  text-decoration: none;
  background: #6b5acc;
  color: #fff;
}
.board tfoot td input.button.answer:active {
  background: #4d3aba;
  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 #db229a;
  color: #fff;
  background: #e34dae;
  color: #fff;
  border-radius: 5px;
}
.board tfoot td input.button.delete:hover {
  text-decoration: none;
  background: #e663b8;
  color: #fff;
}
.board tfoot td input.button.delete:active {
  background: #e037a4;
  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 #333f9f;
  color: #fff;
  background: #4251c3;
  color: #fff;
  border-radius: 5px;
}
.board tfoot td input.button.edit:hover {
  text-decoration: none;
  background: #5563c9;
  color: #fff;
}
.board tfoot td input.button.edit:active {
  background: #3947b3;
  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;
  border-radius: 5px;
}
.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 tfoot td input.button:not(:last-of-type) {
  margin-right: 1rem;
}
.board.view .title {
  padding: 2.5rem;
  border-top: 1px solid #000;
}
.board.write table {
  table-layout: fixed;
  width: 100%;
}
.board.write tr {
  border-bottom: 1px solid #e8e8e8;
}
.board.write tr:nth-of-type(1) {
  border-top: 1px solid #000;
}
.board.write tr.readonly {
  background: none;
}
.board.write tr.readonly td {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 2.6rem;
  line-height: 1.5;
  width: 100%;
}
.board.write tr.contents {
  padding: 1.25rem;
}
.board.write tr.contents td {
  display: table-cell;
}
.board.write tr.title td, .board.write tr.password.secret td, .board.write tr.mobile td {
  display: table-cell;
  padding-left: 2.5rem;
  border: none;
}
.board.write tr.title td input, .board.write tr.password.secret td input, .board.write tr.mobile td input {
  width: calc(100% - 15rem);
  height: 100%;
}
.board.write tr.file td {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: auto;
}
.board.write tr.file td div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.board.write tr.file .upload-name {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  font-style: normal;
  text-decoration: none;
  background: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
  height: 7rem;
  padding: 1.25rem;
  border: 1px solid #e0e0e0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.board.write tr.file label {
  outline: none;
  display: initial;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  white-space: initial;
  background: initial;
  vertical-align: middle;
  margin: 0;
  left: initial;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0;
  padding: 10px 15px;
  font-size: 12px;
  font-weight: 400;
  border: solid 1px #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;
  font-size: 12px;
  font-weight: 400;
  border: solid 1px #5c5c5c;
  color: #fff;
  background: #757575;
  color: #fff;
  border-radius: 5px;
}
.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;
  font-size: 12px;
  font-weight: 400;
  border: solid 1px #cd1e1a;
  color: #fff;
  background: #e53935;
  color: #fff;
  border-radius: 5px;
}
.board.write tfoot td input.button.admin:hover {
  text-decoration: none;
  background: #e84f4c;
  color: #fff;
}
.board.write tfoot td input.button.admin:active {
  background: #e2231e;
  color: #fff;
}
.board.write tfoot td input.button.answer {
  outline: none;
  display: initial;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  white-space: initial;
  background: initial;
  vertical-align: middle;
  margin: 0;
  left: initial;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0;
  padding: 10px;
  font-size: 12px;
  font-weight: 400;
  border: solid 1px #4534a6;
  color: #fff;
  background: #5a47c6;
  color: #fff;
  border-radius: 5px;
}
.board.write tfoot td input.button.answer:hover {
  text-decoration: none;
  background: #6b5acc;
  color: #fff;
}
.board.write tfoot td input.button.answer:active {
  background: #4d3aba;
  color: #fff;
}
.board.write tfoot td input.button.delete {
  outline: none;
  display: initial;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  white-space: initial;
  background: initial;
  vertical-align: middle;
  margin: 0;
  left: initial;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0;
  padding: 10px;
  font-size: 12px;
  font-weight: 400;
  border: solid 1px #db229a;
  color: #fff;
  background: #e34dae;
  color: #fff;
  border-radius: 5px;
}
.board.write tfoot td input.button.delete:hover {
  text-decoration: none;
  background: #e663b8;
  color: #fff;
}
.board.write tfoot td input.button.delete:active {
  background: #e037a4;
  color: #fff;
}
.board.write tfoot td input.button.edit {
  outline: none;
  display: initial;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  white-space: initial;
  background: initial;
  vertical-align: middle;
  margin: 0;
  left: initial;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0;
  padding: 10px;
  font-size: 12px;
  font-weight: 400;
  border: solid 1px #333f9f;
  color: #fff;
  background: #4251c3;
  color: #fff;
  border-radius: 5px;
}
.board.write tfoot td input.button.edit:hover {
  text-decoration: none;
  background: #5563c9;
  color: #fff;
}
.board.write tfoot td input.button.edit:active {
  background: #3947b3;
  color: #fff;
}
.board.write tfoot td input.button.save {
  outline: none;
  display: initial;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  white-space: initial;
  background: initial;
  vertical-align: middle;
  margin: 0;
  left: initial;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0;
  padding: 10px;
  font-size: 12px;
  font-weight: 400;
  border: solid 1px #347c37;
  color: #fff;
  background: #43a047;
  color: #fff;
  border-radius: 5px;
}
.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.write tfoot td input.button:not(:last-of-type) {
  margin-right: 1rem;
}
.board.reply .title input[type=text] {
  width: 100%;
}

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

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

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

/* 리스트 S */
#counseling {
  font-size: 2.5rem;
}
#counseling .notList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: calc(calc(var(--c-vh, 1vh) * 100) / 5);
  font-size: 2.5rem;
  font-weight: 500;
  background: #fafafa;
  border: 1px solid #eeeeee;
  color: #212121;
}
#counseling.cs_list .write {
  margin-bottom: 5rem;
  overflow: hidden;
}
#counseling.cs_list .write a {
  cursor: pointer;
  text-decoration: none;
  width: 100%;
  height: 100%;
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2.5rem;
  background: #1d1d1d;
  width: 100%;
  height: 8rem;
  color: #fff;
}
#counseling.cs_list .write a i {
  margin-right: 1.25rem;
}
#counseling.cs_list li {
  margin-top: -1px;
}
#counseling.cs_list li a {
  cursor: pointer;
  text-decoration: none;
  width: 100%;
  height: 100%;
  float: left;
  display: block;
  width: 100%;
  padding: 2.5rem;
  border-bottom: 1px solid #e8e8e8;
}
#counseling.cs_list li:first-child a {
  border-top: 1px solid #000;
}
#counseling.cs_list li h6 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 2.5rem;
  font-weight: 500;
}
#counseling.cs_list li h6 p {
  color: #9e9e9e;
  font-size: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#counseling.cs_list li h6 p i {
  width: 2px;
  height: 2px;
  background: #e0e0e0;
  margin: 0 1.25rem;
}
#counseling.cs_list li h6 span {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  margin: 1.25rem 0;
  color: #222;
}
#counseling.cs_list li div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #9e9e9e;
  margin-top: 1.25rem;
}
#counseling.cs_list li div .answer {
  padding: 0 1rem;
  border: 1px solid;
  border-radius: 10rem;
  font-size: 2rem;
  font-weight: 600;
  margin-right: 2.5rem;
}
#counseling.cs_list li div .answer.done {
  color: #2196f3;
  border-color: #2196f3;
}
#counseling.cs_list li div .answer.done + p span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#counseling.cs_list li div .answer.not {
  color: #f44336;
  border-color: #f44336;
}
#counseling.cs_list li div .answer.not + p span {
  display: none;
}
#counseling.cs_list li div p {
  color: #9e9e9e;
  font-size: 2rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#counseling.cs_list li div p i {
  width: 2px;
  height: 2px;
  background: #e0e0e0;
  margin: 0 1.25rem;
}
#counseling.cs_view div h6 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 3rem;
  font-weight: 500;
  color: #212121;
  padding: 2.5rem;
  border-top: 1px solid #bdbdbd;
  border-bottom: 1px solid #bdbdbd;
}
#counseling.cs_view div h6 p {
  color: #9e9e9e;
  font-size: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#counseling.cs_view div h6 i {
  width: 2px;
  height: 2px;
  background: #e0e0e0;
  margin: 0 1.25rem;
}
#counseling.cs_view div h6 span {
  margin-top: 1.25rem;
}
#counseling.cs_view div .content {
  padding: 2.5rem;
  min-height: auto;
  font-size: 2.5rem;
}
#counseling.cs_view div .file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 2.3rem;
}
#counseling.cs_view div .file a {
  cursor: pointer;
  text-decoration: none;
  width: 100%;
  height: 100%;
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  padding: 1.25rem 2.5rem;
  color: #757575;
  background: #eeeeee;
}
#counseling.cs_view div .file h6 {
  color: inherit;
  font-size: inherit;
  border: none;
  padding: 0;
  line-height: 1.5;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
}
#counseling.cs_view div .file p {
  color: #424242;
  font-weight: 600;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
#counseling.cs_view div .file span {
  color: #f44336;
  font-size: 2.2rem;
  margin-left: 1.25rem;
  white-space: nowrap;
}
#counseling.cs_view .replyInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 8rem;
  font-size: 2.5rem;
  font-weight: 500;
  background: #fafafa;
  border: 1px solid #eeeeee;
  color: #212121;
  margin-top: 5rem;
}
#counseling.cs_view .replyInfo2 {
  position: relative;
  margin-top: 5rem;
  padding: 2.5rem;
  border: 1px solid #bdbdbd;
  background: #fafafa;
}
#counseling.cs_view .replyInfo2 h6, #counseling.cs_view .replyInfo2 .content {
  padding: 0;
}
#counseling.cs_view .replyInfo2 h6 {
  border: none;
}
#counseling.cs_view .replyInfo2 .content {
  padding: 2.5rem 0;
}
#counseling.cs_write {
  overflow: hidden;
}
#counseling.cs_write input, #counseling.cs_write textarea {
  width: 100%;
  height: 100%;
  padding: 1.6666666667rem;
}
#counseling.cs_write input:disabled, #counseling.cs_write textarea:disabled {
  background: #f5f5f5;
}
#counseling.cs_write input {
  height: 8rem;
}
#counseling.cs_write td {
  display: table-cell;
}
#counseling.cs_write .info {
  border: 1px solid #f5f5f5;
  background: #fafafa;
  font-size: 2.3rem;
  padding: 2.5rem;
  margin-bottom: 5rem;
}
#counseling.cs_write .info li {
  text-indent: -1.25rem;
  margin-left: 1.25rem;
}
#counseling.cs_write .board {
  width: 100%;
  table-layout: fixed;
}
#counseling.cs_write .board th {
  text-align: right;
  padding: 0;
  padding-right: 2.5rem;
}
#counseling.cs_write .board td {
  padding: 0;
}
#counseling.cs_write .board .category td {
  display: table-cell;
}
#counseling.cs_write .board .category div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin: 1.25rem 0;
}
#counseling.cs_write .board .category div .input_select {
  background: transparent;
  width: calc(50% - 5px);
}
#counseling.cs_write .board .contents td {
  height: 48rem;
}
#counseling.cs_write .board .file td {
  padding: 1.25rem 0;
  font-size: inherit;
}
#counseling.cs_write .board .file td div {
  height: 100%;
}
#counseling.cs_write .board .file td input.active::-webkit-input-placeholder {
  color: #424242;
  font-weight: 500;
}
#counseling.cs_write .board .file td input.active::-moz-placeholder {
  color: #424242;
  font-weight: 500;
}
#counseling.cs_write .board .file td input.active:-ms-input-placeholder {
  color: #424242;
  font-weight: 500;
}
#counseling.cs_write .board .file td input.active::-ms-input-placeholder {
  color: #424242;
  font-weight: 500;
}
#counseling.cs_write .board .file td input.active::placeholder {
  color: #424242;
  font-weight: 500;
}
#counseling.cs_write .board .file td input.active::-webkit-input-placeholder {
  color: #424242;
  font-weight: 500;
}
#counseling.cs_write .board .file td input.active::-moz-input-placeholder {
  color: #424242;
  font-weight: 500;
}
#counseling.cs_write .board .file td input.active::-ms-input-placeholder {
  color: #424242;
  font-weight: 500;
}
#counseling.cs_write .board .file .upload-name {
  width: 100%;
  height: 6.6666666667rem;
}
#counseling.cs_write .board .member td {
  font-size: inherit;
}
#counseling.cs_write .board .member td div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
}
#counseling.cs_write .board .member td label {
  border: none;
  width: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 1.25rem 0;
  cursor: initial;
}
#counseling.cs_write .board .member td input[type=checkbox] {
  position: absolute;
  visibility: hidden;
  z-index: -1;
  color: #9e9e9e;
}
#counseling.cs_write .board .member td input[type=checkbox] ~ i {
  color: #757575;
  background: #f5f5f5;
  border-radius: 100%;
  width: 2.5rem;
  height: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#counseling.cs_write .board .member td input[type=checkbox] ~ span:before {
  content: none;
}
#counseling.cs_write .board .member td input[type=checkbox]:checked ~ i {
  color: #b49773;
  background: none;
}
#counseling.cs_write .board .member td input[type=checkbox]:checked ~ span {
  color: #b49773;
}
#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 #4534a6;
  color: #04030b;
  background: #5a47c6;
  color: #fff;
}
#counseling .btnZone a.button.answer:hover, #counseling .btnZone input.button.answer:hover {
  text-decoration: none;
  background: #6b5acc;
  color: #fff;
}
#counseling .btnZone a.button.answer:active, #counseling .btnZone input.button.answer:active {
  background: #4d3aba;
  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 #db229a;
  color: #2a071e;
  background: #e34dae;
  color: #2a071e;
}
#counseling .btnZone a.button.delete:hover, #counseling .btnZone input.button.delete:hover {
  text-decoration: none;
  background: #e663b8;
  color: #2a071e;
}
#counseling .btnZone a.button.delete:active, #counseling .btnZone input.button.delete:active {
  background: #e037a4;
  color: #2a071e;
}
#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 #333f9f;
  color: #010205;
  background: #4251c3;
  color: #fff;
}
#counseling .btnZone a.button.edit:hover, #counseling .btnZone input.button.edit:hover {
  text-decoration: none;
  background: #5563c9;
  color: #fff;
}
#counseling .btnZone a.button.edit:active, #counseling .btnZone input.button.edit:active {
  background: #3947b3;
  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: #b49773;
  color: #fff;
}
#counseling .btnZone .promise:hover {
  background: #c6b094;
  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%;
}