@charset "UTF-8";
/**/
/**/
.bullet-list {
  font-size: inherit;
}
.bullet-list, .bullet-list li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.bullet-list > .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.bullet-list > .item::before {
  content: "";
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 em(10, 16);
          flex: 0 0 em(10, 16);
  width: em(10, 16);
  height: em(10, 16);
  background-color: #333;
  margin-top: 0.75em;
  margin-right: 0.5em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.bullet-list.bullet-list--disc > .item::before {
  border-radius: 50%;
}
.bullet-list.bullet-list--circle > .item::before {
  border-radius: 100%;
  background-color: transparent;
  border: 1px solid #333;
}
.bullet-list.bullet-list--decimal > .item::before {
  display: none;
}
.bullet-list.bullet-list--decimal > .item .decimal-number {
  display: block;
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 auto !important;
          flex: 0 0 auto !important;
  width: auto !important;
  height: 1.5em;
  margin-top: 0.75em;
  margin-right: 0.5em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.bullet-list.bullet-list--image > .item::before {
  background-color: transparent;
  background-image: url("../images/icon/blog_i.png");
}
.bullet-list.bullet-list--txt > .item:before {
  content: attr(data-bullet);
  display: inline;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  height: auto;
  background-color: transparent;
  margin: 0;
  -webkit-transform: none;
          transform: none;
  margin-right: 0.5em;
}

.no-data, .item.no-data, li.no-data {
  font-size: 16px !important;
  width: 100% !important;
  max-width: 100% !important;
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 0 100% !important;
          flex: 1 0 100% !important;
  text-align: center !important;
  padding: 80px 0 !important;
  margin: 0 !important;
}
.no-data p, .item.no-data p, li.no-data p {
  margin: 0 !important;
}

/*````````````````````````````````````````````````````````````````````
``````````````````````````````````````````````````````````````````````*/
html,
body {
  overflow-x: hidden;
}
html.fix,
body.fix {
  overflow-y: hidden !important;
}

.d-none {
  display: none !important;
}

html body .headerWrap.main-header .header .gnbWrap .gnb .dep1_btn {
  color: #fff;
}

.font-weight-thin {
  font-weight: 100 !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-medium {
  font-weight: 500 !important;
}

.font-weight-semibold {
  font-weight: 600 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-extrabold {
  font-weight: 800 !important;
}

.font-weight-black {
  font-weight: 900 !important;
}

.font-italic {
  font-style: italic !important;
}

.board-box b {
  font-weight: bold;
}
.board-box u {
  text-decoration: underline;
}
.board-box i,
.board-box em {
  font-style: italic;
}
.board-box strike,
.board-box s {
  text-decoration: line-through;
}
.board-box ol,
.board-box ol li {
  list-style: decimal;
}
.board-box ul,
.board-box ul li {
  list-style: disc;
}
.board-box img {
  height: auto !important;
}
.board-box p {
  color: inherit;
  line-height: inherit;
}
.board-box h1 {
  font-size: 2em;
}
.board-box h2 {
  font-size: 1.5em;
}
.board-box h3 {
  font-size: 1.17em;
}
.board-box h4 {
  font-size: medium;
}
.board-box h5 {
  font-size: 0.83em;
}
.board-box h6 {
  font-size: 0.67em;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* ── SectionScroll Navigation ─────────────────────────── */
#fp-nav {
  position: fixed;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 149;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0;
  color: #666666;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
  pointer-events: auto;
  font-family: "Montserrat", "Noto Sans", "Noto Sans KR", "Noto Serif", "Noto Serif KR", serif !important;
}

#fp-nav .nav-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 12px;
  font-family: inherit;
  text-transform: uppercase;
  color: inherit;
  font-weight: 500;
  text-align: right;
  white-space: nowrap;
  opacity: 0.4;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}

#fp-nav .nav-item span {
  font-family: "Montserrat", "Noto Sans", "Noto Sans KR", "Noto Serif", "Noto Serif KR", serif !important;
}

#fp-nav .nav-item.is-active {
  opacity: 1;
  font-weight: 700;
}

#fp-nav .nav-item:hover:not(.is-active) {
  opacity: 0.6;
  font-weight: 500;
}

#fp-nav .nav-dash {
  /* visibility: hidden; */
  width: 0;
  height: 2px;
  background-color: #666666;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}

#fp-nav .nav-item.is-active .nav-dash {
  /* visibility: visible; */
  width: 8px;
  margin-left: 8px;
}

/* ── 테마: 밝은 섹션 진입 시 ──────────────────────────── */
#fp-nav.theme-bright {
  color: #fff;
}

#fp-nav.theme-bright .nav-dash {
  background-color: #ffffff;
}

@media all and (max-width: 1024px) {
  #fp-nav {
    display: none !important;
  }
}
/* 메인 비주얼 */
.main-slide .item {
  text-align: left !important;
}

.main-slide .item .disTC {
  text-align: left !important;
}

.main-slide .item .typo {
  padding: 3.13% 3.13% 3.13% 0 !important;
}

.main-slide .img-bx {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.main-slide .img-bx._pc {
  /* aspect-ratio: 1920 / 840; */
  height: 840px !important;
}

@media all and (min-width: 1921px) {
  .main-slide .img-bx._pc {
    height: 1140px !important;
  }
}
.main-slide .more-btn {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  width: auto !important;
  padding: 0 28px !important;
  height: 52px !important;
  border-radius: 26px !important;
  /* 배경 흐림: 6 */
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  /* 체우기: FFFFFF 10% */
  background-color: rgba(255, 255, 255, 0.1);
  /* 외곽선: FFFFFF 70%, 내부, 1px */
  border: 1px solid rgba(255, 255, 255, 0.7);
  outline: none; /* 내부 border는 box-shadow로 대체 가능 */
  color: white;
  cursor: pointer;
}

.main-slide .more-btn .txt {
  font-size: 16px;
  font-family: "Marcellus", "Noto Sans", "Noto Sans KR", "Noto Serif", "Noto Serif KR", serif !important;
}

@media all and (max-width: 768px) {
  .main-slide .item .disTC {
    text-align: center !important;
  }
}
/* 메인 인스타그램 */
#section6 {
  padding: 120px 0 160px;
}
#section6 .mainCon {
  margin-top: 0;
}
#section6 .titArea {
  margin: 0 auto 30px;
}

.sns-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -8px -16px;
}
.sns-list .item {
  width: 100%;
  max-width: 20%;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 20%;
          flex: 1 0 20%;
  padding: 0 8px;
  margin-bottom: 16px;
}
.sns-list .inner {
  display: block;
  padding: 0;
  position: relative;
}
@media all and (min-width: 1025px) {
  .sns-list .inner .img-src img {
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
  }
  .sns-list .inner:hover .img-src img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.sns-list .img-src {
  aspect-ratio: 300/375;
  overflow: hidden;
}
.sns-list .img-src img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media all and (max-width: 1024px) {
  .sns-list .item {
    max-width: 33.3333%;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 33.3333%;
            flex: 1 0 33.3333%;
  }
}
@media all and (max-width: 575px) {
  .sns-list .item {
    max-width: 50%;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
  }
}
/* 메인 버튼 */
.mainCon .titArea {
  text-align: center;
}
.mainCon .titArea a.b1 {
  font-size: 16px;
  color: #000;
  width: auto;
  height: 52px;
  border-radius: 26px;
  padding: 0 28px;
  border: 1px solid #000;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

/* 메인 아이콘 영역 */
#section5 {
  padding: 160px 0 200px;
}
#section5 .titArea {
  margin: 0 auto 80px;
}

.bestwine-wrap {
  max-width: 1380px;
  padding: 0 20px;
  margin: 0 auto;
}

.bestwine-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  margin: 0 -50px -50px;
}
.bestwine-list .item {
  width: 100%;
  max-width: 16.66666%;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 16.66666%;
          flex: 1 0 16.66666%;
  padding: 0 50px;
  padding-bottom: 50px;
}
.bestwine-list .item:hover .icon .twinEle.off {
  opacity: 0;
}
.bestwine-list .item:hover .icon .twinEle.on {
  opacity: 1;
}
.bestwine-list .item:hover .title {
  color: #c22f53;
}
.bestwine-list .icon {
  display: block;
  position: relative;
}
.bestwine-list .icon .twinEle {
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
.bestwine-list .icon .twinEle.on {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
}
.bestwine-list .icon img {
  width: 100%;
  height: auto;
  display: block;
}
.bestwine-list .title {
  font-size: 20px;
  text-align: center;
  margin: 20px 0 0;
  color: #ffffff;
}
@media all and (max-width: 1024px) {
  .bestwine-list .item {
    max-width: 33.3333%;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 33.3333%;
            flex: 1 0 33.3333%;
  }
}
@media all and (max-width: 575px) {
  .bestwine-list .item {
    max-width: 50%;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
  }
}

/* 베스트 셀러 */
/* Swiper 비활성 시 폴백 레이아웃 */
.bestPrdSlider.swiper-disabled {
  overflow: hidden;
}

.bestPrdSlider.swiper-disabled .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-transform: none !important;
          transform: none !important;
  width: 100%;
}

.bestPrdSlider.swiper-disabled .swiper-slide {
  width: 50% !important; /* 모바일 기본 2개 */
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media (min-width: 641px) {
  .bestPrdSlider.swiper-disabled .swiper-slide {
    width: 33.3333333333% !important;
  }
}
@media (min-width: 961px) {
  .bestPrdSlider.swiper-disabled .swiper-slide {
    width: 25% !important;
  }
}
.bestPrdSlider .image {
  position: relative;
}
.bestPrdSlider .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.bestPrdSlider .image .medal {
  font-size: 16px;
  width: 70px;
  height: 70px;
  position: absolute;
  top: 0;
  left: 9px;
  background: url(/public/images/cm_icon_medal_red_1.png) center center no-repeat;
  background-size: contain;
  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;
  text-align: center;
  color: #fff;
  font-family: "Marcellus", "Noto Sans", "Noto Sans KR", "Noto Serif", "Noto Serif KR", serif !important;
}
.bestPrdSlider .image .medal b {
  font-size: 24px;
  font-weight: 400 !important;
}
/* 메인 모달 */
.modal-pop-bg {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 99998;
  background-color: rgba(0, 0, 0, 0.7);
}

.modal-pop {
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 99999;
  overflow: hidden;
  width: calc(100% - 40px);
  max-width: 480px;
}
.modal-pop .modal-slide {
  position: relative;
}
.modal-pop .swiper-pagination {
  position: absolute;
  bottom: 24px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  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;
  text-align: center;
}
.modal-pop .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #aaa;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  margin: 0 5px;
}
.modal-pop .swiper-pagination-bullet-active {
  width: 10px;
  height: 10px;
  background-color: #fff;
}
.modal-pop-content {
  position: relative;
}
.modal-pop-body {
  position: relative;
  z-index: 5;
}
.modal-pop-body .img-bx {
  position: relative;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  height: auto;
}
.modal-pop-body .img-bx img {
  width: 100% !important;
  height: auto !important;
  display: block;
  line-height: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  border: none;
}
.modal-pop-body .txt-bx {
  padding: 5px 10px;
}
.modal-pop-body .txt-bx .title {
  font-size: 18px;
}
.modal-pop-footer {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #fff;
  padding: 0 24px;
  height: 56px;
}
@media all and (max-width: 1024px) {
  .modal-pop-footer {
    height: 40px;
  }
}
.modal-pop .close-today-close, .modal-pop .pop-close {
  font-size: 14px;
  color: #999;
  padding: 8px 0;
  text-align: center;
}
@media all and (max-width: 575px) {
  .modal-pop .close-today-close, .modal-pop .pop-close {
    font-size: 12px;
  }
}
.modal-pop button {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.modal-pop button,
.modal-pop input,
.modal-pop optgroup,
.modal-pop select,
.modal-pop textarea {
  font-size: 1rem;
  font-family: inherit; /* 1 */
  line-height: 1.2; /* 1 */
  margin: 0; /* 2 */
  padding: 0;
  vertical-align: middle;
}
.modal-pop button,
.modal-pop input {
  /* 1 */
  overflow: visible;
}
.modal-pop button,
.modal-pop select {
  /* 1 */
  text-transform: none;
}
.modal-pop {
  /**
  * Correct the inability to style clickable types in iOS and Safari.
  */
}
.modal-pop button,
.modal-pop [type=button],
.modal-pop [type=reset],
.modal-pop [type=submit] {
  -webkit-appearance: button;
}
.modal-pop {
  /**
  * Remove the inner border and padding in Firefox.
  */
}
.modal-pop button::-moz-focus-inner,
.modal-pop [type=button]::-moz-focus-inner,
.modal-pop [type=reset]::-moz-focus-inner,
.modal-pop [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
.modal-pop {
  /**
  * Restore the focus styles unset by the previous rule.
  */
}
.modal-pop button:-moz-focusring,
.modal-pop [type=button]:-moz-focusring,
.modal-pop [type=reset]:-moz-focusring,
.modal-pop [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/* 페이징 */
.pagination2 {
  font-size: 18px;
  line-height: 1;
  color: #969696;
  font-weight: 400;
  margin-top: 60px;
  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;
}
.pagination2-item {
  margin: 0 8px;
}
.pagination2-item__prev-first {
  margin: 0 10px 0 0;
}
.pagination2-item__prev {
  margin: 0 12px 0 0;
}
.pagination2-item__next {
  margin: 0 0 0 12px;
}
.pagination2-item__next-last {
  margin: 0 0 0 8px;
}
.pagination2-item.active .pagination2-link {
  color: #000;
}
.pagination2-link {
  width: 24px;
  height: 24px;
  color: #969696;
  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;
  text-align: center;
}
.pagination2-link:hover {
  color: #000;
}
@media all and (max-width: 575px) {
  .pagination2 {
    margin-top: 60px;
  }
}

.pagination_area {
  margin-top: 40px;
  text-align: center;
}

/* 서브 타이틀 */
.page-title {
  text-align: center;
  margin-bottom: 80px;
}
.page-title--1 {
  font-size: 40px;
  font-weight: 400;
  color: #000;
  font-family: "Marcellus", "Noto Sans", "Noto Sans KR", "Noto Serif", "Noto Serif KR", serif !important;
}

.page-desc {
  font-size: 16px;
  line-height: 1.5;
  color: #222;
  font-weight: 400;
  margin-top: 40px;
}

@media all and (max-width: 575px) {
  .page-title {
    margin-bottom: 60px;
  }
  .page-title--1 {
    font-size: 36px;
  }
  .page-desc {
    font-size: 16px;
  }
}
/* 아트인더글라스 */
.wrapper {
  width: 100%;
  max-width: 1400px;
  padding: 120px 20px 0;
  margin: 0 auto;
}
.wrapper.type--2 {
  max-width: 1016px;
}
.wrapper.type--3 {
  max-width: 1240px;
}
.wrapper.py-0 {
  padding: 0 20px 0;
}

.gallery-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0 -31px -124px;
}
.gallery-list .item {
  width: 100%;
  max-width: 33.3333%;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 33.3333%;
          flex: 1 0 33.3333%;
  padding: 0 31px;
  margin-bottom: 124px;
}
.gallery-list .img-src {
  aspect-ratio: 412/340;
}
.gallery-list .img-src img {
  display: block;
  line-height: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.gallery-list .txt-bx {
  padding-top: 20px;
}
.gallery-list .txt-bx p {
  margin: 0;
}
.gallery-list .txt-bx .title {
  font-size: 20px;
  font-weight: 400;
  color: #000;
  font-family: "Marcellus", "Noto Sans", "Noto Sans KR", "Noto Serif", "Noto Serif KR", serif !important;
}
.gallery-list .txt-bx .desc {
  font-size: 14px;
  line-height: 1.3;
  color: #777;
  margin-top: 6px;
}
@media all and (max-width: 768px) {
  .gallery-list {
    margin: 0 -10px -45px;
  }
  .gallery-list .item {
    max-width: 50%;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
    padding: 0 10px;
    margin: 0 0 45px;
  }
}
@media all and (max-width: 480px) {
  .gallery-list {
    margin: 0 -10px -30px;
  }
  .gallery-list .item {
    max-width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
    margin: 0 0 30px;
  }
}

/* winell */
.contactus-wrap ul, .contactus-wrap li,
.contactus-wrap h3, .contactus-wrap h4, .contactus-wrap h5,
.contactus-wrap p, .contactus-wrap address {
  margin: 0;
  padding: 0;
}
.contactus-wrap ul, .contactus-wrap li {
  list-style: none;
}
.contactus-wrap h3, .contactus-wrap h4, .contactus-wrap h5 {
  font-size: inherit;
  font-weight: inherit;
}
.contactus-wrap address {
  font-style: normal;
}
.contactus-wrap em {
  font-style: normal;
}

@media all and (min-width: 1025px) {
  .contactus-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -8px;
  }
}
.contactus-area .map-area {
  width: 100%;
}
@media all and (min-width: 1025px) {
  .contactus-area .map-area {
    max-width: 50%;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
    padding: 0 8px;
  }
}
.contactus-area .map {
  height: 520px;
  background-color: #eee;
}
.contactus-area .txt-area {
  width: 100%;
}
@media all and (min-width: 1025px) {
  .contactus-area .txt-area {
    max-width: 50%;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
    padding: 0 8px;
  }
}
@media all and (min-width: 1025px) {
  .contactus-area .contactus-info {
    padding-left: 60px;
  }
}
@media all and (max-width: 1024px) {
  .contactus-area .contactus-info {
    margin-top: 40px;
  }
}
.contactus-area .more-btn {
  font-size: 14px;
  color: #000;
  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;
  text-align: center;
  width: 140px;
  height: 47px;
  border: 1px solid #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 20px 0 0;
}
.contactus-area .contact-wrap .contact-article:nth-child(n+2) {
  margin-top: 48px;
}
.contactus-area .contact-wrap .contact-article address {
  font-size: 16px;
  line-height: 1.3;
  color: #555;
}
.contactus-area .contact-wrap .article-title {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  margin-bottom: 16px;
}
.contactus-area .way-item {
  margin-top: 32px;
}
.contactus-area .way-item .way-title {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  margin-bottom: 16px;
}
.contactus-area .way-item .way-sub:nth-of-type(2) {
  margin-top: 24px;
}
.contactus-area .way-item .way-sub-title {
  font-size: 16px;
  color: #222;
  margin-bottom: 6px;
}
.contactus-area .way-item p {
  font-size: 16px;
  line-height: 1.5;
  color: #555;
}
.contactus-area .contact-list > li {
  font-size: 16px;
  color: #555;
}
.contactus-area .contact-list > li em {
  font-weight: 500;
  color: #000;
  margin-right: 10px;
  width: 15px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.contactus-area .contact-list > li a {
  color: #555;
}

/* 이전, 다음 글 */
.board-view-btn-wrap {
  margin: 60px auto 0;
}

.board-view-btn-list {
  border-top: 1px solid #DAE0E6;
}
.board-view-btn-list .item {
  border-bottom: 1px solid #DAE0E6;
  padding: 24px;
}
.board-view-btn-list .item:nth-child(1) .inner .txt--1::before {
  background-image: url(/public/images/icon/icon-arrow-top.svg);
}
.board-view-btn-list .item:nth-child(2) .inner .txt--1::before {
  background-image: url(/public/images/icon/icon-arrow-bottom.svg);
}
.board-view-btn-list .link {
  display: block;
  position: relative;
  padding-left: 110px;
}
.board-view-btn-list .link.disable {
  cursor: default;
}
.board-view-btn-list .link.disable .inner .txt--2 {
  color: #969696;
}
.board-view-btn-list .inner .txt--1 {
  font-size: 18px;
  line-height: 1;
  color: #222;
  font-weight: 700;
  width: 110px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding-left: 36px;
}
.board-view-btn-list .inner .txt--1::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.board-view-btn-list .inner .txt--2 {
  display: block;
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #222;
}

/* 버튼 */
.btn-area {
  margin: 60px auto 0;
  text-align: center;
}

.normal-btn {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  font: inherit;
  color: inherit;
  outline: none;
  font-size: 14px;
  color: #000;
  background-color: #fff;
  width: 172px;
  height: 47px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #000;
}

@media all and (min-width: 1025px) {
  .recruit-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -8px;
  }
}
.recruit-info .recruit-info-title {
  font-size: 16px;
  color: #000;
  font-weight: 700;
  margin-bottom: 16px;
}
.recruit-info .txt-area {
  width: 100%;
}
@media all and (min-width: 1025px) {
  .recruit-info .txt-area {
    max-width: 50%;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
    padding: 0 8px;
  }
}
@media all and (min-width: 1025px) {
  .recruit-info .txt-area .txt-bx {
    padding-left: 60px;
  }
}
.recruit-info .txt-area .txt-bx:nth-child(n+2) {
  margin-top: 48px;
}
.recruit-info .txt-area .txt-bx .bullet-list {
  font-size: 16px;
}
.recruit-info .txt-area .txt-bx .bullet-list > li {
  color: #555;
}
.recruit-info .txt-area .txt-bx .bullet-list a {
  color: #555;
}
.recruit-info .process-area {
  width: 100%;
}
@media all and (min-width: 1025px) {
  .recruit-info .process-area {
    max-width: 50%;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
    padding: 0 8px;
  }
}
.recruit-info .process-area .recruit-info-title {
  margin-bottom: 70px;
}
@media all and (max-width: 575px) {
  .recruit-info .process-area {
    margin-top: 48px;
  }
}
@media all and (min-width: 576px) {
  .recruit-info .process-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.recruit-info .process-list .item {
  width: 100%;
}
@media all and (min-width: 576px) {
  .recruit-info .process-list .item {
    max-width: 25%;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 25%;
            flex: 1 0 25%;
    padding: 0 13px;
  }
}
@media all and (max-width: 575px) {
  .recruit-info .process-list .item {
    padding: 20px 0;
    position: relative;
  }
  .recruit-info .process-list .item::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    display: block;
    width: 14px;
    height: 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url(/public/images/winell/icon-arrow-down.svg);
  }
  .recruit-info .process-list .item:nth-child(1) {
    padding-top: 0;
  }
  .recruit-info .process-list .item:last-child {
    padding-bottom: 0;
  }
  .recruit-info .process-list .item:last-child::after {
    display: none;
  }
}
.recruit-info .process-list .item:last-child .icon::after {
  display: none;
}
.recruit-info .process-list .icon {
  text-align: center;
  position: relative;
}
@media all and (min-width: 576px) {
  .recruit-info .process-list .icon::after {
    content: "";
  }
}
.recruit-info .process-list .icon::after {
  position: absolute;
  right: -19px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(/public/images/winell/icon-arrow.svg);
}
.recruit-info .process-list .icon img {
  width: 100%;
  max-width: 120px;
  display: block;
  margin: 0 auto;
}
.recruit-info .process-list .txt-bx {
  text-align: center;
  padding-top: 8px;
}
.recruit-info .process-list .txt-bx .txt--1 {
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
  color: #222;
}
.recruit-info .process-list .txt-bx .txt--1 span {
  font-size: 13px;
}

/*  */
.board-select-area {
  margin-bottom: 40px;
}
.board-select-area select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url("/public/images/icon/icon-arrow-bottom.svg") no-repeat right 0px center;
  background-size: 24px;
  padding: 0 30px 0 0;
  border-radius: 0;
  cursor: pointer;
  font: inherit;
  color: inherit;
  outline: none;
  width: 100%;
  max-width: 96px;
  height: 46px;
  border: 0;
  border-bottom: 1px solid #000;
  font-size: 16px;
  color: #000;
  font-weight: 400;
}

/* 비주얼 검색 영역 */
.search-wrap {
  width: 100%;
  max-width: 1017px;
  margin: 40px auto 0;
}

.search-area {
  position: relative;
}
@media all and (min-width: 576px) {
  .search-area {
    padding-right: 140px;
  }
}
.search-area select, .search-area input, .search-area button {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  font: inherit;
  color: inherit;
  outline: none;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.search-area select, .search-area input {
  background-color: #fff;
  height: 48px;
  border-radius: 0;
  font-size: 16px;
}
@media all and (max-width: 575px) {
  .search-area select, .search-area input {
    height: 42px;
  }
}
.search-area input {
  padding: 0 12px;
}
.search-area select {
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 24px;
  background-image: url("/public/images/icon/icon-select-arrow.svg");
  padding: 0 48px 0 12px;
}
@media all and (min-width: 576px) {
  .search-area .search-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.search-area .search-row:nth-child(n+2) {
  border-top: 1px solid #D5D5D5;
}
@media all and (min-width: 576px) {
  .search-area .search-row .search-area-item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .search-area .search-row .search-area-item:nth-child(n+2) {
    border-left: 1px solid #D5D5D5;
  }
}
@media all and (max-width: 575px) {
  .search-area .search-row .search-area-item:nth-child(n+2) {
    border-top: 1px solid #D5D5D5;
  }
}
@media all and (min-width: 576px) {
  .search-area .search-row.type--search {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    max-width: 140px;
    height: 100%;
  }
}
.search-area .search-row.type--search {
  border: 0;
}
.search-area .search-row.type--search .search-area-item {
  height: 100%;
  position: relative;
}
.search-area .btn-search {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  width: 100%;
  height: 100%;
  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;
  text-align: center;
  background-color: #96294F;
}
.search-area .btn-search .icon {
  width: 16px;
  display: block;
  margin-right: 6px;
}
.search-area .btn-search .icon img {
  width: 100%;
  display: block;
  line-height: 0;
}
@media all and (max-width: 575px) {
  .search-area .btn-search {
    height: 48px;
  }
}
.search-area .btn-reset {
  font-size: 14px;
  font-weight: 500;
  width: auto;
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.search-area .btn-reset .icon {
  width: 16px;
  display: block;
  margin-left: 2px;
}
.search-area .btn-reset .icon img {
  width: 100%;
  display: block;
  line-height: 0;
}

/* 페이징 */
.pagination_area ul.pagination {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  list-style: none;
  padding: 0;
  gap: 5px;
}
.pagination_area ul.pagination li a,
.pagination_area ul.pagination li span {
  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: 35px;
  height: 35px;
  border: 1px solid #ddd;
  border: 0 !important;
  color: #AAAAAA;
  text-decoration: none;
  font-size: 15px !important;
  border-radius: 4px;
}
.pagination_area ul.pagination li a:hover:not(.active) {
  background-color: rgba(248, 249, 250, 0) !important;
  border-color: rgba(204, 204, 204, 0) !important;
}
.pagination_area ul.pagination li i {
  font-size: 16px !important;
}
.pagination_area ul.pagination li.active a,
.pagination_area ul.pagination li.active span {
  background-color: rgba(0, 123, 255, 0) !important;
  border-color: rgba(0, 123, 255, 0) !important;
  color: #262626 !important;
  font-weight: bold;
}
@media all and (max-width: 575px) {
  .pagination_area ul.pagination li a,
  .pagination_area ul.pagination li span {
    font-size: 14px !important;
  }
  .pagination_area ul.pagination li i {
    font-size: 15px !important;
  }
}

/* 카테고리 모바일 슬라이드바 관련 */
.horizontal_menu {
  overflow-x: auto;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE, Edge */
}

.horizontal_menu::-webkit-scrollbar {
  display: none; /* Chrome, Safari */
}

/*````````````````````````````````````````````````````````````````````*/
.maintenance {
  width: 100%;
  height: 100dvh;
  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;
  text-align: center;
}
.maintenance .img-bx img {
  width: 100%;
  max-width: 267px;
  display: block;
  line-height: 1;
  margin: 0 auto;
}
.maintenance .txt-bx {
  margin-top: 60px;
}
.maintenance .txt-bx .txt--1 {
  font-size: 48px;
}
.maintenance .txt-bx .txt--2 {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-top: 20px;
}
@media all and (max-width: 375px) {
  .maintenance .img-bx img {
    max-width: 180px;
  }
  .maintenance .txt-bx {
    margin-top: 60px;
  }
  .maintenance .txt-bx .txt--1 {
    font-size: 32px;
  }
}