@charset "utf-8";

* {
    margin: 0;
    padding: 0;
    color: black;
    text-decoration: none;
    text-align: center;
    font-family: 'Noto Sans KR', sans-serif;
}
li {
    list-style: none;
    float: left;
}
.hidden {
    visibility: hidden;
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
}




/*콘텐츠 영역*/
#contentwrap {
    width: 100%;
    height: 100%;
    position: relative;
/*    background-color: antiquewhite;*/
}


/*메인배너 슬라이드 영역*/
#main_banner {
    width: 100%;
    height: 620px;
    margin: 0 auto;
}

#main_banner > div {
    min-width: 1024px;
    height: 620px;
    margin: 0 auto;
    overflow: hidden;
}
#main_slide {
    width: 100%;
    height: 620px;
}

#slide {
    width: 300%;
    height:620px;
    position: relative;
    left: 0;
/*    animation: slide 18s infinite;*/
}

/*
@keyframes slide {
  0% {left:0;}
  20% {left: 0;}
  33% {left: -100%;}
  53% {left: -100%;}
  66% {left: -200%;}
  86% {left: -200%;}
}
*/

#slide > li {
  width: 33.333%;
  height: 620px;
  float: left;
  overflow: hidden;
}

#slide > li > a {
  display: block;
  width: 2000px;
  height: 620px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
    cursor: inherit;
}
/***********
min-width 설정 안됨 해결법
이미지를 <img>로 사용해서 a태그의 값을 지정해 줘야 함. display:block; 이미지의 width, height; 중앙정렬/
상위 li태그에 overflow:hidden;
***********/





/*메인배너 버튼 영역*/
#main_banner > div {
  position: relative;
}

#main_banner > div > span {
  display: block;
  width: 20px;
  height: 35px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

/*이전버튼*/
.prev {
  left: 2%;
}
.prev > img {
  transform: rotate(180deg);
}
/*다음버튼*/
.next {
  right: 2%;
}
.next > img {
}






/*배송알림 배너 영역*/
#inform_banner {
    width: 100%;
    height: 90px;
    background-color: #fff;
    color: #fff;
    margin: 0 auto;
}
/*배너 바탕*/
#inform_banner_bg {
    min-width: 1024px;
}
#inform_banner_bg > li:nth-child(1) {
    width: 50%;
    height: 90px;
    background-color: #5a3822;
}
/*배너 내용*/
#inform {
    width: 1024px;
    height: 90px;
    float: right;
    transform: translateX(50%);
}
#inform > li{
    height: 90px;
    letter-spacing: -1px;
}
#inform > li a, strong {
    color: #fff;
}
#inform > li:nth-child(1){
    width: 512px;
    height: 90px;
    float: left;
    font: 400 22px/1 'Noto Sans KR';
    color: #fff;
}
#inform > li:nth-child(1) span {
    position: relative;
    top: 20px;left: -10px;
}
#inform > li:nth-child(2) strong {
    font: 600 18px/2.2 'Noto Sans KR';
    color: #5a3822;
    position: relative;
    top: 5px;
    
}
#inform > li:nth-child(2){
    width: 512px;
    height: 90px;
    color: #fff;
    font: 400 14px/1.2 'Noto Sans KR';
    color: #5a3822;
}



/*네스프레소 소개 영역*/
#nesintro_banner {
    width: 100%;
    height: 450px;
}
#nesintro_banner > div {
    min-width: 1024px;
    height: 450px;
    margin: 0 auto;
}
#nesintro_banner > div a {
    width: 100%;
    height: 450px;
    display: block;
    background: url(../images/00_banner_7.jpg)center no-repeat;
}






/*배너 4종 영역*/
#nes_banner {
    width: 100%;
    margin: 0 auto;
    padding: 30px 0;
    background-color: rgba(225, 224, 222, 0.5);
}
#nes_banner > ul {
    width: 1024px;
    height: 278px;
    margin: 0 auto;
}
#nes_banner > ul:last-child {
    height: 270px;
}
#nes_banner > ul > li{
    background-color: #111;
    transition: all 0.5s ease-in-out;
}
#nes_banner_1{
    width: 422px;
    height: 270px;
}
#nes_banner_2{
    width: 594px;
    height: 270px;
    float: right;
}
#nes_banner_3{
    width: 594px;
    height: 270px;
    float: left;
}
#nes_banner_4{
    width: 422px;
    height: 270px;
    float: right;
    
}
#nes_banner a {
    transition: all 0.5s ease-in-out;
}
#nes_banner a:hover {
    opacity: 80%;
    transition: all 0.5s ease-in-out;
}



/*웰컴오퍼 배너 영역*/
#welcome_banner {
}
#welcome_banner > div {
    min-width: 1024px;
    margin: 0 auto;
}
#welcome_banner > div a {
    width: 100%;
    height: 450px;
    margin: 0 auto;
    display: block;
    background: url(../images/00_banner_2.jpg) center no-repeat;
/*    background-color: antiquewhite;*/
}


/*네스프레소 인스타그램 영역*/
#instagram {
    width: 100%;
    height: 370px;
    padding-top: 20px;
    background-color: rgb(232, 226, 213);
}

#instagram > h3 {
    width: 1024px;
    text-align: left;
    font: 300 22px/1 'Noto Sans KR';
    margin: 0 auto;
}
#instagram > h3 > strong {
    text-align: left;
    font: 700 22px/1.5 'Noto Sans KR';
    color: #000;
}

#instagram > ul {
    width: 1024px;
    height: 250px;
    background-color: rgb(232, 226, 213);
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}
#instagram > ul > li{
    width: 250px;
    height: 250px;
    overflow: hidden;
}
#instagram > ul > li a{
    display: block;
    transition: all 0.5s ease-in-out
}
#instagram  a:hover{
    transform: scale(1.1);
    transition: all 0.5s ease-in-out;
}


