@charset "utf-8";

:root {
    font-size: 62.5%;
    --main-color: #5B0477;
    --sub-color: #fff;
    --title-size: 2.4rem;
    --sub-size: 1.6rem;
    --small-size: 1.2rem
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
li {
    list-style: none;
}
a {
    text-decoration: none;
    color: inherit;
    display: block;
}

h1 {
    font-size: 2.8rem;
    color: #333;
    font-weight: 700;
    text-align: center;
    margin: 8rem 0 4rem;
}
p {
    font-size: 1.4rem;
    color: #333;
}

/* header */
header {
    width: 1080px;
    margin: 0 auto;
}
.top {
    height: 50px;
}
.png img {
    float: left;
    height: 30px;
    margin: .5rem;
    padding: .4rem;
}
.sub {
    float: right;
}
.sub__menu {
    display: inline-block;
    padding: 1rem;
    font-size: var(--small-size);
}

.middle {
    height: 70px;
}
.logo {
    width: 120px;
    margin: 0 auto;
}
.logo img {
    height: 100px;
    padding: 1rem;
}
.bottom {
    height: 50px;
    line-height: 50px;
    font-size: var(--sub-size);
}
.navbar {
    padding: 2rem 0 ;
    /* margin-top: -2rem; */
    float: left;
    display: flex;
    margin: 0 auto;
}
.navbar__menu {
    font-size: var(--small-size);
    width: 120px;
    height: 50px;
    line-height: 50px;
    position: relative;
}
.navbar__menu:first-child:hover {
    color: var(--main-color);
}
.navbar__item {
    width: 150px;
}
.navbar a {
    height: 50px;
    line-height: 50px;
    padding-left: 1rem;
}
.navbar__submenu {
    font-size: var(--small-size);
    width: 160px;
    position: absolute;
}
.navbar__submenu a {
    font-size: var(--small-size);
    color: #727c7c;
    background: #fff;
}
.navbar__submenu a:hover {
    background: #f7f7f7;
    color: var(--main-color);
}
.icon {
    padding: 2.5rem;
    float: right;
}
.icon i {
    margin: 1rem;
    font-size: var(--title-size);
}
input {
    width: 210px;
    height: 30px;
    border-radius: 30px;
    border: none;
    background: #F7F7F7;
}

/* banner */
.slick-prev, .slick-next {
    position: absolute;
    top: 50%;
    z-index: 100;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    font-size: 0;
    border: none;
    background: rgba(0,0,0,.6);
    cursor: pointer;
}
.slick-prev {
    left: 0;
}
.slick-next {
    right: 0;
}
.slick-prev:after, .slick-next:after {
    font-size: 1.2rem;
    color: #ddd;
}
.slick-prev:after, .slick-next:after {
    font-family: unicons-line;
}
.slick-prev:after {
    content: '\ec49';
}
.slick-next:after {
    content: '\eb9f';
}

.main {
    display: none;
    margin-top: -100px;
    z-index: 100;
    height: 100px;
    line-height: 100px;
    position: relative;
    background: #7E7C7D;
    opacity: .7;
    margin-bottom: 160px;
}
.main__desc {
    width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    color: var(--sub-color);
    font-size: var(--title-size);
}

/* section img */
.welcome {
    padding: 10rem 0;
    width: 1080px;
    margin: 0 auto;
}
.goods {
    padding: 5rem 1rem;
}
.goods img {
    cursor: pointer;
    width: 32%;
    padding: 2rem;
}
.welcome__desc img {
    width: 80%;
    transform: translateX(10%);
}

.delivery {
    background: #F7F8F9;
    padding: 10rem 0;
    position: relative;
}
.freeshipping {
    width: 1080px;
    margin: 0 auto;
}
.freeshipping img {
    transform: translateX(38%);
}
.freeshipping h1 {
    position: absolute;
    top: 13.5%;
    left: 51%;
    font-size: 5rem;
    color: var(--main-color);
}

.month {
    background: #EBECEE;
    padding: 10rem 0;
    position: relative;
}
.month h1 {
    position: absolute;
    top: 12.5%;
    left: 44%;
    font-size: 5rem;
    color: var(--main-color);
}

.reserve {
    background: #F9F9F9;
    padding: 10rem 0;
    position: relative;
}
.coupon {
    width: 1080px;
    margin: 0 auto;
}
.reserve .coupon img {
    transform: translateX(37%);
}
.reserve h1 {
    position: absolute;
    top: 12.2%;
    left: 49.5%;
    font-size: 5rem;
    color: var(--main-color);
}

/* recommend */
.recommend {
    width: 1080px;
    margin: 0 auto;
}
.recommend__item {
    display: flex;
}
.recommend__container {
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.recommend__item img {
    width: 250px;
    height: 300px;
}
.recommend__desc {
    margin: 0.5rem 0 2rem;
}

/* md */
.md {
}
.list {
    text-align: center;
}
.list__item {
    margin: 0.5rem;
    background: #f7f7f7;
    padding: 9px 20px 0 19px;
    border-radius: 2rem;
    height: 40px;
    line-height: 18px;
    display: inline-block;
    font-size: 1.4rem;
}
.list__item:hover {
    background: #F7F3F8;
}
.list__item:checked .active {
    /* background: #5F0080; */
}
.container {
    width: 1100px;
    margin: 0 auto;
    display: flex;
}
.list__img {
    display: block;
    margin: 5rem 0 2rem;
}
.list__img img {
    cursor: pointer;
    margin-right: 2rem;
    width: 250px;
    height: 320px;
}
.list__img img:first-child {
    margin-left: 1rem;
}
.list__desc {
    width: 250px;
    margin-left: 1rem;
    display: block;
    height: 80px;
    line-height: 1.5;
    color: #333;
    margin-bottom: 4rem;
}
.list__desc p:last-child {
    margin-top: .5rem;
    font-weight: bold;
}

/* text__banner */
.text__banner {
    background: #F9EAEA;
    width: 1080px;
    margin: 0 auto;
    height: 140px;
    line-height: 2;
    padding: 2.5rem;
    color: #6A2626;
}
.text__banner h2 {
    font-size: var(--title-size);
}
.text__banner p {
    font-size: var(--sub-size);
}

/* instargram */
.epilogue {
    width: 1080px;
    margin: 0 auto;
    height: 450px;
}
.epilogue h1 {
    text-align: center;
    color: #333;
    margin: 8rem 0;
}
.instargram {
    display: flex;
    justify-content: center;
}
.instargram img {
    cursor: pointer;
    width: 170px;
    height: 170px;
}
.instargram__desc {
    margin: 3.5rem 0;
    text-align: center;
    font-size: 1.6rem;
}
.instargram__desc p:first-child {
    color: #999;
    margin-bottom: 1.6rem;
}
.instargram__desc p:last-child {
    font-weight: bold;
}

/* footer */
footer {
    width: 1080px;
    margin: 0 auto;
}
.footer__banner {
    border-bottom: 1px solid #F7F7F7;
}
.footer__banner img {
    margin-bottom: .5rem;
    width: 100%;
}
.footer__customer {
    margin: 2rem 0;
    float: left;
}
.footer__customer h4 {
    font-size: 2rem;
}
..footer__customer h1 {
    font-size: 2.8rem;
}
.number, .kakaotalk, .question {
    display: flex;
    flex: 1;
    margin: 3rem 0;
}
.number h2 {
    font-size: 3rem;
}
.number h2, .kakaotalk h5, .question h5 {
    width: 190px;
}
.kakaotalk p, .question p {
    margin: 0 4rem 0;
}
.number p, .kakaotalk p, .question p {
    flex: 1;
}
.kakaotalk h5, .question h5 {
    border: 1px solid #e3e3e3;
    border-radius: 3px;
    font-size: 1.6rem;
    width: 150px;
    text-align: center;
    height: 40px;
    line-height: 40px;
}
.footer__info {
    float: right;
    margin: 2rem 0;
}
ul .menu__imem {
    display: inline-block;
    font-size: 1.4rem;
    margin: 1rem 1rem 1rem 0;
}
ul .menu__imem:nth-child(5) {
    font-weight: bold;
}
.info {
    height: 120px;
    line-height: 1.5;
    font-size: 1.4rem;
}
.info a {
    color: var(--main-color);
}
.info p:last-child {
    font-size: 1.2rem;
}
.sns {
    margin-top: 5rem;
}
.sns img {
    padding: 1rem 1rem 1rem 0;
    max-width: 40px;
}