/* slider */
.slider{
  width:100%;
  margin-bottom: 50px;
}
.slide{
  margin:auto;
  position: relative;
}
.slide ul {
  display: flex;
  transition: transform 0.5s ease-in-out;
}
.slide ul li {
  min-width: 100%;
}
.slide1{
  width:100%;
  height:915px;
  background-image: url(../img/main/care6.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.slide2{
  width:100%;
  height:915px;
  background-image: url(../img/main/care1.png);
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.slide3{
  width:100%;
  height:915px;
  background-image: url(../img/main/care2.png);
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.slide4{
  width:100%;
  height:915px;
  background-image: url(../img/main/care3.png);
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.slide5{
  width:100%;
  height:915px;
  background-image: url(../img/main/care4.png);
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.slide6{
  width:100%;
  height:915px;
  background-image: url(../img/main/care5.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-size: cover;
  overflow: hidden;
}
.slide-txt{
  color:#ffffff;
  text-align: center;
  margin-top: 350px;
}
.slide-txt p{
  font-size:24px;
  font-weight:300;
}
.slider-txt{
  font-size:24px;
  font-weight:300;
  margin-bottom:62px;
}
.slide-txt h2{
  font-size:56px;
  font-weight:700;
  margin-bottom:35px;
}
/* 진행 바의 배경 */
.progress-bar1 {
  width:280px;
  height:3px;
  background-color: #B9B9B9;
  margin:24px;
}
.slider-indicator{
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 5%;
  left: 5%;
}
.sub-btn-right{
  margin:32px;
}
/* 진행 상태를 보여줄 막대 */
.progress1 {
  height: 100%;
  width: 0%;
  background-color: #C61732;
  transition: width 0s;
}
.slider-indicator span{
  color:#ffffff;
  font-size:10px;
  font-weight:700;
  margin: 0 5px;
}
.sub-btn-right img, .sub-btn-left img{
  width:20px;
  height:20px;
}

/* best-collection */
.best-collection{
  width:100%;
}
.best-header{
  width: 100%;
  max-width: 1440px;
  margin: auto;
}
.best-header h2{
  float: left;
  font-size: 32px;
  font-weight: 600;
  margin-left: 15px;
}
.view-all {
  float: right;
  margin-right: 22px;
}
.view-all a{
  font-size:14px;
  font-weight:700;
  color:#000000;
  margin-right:10px;
}
.view-dot:hover{
  border-bottom: 1px dotted;
}
.best-arrow{
  width:14px;
  height:14px;
  display: inline-block;
  vertical-align: middle;
}

.best-list{
  width:100%;
  margin:auto;
}
.best-item{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1440px;
  margin: auto;
  justify-content: flex-start;
  margin-top: 20px;
}
.best-item li img{
  width:326px;
  height:407px;
}
.best-item li{
  width:326px;
  height:477px;
  margin: 10px 15px;
}
.best-txt{
  font-size:14px;
  color:#000000;
}
.best-Series{
  color:#EF314C;
}
.best-price{
  font-weight:700;
}
.best-title{
  margin-top:3px;
  margin-bottom:15px;
}


/* sub-ad */
.sub-ad{
  width:100%;
  margin-left:35px;
  margin-top:110px;
}
.img-box{
  width:1440px;
  height:837px;
  margin:auto;
}
.sub-ad-img1{
  width:673px;
  height:837px;
  float: left;
}
.sub-ad-img2{
  width:673px;
  height:837px;
  background-color: #C61732;
  float: left;
  margin-left:26px;
}
.sub-txt{
  color:#ffffff;
  margin: 378px 0;
  text-align: center;
}
.sub-txt h2{
  font-size:48px;
  font-weight:600;
  margin-bottom:10px;
}
.sub-txt p{
  font-size:14px;
  font-weight:500;
}


/* new */
.new{
  width:100%;
}
.new-container{
  width:1440px;
  margin:auto;
  margin-top:48px;
}
.new-content1, .new-content2, .new-content3{
  margin:0 35px;
}
.new-content1 li {
  width: 324px;
  height: 405px;
  overflow: hidden;
}
.new-content1 li img{
  width: 100%;
  height: 100%;
  transition: transform 0.4s ease-in-out;
  transform: scale(1);
}
.new-content1 li:hover img{
  transform: scale(1.1);
}
.new-header h2{
  font-size:32px;
  font-weight:600;
  margin-bottom:20px;
}
.new-content1 li{
  float:left;
  margin-left:24px;
  margin-bottom:62px;
}
.new-content1 li:nth-child(1), .new-content2 li:nth-child(1){
  margin-left:0;
}
.new-content2 li{
  float:left;
  margin-left:10px;
}
.new-txt p{
  display:inline-block;
  font-weight:700;
  margin-top:8px;
  margin-bottom:37px;
  color:#000000;
  border-bottom: 1px dotted transparent;
}
.new-txt:hover p{
  border-bottom: 1px dotted;
}

.collection{
  position: relative;
  width:100%;
  height:908px;
  background-image:url(../img/main/NewCollection.png);
  background-size: cover;
  overflow: hidden;
}
.care{
  position: relative;
  width:100%;
  height:908px;
  background-image:url(../img/main/care1-1.png);
  background-size: cover;
  overflow: hidden;
}
.care-txt, .collection-txt{
  color:#ffffff;
  text-align: center;
  margin-top: 650px;
}
.care-txt h2, .collection-txt h2{
  font-size:48px;
  font-weight:800;
  margin-bottom:8px;
}
.care-txt p, .collection-txt p{
  font-size:14px;
  font-weight:600;
}
.btn{
  display: inline-block;
  padding: 7px 4px 5px 10px;
  background-color:#ffffff;
  color:#000000;
  font-weight:500;
  border-radius:5px;
  line-height: 1.5vw;
  margin-top:30px;
}
.btn:hover{
  background-color:#000000;
  color:#ffffff;
  transition-duration: 0.7s;
}
.arrow1{
  vertical-align: middle;
  margin-bottom: 3px;
  padding:10px;
}
.btn:hover .arrow1{
  content:url(../img/icon/arrow-right_ww.png);
}



.미디어쿼리{}
/* min-width:740px */
@media only screen and (max-width: 740px) {
.best-header, .new-container, .img-box, .best-list{
  width:100%;
}
.slide-txt h2{
  font-size:7.671vw;
}
.slide-txt p {
  font-size: 3.888vw;
}
.slider-indicator {
  left: 0%;
}
.slide1, .slide3{
  background-position: 20% center;
}
.slide2, .slide5{
  background-position: center;
}
.slide4{
  background-position: center;
  background-position: 60% center;
}
.slide6{
  background-position: center;
  background-position: 45% center;
}
.sub-btn-right {
  margin: 15px;
}
.care-txt, .collection-txt {
  margin-top: 250px;
}
.collection, .care {
  height: 500px;
  background-position: center;
}
.best-header{
  width:100%;
}
.view-all {
  margin-right: 20px;
  margin-top: 10px;
}
.best-header h2 {
  margin-left: 4%;
}
.best-item li {
  width: 40vw;
  height: auto;
}
.best-item li img{
  width: 40vw;
  height: auto;
}
.best-item {
  justify-content: center;
  margin-right: 0;
}
.best-item li:nth-child(1), .best-item li:nth-child(3) {
  margin-left: 0;
}
.view-all{
  display:none;
}

/* sub-ad */
.sub-ad{
  margin-left:0;
  transition: all 0.4s ease;
}
.sub-ad-img1 {
  display: none;
}
.sub-ad-img2 {
  width:100%;
  background-image: url('../img/main/sub_ad1.png');
  background-repeat: no-repeat;
  height:auto;
  margin-left:0;
  position: relative;
  background-color: transparent;
}
.sub-txt h2 {
  font-size: 6.486vw;
}
.sub-txt p {
  font-size: 1.892vw;
}


/* new */
.new-content1{
  margin: 0 0 0 35px;
}
.new-content2{
  margin:0;
}
.new-content1 li {
  width: 40vw;
  height: auto;
  margin-bottom: 30px;
}
.new-content1 li:nth-child(1), .new-content1 li:nth-child(3){
  margin-left:0;
}
.new-txt{
  text-align:center;
}
.new-content2 li {
  width: 100%;
  margin-left:0px;
}
.min-bottom{
  margin-bottom: 40px;
}
.new-img img{
  width:100%;
  height: auto;
}


/* collection */
.collection h2, .care h2{
  font-size:6.486vw;
}
}