@charset "UTF-8";
body,
input,
select,
textarea {
  font-family: "Pretendard", "Roboto", "Noto Sans KR", sans-serif;
  -webkit-font-feature-settings: "tnum";
          font-feature-settings: "tnum"; /* 고정폭 숫자 */
}

/* 전체 공통 */
/* font-size: 62.5%; 62.5% = 10px */
/* 1rem = 10px, 1.6rem = 16px */
html {
  font-size: 6px;
  line-height: 1.5;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* 상단 공통 */
#header {
  position: relative;
  z-index: 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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-weight: 400;
  height: 13rem;
  max-width: 640px;
  margin: 0 auto;
}
#header::after {
  /* content: ''; */
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
}

.header article {
  width: 100%;
  height: 13rem;
  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;
}
.header article.header-top {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 0.5rem;
  display: none;
}
.header .navi-left, .header .navi-right {
  width: 6rem;
  height: 6rem;
  margin: 3.5rem;
  font-size: 4rem;
}
.header .navi-left a, .header .navi-right a {
  cursor: pointer;
  text-decoration: none;
  width: 100%;
  height: 100%;
  height: 100%;
}
.header .navi-left i, .header .navi-right i {
  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;
  color: #222;
}
.header .navi-left i::before, .header .navi-right i::before {
  margin: 0;
  line-height: 1;
}
.header #logo {
  margin-right: 5rem;
  width: 20rem;
  height: 3.2rem;
  position: relative;
}
.header #logo a {
  cursor: pointer;
  text-decoration: none;
  width: 100%;
  height: 100%;
}
.header #logo img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.header #logo .logo {
  opacity: 1;
}
.header #logo .logo-w {
  opacity: 0;
}

/*shop 상세 페이지*/
#header.shop {
  height: 10rem;
}
#header.shop::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
}
#header.shop article {
  height: 100%;
}
#header.shop article > div {
  margin: 0 3rem;
}
#header.shop .navi-back, #header.join.shop .navi-close {
  width: 6rem;
  height: 6rem;
  font-size: 6rem;
}
#header.shop .navi-back a, #header.join.shop .navi-close a {
  cursor: pointer;
  text-decoration: none;
  width: 100%;
  height: 100%;
  height: 100%;
}
#header.shop .navi-back i, #header.join.shop .navi-close i {
  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;
  color: #333;
}
#header.shop .navi-back i::before, #header.join.shop .navi-close i::before {
  margin: 0;
  line-height: 1;
}
#header.shop .maps_title {
  color: #111;
  font-weight: 500;
  font-size: 3.75rem;
  line-height: 1.5;
}

/*join 상세 페이지*/
#header.join {
  height: 10rem;
}
#header.join::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
}
#header.join article {
  height: 100%;
}
#header.join article > div {
  margin: 0 3rem;
}
#header.join .navi-back, #header.join .navi-close {
  width: 6rem;
  height: 6rem;
  font-size: 5rem;
}
#header.join .navi-back a, #header.join .navi-close a {
  cursor: pointer;
  text-decoration: none;
  width: 100%;
  height: 100%;
  height: 100%;
}
#header.join .navi-back i, #header.join .navi-close i {
  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;
  color: #333;
}
#header.join .navi-back i::before, #header.join .navi-close i::before {
  margin: 0;
  line-height: 1;
}
#header.join .navi-close {
  font-size: 2.5rem;
}
#header.join h1 {
  color: #111;
  font-weight: 500;
  font-size: 3.75rem;
  line-height: 1.5;
}

/*다국어*/
#language {
  position: absolute;
  right: 12rem;
  width: 7rem;
  z-index: 5;
  font-size: 2.3rem;
  line-height: 1;
  text-align: left;
  color: #424242;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
}
#language:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  width: 100%;
  height: 100%;
  background: white;
  z-index: 0;
  border-radius: 3.5rem;
  -webkit-box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.12), 0 1px 4px rgba(0, 0, 0, 0.24);
          box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.12), 0 1px 4px rgba(0, 0, 0, 0.24);
}
#language ul li, #language .select {
  cursor: pointer;
  text-decoration: none;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  position: relative;
}
#language .select {
  padding: 1rem;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  height: 7rem;
}
#language .select i {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  font-size: 2.4rem;
}
#language .select .icon-angle-down {
  margin-left: auto;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: #424242;
}
#language span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  position: relative;
}
#language span:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 1px solid #000;
  opacity: 0.3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#language span img {
  width: 100%;
  height: 100%;
}
#language ul {
  position: absolute;
  top: 7rem;
  z-index: 0;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  overflow: hidden;
  width: 100%;
  height: 0;
}
#language ul:hover {
  height: 7rem;
}
#language ul:hover li {
  color: #757575;
}
#language ul li {
  width: 100%;
  height: 7rem;
  list-style: none;
  padding: 1rem;
  line-height: 1.5;
}
#language ul li.hide {
  z-index: -1;
  opacity: 0;
  display: none;
}
#language ul li:hover {
  color: black;
  text-decoration: underline;
}
#language ul li:hover span:before {
  opacity: 0.5;
}
#language:hover:before {
  height: 14rem !important;
}
#language:hover .select .icon-angle-down {
  -webkit-transform: translate(0, 10%) rotate3d(100, 0, 0, 180deg) scale(1.3);
          transform: translate(0, 10%) rotate3d(100, 0, 0, 180deg) scale(1.3);
}
#language:hover ul {
  height: 7rem !important;
}

#header.headerFixed #language:before {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12), 0 3px 6px rgba(0, 0, 0, 0.24);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12), 0 3px 6px rgba(0, 0, 0, 0.24);
}
#header.headerFixed #language .select {
  color: #424242;
}
/*서브타이틀*/
#contain_wrap {
  max-width: 640px;
  margin: 0 auto;
}

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

.content {
  padding: 0 3rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  padding-bottom: 10rem;
}
.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;
}

td, th {
  border: 1px solid #ccc;
  padding: 0.5rem 0;
  word-break: keep-all;
  font-size: 2.5rem;
}

th {
  color: #555;
}

.table {
  margin-top: 7.5rem;
}
.table th {
  background: #e3e3e3;
  padding: 1.25rem 0;
  font-size: 2.5rem;
  line-height: 1.5;
  font-weight: 600;
  text-align: center;
}
.table td {
  padding: 1.25rem 0.625rem;
  text-align: center;
  font-size: 2.5rem;
}

.table2 th {
  background: #e3e3e3;
  padding: 1.25rem 0;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 600;
  text-align: center;
}
.table2 td {
  padding: 1.25rem 0.625rem;
  text-align: center;
}

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

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

/* 페이징 모바일(5)*/
.pagingNew3 {
  font-size: 0;
  padding-top: 5rem;
  text-align: center;
}
.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;
  position: relative;
  width: 4.8rem;
  height: 4.8rem;
  border: 1px solid transparent;
  border-radius: 100%;
  color: #da2027;
  font-size: 2.7rem;
  font-weight: 500;
}
.pagingNew3 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%;
  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;
}
.pagingNew3 span a:hover {
  color: #da2027;
  text-decoration: none;
  border: none;
}
.pagingNew3 span.currentPage {
  color: #da2027;
  font-weight: 700;
}
.pagingNew3 span.currentPage:after {
  content: "";
  position: absolute;
  bottom: 0.625rem;
  left: 50%;
  width: 100%;
  height: 100%;
  width: 2.1rem;
  height: 1px;
  background: #da2027;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.pagingNew3 span.arrow {
  border: 1px solid #e0e0e0;
  border-radius: 100%;
  margin: 0 0.25rem;
}
.pagingNew3 span.arrow i {
  font-size: 2.7rem;
  color: #e0e0e0;
}
.pagingNew3 span.arrow.left i {
  -webkit-transform: translateX(-5%);
  transform: translateX(-5%);
}
.pagingNew3 span.arrow.right i {
  -webkit-transform: translateX(5%);
  transform: translateX(5%);
}
.pagingNew3 span.arrow.margin.left {
  margin-right: 2.5rem;
}
.pagingNew3 span.arrow.margin.right {
  margin-left: 2.5rem;
}
.pagingNew3 span.arrow:hover {
  border-color: #bdbdbd;
}
.pagingNew3 span.arrow:hover i {
  color: #9e9e9e;
}

#index {
  font-size: 6px;
  margin-top: -9rem;
}
#index .main-visual {
  width: 100%;
  height: 87rem;
}
#index .main-visual .swiper-slide video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-top: 20px;
}
#index .main-visual .swiper-slide a {
  cursor: pointer;
  text-decoration: none;
  width: 100%;
  height: 100%;
  display: block;
}
#index .main-visual .swiper-slide img {
  width: 100%;
  position: relative;
  z-index: -1;
  -webkit-transition: all 5s;
  transition: all 5s;
}
#index .main-visual .swiper-slide .txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 61rem;
  margin-top: 26rem;
  padding: 0 6rem;
  color: #fff;
  text-align: right;
}
#index .main-visual .swiper-slide .txt span {
  font-size: 5.2rem;
  font-weight: 500;
  letter-spacing: -0.01em;
}
#index .main-visual .swiper-slide .txt .more {
  margin-top: 3.5rem;
}
#index .main-visual .swiper-slide .txt .more p {
  position: relative;
  display: inline-block;
  color: inherit;
  font-size: 2rem;
}
#index .main-visual .swiper-slide .txt .more p:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
}
#index .main-visual .swiper-slide-active img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
#index .main-visual .swiper-pagination-bullets {
  bottom: 7rem !important;
  left: 50% !important;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#index .main-visual .swiper-pagination-bullets .swiper-pagination-bullet {
  background: #fff !important;
  opacity: 0.6;
}
#index .main-visual .swiper-pagination-bullets .swiper-pagination-bullet-active {
  opacity: 1;
}
#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 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  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: #da2027;
  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: #da2027;
  font-weight: 700;
}
#index .index-goods .tab_wrap li.on a span::before {
  height: 2px;
  z-index: 1;
  background: #da2027;
}
#index .index-goods #index {
  padding: 0 3rem;
}
#index .index-goods .goods_wrap {
  font-size: 0;
  width: calc(100% + 20px);
  margin: 0 -10px;
  text-align: left;
}
#index .index-goods .goods {
  position: relative;
  width: 50%;
  display: inline-block;
  font-size: 2.5rem;
  vertical-align: top;
  margin-bottom: 5%;
}
#index .index-goods .goods a {
  cursor: pointer;
  text-decoration: none;
  width: 100%;
  height: 100%;
  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: #1bb6b0;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 200;
  border-radius: 100%;
}
#index .index-goods .goods .img {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
  position: relative;
  background: #fafafa;
}
#index .index-goods .goods .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-top: 50%;
  margin-left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
}
#index .index-goods .goods .txt {
  letter-spacing: -0.025em;
  line-height: 1.2;
  text-align: left;
  margin-top: 2rem;
}
#index .index-goods .goods .txt .name {
  font-size: 2.6rem;
  color: #454545;
  font-weight: 500;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#index .index-goods .goods .txt .comment {
  margin-top: 0.5rem;
  font-size: 2.4rem;
  color: #868686;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#index .index-goods .goods .txt .price {
  margin-top: 2.5rem;
  font-size: 2.5rem;
}
#index .index-goods .goods .txt .price .line {
  color: #888888;
  text-decoration: line-through;
}
#index .index-goods .goods .txt .price div {
  font-size: inherit;
  line-height: 1;
  font-weight: 400;
  letter-spacing: -0.05em;
  margin-top: 0.5rem;
}
#index .index-goods .goods .txt .price div span {
  font-size: 2.8rem;
  font-weight: 600;
  margin-right: 0.5rem;
}
#index .index-goods .goods .txt .price .pv {
  margin-top: 1.3rem;
  color: #da2027;
  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;
  min-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: 1.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: 2.5rem;
  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;
  padding: 1.5rem;
  line-height: 1.3;
}
#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: #da2027;
  -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: #da2027;
  -webkit-transition: background 0.3s, height 0.3s cubic-bezier(0.47, 1.64, 0.41, 0.8);
  transition: background 0.3s, height 0.3s cubic-bezier(0.47, 1.64, 0.41, 0.8);
}

/*오시는 길*/
.location {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  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-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-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: #da2027;
  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-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 5rem 0;
}
.location-info .info li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  word-break: keep-all;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(173, 80, 84, 0.4);
}
.location-info .info li:first-child {
  border-top: 1px solid rgba(173, 80, 84, 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-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40%;
  padding: 2.5rem 3rem;
  background: #da2027;
  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-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-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: #c42a23;
  -webkit-box-shadow: 0.25rem 0.5rem 1rem #c42a23;
          box-shadow: 0.25rem 0.5rem 1rem #c42a23;
}
.location-info a:hover span {
  width: 35%;
  opacity: 1;
}
/*준비중 페이지*/
.ready {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  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(1).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: #da2027;
  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: #ae191f;
  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: #ce2d33;
  font-size: 2.6rem;
  font-weight: 500;
  overflow: hidden;
}
.policy .agree_content::-webkit-scrollbar {
  position: relative;
  width: 1.5rem;
  z-index: 2;
}
.policy .agree_content::-webkit-scrollbar-thumb {
  background: #bdbdbd;
  background-clip: padding-box;
  border: 0rem solid transparent;
}
.policy .agree_content::-webkit-scrollbar-track {
  background: #f5f5f5;
  z-index: 1;
}

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

.business {
  position: relative;
  font-size: inherit;
  line-height: inherit;
}
.business > div {
  font-size: 5rem;
  margin-bottom: 2.5rem;
  font-weight: 300;
  color: #000;
}
.business > div span {
  position: relative;
}
.business > div span:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background: #da2027;
  opacity: 0.2;
  z-index: -1;
}
.business article {
  margin: 5rem 0;
  width: 100%;
}
.business h1 {
  font-size: 2.8rem;
  font-weight: 600;
  color: #222;
  line-height: 1.5;
}
.business section {
  margin: 2.5rem 0;
}
.business p {
  word-break: keep-all;
}
.business h2 {
  font-weight: 700;
  font-size: 2.6rem;
  margin: 1.25rem 0;
  line-height: 1.5;
}
.business h3 {
  font-size: 2.4rem;
  font-weight: 500;
  margin: 0.8333333333rem 0;
}
.business ul, .business ol {
  margin: 1.25rem 0;
}
.business ul > li, .business ol > li {
  padding-left: 2.5rem;
  text-indent: -2.5rem;
  word-break: keep-all;
}
.business ol li {
  color: #757575;
  word-break: keep-all;
}
.business table {
  margin: 2.5rem 0;
  width: 100%;
  text-align: center;
}
.business table table {
  width: 100%;
  border: none;
}
.business table tr {
  border: none;
}
.business table th, .business table td {
  border: none;
  padding: 1rem;
}
.business table thead th {
  background: whitesmoke;
  color: #6e6e6e;
  font-weight: 500;
  border: 1px solid gainsboro;
  height: 5rem;
}
.business table tbody tr {
  border-bottom: 1px solid #ebebeb;
}
.business table tbody th {
  border: 1px solid #dedede;
  background: #f8f8f8;
  color: #6e6e6e;
  height: 5rem;
}
.business table tbody td {
  border: 1px solid #ebebeb;
  height: 5rem;
}
.business table thead th:first-of-type {
  border-left: none;
}
.business table thead th:last-of-type {
  border-right: none;
}
.business table tbody th:first-of-type {
  border-left: none;
}
.business table tbody th:last-of-type {
  border-right: none;
}
.business table tbody th + td {
  border-left: 1px solid #dedede !important;
}
.business table tbody td:first-of-type {
  border-left: none;
}
.business table tbody td:last-of-type {
  border-right: none;
}
.business table tbody td:first-of-type {
  border-left: 1px solid #ebebeb;
}
.business table tbody th {
  font-weight: 400;
}

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

.business03 section {
  font-size: 2.3rem;
}

.business04 h2 {
  font-size: 3rem;
  color: #333;
}
.business04 h3 {
  font-size: 2.6rem;
  font-weight: 600;
  color: #444;
}
.business04 .planPre {
  font-weight: 500;
}
.business04 .planPre ul {
  margin: 0;
  margin-bottom: 7.5rem;
}
.business04 article {
  margin: 4.5rem 0;
}
.business04 article > p {
  font-size: 2.2rem;
  font-weight: 400;
  color: #333;
}
.business04 article > p + section {
  margin-top: 2.5rem;
}
.business04 section {
  margin: 1.5rem 0;
  padding: 0.5rem 0.8rem;
}
.business04 section > p {
  padding-left: 1.25rem;
  padding-top: 1rem;
  font-size: 2.2rem;
  font-weight: 500;
  color: #333;
}
.business04 ul, .business04 ol {
  font-size: 2.2rem;
  font-weight: 500;
}
.business04 ul > li, .business04 ol > li {
  padding-bottom: 10px;
}
.business04 ul ul, .business04 ul ol, .business04 ol ul, .business04 ol ol {
  margin-top: -1px;
}
.business04 ul > span, .business04 ol > span {
  padding-left: 13px;
  font-size: 2.2rem;
  display: block;
  padding-top: 5px;
}
.business04 .b4Info {
  font-size: 3rem;
  font-weight: 600;
  text-align: center;
  padding-top: 50px;
  color: #000;
}

.business04 .txt {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 1rem 2rem;
  background: #f5f5f5;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

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

/*고객센터 search form*/
#bbs_search {
  width: 100%;
}
#bbs_search form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#bbs_search select,
#bbs_search input,
#bbs_search button {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  font-style: normal;
  text-decoration: none;
  background: none;
  min-width: 8rem;
  height: 8rem;
  padding: 1.25rem 2.5rem;
  border: 1px solid #bdbdbd;
}
#bbs_search select {
  margin-right: 1.25rem;
  width: 16rem;
}
#bbs_search .search {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#bbs_search .search input[type=text] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-right: none;
  width: 100%;
}
#bbs_search .search button {
  outline: none;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  font-family: inherit;
  padding: 1rem 1.5rem;
  border-radius: 0;
  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-weight: 400;
  border: solid 1px #080808;
  background: #212121;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
#bbs_search .search button:hover {
  color: #fff;
  text-decoration: none;
  background: #2e2e2e;
}
#bbs_search .search button:active {
  color: #a1a1a1;
  background: #141414;
}
#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(156, 95, 97, 0.1);
}
.board.list tbody tr.notice td,
.board.view tbody tr.notice td {
  border-color: #d2c6c7;
  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: #9d7f80;
}
.board.list tbody tr.notice .info i,
.board.view tbody tr.notice .info i {
  background: #d2c6c7;
}
.board.list tbody td,
.board.view tbody td {
  width: 100%;
  border: 1px solid #e0e0e0;
  border-left: none;
  border-right: none;
}
.board.list tbody td a,
.board.view tbody td a {
  cursor: pointer;
  text-decoration: none;
  width: 100%;
  height: 100%;
  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;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  font-family: inherit;
  padding: 1rem 1.5rem;
  border-radius: 0;
  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-weight: 400;
  border: solid 1px #5c5c5c;
  background: #757575;
  margin: 0;
}
.board tfoot td input.button:hover {
  color: #fff;
  text-decoration: none;
  background: #828282;
}
.board tfoot td input.button:active {
  color: whitesmoke;
  background: #686868;
}
.board tfoot td input.button.admin {
  outline: none;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  font-family: inherit;
  padding: 1rem 1.5rem;
  border-radius: 0;
  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-weight: 400;
  border: solid 1px #cd1e1a;
  background: #e53935;
}
.board tfoot td input.button.admin:hover {
  color: #fff;
  text-decoration: none;
  background: #e84f4c;
}
.board tfoot td input.button.admin:active {
  color: white;
  background: #e2231e;
}
.board tfoot td input.button.answer {
  outline: none;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  font-family: inherit;
  padding: 1rem 1.5rem;
  border-radius: 0;
  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-weight: 400;
  border: solid 1px #6b1b80;
  background: #8e24aa;
}
.board tfoot td input.button.answer:hover {
  color: #fff;
  text-decoration: none;
  background: #a028bf;
}
.board tfoot td input.button.answer:active {
  color: #f0d7f6;
  background: #7c2095;
}
.board tfoot td input.button.delete {
  outline: none;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  font-family: inherit;
  padding: 1rem 1.5rem;
  border-radius: 0;
  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-weight: 400;
  border: solid 1px #ab154c;
  background: #d81b60;
}
.board tfoot td input.button.delete:hover {
  color: #fff;
  text-decoration: none;
  background: #e4286d;
}
.board tfoot td input.button.delete:active {
  color: #fef4f8;
  background: #c11856;
}
.board tfoot td input.button.edit {
  outline: none;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  font-family: inherit;
  padding: 1rem 1.5rem;
  border-radius: 0;
  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-weight: 400;
  border: solid 1px #2c3985;
  background: #3949ab;
}
.board tfoot td input.button.edit:hover {
  color: #fff;
  text-decoration: none;
  background: #3f51be;
}
.board tfoot td input.button.edit:active {
  color: #ebedf8;
  background: #334198;
}
.board tfoot td input.button.save {
  outline: none;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  font-family: inherit;
  padding: 1rem 1.5rem;
  border-radius: 0;
  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-weight: 400;
  border: solid 1px #347c37;
  background: #43a047;
}
.board tfoot td input.button.save:hover {
  color: #fff;
  text-decoration: none;
  background: #4bb24f;
}
.board tfoot td input.button.save:active {
  color: #ebf7ec;
  background: #3b8e3f;
}
.board.view .title {
  padding: 2.5rem;
  padding-top: 0;
}
.board.write table {
  table-layout: fixed;
  width: 100%;
}
.board.write tr {
  border-bottom: 1px solid #e0e0e0;
}
.board.write tr:nth-of-type(1) {
  border-top: 1px solid #e0e0e0;
}
.board.write tr.readonly {
  background: none;
}
.board.write tr.readonly td {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 2.6rem;
  line-height: 1.5;
  width: 100%;
}
.board.write tr.contents {
  padding: 1.25rem;
}
.board.write tr.contents td {
  display: table-cell;
}
.board.write tr.title td, .board.write tr.password.secret td, .board.write tr.mobile td {
  display: table-cell;
  padding-left: 2.5rem;
  border: none;
}
.board.write tr.title td input, .board.write tr.password.secret td input, .board.write tr.mobile td input {
  width: calc(100% - 15rem);
  height: 100%;
}
.board.write tr.file td {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: auto;
}
.board.write tr.file td div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.board.write tr.file .upload-name {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  font-style: normal;
  text-decoration: none;
  background: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
  height: 7rem;
  padding: 1.25rem;
  border: 1px solid #e0e0e0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.board.write tr.file label {
  outline: none;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  font-family: inherit;
  padding: 1rem 1.5rem;
  border-radius: 0;
  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-weight: 400;
  border: solid 1px #080808;
  background: #212121;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 7rem;
}
.board.write tr.file label:hover {
  color: #fff;
  text-decoration: none;
  background: #2e2e2e;
}
.board.write tr.file label:active {
  color: #a1a1a1;
  background: #141414;
}
.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;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  font-family: inherit;
  padding: 1rem 1.5rem;
  border-radius: 0;
  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-weight: 400;
  border: solid 1px #5c5c5c;
  background: #757575;
  margin: 0;
}
.board.write tfoot td input.button:hover {
  color: #fff;
  text-decoration: none;
  background: #828282;
}
.board.write tfoot td input.button:active {
  color: whitesmoke;
  background: #686868;
}
.board.write tfoot td input.button.admin {
  outline: none;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  font-family: inherit;
  padding: 1rem 1.5rem;
  border-radius: 0;
  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-weight: 400;
  border: solid 1px #cd1e1a;
  background: #e53935;
}
.board.write tfoot td input.button.admin:hover {
  color: #fff;
  text-decoration: none;
  background: #e84f4c;
}
.board.write tfoot td input.button.admin:active {
  color: white;
  background: #e2231e;
}
.board.write tfoot td input.button.answer {
  outline: none;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  font-family: inherit;
  padding: 1rem 1.5rem;
  border-radius: 0;
  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-weight: 400;
  border: solid 1px #6b1b80;
  background: #8e24aa;
}
.board.write tfoot td input.button.answer:hover {
  color: #fff;
  text-decoration: none;
  background: #a028bf;
}
.board.write tfoot td input.button.answer:active {
  color: #f0d7f6;
  background: #7c2095;
}
.board.write tfoot td input.button.delete {
  outline: none;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  font-family: inherit;
  padding: 1rem 1.5rem;
  border-radius: 0;
  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-weight: 400;
  border: solid 1px #ab154c;
  background: #d81b60;
}
.board.write tfoot td input.button.delete:hover {
  color: #fff;
  text-decoration: none;
  background: #e4286d;
}
.board.write tfoot td input.button.delete:active {
  color: #fef4f8;
  background: #c11856;
}
.board.write tfoot td input.button.edit {
  outline: none;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  font-family: inherit;
  padding: 1rem 1.5rem;
  border-radius: 0;
  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-weight: 400;
  border: solid 1px #2c3985;
  background: #3949ab;
}
.board.write tfoot td input.button.edit:hover {
  color: #fff;
  text-decoration: none;
  background: #3f51be;
}
.board.write tfoot td input.button.edit:active {
  color: #ebedf8;
  background: #334198;
}
.board.write tfoot td input.button.save {
  outline: none;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  font-family: inherit;
  padding: 1rem 1.5rem;
  border-radius: 0;
  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-weight: 400;
  border: solid 1px #347c37;
  background: #43a047;
}
.board.write tfoot td input.button.save:hover {
  color: #fff;
  text-decoration: none;
  background: #4bb24f;
}
.board.write tfoot td input.button.save:active {
  color: #ebf7ec;
  background: #3b8e3f;
}
.board.reply .title input[type=text] {
  width: 100%;
}

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

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

#faq .menu {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#faq .menu li {
  margin: 0 -1px;
  min-width: 25%;
}
#faq .menu li a {
  cursor: pointer;
  text-decoration: none;
  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;
  position: relative;
  z-index: 0;
  padding: 1.25rem;
  font-size: 2.5rem;
  background: #fff;
  border: 1px solid #bdbdbd;
  color: #616161;
  height: 8rem;
}
#faq .menu li.on a {
  background: #fff;
  color: #da2027;
  border: 1px solid #da2027;
  z-index: 1;
  -webkit-box-shadow: 0 0 0 1px #da2027;
          box-shadow: 0 0 0 1px #da2027;
  font-weight: 500;
}
#faq .list {
  margin-top: 5rem;
}
#faq .list li {
  border-top: 1px solid #bdbdbd;
  border-bottom: 1px solid #bdbdbd;
  margin-bottom: -1px;
  position: relative;
  z-index: 0;
  background: #fff;
}
#faq .list li h3 {
  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;
  position: relative;
  cursor: pointer;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.5;
  padding: 2.5rem;
  padding-left: 4.5rem;
}
#faq .list li h3:before {
  content: "Q";
  color: #da2027;
  font-weight: 700;
  position: absolute;
  left: 1.25rem;
  text-align: center;
  width: 2.5rem;
}
#faq .list li h3 .icon-add {
  color: #bdbdbd;
}
#faq .list li h3 .icon-remove {
  color: #da2027;
}
#faq .list li.active {
  border-color: #757575;
  z-index: 1;
}
#faq .list li.active h3 {
  color: #da2027;
  font-weight: 500;
}
#faq .list div {
  position: relative;
  background: #fdf4f4;
  font-size: 2.5rem;
  padding: 2.5rem;
  padding-left: 5rem;
  border-top: 1px solid rgba(189, 189, 189, 0.2);
}
#faq .list div:before {
  content: "A";
  color: rgba(0, 0, 0, 0.5);
  font-weight: 700;
  position: absolute;
  left: 1.3888888889rem;
  text-align: center;
  width: 2.5rem;
}
#faq .list div.hide {
  position: absolute;
  left: -1000%;
  top: 0;
  width: 1px;
  height: 1px;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}
#faq .list div.faqContent img {
  max-width: 100%;
  height: auto;
}
#faq .notFAQ {
  height: calc(calc(var(--c-vh, 1vh) * 100) - 8rem * 4);
  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;
}

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

/* 리스트 S */
#counseling {
  font-size: 2.5rem;
}
#counseling .notList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: calc(calc(var(--c-vh, 1vh) * 100) / 5);
  font-size: 2.5rem;
  font-weight: 500;
  background: #fafafa;
  border: 1px solid #eeeeee;
  color: #212121;
}
#counseling.cs_list .write {
  margin-bottom: 5rem;
}
#counseling.cs_list .write a {
  cursor: pointer;
  text-decoration: none;
  width: 100%;
  height: 100%;
  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: #da2027;
  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%;
  display: block;
  width: 100%;
  padding: 2.5rem;
  border-top: 1px solid #bdbdbd;
  border-bottom: 1px solid #bdbdbd;
}
#counseling.cs_list li h6 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 2.5rem;
  font-weight: 500;
}
#counseling.cs_list li h6 p {
  color: #9e9e9e;
  font-size: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#counseling.cs_list li h6 p i {
  width: 2px;
  height: 2px;
  background: #e0e0e0;
  margin: 0 1.25rem;
}
#counseling.cs_list li h6 span {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  margin: 1.25rem 0;
  color: #222;
}
#counseling.cs_list li div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #9e9e9e;
  margin-top: 1.25rem;
}
#counseling.cs_list li div .answer {
  padding: 0 1rem;
  border: 1px solid;
  border-radius: 10rem;
  font-size: 2rem;
  font-weight: 600;
  margin-right: 2.5rem;
}
#counseling.cs_list li div .answer.done {
  color: #2196f3;
  border-color: #2196f3;
}
#counseling.cs_list li div .answer.done + p span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#counseling.cs_list li div .answer.not {
  color: #f44336;
  border-color: #f44336;
}
#counseling.cs_list li div .answer.not + p span {
  display: none;
}
#counseling.cs_list li div p {
  color: #9e9e9e;
  font-size: 2rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#counseling.cs_list li div p i {
  width: 2px;
  height: 2px;
  background: #e0e0e0;
  margin: 0 1.25rem;
}
#counseling.cs_view div h6 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 3rem;
  font-weight: 500;
  color: #212121;
  padding: 2.5rem;
  border-top: 1px solid #bdbdbd;
  border-bottom: 1px solid #bdbdbd;
}
#counseling.cs_view div h6 p {
  color: #9e9e9e;
  font-size: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#counseling.cs_view div h6 i {
  width: 2px;
  height: 2px;
  background: #e0e0e0;
  margin: 0 1.25rem;
}
#counseling.cs_view div h6 span {
  margin-top: 1.25rem;
}
#counseling.cs_view div .content {
  padding: 2.5rem;
  min-height: auto;
  font-size: 2.5rem;
}
#counseling.cs_view div .file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 2.3rem;
}
#counseling.cs_view div .file a {
  cursor: pointer;
  text-decoration: none;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  padding: 1.25rem 2.5rem;
  color: #757575;
  background: #eeeeee;
}
#counseling.cs_view div .file h6 {
  color: inherit;
  font-size: inherit;
  border: none;
  padding: 0;
  line-height: 1.5;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
}
#counseling.cs_view div .file p {
  color: #424242;
  font-weight: 600;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
#counseling.cs_view div .file span {
  color: #f44336;
  font-size: 2.2rem;
  margin-left: 1.25rem;
  white-space: nowrap;
}
#counseling.cs_view .replyInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 8rem;
  font-size: 2.5rem;
  font-weight: 500;
  background: #fafafa;
  border: 1px solid #eeeeee;
  color: #212121;
  margin-top: 5rem;
}
#counseling.cs_view .replyInfo2 {
  position: relative;
  margin-top: 5rem;
  padding: 2.5rem;
  border: 1px solid #bdbdbd;
  background: #fafafa;
}
#counseling.cs_view .replyInfo2 h6, #counseling.cs_view .replyInfo2 .content {
  padding: 0;
}
#counseling.cs_view .replyInfo2 h6 {
  border: none;
}
#counseling.cs_view .replyInfo2 .content {
  padding: 2.5rem 0;
}
#counseling.cs_write {
  overflow: hidden;
}
#counseling.cs_write input, #counseling.cs_write textarea {
  width: 100%;
  height: 100%;
  padding: 1.6666666667rem;
}
#counseling.cs_write input:disabled, #counseling.cs_write textarea:disabled {
  background: #f5f5f5;
}
#counseling.cs_write input {
  height: 8rem;
}
#counseling.cs_write td {
  display: table-cell;
}
#counseling.cs_write .info {
  border: 1px solid #f5f5f5;
  background: #fafafa;
  font-size: 2.3rem;
  padding: 2.5rem;
  margin-bottom: 5rem;
}
#counseling.cs_write .info li {
  text-indent: -1.25rem;
  margin-left: 1.25rem;
}
#counseling.cs_write .board {
  width: 100%;
  table-layout: fixed;
}
#counseling.cs_write .board th {
  text-align: right;
  padding: 0;
  padding-right: 2.5rem;
}
#counseling.cs_write .board td {
  padding: 0;
  font-size: 0;
}
#counseling.cs_write .board .category td {
  display: table-cell;
}
#counseling.cs_write .board .category div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin: 1.25rem 0;
}
#counseling.cs_write .board .category div .input_select {
  background: transparent;
  width: calc(50% - 5px);
}
#counseling.cs_write .board .contents td {
  height: 48rem;
}
#counseling.cs_write .board .file td {
  padding: 1.25rem 0;
  font-size: inherit;
}
#counseling.cs_write .board .file td div {
  height: 100%;
}
#counseling.cs_write .board .file td input.active::-webkit-input-placeholder {
  color: #424242;
  font-weight: 500;
}
#counseling.cs_write .board .file td input.active::-moz-placeholder {
  color: #424242;
  font-weight: 500;
}
#counseling.cs_write .board .file td input.active:-ms-input-placeholder {
  color: #424242;
  font-weight: 500;
}
#counseling.cs_write .board .file td input.active::-ms-input-placeholder {
  color: #424242;
  font-weight: 500;
}
#counseling.cs_write .board .file td input.active::placeholder {
  color: #424242;
  font-weight: 500;
}
#counseling.cs_write .board .file td input.active::-webkit-input-placeholder {
  color: #424242;
  font-weight: 500;
}
#counseling.cs_write .board .file td input.active::-moz-input-placeholder {
  color: #424242;
  font-weight: 500;
}
#counseling.cs_write .board .file td input.active::-ms-input-placeholder {
  color: #424242;
  font-weight: 500;
}
#counseling.cs_write .board .file .upload-name {
  width: 100%;
  height: 6.6666666667rem;
}
#counseling.cs_write .board .member td {
  font-size: inherit;
}
#counseling.cs_write .board .member td div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
}
#counseling.cs_write .board .member td label {
  border: none;
  width: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 1.25rem 0;
  cursor: initial;
}
#counseling.cs_write .board .member td input[type=checkbox] {
  position: absolute;
  visibility: hidden;
  z-index: -1;
  color: #9e9e9e;
}
#counseling.cs_write .board .member td input[type=checkbox] ~ i {
  color: #757575;
  background: #f5f5f5;
  border-radius: 100%;
  width: 2.5rem;
  height: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#counseling.cs_write .board .member td input[type=checkbox] ~ span:before {
  content: none;
}
#counseling.cs_write .board .member td input[type=checkbox]:checked ~ i {
  color: #da2027;
  background: none;
}
#counseling.cs_write .board .member td input[type=checkbox]:checked ~ span {
  color: #da2027;
}
#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;
  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;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  font-family: inherit;
  padding: 1rem 1.5rem;
  border-radius: 0;
  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-weight: 400;
  border: solid 1px #5c5c5c;
  background: #757575;
  margin: 0;
  width: initial;
  height: initial;
  font-size: 12px;
}
#counseling .btnZone a.button:hover, #counseling .btnZone input.button:hover {
  color: #fff;
  text-decoration: none;
  background: #828282;
}
#counseling .btnZone a.button:active, #counseling .btnZone input.button:active {
  color: whitesmoke;
  background: #686868;
}
#counseling .btnZone a.button.admin, #counseling .btnZone input.button.admin {
  outline: none;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  font-family: inherit;
  padding: 1rem 1.5rem;
  border-radius: 0;
  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-weight: 400;
  border: solid 1px #cd1e1a;
  background: #e53935;
}
#counseling .btnZone a.button.admin:hover, #counseling .btnZone input.button.admin:hover {
  color: #fff;
  text-decoration: none;
  background: #e84f4c;
}
#counseling .btnZone a.button.admin:active, #counseling .btnZone input.button.admin:active {
  color: white;
  background: #e2231e;
}
#counseling .btnZone a.button.answer, #counseling .btnZone input.button.answer {
  outline: none;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  font-family: inherit;
  padding: 1rem 1.5rem;
  border-radius: 0;
  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-weight: 400;
  border: solid 1px #6b1b80;
  background: #8e24aa;
}
#counseling .btnZone a.button.answer:hover, #counseling .btnZone input.button.answer:hover {
  color: #fff;
  text-decoration: none;
  background: #a028bf;
}
#counseling .btnZone a.button.answer:active, #counseling .btnZone input.button.answer:active {
  color: #f0d7f6;
  background: #7c2095;
}
#counseling .btnZone a.button.delete, #counseling .btnZone input.button.delete {
  outline: none;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  font-family: inherit;
  padding: 1rem 1.5rem;
  border-radius: 0;
  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-weight: 400;
  border: solid 1px #ab154c;
  background: #d81b60;
}
#counseling .btnZone a.button.delete:hover, #counseling .btnZone input.button.delete:hover {
  color: #fff;
  text-decoration: none;
  background: #e4286d;
}
#counseling .btnZone a.button.delete:active, #counseling .btnZone input.button.delete:active {
  color: #fef4f8;
  background: #c11856;
}
#counseling .btnZone a.button.edit, #counseling .btnZone input.button.edit {
  outline: none;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  font-family: inherit;
  padding: 1rem 1.5rem;
  border-radius: 0;
  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-weight: 400;
  border: solid 1px #2c3985;
  background: #3949ab;
}
#counseling .btnZone a.button.edit:hover, #counseling .btnZone input.button.edit:hover {
  color: #fff;
  text-decoration: none;
  background: #3f51be;
}
#counseling .btnZone a.button.edit:active, #counseling .btnZone input.button.edit:active {
  color: #ebedf8;
  background: #334198;
}
#counseling .btnZone a.button.save, #counseling .btnZone input.button.save {
  outline: none;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  font-family: inherit;
  padding: 1rem 1.5rem;
  border-radius: 0;
  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-weight: 400;
  border: solid 1px #347c37;
  background: #43a047;
}
#counseling .btnZone a.button.save:hover, #counseling .btnZone input.button.save:hover {
  color: #fff;
  text-decoration: none;
  background: #4bb24f;
}
#counseling .btnZone a.button.save:active, #counseling .btnZone input.button.save:active {
  color: #ebf7ec;
  background: #3b8e3f;
}
#counseling .btnZone .cancel {
  background: #e0e0e0;
  color: #222;
}
#counseling .btnZone .cancel:hover {
  background: lightgray;
}
#counseling .btnZone .promise {
  background: #da2027;
  color: #fff;
}
#counseling .btnZone .promise:hover {
  background: #e4494f;
  color: #fff;
}

/* 리스트 E */
#counsel .counsel_info {
  border-top: 1px dotted #ddd;
  border-bottom: 1px dotted #ddd;
  background-color: #eee;
  padding: 15px 30px;
  font-size: 14px;
  line-height: 160%;
}

/*220916 이미지 정사각형으로 수정*/
#index .index-bn li a .img {
  height: 0;
  padding-bottom: 88%;
}
#index .index-bn li a .img img {
  position: absolute;
  top: 0;
  left: 0;
}

.brand01 {
  position: relative;
}
.brand01 section {
  text-align: center;
  color: #4d4d4d;
  line-height: 1.5;
  letter-spacing: -0.01em;
  overflow: hidden;
  width: 100%;
  margin-top: 1.8rem;
}
.brand01 section u {
  text-decoration: none;
  font-style: normal;
  font-family: "Noto Sans KR", sans-serif;
}
.brand01 section .logo {
  background: url("/images/content/ingremax_logo.svg") no-repeat center/cover;
  width: 36rem;
  height: 8.5rem;
  margin: 9rem auto;
}
.brand01 section .tit {
  font-size: 3.2rem;
  font-weight: 600;
  margin: 3rem 0;
  word-wrap: break-word;
  word-break: keep-all;
}
.brand01 section .tit i {
  width: 9rem;
  height: 3px;
  border-radius: 3px;
  background: #ccc;
  display: block;
  margin: 2rem auto;
}

.brand01 .s01 .img {
  width: 100%;
  background: url("/images/content/brand01_1.jpg") no-repeat center/cover;
  margin: 4rem 0;
}
.brand01 .s01 .img img {
  width: 100%;
  opacity: 0;
  position: relative;
  z-index: -1;
}
.brand01 .s01 .con {
  font-size: 2.2rem;
  font-weight: 300;
  line-height: 1.6;
  margin: 5rem 0;
}
.brand01 .s01 .con p {
  margin: 3.5rem 0;
  word-wrap: break-word;
  word-break: keep-all;
}

.brand01 .s02 ul {
  margin-top: 5rem;
}
.brand01 .s02 li {
  width: 100%;
  min-height: 61rem;
  background: #f2f2f2;
  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;
}
.brand01 .s02 li .img {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.brand01 .s02 li .img img {
  width: 60%;
  opacity: 0;
  position: relative;
  z-index: -1;
}
.brand01 .s02 li .txt {
  width: 100%;
  height: 0;
  padding-bottom: 60%;
  line-height: 1.7;
  margin: auto 0;
  position: relative;
}
.brand01 .s02 li .txt div {
  position: absolute;
  top: 0;
  left: 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;
}
.brand01 .s02 li .txt p {
  font-size: 2.2rem;
  font-weight: 300;
  word-wrap: break-word;
  word-break: keep-all;
  padding: 2rem;
}
.brand01 .s02 .li01 .img {
  background: url("/images/content/brand01_2_m.jpg") no-repeat center/cover;
}
.brand01 .s02 .li02 .img {
  background: url("/images/content/brand01_3_2.jpg") no-repeat center/cover;
}
.brand01 .s02 .li03 .img {
  background: url("/images/content/brand01_4_1.jpg") no-repeat center/cover;
}
.brand01 .s02 .con {
  width: 100%;
  min-height: 23.5rem;
  background: #666;
  padding: 3rem;
  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;
  color: #fff;
  font-size: 3.2rem;
  font-weight: 500;
}
.brand01 .s02 .con p {
  word-wrap: break-word;
  word-break: keep-all;
}
.brand01 .s02 .logo {
  margin: 8rem auto;
}

@media (max-width: 260px) {
  .brand01 .s02 li .txt {
    padding-bottom: 100%;
  }
}
.ctoan01 {
  text-align: center;
}
.ctoan01 .txt {
  width: 100%;
  text-align: left;
}
.ctoan01 .txt .tit {
  color: #1b1b1b;
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 1.2;
}
.ctoan01 .txt p {
  color: #525252;
  font-size: 2.8rem;
  line-height: 1.5;
  margin-top: 5rem;
  word-wrap: break-word;
  word-break: keep-all;
}
.ctoan01 .img {
  margin: 5rem 0;
  background: url("/m/images/content/ctoan01_img.jpg") no-repeat center/cover;
}
.ctoan01 .img img {
  width: 100%;
  position: relative;
  z-index: -1;
  opacity: 0;
}
.ctoan01 a {
  min-width: 35rem;
  min-height: 9rem;
  border-radius: 2rem;
  font-size: 2.4rem;
  color: #fff !important;
  background: #f44336;
  cursor: pointer;
  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: 5rem auto;
  padding: 1rem 5rem;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.ctoan01 a:hover {
  background: #ea1c0d;
  -webkit-box-shadow: 0 10px 30px rgba(244, 67, 54, 0.5);
          box-shadow: 0 10px 30px rgba(244, 67, 54, 0.5);
}

/*220916 index 스타일 추가*/
.GoodsCustomer {
  text-indent: 0;
  position: absolute;
  top: 0;
  left: 0;
  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;
  z-index: 1;
  margin: 15px;
}
.GoodsCustomer .icons {
  margin-right: 2px;
  margin-bottom: 5px;
  vertical-align: middle;
  font-size: 10px;
  font-weight: 500;
  border: 1px solid;
  min-width: 56px;
  height: 22px;
  text-indent: 0;
  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;
  background: rgba(255, 255, 255, 0.8);
  padding: 5px;
}
.GoodsCustomer .icons.best {
  color: #ff5722;
  border-color: #ff5722;
}
.GoodsCustomer .icons.new {
  color: #2196f3;
  border-color: #2196f3;
}
.GoodsCustomer .icons.vote {
  color: #4caf50;
  border-color: #4caf50;
}
.GoodsCustomer .icons.cs_goods {
  color: #3f51b5;
  border-color: #3f51b5;
}
.GoodsCustomer .icons.sale {
  color: #f50057;
  border-color: #f50057;
}
.GoodsCustomer .icons.sold {
  color: #aa00ff;
  border-color: #aa00ff;
  font-weight: 600;
}
.GoodsCustomer .icons.soldout {
  color: #fff;
  background: #d50000;
  border-color: #bc0000;
  font-weight: 600;
}
.GoodsCustomer .icons.soldout2 {
  color: #d50000;
  border-color: #d50000;
  font-weight: 600;
}
.GoodsCustomer .icons.view {
  color: #00bfa5;
  border-color: #00bfa5;
  font-weight: 600;
}

.kakao-link {
  width: 8rem;
  height: 8rem;
  border-radius: 100%;
  background: #fee500;
  color: #000000;
  position: fixed;
  bottom: 13rem;
  right: 2.5rem;
  z-index: 10;
  cursor: pointer;
  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;
  font-size: 1.2rem;
  padding: 0.5rem;
  line-height: 1.2;
  font-weight: 600;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.kakao-link:link, .kakao-link:visited, .kakao-link:active {
  color: #000000;
}
.kakao-link i {
  font-size: 5rem;
  position: absolute;
  margin-bottom: 3rem;
}
.kakao-link p {
  margin-top: 3rem;
}
.kakao-link:hover {
  color: rgba(0, 0, 0, 0.85);
  -webkit-box-shadow: 0 10px 10px -5px rgba(0, 0, 0, 0.5);
          box-shadow: 0 10px 10px -5px rgba(0, 0, 0, 0.5);
}

.footer button {
  position: fixed;
  bottom: 3rem;
  right: 2.5rem;
  z-index: 10;
  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%;
  width: 8rem;
  height: 8rem;
  background: url("/m/images/shop_top.svg") no-repeat center/100%;
}

.GoodsCustomer {
  text-indent: 0;
  position: absolute;
  top: 0;
  left: 0;
  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;
  z-index: 1;
  margin: 15px;
}
.GoodsCustomer .icons {
  margin-right: 2px;
  margin-bottom: 5px;
  vertical-align: middle;
  font-size: 10px;
  font-weight: 500;
  border: 1px solid;
  min-width: 56px;
  height: 22px;
  text-indent: 0;
  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;
  background: rgba(255, 255, 255, 0.8);
  padding: 5px;
}
.GoodsCustomer .icons.best {
  color: #ff5722;
  border-color: #ff5722;
}
.GoodsCustomer .icons.new {
  color: #2196f3;
  border-color: #2196f3;
}
.GoodsCustomer .icons.vote {
  color: #4caf50;
  border-color: #4caf50;
}
.GoodsCustomer .icons.cs_goods {
  color: #3f51b5;
  border-color: #3f51b5;
}
.GoodsCustomer .icons.sale {
  color: #f50057;
  border-color: #f50057;
}
.GoodsCustomer .icons.sold {
  color: #aa00ff;
  border-color: #aa00ff;
  font-weight: 600;
}
.GoodsCustomer .icons.soldout {
  color: #fff;
  background: #d50000;
  border-color: #bc0000;
  font-weight: 600;
}
.GoodsCustomer .icons.soldout2 {
  color: #d50000;
  border-color: #d50000;
  font-weight: 600;
}
.GoodsCustomer .icons.view {
  color: #00bfa5;
  border-color: #00bfa5;
  font-weight: 600;
}

.goods .icons {
  margin-right: 2px;
  margin-bottom: 5px;
  vertical-align: middle;
  font-size: 10px;
  font-weight: 500;
  border: 1px solid;
  min-width: 56px;
  height: 22px;
  text-indent: 0;
  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;
  background: rgba(255, 255, 255, 0.8);
  padding: 5px;
}
.goods .icons.soldout {
  color: #fff;
  background: #d50000;
  border-color: #bc0000;
  font-weight: 600;
}
.goods .icons.soldout2 {
  color: #fff;
  font-size: 5rem;
  background: rgba(0, 0, 0, 0.5);
  font-weight: 600;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  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;
}

/*카피라이터 영역 */
.footer {
  width: 100%;
  background: #2c2c2c;
  font-size: 2.2rem;
  font-weight: 500;
  color: #757575;
  max-width: 640px;
  margin: 0 auto;
}
.footer::after {
  content: "";
  display: block;
  clear: both;
}
.footer .layout_inner {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4rem;
}
.footer article {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0 3rem;
}
.footer-left {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(100% - 33rem);
}
.footer-menu {
  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%;
  gap: 2.5rem;
}
.footer-menu li a {
  position: relative;
  cursor: pointer;
  text-decoration: none;
  width: 100%;
  height: 100%;
  color: #6a6a6a;
  letter-spacing: -0.044rem;
}
.footer-menu li.foo-menu-line {
  margin: 0;
  margin-top: 1px;
  width: 1px;
  height: 2.1rem;
  background: #fff;
  opacity: 0.1;
}
.footer-menu .policy2 a {
  color: #8f7474;
}
.footer-menu .policy2 a::after {
  position: absolute;
  bottom: -15%;
  left: 0;
  width: 100%;
  height: 2px;
  background: #686868;
}
.footer-info {
  width: 100%;
  text-align: center;
  font-size: 2.2rem;
  letter-spacing: -0.042rem;
  margin-top: 3rem;
}
.footer-info p {
  padding: 0.4rem 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;
  word-wrap: break-word;
  word-break: keep-all;
}
.footer-info span {
  margin: 0 1.5%;
}
.footer-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;
  color: #9b9b9b;
  padding: 1rem 2rem;
  border: 1px solid rgba(218, 32, 39, 0.5);
  border-radius: 0;
  cursor: pointer;
  margin: 0.5rem 1.5%;
}
.footer-info a:link, .footer-info a:active, .footer-info a:visited, .footer-info a:hover {
  color: #9b9b9b;
}
.footer .copyright {
  font-size: 1.8rem;
  color: #5e5e5e;
  margin-top: 1.5rem;
}
.footer .copyright a {
  cursor: text;
  color: #5e5e5e;
  text-decoration: none;
}
.footer .footer-icon {
  position: relative;
  margin-top: 2rem;
}
.footer .footer-icon 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;
}
.footer .footer-icon li {
  width: 6rem;
  height: 6rem;
  margin: 1rem;
  font-size: 6rem;
  background: #e0e0e0;
  border-radius: 100%;
  color: #6a6a6a;
}
.footer .footer-icon li a {
  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;
  cursor: pointer;
  color: inherit;
  font-size: inherit;
}
.footer .footer-icon li:hover {
  color: #fff;
}
.footer .footer-icon li:hover.naver {
  background: #03c75a;
}
.footer .footer-icon li:hover.youtube {
  background: #ff0000;
}
.footer .footer-icon li:hover.facebook {
  background: #3b5998;
}
.footer .footer-icon li:hover.insta {
  background: #c32aa3;
}
.footer .footer-icon li:hover.kakao {
  background: #fee500;
}
.footer .banners {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 6rem;
  gap: 7.5px;
}
.footer .banners a {
  margin-left: 0.5rem;
  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: 23rem;
}
.footer .banners a img {
  width: 100%;
}