@charset "utf-8"; 
ul {
  padding-inline-start: 0px;
}
.page-wrapper {
    background-color: #f0f0f0;
    padding-top:0px;
    /* padding-bottom:150px; */
}

/* 메인 슬라이드 */
.main_slide {
    width: 100vw;
    background-color: #f0f0f0;
}
.main_slide div {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.main_slide div img {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    max-height: 300px;
    cursor: pointer;
    width: 100%;
}

/*post slider*/
.post-slider{
    width: 1350px;
    margin:0px auto;
    position:relative;
    margin-top: 100px;
}
.post-slider .silder-title{
    text-align:center;
    margin:0 auto;
}
.post-slider h1 {
    font-size: 36px;
}
.post-slider h3 {
    font-size: 24px;
    margin-top:10px;
    font-weight:400;
    margin-top:5px;
}
.post-slider .next{
    position:absolute;
    top:50%;
    right:0px;
    font-size:2em;
    color:gray;
    cursor: pointer;
}
.post-slider .prev{
    position:absolute;
    top:50%;
    left:0px;
    font-size:2em;
    color:gray;
    cursor: pointer;
}
.post-slider .post-wrapper {
    width:90%;
    margin:0px auto;
    overflow: hidden;
    padding:10px 0px 10px 0px;
    margin-top: 40px;
}
.post{
    cursor: pointer;
    width:300px;
    height:auto;
    margin:0px 10px;
    display:inline-block;
    background:white;
    border-radius: 10px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.post:hover{
    background:#F8F8F8;
}

.post-info {
    height:200px;
    font-size:15px;
    height:auto;
    color: #000000;
    text-decoration: none;
    padding: 0 20px;
    
}
.post-info ul li:nth-child(1) {
    font-size: 20px;
    font-weight: 600;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 5px;
}
.post-info ul li:nth-child(2) {
    font-size: 18px;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 20px;
}



.discount_value{
    color: #D80023;
    
}

.item_price_result{
    display: flex;
    flex-direction: row;
    font-size: 24px !important;
    font-weight: bold;
}

.post_Price {
    margin-top: 10px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    font-weight: 700;
}
.post_Price div {
    margin-right: 5px;
}

/* .post_Price div:nth-child(2) {
    font-size: 16px;
} */
.post_Price div:nth-child(3) {
    font-size: 22px;
    font-weight: 600;
    color: #ff0000;
}
.post-info ul li:nth-child(4) {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 30px;
}
.post_btn {
    display: flex;
    margin-top: 20px;
}
.post_btn_cart {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  cursor: pointer;
  background-color: #c3e0fc;
}
.post_btn_purchase {
    width: 80px;
    height: 80px;
    background-color: #FF6464;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.post-slider .post-wrapper .post .slider-image {
    width:100%;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
    image-rendering: -moz-crisp-edges; /* Firefox */
    image-rendering: -o-crisp-edges; /* Opera */
    image-rendering: -webkit-optimize-contrast;/* Webkit (non-standard naming) */
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
    transition: all 0.2s linear;
    cursor: pointer;
    border-radius: 10px 10px 0 0;
}
@media (max-width: 1024px) {
    .page-wrapper {
        padding-bottom:0px;
    }
    .post-slider{
        width: 800px;
        margin:0px auto;
        position:relative;
        margin-top: 30px;
    }
    .post-info ul li:nth-child(1) {
        font-size: 16px;
    }
    .post-info ul li:nth-child(2) {
        font-size: 14px;
        
    }
    .post-slider h1 {
        font-size: 24px;
    }
    .post-slider h3 {
        font-size: 16px;
        margin-top:5px;
    }
    .post_Price div:nth-child(1) {
        font-size: 20px;
        font-weight: 600;
    }
    .post_Price div:nth-child(2) {
        font-size: 14px;
        font-weight: 600;
    }
    .post_Price div:nth-child(3) {
        font-size: 18px;
        font-weight: 600;
    }
}

@media (max-width: 768px) {
    .post-slider{
        width: 568px;
        margin:0px auto;
        position:relative;
        margin-top: 30px;
    }
    .post-slider h1 {
        font-size: 22px;
    }
    .post-slider h3 {
        font-size: 14px;
        margin-top:5px;
    }
    .post-info ul li:nth-child(1) {
        font-size: 14px;
    }
    .post-info ul li:nth-child(2) {
        font-size: 12px;
        margin-bottom: 10px;
    }
    .post_Price div:nth-child(1) {
        font-size: 18px;
        font-weight: 600;
    }
    .post_Price div:nth-child(2) {
        font-size: 12px;
        font-weight: 600;
    }
    .post_Price div:nth-child(3) {
        font-size: 16px;
        font-weight: 600;
    }
}
@media (max-width: 425px) {
    .post-slider{
        width: 325px;
        margin:0px auto;
        position:relative;
        margin-top: 30px;
    }
    .post-info ul li:nth-child(1) {
        font-size: 14px;
    }
    .post-info ul li:nth-child(2) {
        font-size: 12px;
        margin-bottom: 10px;
    }
    .post_Price div:nth-child(1) {
        font-size: 18px;
        font-weight: 600;
    }
    .post_Price div:nth-child(2) {
        font-size: 12px;
        font-weight: 600;
    }
    .post_Price div:nth-child(3) {
        font-size: 16px;
        font-weight: 600;
    }
}


.main_product {
    width: 1350px;
    height: auto;
    margin-top: 150px;
}
.main_product_title {
    margin:0 auto;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    /* margin-bottom: 70px; */
    /* padding-top: 150px; */
}
.title_line {
    width: 550px;
    height: 1px;
    background-color: #e7e7e7;
    left: 0%;
    top: 50%;
}
.title_text {
    width: 330px;
    margin: 30px;
}
.title_text h1 {
    font-size: 36px;
    margin: 0;
}
.title_text h3 {
    font-size: 24px;
    margin-top:10px;
    font-weight:400;
}
.main_product_content {
    height: auto;
    margin:0 auto;
}
.main_product_content ul {
    width: 100%;
    /* height: 400px; */
    display: flex;
    justify-content: space-between;
    padding-inline-start: 0px;
    flex-direction: column;
    /* margin-bottom: 50px; */
}
.main_product_content ul li {
    width: 250px;
    /* height: 400px; */
    position: relative;
}
.product_img {
    max-width: 300px;
    image-rendering: -moz-crisp-edges; /* Firefox */
    image-rendering: -o-crisp-edges; /* Opera */
    image-rendering: -webkit-optimize-contrast;/* Webkit (non-standard naming) */
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
    cursor: pointer;
    border: 1px solid #e7e7e7;
    border-radius: 10px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.main_product_content ul li i {
    height: auto;
    margin: 0;
    margin-bottom: 5px;
    display: block;
}


.main_product_soldout {
    width: 284px;
    height: 284px;
    position: absolute;
    z-index: 100;
    background-color: #000000;
    
    line-height: 300px;
    text-align: center;
    color: #ffffff;
    font-weight: 400;
    font-size: 50px;
    cursor: pointer;
    user-select: none;
    border-radius: 10px;
    opacity: 50%;
}
.main_product_soldout2 {
    width: 284px;
    height: 284px;
    position: absolute;
    z-index: 101;
    
    line-height: 300px;
    text-align: center;
    color: #ffffff;
    font-weight: 400;
    font-size: 40px;
    cursor: pointer;
    user-select: none;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.main_product_soldout2 img {
    width: 200px;
    height: 200px;
    image-rendering: -moz-crisp-edges; /* Firefox */
    image-rendering: -o-crisp-edges; /* Opera */
    image-rendering: -webkit-optimize-contrast;/* Webkit (non-standard naming) */
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
}
.product_1920 {
    display: block;
}
.product_1024 {
    display:none;
}
.product_768 {
    display:none;
}




/*base code*/
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  .animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
  }
  .animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
  }
  /*the animation definition*/
  @-webkit-keyframes bounceIn {
    0%, 100%, 20%, 40%, 60%, 80% {
      -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
      transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }
    0% {
      opacity: 0;
      -webkit-transform: scale3d(.3, .3, .3);
      transform: scale3d(.3, .3, .3)
    }
    20% {
      -webkit-transform: scale3d(1.1, 1.1, 1.1);
      transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
      -webkit-transform: scale3d(.9, .9, .9);
      transform: scale3d(.9, .9, .9)
    }
    60% {
      opacity: 1;
      -webkit-transform: scale3d(1.03, 1.03, 1.03);
      transform: scale3d(1.03, 1.03, 1.03)
    }
    80% {
      -webkit-transform: scale3d(.97, .97, .97);
      transform: scale3d(.97, .97, .97)
    }
    100% {
      opacity: 1;
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1)
    }
  }
  @keyframes bounceIn {
    0%, 100%, 20%, 40%, 60%, 80% {
      -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
      transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }
    0% {
      opacity: 0;
      -webkit-transform: scale3d(.3, .3, .3);
      -ms-transform: scale3d(.3, .3, .3);
      transform: scale3d(.3, .3, .3)
    }
    20% {
      -webkit-transform: scale3d(1.1, 1.1, 1.1);
      -ms-transform: scale3d(1.1, 1.1, 1.1);
      transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
      -webkit-transform: scale3d(.9, .9, .9);
      -ms-transform: scale3d(.9, .9, .9);
      transform: scale3d(.9, .9, .9)
    }
    60% {
      opacity: 1;
      -webkit-transform: scale3d(1.03, 1.03, 1.03);
      -ms-transform: scale3d(1.03, 1.03, 1.03);
      transform: scale3d(1.03, 1.03, 1.03)
    }
    80% {
      -webkit-transform: scale3d(.97, .97, .97);
      -ms-transform: scale3d(.97, .97, .97);
      transform: scale3d(.97, .97, .97)
    }
    100% {
      opacity: 1;
      -webkit-transform: scale3d(1, 1, 1);
      -ms-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1)
    }
  }
  .main_product_soldout2 {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn
  }
  


.main_pagenavi {
    width: 1350px;
    height: 100px;
    /* margin-bottom: 100px; */
    display: flex;
    justify-content: center;
    align-items: center;
}
.main_pagenavi ul {
    width: 400px;
    height: 60px;
    margin-block-start: 0px;
    margin-block-end: 0px;
    padding-inline-start: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.main_pagenavi ul li input {
    width: 40px;
    height: 40px;
    float: left;
    background-color: #ffffff;
    margin: 5px;
    border-radius: 5px;
    border: 1px solid #e7e7e7;
    font-weight: 800;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    appearance: none;
    font-size: 16px;
}
.main_pagenavi ul li input:checked {
    background-color: #0265A8;
    color: #ffffff;
}
.main_pagenavi ul li input:before {
    content: attr(label);
	display: inline-block;
	text-align: center;
	width: 100%;
}


.kakao_img img {
      cursor: pointer;
      border-radius: 50px;
      background: #FAE100;
      padding: 5px;
      width: 40px;
      height: 40px;
}

#chat-channel-button {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
}

@media (max-width: 1024px) {
    .main_pagenavi {
        width: 800px;
        height: 100px;
        margin-bottom: 100px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}
@media (max-width: 768px) {
    .main_pagenavi {
        width: 568px;
        height: 100px;
        margin-bottom: 100px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}
@media (max-width: 425px) {
    .main_pagenavi {
        width: 325px;
        height: 100px;
        margin-bottom: 100px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

.btn_mini{
    padding: 5px 10px;
    border-radius: 10px;
    background-color: #0265A8;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    font-size: 12px;
    
}
