@font-face {
  font-family: "Digital_Font";
  src: url("/resources/main/font/Digital_Font.ttf");
}
.inner {
  width: 1200px;
  margin: 0 auto;
}

.main-pop {
  position: absolute; 
  top: 172px; 
  z-index: 1010;
}
.main-pop.popup1{left: 50px;}
.main-pop.popup2{left: 600px;}
.main-pop.popup3{left: 1150px;} 
.main-pop a {
  display: block;
  width:500px;
   height: 500px; 
}
.main-pop img { 
  width: 100%;
  height: 100%; 
  object-fit: cover
} 
.main-pop label { 
  margin-left: 4px;
  font-size: 12px;
 }
.main-pop .option { 
	padding: 16px;
	background: #fff;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;

} 
.main-pop .option.responsive { display: none; }
.main-pop .option .today-check{display: flex; align-items: center;}
.main-pop .btn {
  border: 1px solid #000;
  padding: 4px 16px;
  font-size: 12px;
}
.main-pop .back-drop { background: rgba(0,0,0,0.5); }

.page-main {
  font-family: "NanumSquare", sans-serif;
}
.page-main .btn-next, .page-main .btn-prev {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
.page-main .btn-next {
  right: -60px;
}
.page-main .btn-prev {
  left: -60px;
}
.page-main .txt-box {
  text-align: center;
}
.page-main .txt-box p {
  margin-top: 16px;
}
.page-main .banner {
  width: 100%;
  height: 500px;
  /* background: url(/resources/main/image/banner01.jpg) no-repeat center center; */
  background-size: cover;
  position: relative;
}
.page-main .banner .swiper-wrapper{margin-bottom: 30px;}
.page-main .banner .txt {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: right;
}
.page-main .banner .txt br {
  display: none;
}
.page-main .banner .txt p:nth-child(1) {
  font-size: 48px;
  font-weight: 700;
}
.page-main .banner .txt p:nth-child(2) {
  margin-top: 12px;
  font-size: 68px;
  font-weight: 800;
}
.page-main .section {
  padding: 48px 0;
}
.page-main .section-tit {
  margin-bottom: 32px;
  text-align: center;
  font-size: 40px;
  font-weight: 900;
  font-family: "Nunito Sans";
}
.page-main .section-tit-sub {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
.page-main .section-tit-sub a{display: flex;}
.page-main .graph .section-tit, .page-main .review .section-tit {
  margin-bottom: 0;
}
.page-main .graph .txt-box, .page-main .review .txt-box {
  margin-bottom: 24px;
}
.page-main .brand .content-box {
  position: relative;
}
.page-main .brand .swiper-wrapper {
  justify-content: space-between;
}
.page-main .brand .swiper-slide {
  margin-right: 0 !important;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page-main .brand .swiper-slide a {
  width: 140px;
  height: 140px;
  border: 1px solid #d1d1d1;
  border-radius: 50%;
}
.page-main .brand .swiper-slide p {
  margin-top: 8px;
  font-size: 15px;
  text-align: center;
  font-weight: 600;
}
.page-main .newitem .content-box {
  position: relative;
}
.page-main .newitem .swiper-slide {
  border: 1px solid #EDF0F3;
  padding: 10px 10px 24px 10px;
  text-align: center;
  cursor: pointer;
}
.page-main .newitem .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.page-main .newitem .name {
  font-size: 16px;
  font-weight: 500;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  font-family: 'Noto Sans KR',sans-serif;
}
.page-main .newitem .price {
  margin: 8px 0 12px;
  font-size: 20px;
  font-weight: 700;
  font-family: "Lato";
}
.page-main .newitem .mark {
  padding: 2px 8px;
  font-family: Lato;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  color: #00B160;
  border-radius: 2px;
  background: rgba(0, 177, 96, 0.2);
}
.page-main .graph {
  background: black;
  display: flex;
  flex-direction: column;
  color: #FFF;
}
.page-main .graph .inner {
  display: flex;
  align-items: center;
}
.page-main .graph .txt-box {
  margin-bottom: 20px;
}
.page-main .graph .container-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 400px;
}
.page-main .graph .container-right {
  flex: 1;
  margin-left: 60px;
}
.page-main .graph .chart {
  display: flex;
  flex: 1;
}
.page-main .graph #myChart {
  width: 100% !important;
  height: 100% !important;
}
.page-main .graph .item-watch {
  text-align: center;
}
.page-main .graph .item-watch img {
  width: 300px;
}
.page-main .graph .item-watch .name {
  font-size: 24px;
  height: 48px;
}
.page-main .graph .txt-value {
  margin-bottom: 24px;
  font-size: 30px;
  white-space: nowrap;
}
.page-main .graph .txt-value > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.page-main .graph .txt-value .digital-font {
  margin-left: 40px;
  font-size: 40px;
  font-family: "Noto Sans KR";
  text-align: right;
}
.page-main .graph .circle {
  width: 300px;
  line-height: 300px;
  text-align: center;
  position: relative;
}
.page-main .graph .circle #percent {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  font-size: 100px;
}
.page-main .graph .lined-circle {
  stroke: #4CC790;
  fill: none;
  stroke-width: 2.8;
  stroke-linecap: round;
  animation: progress 3s ease-out forwards;
}
.page-main .graph .dashed-circle {
  stroke: #4CC790;
  fill: none;
  stroke-width: 0.1;
  stroke-dasharray: 0.5;
}
@keyframes progress {
  0% {
    stroke-dasharray: 0 100;
  }
}

/* 리뷰섹션 */
.page-main.layer-pc .review .review-card{font-family: "Pretendard", sans-serif; font-weight: 500; width: 360px; height: auto; background-color: white; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: stretch; padding: 20px 20px; border: 1px solid #f1f3f5;}
.page-main.layer-pc .review .review-card .img-box{width: 48%; height: auto; align-content: center;}
.page-main.layer-pc .review .review-card .img-box img{width: 100%; height: 100%;}
.page-main.layer-pc .review .review-card .text-box{width: 48%; height: auto; background-color: #F7F8F8; display: flex; flex-direction: column; flex-wrap: wrap; padding: 8px; position: relative;}
.page-main.layer-pc .review .review-card .text-box .review-header{width: 100%; display: flex; flex-wrap: wrap; align-items: center; margin-bottom: 6px;}
.page-main.layer-pc .review .review-card .text-box .review-header .review-type{display: inline-block; font-size: 11px; color: white; background-color: #323529; width: auto; text-align: center; align-content: center; padding: 3px 3px; margin-right: 6px;}
.page-main.layer-pc .review .review-card .text-box .review-header .text-star{color: #b00020; align-content: center; font-size: 15px; line-height: 14px;}
.page-main.layer-pc .review .review-card .text-box .review-header .event{color: #868e96; font-size: 12px; line-height: 14px;}
.page-main.layer-pc .review .review-card .text-box .review-header .review-star{display: flex;}
.page-main.layer-pc .review .review-card .text-box .review-header .review-star .img-star{background: url(/resources/main/image/img_rating.png) no-repeat; background-position: left bottom; overflow: hidden; width: 100%;}
.page-main.layer-pc .review .review-card .text-box .review-title{font-size: 11px; color: #868e96; margin-bottom: 4px;}
.page-main.layer-pc .review .review-card .text-box .review-content{font-size:11px; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; line-height: 14px; color: #212529;}
.page-main.layer-pc .review .review-card .text-box .review-content.user{-webkit-line-clamp: 8;}
.page-main.layer-pc .review .review-card .text-box .review-content.user-content{-webkit-line-clamp: 2;}
.page-main.layer-pc .review .review-card .text-box .review-store{font-size: 11px; color: #868e96; align-content: center;}
.page-main.layer-pc .review .review-card .text-box .cut-line{border-bottom: 1px solid black; margin: 10px 0;}
.page-main.layer-pc .review .review-card .text-box .more{font-size: 10px; color: #868e96; font-weight: bold; position: absolute; right: 0; bottom: 0; padding: 10px;}

.page-main .review .section-tit, .page-main .youtube .section-tit {
  margin-bottom: 0;
}
.page-main .review .txt-box, .page-main .youtube .txt-box {
  margin-bottom: 24px;
}
.page-main .review .txt-box .section-tit {
  font-family: "Noto Sans KR";
}
.page-main .review .content-box {
  position: relative;
}
.page-main .review .card {
  width: 330px;
  height: 218px;
  padding: 12px 20px;
  border: 1px solid #DFDFDF;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  box-sizing: border-box;
  align-items: normal;
}
.page-main .review .card img {
  width: 100px;
  height: 100px;
  border-radius: 4px;
}
.page-main .review .card .top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-bottom: 16px;
  border-bottom: 1px solid #000;
}
.page-main .review .card .top .top-left{display: flex; flex-direction: column; width: 70%; height: 100%; justify-content: space-around;}
.page-main .review .card .top .top-left .place p{
	overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 34px;
  line-height: 17px;
}
.page-main .review .card .top .date {
  color: #666;
  font-size: 12px;
}
.page-main .review .card .bottom {
  padding-top: 16px;
}
.page-main .review .card .txt {
  min-height: 32px;
  font-size: 12px;
  color: #666;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.page-main .review .card .badge {
  /* margin-bottom: 16px; */
  padding: 8px 20px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  background: #000;
  border-radius: 30px;
  width: -moz-fit-content;
  width: fit-content;
}

.page-main .review .star-rating {
  display: flex;
  width: 80px;
  height: 14px;
  margin-bottom: 10px;
}
.page-main .review .star-rating span {
  background: url(/resources/main/image/img_rating.png) no-repeat;
  overflow: hidden;
  background-position: left bottom;
  line-height: 0;
  vertical-align: top;
}
/* .page-main .review .rating {
  display: flex;
  width: 80px;
  height: 14px;
  margin-bottom: 10px;
  overflow: hidden;
  background: url(/resources/main/image/img_rating.png) no-repeat center center;
  background-position: 0 0;
}
.page-main .review .rating span {
  background-position: left bottom;
  line-height: 0;
  vertical-align: top;
} */
.page-main .youtube .content-box {
  position: relative;
}
.page-main .youtube .card {
  border: 0;
  font-size: 14px;
  cursor: pointer;
}
.page-main .youtube .card a {
  width: inherit;
}
.page-main .youtube .card img {
  border-radius: 4px;
  margin-bottom: 10px;
}
.page-main .youtube .card .youtube-title{width: 100%;}
.page-main .youtube .card .overtext {
  white-space: nowrap;
  -webkit-line-clamp: 1;
  font-weight: 500;
  
}
.page-main .youtube .card .info {
  display: flex;
  justify-content: space-between;
  margin-top: 4px;
  font-size: 12px;
  color: #666;
}
.page-main .swiper {
  width: 100%;
  height: 100%;
}
.page-main .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
}
.page-main .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.page-main .swiper-slide .main-watch {min-height: 370px;}
.page-main .swiper-pagination {
  display: none;
  bottom: -30px !important;
}
.page-main .swiper-pagination-bullet-active {
  background-color: #000;
}

.slider-box-1, .slider-box-2, .slider-box-3, .slider-box-4 {
  position: relative;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 26px !important;
  font-weight: bold;
  color: #000;
}

.swiper-button-prev {
  left: -48px !important;
}

.swiper-button-next {
  right: -48px !important;
  text-align: right;
}

.page-main .swiper-pagination.main-banner-swpage {
  display: block;
  bottom: 0 !important;
}
.swiper-button-prev.main-banner-swbtn{left: 50px !important;}
.swiper-button-next.main-banner-swbtn{right: 50px !important;}
.swiper-button-prev.main-banner-swbtn::after,
.swiper-button-next.main-banner-swbtn::after {
  font-size: 50px !important;
  font-weight: lighter;
  color: #fff;
}

.circle_progress {
  position: relative;
  width: 180px;
  height: 180px;
  margin-top: 40px;
}
.circle_progress:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  border: 10px solid #fff;
  box-sizing: border-box;
  content: "";
}
.circle_progress .left, .circle_progress .right {
  position: absolute;
  top: 0;
  width: 90px;
  height: 180px;
  overflow: hidden;
  z-index: 10;
}
.circle_progress .left .bar, .circle_progress .right .bar {
  position: absolute;
  top: 0;
  width: 90px;
  height: 180px;
  border: 10px solid #03c75a;
  box-sizing: border-box;
}
.circle_progress .left {
  left: 0;
}
.circle_progress .left .bar {
  left: 90px;
  border-top-right-radius: 180px;
  border-bottom-right-radius: 180px;
  border-left: 0;
  transform-origin: center left;
}
.circle_progress .right {
  right: 0;
}
.circle_progress .right .bar {
  right: 90px;
  border-top-left-radius: 180px;
  border-bottom-left-radius: 180px;
  border-right: 0;
  transform-origin: center right;
}
.circle_progress .value {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  font-size: 40px;
  font-weight: bold;
  line-height: 180px;
  text-align: center;
  position: absolute;
}

#video-container {
  width:800px;
  height: 450px;
  position: relative;
  margin: 0 auto;
}

#video {
  width: 100%;
  height: 100%;
}

#scrollTopBtn {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 1200;
  display: none;
  align-items: center;
  justify-content: center;
  width: 37px;
  height: 37px;
  font-size: 22px;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  outline: 0;
  border: 0;
  background: rgba(0, 0, 0, 0.5);
}

/* 리미티드 컬렉션*/
.page-main.page-limit .section-tit{font-family: 'Noto Sans KR'; font-weight: 800; margin-bottom: 40px;}

.page-main.page-limit .inner.limited-collection{width: 800px}
.page-main.page-limit .limited-collection .limited-box{width:100%; display: flex;  margin-bottom: 20px;}
.page-main.page-limit .limited-collection .limited-box .limited-search{cursor: pointer; width:140px;  flex-wrap: wrap;}
.page-main.page-limit .limited-collection .limited-box .limited-search img{width:120px; max-height: 220px; /*border: 1px solid #d1d1d1; border-radius: 50%;*/}
.page-main.page-limit .limited-collection .limited-box .limited-search p{margin-top: 15px; text-align: center; font-family: "Noto Sans KR"; font-size: 18px; font-weight: 700; width: 100%;}


.page-main .banner .swiper-wrapper .swiper-slide a{width: 100%;}

.page-main.page-limit .himall-brand .limited-brand{width:235px; flex-wrap: wrap;}
.page-main.page-limit .himall-brand .limited-brand a{width:100%; height: auto; border-radius: 0; border: 0;}
.page-main.page-limit .himall-brand .limited-brand a img{width: 100%;}
.page-main.page-limit .himall-brand .limited-brand p{font-family: 'Noto Sans KR'; width: 100%; text-align: center; margin-top: 8px;}
.page-main.page-limit .himall-brand .limited-brand p.brand-name{font-size: 22px; font-weight: 700;}
.page-main.page-limit .himall-brand .limited-brand p.brand-description{font-size: 14px; color: gray; font-weight: 300;}
/*.page-main.page-limit .himall-brand .brandSwiper{display: flex; justify-content: center;}*/
/*.page-main.page-limit .himall-brand .swiper-wrapper{justify-content: center;}*/

.page-main.page-limit .himall-brand .brand-box{display: none; width: 100%;}
.page-main.page-limit .himall-brand .brand-box .brand-list{display: flex; flex-wrap: wrap; justify-content: space-between; width: 100%;}
.page-main.page-limit .himall-brand .brand-box .brand-list .limited-brand{width:49%; margin-bottom: 10px; }
.page-main.page-limit .himall-brand .brand-box .brand-list .limited-brand a{width:100%; height: auto; border: 1px solid #d1d1d1; display: block;}
.page-main.page-limit .himall-brand .brand-box .brand-list .limited-brand p{margin-top:5px; text-align: center; width: 100%;}
.page-main.page-limit .himall-brand .brand-box .brand-list .limited-brand p.brand-name{font-size: 16px; font-weight: bold}
.page-main.page-limit .himall-brand .brand-box .brand-list .limited-brand p.brand-description{font-size: 12px;}

.page-main.page-limit .himall-layer{font-family: "Noto Sans KR";}
.page-main.page-limit .himall-layer .product-box .product-list .item .img-box img{height: auto;}
.page-main.page-limit .himall-layer .sort-box .product-cnt .searchSort{display: none; height: 35px; padding: 5px 5px 5px 10px; border: 1px solid #ebebeb; background: white; border-radius: 1px; font-size: 14px; font-weight: 500;}





@media screen and (max-width: 1024px) {
  .inner {
    width: unset;
    margin: unset;
  }
  .banner {
   /*  height: 275px !important;
    padding: 0 20px; */
  }
  .banner .txt p:nth-child(1) {
    font-size: 24px !important;
    font-weight: 500;
  }
  .banner .txt p:nth-child(2) {
    margin-top: 12px;
    font-size: 40px !important;
  }
  /* .footer .top, .footer .bottom {
    padding: 20px 30px;
  } */
  .swiper-button-prev, .swiper-button-next {
    display: none !important;
  }
  .swiper-button-prev.main-banner-swbtn,
  .swiper-button-next.main-banner-swbtn{display: block !important; }
  .swiper-pagination {
    display: block !important;
  }
  .page-main .brand .swiper-button-prev, .page-main .brand .swiper-button-next {
    display: block !important;
  }
  .page-main .brand .swiper-wrapper {
    gap: 0 !important;
  }
  .page-main .brand .swiper-button-prev {
    left: -10px !important;
  }
  .page-main .brand .swiper-button-next {
    right: -10px !important;
  }
  .page-main .graph .name {
    font-size: 14px;
  }
  .page-main .graph .txt-value {
    font-size: 18px;
  }
  .page-main .graph #mychart {
    width: 500px;
  }
  .page-main .circle_progress {
    margin: 40px 0 0 0;
  }
  #video-container {
  height: 56vw;
  }


  .page-main.page-limit .limited-collection .limited-box .limited-search{width:19%;}
}
@media screen and (max-width: 768px) {
 /*  .footer .top, .footer .bottom {
    flex-direction: column;
  }
  .footer .top .right, .footer .bottom .right {
    margin-top: 24px;
  } */
  .page-main .section-tit {
    font-size: 24px;
  }
  .page-main .section-tit-sub {
    display: flex;
    align-items: center;
    justify-self: center;
    font-size: 14px;
    display: flex;
  }
  .page-main .section-tit-sub i {
    margin-bottom: -4px;
  }
  .page-main .banner {
    /* background-image: url(/resources/main/image/banner01_tablet.jpg);
    padding: 30px; */
  }
  /* .page-main .header {
    padding: 20px;
  }
  .page-main .header .logo {
    position: static;
    transform: unset;
  }
  .page-main .header .sns, .page-main .header .right {
    display: none;
  }
  .page-main .header .resposive-menu {
    display: flex !important;
  }
  .page-main .header .bottom {
    padding-top: 10px;
    height: 48px;
    gap: 24px;
  }
  .page-main .header .bottom a {
    white-space: nowrap;
  } */
  .page-main .brand .swiper-wrapper {
    gap: 0 !important;
  }
  .page-main .brand .swiper-slide a {
    width: 120px !important;
    height: 120px !important;
  }
  .page-main .brand .swiper-button-prev {
    left: -20px !important;
  }
  .page-main .brand .swiper-button-next {
    right: -20px !important;
  }
  .page-main .brand .swiper-pagination {
    display: none !important;
  }
  .page-main .graph {
    margin: 24px -15px 0;
    padding: 24px 20px !important;
  }
  .page-main .graph .inner {
    flex-direction: column;
  }
  .page-main .graph .container-left {
    width: unset !important;
  }
  .page-main .graph .container-left .item-watch{width: 50%;}
  .page-main .graph .container-left .digital-font {
    width: 150px !important;
  }
  .page-main .graph .container-right {
    margin-left: 0;
    margin-top: 40px;
  }
  .page-main .graph .circle_progress {
    position: relative;
    width: 100px;
    height: 100px;
    margin: 0;
  }
  .page-main .graph .circle_progress .left, .page-main .graph .circle_progress .right {
    width: 50px;
    height: 100px;
  }
  .page-main .graph .circle_progress .left .bar, .page-main .graph .circle_progress .right .bar {
    width: 50px;
    height: 100px;
  }
  .page-main .graph .circle_progress .left .bar {
    left: 50px;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
  }
  .page-main .graph .circle_progress .right .bar {
    right: 50px;
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
  }
  .page-main .graph .circle_progress .value {
    width: 100px;
    height: 100px;
    line-height: 100px;
    font-size: 20px;
  }
  .page-main .graph #mychart {
    width: 300px;
    height: 400px;
  }
  .page-main #video-container {
    height: 47vw;
  }

  .page-main.page-limit .section-tit{margin-bottom: 20px;}
  .page-main.page-limit .inner.limited-collection{width: 100%;}
  .page-main.page-limit .limited-collection .limited-box {margin-bottom: 0;}
  .page-main.page-limit .limited-collection .limited-box .limited-search p{font-size: 16px;}

  /*.page-main.page-limit .himall-brand .slider-box-4{display:none;}*/
  .page-main.page-limit .himall-brand .brand-box{display:block;}

  .page-main.page-limit .himall-brand .limited-brand{padding-bottom: 10px; border-bottom: 1px solid #ebebeb;}
  .page-main.page-limit .himall-brand .limited-brand a{width: 100% !important; height: auto !important;}
  .page-main.page-limit .himall-brand .limited-brand p{margin-top: 5px;}
  .page-main.page-limit .himall-brand .limited-brand p.brand-name{font-size: 16px; font-weight: bold;}
  .page-main.page-limit .himall-brand .limited-brand p.brand-description{font-size: 12px;}

  .page-main.page-limit .himall-brand .swiper-button-prev{display: block !important; left: 15px !important;}
  .page-main.page-limit .himall-brand .swiper-button-next{display: block !important; right: 15px !important;}
  .page-main.page-limit .himall-brand .swiper-button-prev::after{color: gray; font-weight: lighter;}
  .page-main.page-limit .himall-brand .swiper-button-next::after{color: gray; font-weight: lighter;}

  .page-main.page-limit .himall-layer .sort-box .product-cnt .searchSort{display: block;}
  .page-main.page-limit .product-layer.himall-layer .product-box .product-list .product.item .img-box{height: auto;}
  .page-main.page-limit .product-layer.himall-layer .product-box .product-list .product.item .img-box .product-gubun-mini{width: auto;}
}
@media screen and (max-width: 480px) {
/*   .page-main .header .bottom {
    display: none;
  } */
  .page-main .banner {
    /* height: 200px !important;
    background-image: url(/resources/main/image/banner01_mobile.jpg); */
  }
  .page-main .banner .txt {
    white-space: nowrap;
  }
  .page-main .banner .txt br {
    display: block;
  }
  .page-main .banner .txt p:nth-child(1) {
    font-size: 15px !important;
  }
  .page-main .banner .txt p:nth-child(2) {
    margin-top: 8px;
    line-height: 1.3;
    font-size: 30px !important;
  }
  .page-main .section {
    padding: 28px 0;
  }
  .page-main .txt-box p {
    margin-top: 8px;
  }
  .page-main .section-tit {
    margin-bottom: 24px;
  }
  .page-main .section-tit-sub {
    margin-top: 10px;
  }
  .page-main .brand .swiper-wrapper {
    gap: 0 !important;
  }
  .page-main .brand .swiper-slide a {
    width: 90px !important;
    height: 90px !important;
  }
  .page-main .brand .swiper-button-prev {
    left: -10px !important;
  }
  .page-main .brand .swiper-button-next {
    right: -10px !important;
  }
  .page-main .graph .item-watch img {
    width: 140px;
  }
  .page-main .graph .item-watch .name {
    font-size: 14px;
  }
  .page-main .graph .txt-box {
    margin-bottom: 10px;
  }
  .page-main .graph .container-left {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    width: 100% !important;
  }
  .page-main .graph .digital-font {
    font-size: 30px !important;
    margin-left: unset !important;
  }
  .page-main .review .card img {width:30%; }
  .page-main #video-container {
  	width: 100%;
    height: 56.25vw;
    /* margin: 0 -20px; */
  }
  .main-pop {
	  /* Close 작업이 되어 있지 않기 때문에  임의로 Display:none 처리 해두었습니다. 
	  작업하실때 지우시고 작업부탁드립니다. */
	  display: none; 
	  position: fixed;
	  left:0;
	  top: 0;
	  z-index: 2;
	  width: 100vw;
	  height: 100vh;
	  background: rgba(0,0,0,0.5);
  }
  .main-pop.popup1 {left:0; z-index: 10;}
  .main-pop.popup2 {left:0; z-index: 9;}
  .main-pop.popup3 {left:0; z-index: 8;}
  .main-pop a { 
    width: 90%;
    height: 50%;
    border-radius: 20px;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 35%;
  }
  .main-pop .option { 
    display: none;
  }
  .main-pop .option.responsive  {
    display: flex;
    width: 90%;
    margin: 0 auto;
    padding: 16px 0;
    color: #fff;
    background: none;
  }
  .main-pop .option.responsive i { margin-right: 2px; }
  .main-pop .option button { 
    font-size: 16px;
    color: #fff; border: none; 
  }
  #scrollTopBtn { display: flex; }

  /* 리미티드컬렉션 */
  .page-main.page-limit .limited-collection{padding-bottom:28px;}
  .page-main.page-limit .limited-collection .limited-box .limited-search img{width: 80%;}
  .page-main.page-limit .limited-collection .limited-box .limited-search p{font-size: 11px;}

  .page-main.page-limit .himall-brand .brand-box .brand-list .limited-brand{border-bottom: 1px solid #ebebeb; margin-bottom: 30px; padding-bottom:10px;}
}