@charset "UTF-8";

/* =================
    main 공통영역 
====================*/
#main {
    overflow: hidden;
}
section {
    padding: 5rem 0;
}
.main_tit {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2.5rem;
}
.main_tit h2 {
    font-size: 2rem;
    color: var(--grayscale-800);
    font-weight: 800;
    line-height: 145%;
}
.main_tit .all_view {
    padding-right: 1.25rem;
    background: url(../img/common/arrow_right06.svg) right center no-repeat;
    font-size: 1.125rem;
    color: var(--primary-400);
    font-weight: 500;
}

/* =================
      section01 
====================*/
#section01 {
    padding: 2.5rem 0 5rem;
}
#section01 .inner {
    display: flex;
    align-items: center;
    gap: 0 1.25rem;
}
#section01 .slide_wrap {
    overflow: hidden;
    width: calc(59.2% - 1.25rem);
    border-radius: 12px;
}
#section01 .slide_wrap .slide_img {
    width: 100%;
    height: 32.5rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #f3f3f3;
}
#section01 .slide_wrap .swiper_btn_wrap {
    display: flex;
    align-items: center;
    gap: 0 2px;
    position: absolute;
    right: 1.5rem;
    bottom: 1.5rem;
    z-index: 10;
    padding: 0.25rem 0.5rem;
    border-radius: 39px;
    background: rgba(0, 0, 0, 0.4);
}
#section01 .slide_wrap .swiper_btn_wrap .swiper_btn_prev,
#section01 .slide_wrap .swiper_btn_wrap .swiper_btn_next {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1rem;
    height: 1rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    cursor: pointer;
}
#section01 .slide_wrap .swiper_btn_wrap .swiper_btn_prev {
    background-image: url(../img/common/slide_prev.svg);
}
#section01 .slide_wrap .swiper_btn_wrap .swiper_btn_next {
    background-image: url(../img/common/slide_next.svg);
}
#section01 .swiper_pagination {
    display: flex;
    align-items: center;
    width: max-content;
    gap: 0.25rem;
}
#section01 .slide_wrap .swiper_btn_wrap .swiper-pagination-fraction {
    font-size: 0.812rem;
    color: var(--grayscale-300);
}
#section01 .slide_wrap .swiper_btn_wrap .swiper-pagination-current {
    color: var(--grayscale-white);
}
#section01 .sec01_con {
    width: 40.8%;
}
#section01 .search_wrap {
    display: flex;
    justify-content: center;
}
#section01 .search_wrap .search_box {
    position: relative;
    top: 0;
    transform: translateY(0);
    width: max-content;
}
#section01 .search_wrap .search_box .inp input {
    height: 4rem;
    border-color: var(--primary-400);
    box-shadow: 0px 8px 24px 0px rgba(62, 167, 110, 0.08);
}
#section01 .menu_wrap {
    display: flex;
    flex-wrap: wrap;
    padding: 0 1.875rem;
    padding-bottom: 0;
    gap: 0.25rem 0.8rem;
}
#section01 .menu_wrap .btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: calc((100% - 4rem) / 5);
    min-height: 5.625rem;
    text-align: center;
}
#section01 .menu_wrap .btn span {
    display: block;
    margin-top: 0.3rem;
    font-size: 0.81rem;
    color: var(--grayscale-800);
    line-height: 145%;
}
#section01 .main_tit {
    margin-bottom: 0;
    padding: 1.5rem 1.875rem 1rem;
    line-height: 145%;
}
#section01 .main_tit h3 {
    font-size: 1.5rem;
}
#section01 .main_tit .all_view {
    font-size: 1rem;
}
/* =================
      section02 
====================*/
#section02 {
    padding: 3.75rem 0;
    background: var(--grayscale-100);
}
#section02 .inner {
    width: 60.625rem;
}
#section02 .main_tit {
    margin-bottom: 2rem;
}
#section02 .menu_list {
    display: flex;
    justify-content: space-between;
}
#section02 .menu_list li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}
#section02 .menu_list li span {
    font-size: 1rem;
    color: var(--grayscale-800);
    font-weight: 500;
}
#section02 .menu_list li:hover span {
    color: var(--primary-400);
}

/* =================
      section03 
====================*/
#section03 .product_list {
    display: flex;
    flex-wrap: wrap;
    gap: 2.5rem 1.25rem;
}
#section03 .product_list .product_con {
    width: calc((100% - 5rem) / 5);
}
#section03 .product_list .product_con .img_wrap {
    overflow: hidden;
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    border-radius: 12px;
    border: 1px solid var(--grayscale-200);
    background: var(--grayscale-white);
}
#section03 .product_list .product_con .txt_wrap {
    position: relative;
    padding-top: 1.875rem;
    margin-top: 1.25rem;
}
#section03 .product_list .product_con .txt_wrap .tag_box {
    position: absolute;
    left: 0;
    top: 0;
}
#section03 .product_list .product_con .txt_wrap .tit {
    margin: 0.75rem 0 0.5rem;
    font-size: 0.9rem;
    color: var(--grayscale-black);
    font-weight: 500;
}
#secgtion03 .product_list .product_con .price_box {
    margin-top: 1rem;
}
#secgtion03 .product_list .product_con .price_box .price {
    margin-top: 0.5rem;
}

/* =================
      section04 
====================*/
#section04 {
    background: var(--grayscale-100);
}
#section04 .tab_container .tab_con {
    position: relative;
}
#section04 .tab_container .tab_con:not(:nth-of-type(1)) {
    display: none;
}
#section04 .product_con {
    padding: 1.25rem;
    border-radius: 12px;
    background: var(--grayscale-white);
}
#section04 .product_con .img_wrap.copyright {
    padding-bottom: 62.632%;
}
#section04 .product_con .txt_wrap {
    padding: 1.5rem 0 0.625rem;
}
#section04 .rating_box span {
    font-size: 1rem;
}
#section04 .product_con .txt_wrap p {
    margin: 0.75rem 0 1.5rem;
    font-size: 1rem;
    color: var(--grayscale-800);
    font-weight: 500;
    line-height: 145%;
    overflow: hidden;
    width: 100%;
    height: 2.9rem;
    white-space: normal;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: keep-all;
}
#section04 .product_con .txt_wrap .info {
    display: flex;
    align-items: center;
    gap: 0 0.5rem;
    margin-bottom: 0.625rem;
}
#section04 .product_con .txt_wrap .info span {
    font-size: 0.875rem;
    color: var(--grayscale-400);
    font-weight: 500;
}
#section04 .product_con .txt_wrap .info .line {
    display: block;
    width: 1px;
    height: 0.5rem;
    background: var(--grayscale-400);
}
#section04 .product_con .recommend_box a {
    display: flex;
    align-items: center;
    gap: 0 1rem;
    background: url(../img/common/arrow_right04.svg) right center no-repeat;
}
#section04 .product_con .recommend_box .img_box {
    width: 6.5rem;
}
#section04 .product_con .recommend_box .txt_box {
    width: calc(100% - 9rem);
}
#section04 .product_con .recommend_box .txt_box p {
    margin-bottom: 0.25rem;
    font-size: 1rem;
    color: var(--grayscale-800);
    font-weight: 500;
}
#section04 .menu_type01 li:not(.active) a {
    background: var(--grayscale-200);
}

/* =================
      section05 
====================*/
#section05 .sec05_con ~ .sec05_con {
    margin-top: 6.25rem;
}
#section05 .swiper_wrap {
    position: relative;
}
#section05 .img_wrap {
    border-radius: 12px;
}
#section05 .story_con .txt_wrap {
    margin-top: 1.25rem;
}
#section05 .story_con .txt_wrap .tit {
    display: block;
    margin-top: 0.5rem;
    font-size: 1.125rem;
    color: var(--grayscale-black);
}

/* =================
      section06 
====================*/
#section06 {
    padding-bottom: 10rem;
    background: var(--primary-100);
}
#section06 .inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#section06 .txt_wrap strong {
    font-size: 2.25rem;
    color: var(--grayscale-800);
    font-weight: 800;
}
#section06 .txt_wrap p {
    margin-top: 1.5rem;
    font-size: 1.25rem;
    color: var(--grayscale-600);
    font-weight: 500;
    line-height: 145%;
}
#section06 .con_wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 1.25rem;
    width: 49.2%;
}
#section06 .con_wrap .con {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    width: calc((100% - 1.25rem) / 2);
    min-height: 19.375rem;
    border-radius: 12px;
    background: var(--grayscale-white);
    text-align: center;
}
#section06 .con_wrap .con strong {
    font-size: 1.5rem;
    color: var(--primary-400);
    font-weight: 800;
}
#section06 .con_wrap .con ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
}
#section06 .con_wrap .con ul li {
    display: inline-block;
    padding-left: 1.625rem;
    background: url(../img/main/sec06_ico01.svg) left top no-repeat;
    font-size: 1rem;
    color: var(--grayscale-800);
    font-weight: 500;
    line-height: 145%;
}

/* =================
      section07 
====================*/
#section07 {
    background: var(--primary-600);
}
#section07 .inner {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 1.25rem;
}
#section07 .con {
    padding: 1.5rem 2rem;
    width: calc((100% - 2.5rem) / 3);
    min-height: 16.25rem;
    border-radius: 12px;
    background: var(--primary-500);
    cursor: pointer;
}
#section07 .con .tit {
    display: flex;
    align-items: center;
    gap: 0 0.5rem;
    margin-bottom: 1rem;
}
#section07 .con .tit strong {
    font-size: 1.25rem;
    color: var(--grayscale-white);
    font-weight: 800;
}
#section07 .con ul li ~ li {
    margin-top: 0.5rem;
}
#section07 .con ul li {
    font-size: 1rem;
    color: var(--primary-100);
    font-weight: 500;
    line-height: 145%;
    word-break: keep-all;
}

/* =================
        반응형 
====================*/
@media (max-width: 1024px) {
    section {
        padding: 3.5rem 0;
    }
    #section01 .inner {
        flex-wrap: wrap;
        gap: 1rem 0;
    }
    #section01 .slide_wrap,
    #section01 .sec01_con {
        width: 100%;
    }
    #section01 .slide_wrap .slide_img {
        height: 16rem;
    }
    #section01 .search_wrap .search_box,
    #section01 .search_wrap .search_box .inp input {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .main_tit {
        margin-bottom: 1.14rem;
    }
    .main_tit h2 {
        font-size: 1.42rem;
    }
    .main_tit .all_view {
        padding-right: 1rem;
        background-size: 1rem auto;
        font-size: 1rem;
    }
    #section01 {
        padding-bottom: 0;
    }
    #section01 .slide_wrap .slide_img {
        height: 110px;
    }
    #section01 .slide_wrap .swiper_btn_wrap {
        right: 0.7rem;
        bottom: 0.7rem;
    }
    #section01 .slide_wrap .swiper_btn_wrap .swiper_btn_prev,
    #section01 .slide_wrap .swiper_btn_wrap .swiper_btn_next {
        display: none;
    }
    #section01 .search_wrap .search_box .inp input {
        height: 3.5rem;
    }
    #section01 .menu_wrap {
        padding: 0 0 2.8rem;
        gap: 0.25rem;
    }
    #section01 .menu_wrap .btn {
        width: calc((100% - 0.75rem) / 4);
        min-height: 5rem;
    }
    #section01 .menu_wrap .btn img {
        width: 3rem;
    }
    #section01 .main_search input {
        cursor: pointer;
    }
    #section01 .main_tit {
        padding: 1.5rem 0;
    }
    #section01 .main_tit h3 {
        font-size: 1.25rem;
    }
    #section01 .search_wrap .search_box .inp input {
        padding: 0 3rem 0 1.25rem;
        box-shadow: 0px 8px 24px 0px rgba(62, 167, 110, 0.12);
    }
    #section01 .search_wrap .search_box .inp button {
        right: 1.25rem;
    }
    #section01 .search_wrap .search_box .inp button img {
        width: 1.5rem;
    }
    #section02 {
        padding: 2.85rem 0;
    }
    #section02 .main_tit {
        justify-content: space-between;
        margin-bottom: 1.7rem;
    }
    #section02 .menu_list {
        padding: 0 0.85rem;
        flex-wrap: wrap;
        justify-content: center;
        gap: 1.7rem;
    }
    #section02 .menu_list li {
        width: calc((100% - 3.4rem) / 3);
    }
    #section03 .product_list {
        gap: 2.28rem 1.14rem;
    }
    #section03 .product_list .product_con {
        width: calc(50% - 0.57rem);
    }
    #section03 .product_list .product_con .txt_wrap {
        padding-top: 1.5rem;
    }
    #section04 .swiper {
        height: 28.35rem;
    }
    #section04 .swiper-slide {
        height: calc((100% - 15px) / 2) !important;
    }
    #section04 .product_con {
        height: 100%;
    }
    #section04 .product_con a {
        display: flex;
        flex-wrap: wrap;
        gap: 1rem 0.85rem;
    }
    #section04 .product_con .img_wrap.copyright {
        padding-bottom: 0;
        border-radius: 8px;
        width: 6.85rem;
        height: 6.85rem;
    }
    #section04 .product_con .img_wrap img {
        height: 100%;
    }
    #section04 .product_con .txt_wrap {
        padding: 0;
        width: calc(100% - 7.7rem);
    }
    #section04 .product_con .txt_wrap p {
        margin: 0.4rem 0 1rem;
    }
    #section04 .product_con .txt_wrap .info {
        margin-bottom: 0;
    }
    #section04 .product_con .recommend_box {
        margin-top: 1rem;
        width: 100%;
        background-size: 1.42rem auto;
    }
    #section04 .product_con .recommend_box .img_box {
        width: 3.85rem;
    }
    #section04 .product_con .recommend_box .txt_box p {
        margin-bottom: 0.25rem;
        font-size: 0.9rem;
        color: var(--grayscale-800);
        font-weight: 500;
        /* 2줄까지만 표시하고 그 이상은 생략 처리 */
        overflow: hidden;
        width: 100%;
        height: auto;
        white-space: normal;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        word-break: keep-all;
    }
    #section04 .product_con .recommend_box .txt_box .hashtag {
        display: flow-root;
        margin-bottom: 0.25rem;
        font-size: 0.8rem;
        color: var(--grayscale-800);
        font-weight: 500;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }    
    #section04 .swiper_pagination {
        margin-top: 1.7rem;
        text-align: center;
    }
    #section04 .swiper_pagination .swiper-pagination-bullet {
        opacity: 1;
        background: var(--grayscale-200);
    }
    #section04 .swiper_pagination .swiper-pagination-bullet-active {
        background: var(--grayscale-800);
    }
    #section05 .sec05_con ~ .sec05_con {
        margin-top: 4.28rem;
    }
    #section05 .swiper {
        overflow: visible !important;
    }
    #section05 .swiper-slide {
        width: 240px !important;
        transform: translateY(20px);
    }
    #section05 .swiper-slide-active {
        width: 280px !important;
        transform: translateY(0);
    }
    #section05 .story_con .txt_wrap {
        margin-top: 1.1rem;
    }
    #section05 .swiper-slide .txt_wrap .tit {
        font-size: 0.9rem;
    }
    #section05 .swiper-slide-active .txt_wrap .tit {
        font-size: 1.1rem;
    }
    #section06 {
        padding-bottom: 3.6rem;
    }
    #section06 .inner {
        display: block;
    }
    #section06 .txt_wrap strong {
        font-size: 1.42rem;
    }
    #section06 .txt_wrap p {
        margin-top: 1.15rem;
        font-size: 1.1rem;
    }
    #section06 .con_wrap {
        margin-top: 1.7rem;
        width: 100%;
    }
    #section06 .con_wrap .con {
        padding: 1.7rem;
        width: 100%;
        min-height: auto;
    }
    #section07 .con {
        padding: 1.14rem 1.7rem;
        width: 100%;
        min-height: auto;
    }
    #section07 .con .tit strong {
        font-size: 1.14rem;
    }
}
