*{margin: 0; padding: 0; box-sizing: border-box;} /*여백없앰*/
ul,li,ol {list-style: none;} /*리스트 기호 없앰*/
img {border: none; outline: none; font-size: 0;} /*이미지 링크시 생기는 선 없앰*/
a {text-decoration: none; color: #000;} /*링크밑줄 없앰*/
li{flex: 1;} /*이미지 사이즈 어긋날때*/
address{font-style: normal;}

.topfont{padding-top: 163px; padding-left: 314px; font-family: Regular; font-size: 18pt;}
.font_title{padding-top: 24px; padding-left: 30px; font-family: Regular; font-size: 16pt; color: #333;}
.sale{padding-left: 30px; font-family: Medium; font-size: 20pt; color: #333;}
.onega{padding-left: 10px; font-family: Light; font-size: 18pt; color: #a7a7a7;}
.percent{padding-left: 10px; font-family: Regular; font-size: 20pt; color: #db3a4c;}

/* container_6_font */
.font_title6{padding-top: 19px; padding-left: 15px; font-family: Regular; font-size: 15pt; color: #333;}
.sale6{padding-left: 15px; font-family: Medium; font-size: 19pt; color: #333;}
.onega6{padding-left: 10px; font-family: Light; font-size: 17pt; color: #a7a7a7;}
.percent6{padding-left: 10px; font-family: Regular; font-size: 19pt; color: #db3a4c;}



/* section{
    font-family: Medium;
} 폰트적용할 구간*/  

@font-face {
    font-family: Medium;
    src: url(./font/Pretendard-Medium.otf);
}

@font-face {
    font-family: Regular;
    src: url(./font/Pretendard-Regular.otf);
}

@font-face {
    font-family: Light;
    src: url(./font/Pretendard-Light.otf);
}

/* https://cocoder16.tistory.com/53 폰트 적용하는 방법 링크 */



/* top_popup 상단팝업 */

.top_banner {
    position: sticky;
    top: 0px;
    z-index: 3;
}

.top_popup {
    position: relative;
    height: 79px;
    background-color: black;
}

.top_font {
    font-size: 18px;
    color: #ffffff;
    font-family: Medium;
    text-align: center;
    padding: 29px;
}

.x {
    position: absolute;
    top: 28px;  /*포지션을넣을땐 마진탑,레프트가아니라 그냥 탑레프트임*/
    left: 1602px;
}



/* header 헤더부분 */

/* top_logo 상단로고 */

.top_logo {
    height: 92px;
    text-align: center;
    line-height: 120px;
}

/* nav */

.nav_box {
    display: flex;
    gap: 10px;
    align-items: center;
    text-align: center;
    max-width: 1120px;
    margin: 0 auto;
    position: relative;
}

.nav_box>.menu_item>a {
    color: #333;
    font-family: Regular;
    font-size: 17px;
}

.menu_item {
    padding: 10px 0;
}

.hidden_nav:hover, 
.nav_box .menu_item:hover .hidden_nav {
    display: flex;
    text-align: left;
}

.hidden_nav {
    display: none;
    position: absolute;
    background-color: #fff;
    z-index: 10;
    width: 100%;
    height: 556px;
    top: 41px;    
    left: 0;
    justify-content: space-between;
}



.hidden_nav_category {
    font-size: 17px;
    font-family: Light;
    padding : 50px;
    display: flex;
    gap: 55px;
}

.hidden_nav_category>ul>li>a:hover {
    color: rgb(18, 99, 18);
}


.hidden_nav_category>ul>li:hover {
    color: rgb(18, 99, 18);
    cursor: pointer;
}

.hidden_nav_category li {
    margin-bottom: 20px;
}





/* swiper mySwiper 메인슬라이더  */
.swiper {
    width: 100%;
    height: 100%;
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }


  .swiper-button-next>img{width: 39px; padding-right: 18px;}
  .swiper-button-prev>img{width: 39px; padding-left: 18px;}
  
  .swiper-button-next::after,
  .swiper-button-prev::after {
    display: none;
  }


/* container_1 */

.container_1{
    /* width: 1920px; */
    height: 837px;
    background-color: #ffffff;
}

.bigbox1{
    width: 1300px;
    margin: 0 auto;
    display: flex;
    gap: 35px;
}

.best{
    font-family: Light;
    font-size: 30px;
    padding: 133px 0 39px 314px;
}

/* container_1 상품들 호버시*/

.bigbox1>li{cursor: pointer;}

/* .bigbox1_box1 */

.bigbox1_box1{
    position: relative;
    width: 100%;
    height: 530px;
}



.bigbox1_box1:hover:after {
    opacity: 1;
}

.bigbox1_box1:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    border: 1px solid green;
    width: calc(100% - 1px);
    height: 100%;
    opacity: 0;
    z-index: 2;
    transition: opacity .3s;
    border-radius: 17px;
}



/* .bigbox1_box2 */

.bigbox1_box2{
    position: relative;
    width: 100%;
    height: 530px;
}



.bigbox1_box2:hover:after {
    opacity: 1;
}

.bigbox1_box2:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    border: 1px solid green;
    width: calc(100% - 1px);
    height: 100%;
    opacity: 0;
    z-index: 2;
    transition: opacity .3s;
    border-radius: 17px;
}




/* .bigbox1_box3 */

.bigbox1_box3{
    position: relative;
    width: 100%;
    height: 530px;
}



.bigbox1_box3:hover:after {
    opacity: 1;
}

.bigbox1_box3:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    border: 1px solid green;
    width: calc(100% - 1px);
    height: 100%;
    opacity: 0;
    z-index: 2;
    transition: opacity .3s;
    border-radius: 17px;
}





/* container_3 */


/* 상단폰트 */
.container_3 div {
    display: flex;
}

/* 이미지들 */
.bigbox3_first{
    width: 1300px;
    height: 1349px;
    padding-top: 39px;
    padding-bottom: 162px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 55px;
}

/* 이미지호버시 */

.bigbox3 {
    position: relative;
}

.bigbox3_first>li{
    cursor: pointer;
}

.bigbox3:hover:after {
    opacity: 1;
}

.bigbox3:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    border: 1px solid green;
    width: calc(100% - 1px);
    height: 100%;
    opacity: 0;
    z-index: 2;
    transition: opacity .3s;
    border-radius: 17px;
}


.ct3_box1 img{
    width: 100%;
    border-top-left-radius: 18px;
}

.ct3_box2 img{
    width: 100%;
    border-top-left-radius: 18px;
}

.ct3_box3 img{
    width: 100%;
    border-top-left-radius: 18px;
}

.ct3_box4 img{
    width: 100%;
    border-top-left-radius: 18px;
}

.ct3_box5 img{
    width: 100%;
    border-top-left-radius: 18px;
}

.ct3_box6 img{
    width: 100%;
    border-top-left-radius: 18px;
}





/* container_4 */

.container_4{
    /* width: 1920px; */
    height: 1457px;
    background-color: #eee;
}

.bigbox4_first{
    width: 1300px;
    height: 1063px;
    padding-top: 39px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 31px;
}


/* 이미지 호버시 커지는부분 */

/* img1 */
.bigbox4_first>.bigbox4_box1>a {
    width: 631px;
    height: 382px;
    display: block;
    overflow: hidden;
    border-radius: 25px;
}

.bigbox4_first>.bigbox4_box1>a:hover img{
    transform: scale(1.08);
}

.bigbox4_first>.bigbox4_box1>a>img{
    transform: scale(1);
    transition: all 0.4s;
}


/* img2 */
.bigbox4_first>.bigbox4_box2>a {
    width: 631px;
    height: 382px;
    display: block;
    overflow: hidden;
    border-radius: 25px;
}

.bigbox4_first>.bigbox4_box2>a:hover img{
    transform: scale(1.08);
}

.bigbox4_first>.bigbox4_box2>a>img{
    transform: scale(1);
    transition: all 0.4s;
}


/* img3 */
.bigbox4_first>.bigbox4_box3>a {
    width: 631px;
    height: 382px;
    display: block;
    overflow: hidden;
    border-radius: 25px;
}

.bigbox4_first>.bigbox4_box3>a:hover img{
    transform: scale(1.08);
}

.bigbox4_first>.bigbox4_box3>a>img{
    transform: scale(1);
    transition: all 0.4s;
}



/* img4 */
.bigbox4_first>.bigbox4_box4>a {
    width: 631px;
    height: 382px;
    display: block;
    overflow: hidden;
    border-radius: 25px;
}

.bigbox4_first>.bigbox4_box4>a:hover img{
    transform: scale(1.08);
}

.bigbox4_first>.bigbox4_box4>a>img{
    transform: scale(1);
    transition: all 0.4s;
}






.container_4_font_box {
    width: 632px;
    height: 98px;
    margin-top: 1px;
    background-color: #fff;
    border-radius: 18px;
}

/* 폰트 */
.container_4_font_title {
    padding-top: 21px;
    padding-left: 22px;
    font-family: Medium;
    color: #333;
    font-size: 16pt;
}
.container_4_font_sub {
    padding-top: 6px;
    padding-left: 22px;
    font-family: Medium;
    color: #bfbfbf;
    font-size: 14pt;
}

/* container_5 */
.container_5{
    width: 100%;
}



/* container_6 */

.bigbox6_first{
    width: 1295px;
    padding-top: 39px;
    padding-bottom: 162px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 31px;
}

.bigbox6_first>li{
    cursor: pointer;
}


/* 이미지호버시 */

.bigbox6 {
    position: relative;
    width: 100%;
    height: 530px;
}

.bigbox6:hover:after {
    opacity: 1;
}

.bigbox6:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    border: 1px solid green;
    width: calc(100% - 1px);
    height: 100%;
    opacity: 0;
    z-index: 2;
    transition: opacity .3s;
    border-radius: 14px;
}

.ct6_box1 img{
    width: 100%;
    border-top-left-radius: 18px;
}

.ct6_box2 img{
    width: 100%;
    border-top-left-radius: 18px;
}

.ct6_box3 img{
    width: 100%;
    border-top-left-radius: 18px;
}

.ct6_box4 img{
    width: 100%;
    border-top-left-radius: 18px;
}

.ct6_box5 img{
    width: 100%;
    border-top-left-radius: 18px;
}

.ct6_box6 img{
    width: 100%;
    border-top-left-radius: 18px;
}

.ct6_box7 img{
    width: 100%;
    border-top-left-radius: 18px;
}

.ct6_box8 img{
    width: 100%;
    border-top-left-radius: 18px;
}


/* container_7 */

.container_7 {
    width: 100%;
    background-color: #eee;
}

.bigbox7{
    width: 1300px;
    padding-top: 39px;
    padding-bottom: 162px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 31px;
}


/* 마우스호버 */

.bigbox7>li{
    cursor: pointer;
}

.hiddenbox7_1{
    display: none; 
}

.bigbox7_box1:hover .hiddenbox7_1{
    display: inline-block
}

.bigbox7_box1:hover .nohiddenbox7_1{
    display: none;
}




.hiddenbox7_2{
    display: none; 
}

.bigbox7_box2:hover .hiddenbox7_2{
    display: inline-block
}

.bigbox7_box2:hover .nohiddenbox7_2{
    display: none;
}





.hiddenbox7_3{
    display: none; 
}

.bigbox7_box3:hover .hiddenbox7_3{
    display: inline-block
}

.bigbox7_box3:hover .nohiddenbox7_3{
    display: none;
}



/* container_8 */

.buttomfont{
    padding-top: 12px;
    padding-left: 314px;
    font-family: Regular;
    font-size: 16pt;
    color: #333;}


.bigbox8{
    width: 1300px;
    margin: 0 auto;
    padding-top: 55px;
    padding-bottom: 138px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 31px;
    text-align: center;
}


.b8_font_title{
    padding-top: 10px;
    font-family: Medium;
    color: #333;
    font-size: 20px;
}

.b8_font_buttom{
    padding-top: 3px;
    font-family: Light;
    font-size: 12pt;
    color: #333;
}




/* footer */

footer{
    width: 1920px;
    height: 413px;
}


.bottom_footer {
    width: 1300px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: Light;
    font-size: 12pt;
    color: #989898;
}

.footer_logo{
    padding: 30px 0 7px 0;
}

address>p{
    padding: 3px;
}

.nemo{
    padding-top: 7px;
    display: flex;
    align-items: center;
}

.color{
    width: 41px;
    height: 41px;
    margin-right: 5px;
    background-color: #989898;
}


.footer_bottem_right ul li {
    /* padding: 3px; */
}

.footer_bottem_right ul{
    width: 336px;
    height: 194px;
    background-color: #f3f3f3;
}