@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100..900&display=swap');

/**/
*{margin: 0px; padding: 0px; box-sizing: border-box; font-size: 14px; list-style: none;  font-family: "Noto Sans KR", sans-serif;}
.wrapper{width: 100%; position: relative;  font-style: normal;   font-weight:normal;
}

/*main*/
header.header{width: 100%; height: 50px; position:fixed; top: 0px;  display: flex; flex-direction: row; justify-content: space-between; align-items: center; padding:0 15px; border-bottom:1px solid #ddd; background: #fff; z-index: 1000;}

header.header a{display: block; width: 25px; height: 25px; cursor: pointer;}
header.header a img{display: block; width: 100%; height: 100%;}
header.header input{border:none; font-size: 1em;}
header.header input:disabled{background: none; color:#000; text-align:center; width:100%;           }

.main_nav{position: relative; padding:5px 15px;  box-sizing: border-box; position:fixed; top: 50px; z-index:1000; background: #fff; width: 100%; }
.main_nav ul{width: 100%; display: flex; justify-content: space-between; flex-direction: row;}
.main_nav ul li {display: flex; flex-direction: column; align-items: center;}
.main_nav ul li img{width: 30px; height: 30px; object-fit: cover;}
.main_nav ul li span{font-size: .9em; font-weight: bold; text-align: center;}



/*main_banner*/
.main_banner{width: 100%; height: 50px; margin-bottom: 20px; margin-top: 110px;}
.main_banner .swiper {
    width: 100%;
    height: 100%;
  }

.main_banner .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }

.main_banner .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*main_category*/
.main_category{width: 100%; padding:0 15px;}
.main_category ul{display: flex; width: 100%; flex-wrap: wrap; flex-direction: row; align-items: center; justify-content: flex-start;}

.main_category ul li{width: calc(100% / 9); margin-right: 3%; display: flex; flex-direction: column; align-items: center; margin-bottom: 5px;}

.main_category ul li img{border-radius: 50%; width: 45px; height: 45px;}
.main_category ul li span{font-size: .8em; font-weight: bold;}

/*main_cont1*/
.main_cont1{width: 100%; margin-top: 20px;}
.main_cont1 h4{padding:0 15px; display: flex; align-items: center; margin-bottom: 10px; font-size: 1.2em;}
.main_cont1 h4 > img{width: 20px; margin-right: 5px;}
.main_cont1 .swiper {
    width: 100%;
    height: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

.main_cont1 .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.main_cont1 .swiper-slide.ss_more span{ text-align: center; padding:50% 0;}
.main_cont1 .swiper-slide img {
    display: block;
    width: 100%;
    height: 140px;
    border-radius: 6px;
    margin-bottom: 5px;
    object-fit: cover;
}
.main_cont1 .swiper-slide span{
    text-align: left;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.3em;
    font-weight: normal;
}

/*main_list*/
.main_list{width: 100%; margin-top: 20px;}
.main_list h4{padding:0 15px; display: flex; align-items: center; margin-bottom: 10px; font-size: 1.2em;}
.main_list h4 > img{width: 20px; margin-right: 5px;}


.main_list .swiper {
    width: 100%;
    height: 100%;
    padding-left: 15px;
    padding-right: 15px;
}
.main_list .swiper .swiper-wrapper {flex-direction: row; align-items: center;}
.main_list .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 0px !important;
    margin-bottom: 10px;
  }

.main_list .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.main_list .swiper-slide .ml_info{display: flex; flex-direction: column; align-items: flex-start; width: 200px}
.main_list .swiper-slide .ml_info li{display:flex; flex-direction: row; align-items: center;}
.main_list .swiper-slide .ml_info li > img{width: 15px; height: 15px; margin-right: 5px;}
.main_list .swiper-slide .ml_info > span{
    text-align: left;
    width: 100%;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:1;
    -webkit-box-orient: vertical;
    line-height: 1.3em;
   margin-bottom: 5px;
}
.main_list .swiper-slide > img{margin-right: 10px; width: 80px; height: 80px; border-radius: 6px;}

.main_list .ml_btn{width: 100%; padding: 0 15px; margin-bottom: 20px;}
.main_list .ml_btn > span{text-align: center; border:1px solid #ddd; border-radius: 5px; display: block; width: 100%; height: 40px; line-height: 40px;}



@media screen and (max-width:480px) {
    .main_category ul li{width: 17.5%; margin-right: 3%; display: flex; flex-direction: column; align-items: center; margin-bottom: 5px;}
    .main_category ul li:nth-child(5n){margin-right: 0px;}
}