/* BASIC css start */
@import url('https://fonts.googleapis.com/css2?family=Arya:wght@400;700&display=swap');


#wrap {
    overflow: hidden;
}
#main_visual {
    width: 100%;
    margin-top: 85px;
}

#main_visual img {
    width: 100%;
}

#maintop_container {
    position: relative;
    width: 100%;
}

#main_visual .swiper-container {
    width: 100% !important;
    overflow: visible;
}

#main_visual .swiper-wrapper {
    width: 100% !important;
    overflow: hidden;
}

#main_visual .swiper-pagination {
    display: block;
    position: absolute !important;
    left: 0 !important;
    bottom: -20px !important;
    width: 100% !important;
    text-align: center;
}


.main_txt {
    position:absolute;
    width:90%;
    bottom:70px;
    left:50%;
    display:inline-block;
    transform: translateX(-50%);  
    text-align:left;
}

.main_txt h3 {
    text-align:left;
    font-size: 21px;
    padding-top:5px;
}

.main_txt p{
    text-align:left;
    font-size: 15px;
}

.white {
    color:#fff;
}

.black, .black h3 {
    color: #000;
}


.benefit {
    display: block; width: 100%; margin: 30px auto
}

.benefit h2 {
    margin: 0 0 30px 20px;
    font-size: 18px;
    color: #000;
}

.benefit a{
    display: inline-block;
    width: 100%;
    height: 100%;
    border-top:1px solid #000;
    border-bottom: 1px solid #000;
    box-sizing: border-box;
}

.benefit a img{
    width:100%
}

.collection{
    width:100%;
    position:relative;
}

.collection h2{
    font-size: 18px;
    line-height:24px;
    margin: 0 0 30px 20px;
    color: #000;
}

.collection a {
    display: inline-block;
    width: 100%;
    height: 100%;
    border-top:1px solid #000;
    border-bottom: 1px solid #000;
    box-sizing: border-box;
}

.collection a img{
    width:100%
}

div.about {
   width: 90%;
   margin:0 auto;
   background: #fff;
   padding-bottom:50px;  
}

div.about a{
   display:block;
   width: 110px;
   margin: 30px auto 0; 
   text-align:center;   
}

p.txt1 {
   padding: 50px 0 30px 0;
   font-size: 18px;
   text-align: center;
}

p.txt2 {
   line-height: 21px;
   font-size: 13px;
   text-align: center;
   overflow:hidden;
}

p.txt3 {
   display:inline-block;
   font-size: 13px;
   text-decoration:underline;
}





.tab-content {
    display:flex;
    position: relative;
    width: 100%;
    margin: 0 auto;
    background: #fff;
    color: #000;
    border-top:1px solid #000;
    box-sizing: border-box;

}

.tab-content p {
    line-height: 1.9;
}

.tab-content > div {
    z-index: 2;
    width: 100%;
    top: 0;
    left: 0;
    background: #fff;
    box-sizing: border-box;
}

.product_swiper_wrap {
    margin: 0px auto;   
    width: 100%;
    border-top:1px solid #000;
    box-sizing: border-box;   
}

.tab-content .swiper-slide.swiper-slide-active {
    width: 50% !important;
    margin-right:0 !important;
}

.tab-content .swiper-slide.swiper-slide-next {
    width: 50% !important;
    margin-right:0 !important;    
    border-left:1px solid #000;
}

.mdpick_bn {
    display:block;
    width:100%;
    border-bottom:1px solid #000;
    box-sizing: border-box;
}

.mdpick_tit {
    display:block;
    width:100%;  
}

.mdpick_tit p {
   display:block;
   padding: 0 0 30px 20px;
   font-size:13px;
   color: #1c1c1c; 
   line-height: 19px;
}

.mdpick_tit a{
    display:inline-block;
    text-decoration: underline;
}


.new_bn {
    display:block;
    width:100%;  
}

.new_tit {
    display:block;
    width:100%;
    border-top:1px solid #000;
    box-sizing: border-box;
}

.new_tit p {
   display:block;
   padding: 0 0 30px 20px;
   font-size:13px;
   color: #1c1c1c;
   line-height: 19px; 
}

.new_tit a{
    display:inline-block;
    text-decoration: underline;
}

.product_swiper_wrap h2{
    padding: 30px 0 10px 20px;
    font-size: 18px;
    color: #000;    
}

.product_swiper_wrap .swiper-slide .thumb a {
    position: relative;
    display: block;
}

.product_swiper_wrap .swiper-slide .thumb a .soldout_wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
}

.product_swiper_wrap .swiper-slide .thumb a .soldout_wrap .soldout_txt {
    display: inline-block;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    position: absolute;
    left: 50%;
    margin-left: -38px;
    top: 50%;
    margin-top: -8px;
}


.product_swiper_wrap .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 0 !important;
}

.product_swiper_wrap .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 0 !important;
}

.product_swiper_wrap .swiper-pagination-bullet {
    width: 20px !important;
    height: 8px !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0 !important;
    opacity: 1 !important;
    opacity: 1 !important;
    background: #f5f5f5 !important;
    
}

.swiper-pagination-bullet-active {
   background: #333 !important;
}

.product_swiper_wrap .swiper-container2 {
    width: 100% !important;
    position: relative; 
    overflow: hidden;
}

.product_swiper_wrap .swiper-container3 {
    width: 100% !important;
    position: relative;
    overflow: hidden;
    margin: 28px auto;
}


.product_swiper_wrap .swiper-container2 h3 {
    font-size: 20px;
    color: #000;
    font-weight: bold;
    text-align: center;
    margin-bottom: 38px;
}

.product_swiper_wrap .swiper-container3 h3 {
    font-size: 20px;
    color: #000;
    font-weight: bold;
    text-align: center;
    margin-bottom: 38px;
}

.swiper-container {
    width: 100%;
    margin-top: 0;
}

.swiper-slide {
    position:relative;
    text-align: center;
    font-size: 12px;
}

.product_swiper_wrap .swiper-container {
    width: 1200px !important;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 45px;
}

.swiper-container {
    width: 100%;
    margin-top: 0;
}

.swiper-pagination-bullet {
    width:8px !important;
    height:8px !important;   
}

.product_swiper_wrap .swiper-button-next,
.swiper-button-prev {
    height: 15px !important;
}


.swiper-button-next:after {
    display:none;
}

.swiper-button-prev:after {
    display:none;
}

.product_swiper_wrap .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background: url(//garnethomme.jpg3.kr/2025_renewal/icon/next_arrow.png) center center no-repeat !important;
    height:50px !important;
    right: 10px !important;
     top:45% !important;
}

.product_swiper_wrap .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background: url(//garnethomme.jpg3.kr/2025_renewal/icon/prev_arrow.png) center center no-repeat !important;
    height:50px !important;
    left: 10px !important;
    top:45% !important;
}

.product_swiper_wrap .swiper-pagination {
    display: none;
    bottom: 0 !important;
    position: static !important;
    width: auto !important;
    margin-top: 30px;
}

.product_swiper_wrap .swiper-container1 .swiper-wrapper .thumb img {
    width: 100%;
}

.product_swiper_wrap .swiper-container2 .swiper-wrapper .thumb img {
    width: 100%;
}

.product_swiper_wrap .swiper-container3 .swiper-wrapper .thumb img {
    width: 100%;
}



/*»σΗ°*/

.thumb img {
    width: 100%;
}

.thumb-wrap {
    margin-top: 10px;
}

.info {
    padding:4% 10px;
    height:80px;
}

.item {
    text-align: center;   
}

 
.listName {
    text-align: left;
    margin-top: 0;
    overflow: hidden;
    letter-spacing: -0.5px;
    font-size: 12px;
    font-weight: 300;
    font-family:'Arya';
    line-height: 4.86667vw;
    color:#8e8d8d;
}

.subname {
    color: #1b1b1b;
    line-height: 18px;
    font-size: 13px;
    font-weight: 400;   
    text-align: left;
}

.listPrice {
    font-size:13px;
    text-align: left;
    margin-bottom: 0 !important;
    font-family:'Arya';
}

.money {
   font-size:13px;
}

.price {
    text-align: left;
}

/* BASIC css end */

