@charset "UTF-8";

a.top_link:link {font-size:13px; color:#4f4f4f; line-height:160%; text-decoration:none;}
a.top_link:visited {font-size:13px; color:#4f4f4f; line-height:160%; text-decoration:none;}
a.top_link:hover {font-size:13px; color:#4f4f4f; line-height:160%;	text-decoration:none;}

.copy_text {color:837668; font-size:12px; line-height:140%;}
.left_s_text {color:837668; font-size:13px; line-height:140%;}
.big_cash {color:837668; font-size:20px; line-height:100%;}
.copy_hide {color:#ffffff; font-size:2px; line-height:100%;}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  
  font-family: "Noto Sansf KR", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2.5;
  
  color: #444;
  background-color: #fff;
  
  padding: .6em 1.4em .5em .8em;
  margin: 0;
  
  border: 1px solid #aaa;
  border-radius: .5em;
  box-shadow: 0 1px 0 1px rgba(0,0,0,.04);
}

select:hover {
  border-color: #888;
}

select:focus {
  border-color: #aaa;
  box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
  box-shadow: 0 0 0 3px -moz-mac-focusring;
  color: #222;
  outline: none;
}

select:disabled {
  opacity: 0.5;
}



/* 슬라이드 */
.section-main-slide-list:not(.slick-initialized) .section-main-slide-item {
  display: none;
}

.section-main-slide-list:not(.slick-initialized) .section-main-slide-item:first-child {
  display: block;
}

.section-main-slide {
  position: relative;
  width: 100vw;
  left: 50%;
  margin-left: -50vw;
  overflow: hidden;
}

.section-main-slide a {
  text-decoration: none;
  color: #fff;
}

.section-main-slide .section-main-slide-list .section-main-slide-item {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 220px;
}

.section-main-slide .section-main-slide-list .section-main-slide-item .shop-section-slide-link {
  display: block;
  width: 100%;
  height: 100%;
}

.section-main-slide .section-main-slide-list .section-main-slide-item .section-main-slide-item__body {
  margin: 0 auto;
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  width: 100%;
  font-family: 'Avenir LT Std';
}

.section-main-slide .section-main-slide-list .section-main-slide-item .section-main-slide-item__body .section-main-slide-item__text {
  margin: 0 0 20px 0;
  font-family: 'Avenir LT Std';
  text-align: center;
  color: #fff;
  opacity: 1;
  line-height: 20px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.18px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  white-space: normal;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  max-height: 100px;
  width: 100%;
}

.section-main-slide .section-main-slide-list .section-main-slide-item .section-main-slide-item__body .section-main-slide-item__title {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.25;
  text-align: center;
  color: #ffffff;
  max-height: 150px;
}

.section-main-slide .section-main-slide-list .section-main-slide-item .section-main-slide-item__body .section-main-slide-item__link {
  position: relative;
}

.section-main-slide .section-main-slide-list .section-main-slide-item .section-main-slide-item__body .section-main-slide-item__link:before {
  display: block;
  content: '';
  width: 0;
  height: 1px;
  bottom: 0;
  width: 70px;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  background: #fff;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.section-main-slide .section-main-slide-list .section-main-slide-item .section-main-slide-item__body .section-main-slide-item__link:after {
  display: block;
  content: '';
  width: 0;
  height: 1px;
  bottom: 0;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  background: #ff0000;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.section-main-slide .section-main-slide-list .section-main-slide-item .section-main-slide-item__body .section-main-slide-item__link:hover:after {
  width: 70px;
}

.section-main-slide .section-main-slide-list .slick-dots {
  padding: 0;
  margin: 0;
  list-style-type: none;
  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;
  z-index: 15;
  position: absolute;
  bottom: 16px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.section-main-slide .section-main-slide-list .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: auto;
  height: auto;
  padding: 4px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.section-main-slide .section-main-slide-list .slick-dots li button:after {
  content: '';
  width: 20px;
  height: 10px;
  border-radius: 10%;
  display: block;
  background-color: rgba(255, 255, 255, 0.4);
}

.section-main-slide .section-main-slide-list .slick-dots li.slick-active button:after {
  background-color: #ff9900;
}

@media (min-width: 768px) {
  .section-main-slide .section-main-slide-list .section-main-slide-item {
    height: 500px;
  }
  .section-main-slide .section-main-slide-list .section-main-slide-item .section-main-slide-item__body {
    margin: 0 auto;
  }
  .section-main-slide .section-main-slide-list .section-main-slide-item .section-main-slide-item__body .section-main-slide-item__text {
    max-width: 710px;
    letter-spacing: -0.19px;
    max-height: 123px;
  }
  .section-main-slide .section-main-slide-list .section-main-slide-item .section-main-slide-item__body .section-main-slide-item__title {
    max-height: 100px;
    -webkit-line-clamp: 2;
  }
  
  
  
  
/* 공통 화살표 설정 */
.section-main-slide .section-main-slide-list .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  font-size: 0;
  background: none;
  border: none;
  outline: none;
  width: 100px;  /* 너비 지정 필요 */
  height: 100px;
  padding: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain; /* 이미지 크기에 맞게 조절 */
}

.section-main-slide .section-main-slide-list .slick-arrow:hover {
  cursor: pointer;
  opacity: 0.8; /* 호버 시 피드백 */
}

/* 이전 버튼 (Left) */
.section-main-slide .section-main-slide-list .slick-arrow.slick-prev {
  left: 200px;
  background-image: url('../images/prev_arrow.png'); /* 이미지 경로 입력 */
}

/* 다음 버튼 (Right) */
.section-main-slide .section-main-slide-list .slick-arrow.slick-next {
  right: 200px;
  background-image: url('../images/next_arrow.png'); /* 이미지 경로 입력 */
}

/* 기존 xeicon 가상 요소(:before) 제거 */
.section-main-slide .section-main-slide-list .slick-arrow:before {
  display: none !important;
}  



/*  .section-main-slide .section-main-slide-list .slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 1;
    font-size: 0;
    background: none;
    border: none;
    color: rgba(255, 255, 255, 0.6);
    outline: none;
    height: 60px;
    height: 60px;
    padding: 0;
  }
  .section-main-slide .section-main-slide-list .slick-arrow:hover {
    cursor: pointer;
  }
  .section-main-slide .section-main-slide-list .slick-arrow.slick-prev {
    left: 60px;
  }
  .section-main-slide .section-main-slide-list .slick-arrow.slick-prev:before {
    font-family: 'xeicon';
    content: '\e93d';
    display: block;
    font-size: 60px;
    line-height: 60px;
  }
  .section-main-slide .section-main-slide-list .slick-arrow.slick-next {
    right: 60px;
  }
  .section-main-slide .section-main-slide-list .slick-arrow.slick-next:before {
    font-family: 'xeicon';
    content: '\e940';
    display: block;
    font-size: 60px;
    line-height: 60px;
  } */
}

/*# sourceMappingURL=banner.css.map */



.widget-more-info {
  position: relative;
}

.widget-more-info .widget-more-info-bg {
  position: absolute;
  top: 0;
  width: 100vw;
  left: 50%;
  margin-left: -50vw;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 15% center;
  background-color: #edeef0;
  z-index: -1;
}

.widget-more-info .widget-more-info-body {
  /*    height: 150px; */
  padding: 24px 8px;
  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: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.widget-more-info .widget-more-info-body .xf-info-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
  color: #000;
  letter-spacing: -0.6px;
  margin: 0;
  z-index: 1;
}

.widget-more-info .widget-more-info-body .xf-info-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.6px;
  color: #000;
  width: 60%;
  text-align: right;
  margin-top: 6px;
  margin-bottom: 6px;
  max-width: 453px;
}

.widget-more-info .widget-more-info-body .widget-more-info-link {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.5);
  font-size: 13px;
  display: inline-block;
  line-height: 20px;
  letter-spacing: -0.6px;
  font-weight: 400;
  text-align: center;
  text-decoration: underline;
  z-index: 1;
}

@media (min-width: 992px) {
  .widget-more-info {
    position: relative;
  }
  .widget-more-info .widget-more-info-bg {
    background-size: cover;
    background-position: 15% center;
    background-color: #edeef0;
  }
  .widget-more-info .widget-more-info-body {
    height: 300px;
  }
  .widget-more-info .widget-more-info-body .xf-info-title {
    font-size: 20px;
  }
  .widget-more-info .widget-more-info-body .xf-info-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.6px;
    color: #000;
    width: 50%;
    text-align: right;
    margin-bottom: 10px;
    margin-bottom: 32px;
    max-width: 453px;
  }
  .widget-more-info .widget-more-info-body .widget-more-info-link {
    text-decoration: none;
    color: #fff;
    font-size: 12px;
    border-radius: 5px;
    width: 85px;
    height: 32px;
    line-height: 30px;
    background: #000;
    letter-spacing: -0.55px;
    font-weight: 500;
    text-align: center;
    z-index: 1;
  }
}

/*# sourceMappingURL=banner.css.map */



.video-container {
  width: 100%;            /* 가로 길이를 부모 요소에 맞춤 */
  max-width: 1170px;       /* 필요하다면 최대 크기 제한 */
  margin: 0 auto;
  
	position: relative;
	padding-bottom: 56.25%; /* 16:9 비율 유지 */
	height: 0;
	overflow: hidden;       /* 핵심: 삐져나오는 모서리 제거 */
	border-radius: 14px;    /* 라운드 정도 조절 */
	box-shadow: 0 4px 15px rgba(0,0,0,0.2); /* 입체감을 위한 그림자 (선택사항) */
}

.video-container iframe {
  width: 100%;
  aspect-ratio: 16 / 9;   /* 가로 대비 세로 비율을 16:9로 고정 */
  height: auto;           /* 높이는 비율에 따라 자동 계산 */
  
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}