@charset "utf-8";
/* *******************************************************
 * filename : layout.css
 * description : 전체 레이아웃 CSS
 * date : 2018-01-16
******************************************************** */

@import url("font.css"); /* 나눔고딕 */
@import url("https://fonts.googleapis.com/css?family=Poppins:400,700");

/* layout */
body,
table,
th,
td,
button,
select,
input {
  font-family: "Noto Sans KR", "나눔고딕", NanumGothic, "Nanum Gothic", "돋움",
    Dotum, Arial, sans-serif;
  font-size: 13px;
  color: #666;
}

body {
  background-color: #fff;
}
#wrap {
  overflow: hidden;
  width: 100%;
  min-width: 320px;
  position: relative;
} /* min-width 홈페이지 컨텐츠 가로값에 맞게 변경 */

.font-pop {
  font-family: "Poppins", "Noto Sans KR", "나눔고딕", NanumGothic,
    "Nanum Gothic", "돋움", Dotum, Arial, sans-serif;
}

/* ****************** 공통클래스 ********************** */
.area {
  max-width: 1310px;
  margin: 0px auto;
} /* width 홈페이지 컨텐츠 가로값에 맞게 변경 */
.area-box {
  max-width: 1690px;
  margin: 0px auto;
}
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  clear: both;
  display: block;
  content: "";
}
.blind {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  font-size: 0;
  line-height: 0;
}
.trans200 {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
.trans300 {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.trans400 {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
}
.trans500 {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.material-icons {
  line-height: inherit;
  color: inherit;
  vertical-align: middle;
}
.text-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.table-layout {
  display: table;
  width: 100%;
  height: 100%;
}
.table-cell-layout {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
.over-img {
  overflow: hidden;
}
.over-img img {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover .over-img img {
  -ms-transform: scale(1.1) rotate(0.02deg);
  -o-transform: scale(1.1) rotate(0.02deg);
  -moz-transform: scale(1.1) rotate(0.02deg);
  -webkit-transform: scale(1.1) rotate(0.02deg);
  transform: scale(1.1) rotate(0.02deg);
}
/* 모바일 화면에 대한 스타일 */
@media (max-width: 600px) {
  .main-capability-list li {
    height: 130px; /* 모바일에서 높이 조정 */
  }
}

@media all and (max-width: 1620px) {
  .area-box {
    padding: 0 15px;
  }
}
@media all and (max-width: 1220px) {
  .area {
    padding: 0 15px;
  }
}

@media screen and (max-width: 1199px) {
  .wrap {
    padding: 0 15px;
  }
  .wrap.basic {
    padding: 50px 15px;
  }
  .footer-wrap .wrap {
    padding: 50px 10px;
  }
}
@media screen and (max-width: 1023px) {
}

@media screen and (max-width: 480px) {
  main {
    padding-top: 60px;
    height: auto;
    min-height: calc(100% - 261px);
  }
  .header-wrap {
    height: 60px;
  }
  .header-wrap .box .bora-naver {
    width: 150px;
  }
  .header-wrap .box a {
    font-size: 16px;
  }
  .header-wrap .box a img {
    width: 20px;
    margin-right: 5px;
  }
  .support-wrap {
    flex-wrap: wrap;
    gap: 10px;
  }
  .support-wrap a {
    width: 100%;
    padding: 10px 5px;
  }
  .support-wrap a span {
    width: 70%;
    display: flex;
    justify-content: center;
  }
  .why-box {
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .why-box li {
    width: calc(50% - 10px);
  }
  .big-tit {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .sub-tit {
    font-size: 28px;
  }
  .pay-box {
    flex-wrap: wrap;
  }
  .pay-box .item {
    width: 100%;
  }
}

/* ****************** FOOTER ********************** */
#footer {
  padding: 45px 0;
  background-color: #000000;
}
#footerInner {
  position: relative;
}

/* Footer :: 왼쪽정보 */
.footer-left-con {
  float: left;
}

.foot-menu {
  margin-bottom: 25px;
}
.foot-menu li {
  float: left;
}
.foot-menu li a {
  display: block;
  font-size: 15px;
  line-height: 28px;
  letter-spacing: -0.65px;
  color: #898888;
  font-weight: 300;
}
.foot-menu li:first-child a::after {
  content: "";
  display: inline-block;
  margin: 0 15px;
  vertical-align: middle;
  width: 2px;
  height: 2px;
  background: #6e6d6d;
}
.foot-menu li.privacy a {
  color: #04d28f;
}

.family-address p {
  color: #898888;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: -0.25px;
  font-weight: 300;
  margin-bottom: 20px;
}
.family-address span {
  margin-right: 15px;
}
.family-address .copyright {
  color: #898888;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: -0.25px;
  font-weight: 300;
}

/* Footer :: 오른쪽정보  */
.footer-right-con {
  float: right;
}
.foot-sns-menu {
  text-align: right;
  margin-bottom: 20px;
}
.foot-sns-menu ul {
  display: inline-block;
}
.foot-sns-menu ul li {
  float: left;
  margin-left: 10px;
}

.foot-right-info {
  text-align: right;
}
.foot-right-info h3 {
  font-size: 38px;
  color: #898888;
  font-weight: 600;
  margin-bottom: 5px;
}
.foot-right-info p {
  font-size: 15px;
  line-height: 28px;
  letter-spacing: -0.65px;
  color: #898888;
}

.slider-container {
  width: 100%;
  overflow: hidden;
  position: relative;
}
/* 미디어 쿼리를 추가하여 데스크탑에서의 너비를 조정 */
@media (min-width: 1024px) {
  .slider-container {
    width: 50%;
    margin-left: auto; /* 왼쪽 마진을 자동으로 설정 */
    margin-right: auto; /* 오른쪽 마진을 자동으로 설정 */
    padding-bottom: 50px;  /* 아래 패딩 */
  }
}
.slide {
  position: relative;
  float: left;
  width: 32%;
  padding-top: 0px;  /* 위 패딩 */
  padding-bottom: 50px;  /* 아래 패딩 */
  border-radius: 10px;
  text-align: center;
  margin-left: 2%;
}

.slick-prev,
.slick-next {
  display: none !important; /* 이전 및 다음 버튼 숨기기 */
}
.slide img {
  width: 50%; /* 이미지 폭을 슬라이드에 맞춤 */
  display: block; /* 블록 레벨 요소로 설정 */
  height: auto; /* 높이 자동 조절 */
  margin: 20px auto 0; /* 이미지의 상단 마진 설정 */
}}

.slide-text {
  position: absolute; /* 부모 요소 기준 절대 위치 설정 */
  top: 50%; /* 상단에서 50% 내려오게 설정 */
  left: 50%; /* 좌측에서 50% 이동하게 설정 */
  transform: translate(-50%, -50%); /* 중앙에 맞추기 위해 변환 */
  font-size: 20px; /* 기본 텍스트 크기 */
  font-family: "Noto Sans KR", "나눔고딕", NanumGothic, "Nanum Gothic", "돋움", Dotum, Arial, sans-serif;
  color: #333; /* 텍스트 색상 */
  text-align: center; /* 텍스트 중앙 정렬 */
  white-space: nowrap; /* 텍스트 줄바꿈 방지 */
  max-width: 100%; /* 최대 너비 설정 */
  overflow: hidden; /* 넘치는 텍스트 숨기기 */
}


@media all and (max-width: 1220px) {
  #footer {
    padding: 25px 0;
    text-align: center;
  }
  #footerTop {
    margin-bottom: 15px;
  }
  /* Footer :: 푸터로고 */
  .foot-logo {
    float: none;
    display: block;
    padding-right: 0;
    margin-bottom: 15px;
  }
  /* Footer :: 푸터메뉴 */
  .foot-menu {
    float: none;
    display: inline-block;
    margin-bottom: 5px;
  }
  /* Footer :: 왼쪽정보 */
  .footer-left-con {
    margin-top: 20px;
  }
  .footer-left-con,
  .footer-right-con {
    float: none;
  }
  .foot-right-info {
    text-align: center;
  }
  .foot-sns-menu {
    text-align: center;
  }
  .foot-sns-menu ul li:first-child {
    margin-left: 0;
  }
}
@media all and (max-width: 800px) {
  .foot-sns-menu {
    margin-bottom: 10px;
  }
  .foot-sns-menu li img {
    max-width: 35px;
  }

  .foot-right-info h3 {
    font-size: 19px;
  }
  .foot-right-info p {
    font-size: 10px;
    line-height: 14px;
  }
  /* Footer :: 푸터메뉴 */
  .foot-menu li a {
    font-size: 12px;
    line-height: 17px;
  }
  .foot-menu li:before {
    width: 3px;
    height: 3px;
  }
  /* Footer :: 하단정보 */
  .family-address p {
    font-size: 12px;
    line-height: 17px;
  }
  .family-address a {
    display: block;
  }
  .family-address .footer-caution-txt {
    font-size: 11px;
    word-break: keep-all;
  }
  .family-address .copyright {
    font-size: 12px;
  }
  .slide-text {
    font-size: 10px; /* 텍스트 크기 */
    font-family: "Noto Sans KR", "나눔고딕", NanumGothic, "Nanum Gothic", "돋움",
      Dotum, Arial, sans-serif;
    color: #333; /* 텍스트 색상 */
    padding: 0px; /* 텍스트 주변 패딩 */
  }
}

/* margin-top:수정*/
.sub-page-controls-btn.sub-prev-page-btn {
  left: 0;
}
.sub-page-controls-btn.sub-next-page-btn {
  right: 0;
}
.sub-page-controls-btn .sub-page-name {
  vertical-align: middle;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}
.sub-page-controls-btn span {
  color: #fff;
  vertical-align: middle;
}
.sub-page-controls-btn span i {
  margin-top: -2px;
  font-size: 30px;
}
.sub-page-controls-btn.sub-prev-page-btn:hover {
  margin-left: -10px;
}
.sub-page-controls-btn.sub-next-page-btn:hover {
  margin-right: -10px;
}


* {
  color: var(--text-color);
  box-sizing: border-box;
  /*
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	*/
  -webkit-tap-highlight-color: transparent;
}
.wrapstar {
  overflow: hidden;
  width: 100%;
  height: 809px;
  position: relative; /* 비주얼높이값 이미지에맞게 수정 */
  display: flex;
  justify-content: center; /* 내부 콘텐츠를 수평 중앙에 정렬 */
  padding-top: 0;
  margin-top: 0;
}
.wrap {
  width: 100%;
  margin: 0 auto;
}
.wrap.basic {
  width: 100%;
  max-width: 1200px;
  padding: 100px 0;
}
.wrap.basicstar {
  display: flex;
  justify-content: space-between;

  width: 100%;
  max-width: 1200px;
  padding: 100px 0;
}
.wrap.basicstar .section {
  width: calc(50% - 10px); /* 50% 너비로 설정하고 간격을 조정합니다. */
  padding-top: 20px; /* 섹션 위 여백 설정 */
}

/*메인*/
.big-tit {
  font-size: 32px;
  text-align: center;
  margin-bottom: 50px;
}
.big-tit.mb-15 {
  margin-bottom: 15px;
}
.sml-tit {
  font-size: 14px;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 50px;
}
.big-tit span {
  display: inline-block;
  color: var(--main-color);
  font-weight: 600;
}
/*진행 현황*/
.live-wrap {
  height: max-content; /* 내용에 따라 자동으로 높이가 조절됩니다. */
}
.live-wrap1 {
  height: 630px; /* 내용에 따라 자동으로 높이가 조절됩니다. */
  overflow: hidden;
}
.live-wrap1 .th {
  display: flex;
  align-items: center;
  height: 50px;
  background-color: var(--main-color);
  border-radius: 10px;
}
.live-wrap1 .th li {
  width: 100%;
  color: white;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}
.live-wrap .th {
  display: flex;
  align-items: center;
  height: 50px;
  background-color: var(--main-color);
  border-radius: 10px;
}
.live-wrap .th li {
  width: 100%;
  color: white;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}
.live {
  pointer-events: none;
}
.live.mobile {
  display: none;
}
.live .box {
  display: flex;
  align-items: center;
  position: relative;
  border: 1px solid rgba(123, 103, 185, 0.2);
  border-radius: 10px;
  margin: 5px 0;
  padding: 10px 0;
}
.live .box span {
  width: 100%;
  text-align: center;
  display: inline-block;
  font-size: 14px;
  color: var(--caption-color);
}
.live .box .name {
  color: var(--text-color);
  font-weight: 600;
}
.live .box .result {
  background-color: var(--main-color);
  border-radius: 5px;
  color: white;
  font-size: px;
  padding: 5px 8px;
  display: inline-block;
}
.live .box .resultgo {
  background-color: var(--caption-color);
  border-radius: 5px;
  color: white;
  font-size: 14px;
  padding: 5px 8px;
  display: inline-block;
}
.why-box {
  display: flex;
  align-items: center;
  justify-content: center; /* 수평 가운데 정렬 */
  gap: 20px;
}
.why-box li {
  position: relative;
  width: 200px;
  border-radius: 100%;
  background-color: white;
  box-shadow: 0px 5px 10px 5px rgba(0, 0, 0, 0.05);
  scale: 1;
  transition: all 0.2s;
}

@media only screen and (max-width: 768px) {
  .wrap.basicstar {
    display: block;
    width: 100%;
    padding: 00px 0; /* 내부 여백 조정 */
  }
  .wrap.basicstar .section {
    width: 100%;
    margin-bottom: 20px; /* 요소 간 간격 설정 */
  }
  .live-wrap1 {
    height: max-content; /* 내용에 따라 자동으로 높이가 조절됩니다. */
  }
}
.slide img {
  width: 75%; /* 이미지 폭을 슬라이드에 맞춤 */
  display: block; /* 블록 레벨 요소로 설정 */
  height: auto; /* 높이 자동 조절 */
  margin-top: 10px; /* 이미지와 텍스트 간 간격 */
}

@media screen and (max-width: 1199px) {
  .wrap {
    padding: 0 15px;
  }
  .wrap.basic {
    padding: 50px 15px;
  }
  .footer-wrap .wrap {
    padding: 50px 10px;
  }
}
@media screen and (max-width: 1023px) {
}
@media screen and (max-width: 767px) {
  .floating {
    display: none !important;
  }
  .mobile-footer {
    display: block;
  }

  .footer-wrap {
    margin-bottom: 50px;
  }
  .footer-wrap .wrap {
    padding: 30px 10px;
  }
  .footer-wrap .logo a {
    gap: 10px;
    font-size: 24px;
  }
  .footer-wrap .logo img {
    width: 30px;
    height: 30px;
  }
  .footer-wrap .info {
    margin-bottom: 20px;
  }
  .footer-wrap .info span {
    font-size: 14px;
  }
  .footer-wrap .support img {
    width: 20px;
    height: 18px;
  }
  .mobile-fotter {
    display: block;
  }
  .bg-wrap.mc .wrap {
    padding: 30px 10px 50px;
  }
  .logo-box img {
    width: 40px;
    height: 40px;
  }
  .logo-box span {
    font-size: 32px;
  }
  .main-phone {
    max-width: 70%;
    margin: 30px 0;
  }
  .support-wrap {
    gap: 20px;
  }
  .support-wrap a {
    padding: 10px 5px;
  }
  .support-wrap a .add {
    font-size: 18px;
  }
  .support-wrap a.mc span {
    padding: 5px 20px;
  }
  .support-wrap a.kc span {
    padding: 5px 20px;
  }
  .live {
    display: none !important;
  }
  .live.mobile {
    display: block !important;
  }
  .live-wrap .th {
    height: 35px;
  }
  .live-wrap .th li {
    font-size: 14px;
    width: 33%;
  }
  .live-wrap .th li.price {
    display: none;
  }
  .live-wrap .th li.date {
    width: 33%;
  }
  .live-wrap .th li.total-date {
    width: 60px;
    min-width: 60px;
  }
  .live-wrap .th li.ing {
    width: 80px;
    min-width: 80px;
    width: 33%;
  }
  .live.mobile .box {
    padding: 10px 0;
  }
  .live.mobile .box span {
    font-size: 14px;
  }
  .live.mobile .box span.price {
    display: none;
  }
  .live.mobile .box span.date {
    width: 100px;
    min-width: 105px;
    width: 33%;
  }
  .live.mobile .box span.total-date {
    display: block; /* 모바일에서도 날짜가 보이도록 설정 */ 
    color: black; /* 텍스트 색상을 검정으로 설정 */
    font-size: 14px; /* 폰트 크기를 설정 */
}
  .live.mobile .box span.ing {
    width: 10px;
    min-width: 80px;
    width: 33%;
  }
  .box .name {
    max-width: 150px; /* 최대 너비 지정 */
    overflow: hidden; /* 넘치는 내용 가림 */
    white-space: nowrap; /* 텍스트 줄바꿈 방지 */
    text-overflow: ellipsis; /* 넘치는 텍스트에 대한 줄임표(...) 표시 */
    /* 다른 스타일도 필요에 따라 추가할 수 있습니다. */
  }
  .why-box {
    gap: 10px;
  }
  .why-box li {
    width: 25%;
  }
  .why-box li img {
    width: 30px;
    height: 30px;
  }
  .why-box li .tit {
    font-size: 16px;
  }
  .big-tit {
    margin-bottom: 40px;
    font-size: 32px;
  }
  .sub-tit {
    font-size: 38px;
  }
  .sml-tit {
    margin-bottom: 30px;
  }
  .step {
    max-width: 100%;
  }
  .gift-box {
    gap: 10px;
  }
  .gift-box li {
    width: calc(50% - 5px);
  }
  .gift-box li .content .name {
    font-size: 14px;
  }
  .gift-box li .content .expl {
    font-size: 12px;
  }
  .pay-box {
    gap: 10px;
  }
  .pay-box .item .info-tit {
    font-size: 14px;
  }
  .pay-box .item .price {
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  main {
    padding-top: 60px;
    height: auto;
    min-height: calc(100% - 261px);
  }
  .header-wrap {
    height: 60px;
  }
  .header-wrap .box .bora-naver {
    width: 150px;
  }
  .header-wrap .box a {
    font-size: 16px;
  }
  .header-wrap .box a img {
    width: 20px;
    margin-right: 5px;
  }
  .support-wrap {
    flex-wrap: wrap;
    gap: 10px;
  }
  .support-wrap a {
    width: 100%;
    padding: 10px 5px;
  }
  .support-wrap a span {
    width: 70%;
    display: flex;
    justify-content: center;
  }
  .why-box {
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .why-box li {
    width: calc(50% - 10px);
  }
  .big-tit {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .sub-tit {
    font-size: 28px;
  }
  .pay-box {
    flex-wrap: wrap;
  }
  .pay-box .item {
    width: 100%;
  }
}
