@charset "utf-8";
/*-------------------------------------------------------------------
    파일정의: Main Page
-------------------------------------------------------------------*/

@media screen and (min-width:1141px) {
    .content {
        width: 1140px;
        min-height: 200px;
        padding-top: 50px;
        margin: 0 auto;
    }

    .content-body {
        width: 100%;
        min-height: 100px;
    }

    /* slider(swipe) */
    .content-body .slider-box {
        width: 1140px;
        height: 317px;
        position: relative;
    }

    .swiper-container {
        width: 100%;
        height: 100%;
        position: relative;
        overflow: hidden;
    }

    .swiper-container .swiper-slide {
        width: 100%;
        height: 100%;
    }

    .swiper-container .swiper-slide a {
        display: block;
        width: 100%;
        height: 100%;
    }

    .swiper-container .swiper-slide a .swiper-img {
        width: 50%;
        height: 100%;
        float: left;
    }

    .swiper-container .swiper-slide a .swiper-img img {
        width: 100%;
        height: 100%;
    }

    .swiper-container .swiper-slide a .swiper-content {
        width: 50%;
        height: 100%;
        float: left;
        padding: 20px 20px 20px 40px;
    }

    .swiper-container .swiper-slide a .swiper-content span {
        padding: 2px 10px;
        border: 1px solid #00ad63;
        border-radius: 20px;
        color: #00ad63;
        font-size: 14px;
        font-weight: 600;
        font-family: 'Montserrat', sans-serif;
    }

    .swiper-container .swiper-slide a .swiper-content .title {
        margin-top: 30px;
        font-weight: 700;
        font-size: 30px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 100%;
    }

    .swiper-container .swiper-slide a .swiper-content .swiper-text {
        margin-top: 30px;
        font-weight: 500;
        font-size: 19px;
    }

    .swiper-container .swiper-slide a .swiper-content .swiper-count{
        display: none;
    }
    .swiper-container .swiper-pagination {
        padding-left: 50%;
    }

    /* side banner */
    .content-body .slider-box .banner-out-left {
        position: absolute;
        left: -201px;
        top: 0;
        width: 166px;
        height: 390px;
    }

    .content-body .slider-box .banner-out-left img {
        width: 100%;
    }

    .content-body .slider-box .banner-out-right {
        position: absolute;
        right: -201px;
        top: 0;
        width: 166px;
        height: 390px;
    }

    .content-body .slider-box .banner-out-right img {
        width: 100%;
    }

    /* popular-content */
    .popular-content {
        width: 100%;
        min-height: 100px;
        margin-top: 60px;
        padding-bottom: 50px;
        border-bottom: 1px solid #E2E2E2;
    }

    .popular-content .swiper-pagination{
        display: none;
    }

    .content-title {
        position: relative;
        width: 100%;
        height: 30px;
        margin-bottom: 20px;
    }

    .content-title img {
        position: absolute;
        top: 0;
        left: 0;
        width: 19px;
        height: 19px;
    }

    .content-title span {
        position: absolute;
        top: -6px;
        left: 26px;
        display: block;
        font-weight: 700;
        font-size: 20px;
    }

    .content-body .slider-box-popular {
        width: 1140px;
        position: relative;
        margin-top: 20px;
    }

    .swiper-container-popular {
        width: 100%;
        height: 380px;
        position: relative;
        overflow: hidden;
        padding: 4px 4px;
    }

    .swiper-container-popular .swiper-slide {
        width: 357px;
        height: 370px;
        border-radius: 10px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        transition: .2s ease-in-out;
        overflow: hidden;
        margin-right: 30px;
    }

    .swiper-container-popular .swiper-slide:hover {
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    }

    .swiper-container-popular .swiper-slide a {
        display: block;
        width: 100%;
        height: 100%;
    }

    .slider-box-popular .swiper-button-prev {
        position: absolute;
        left: -50px;
        top: 190px;
        color: #999999;
    }

    .slider-box-popular .swiper-button-next {
        position: absolute;
        right: -50px;
        top: 190px;
        color: #999999;
    }

    .swiper-container-popular .swiper-slide a .swiper-img {
        width: 100%;
        height: 200px;
        background-color: #676767;
    }

    .swiper-container-popular .swiper-slide a .swiper-img img {
        width: 100%;
        height: 100%;
    }

    .swiper-container-popular .swiper-slide a .swiper-content {
        width: 100%;
        height: 180px;
        padding: 15px 15px;
        position: relative;
    }

    .swiper-container-popular .swiper-slide a .swiper-content .title {
        font-weight: 600;
        font-size: 19px;
        color: #2b2c31;
        margin-bottom: 10px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .swiper-container-popular .swiper-slide a .swiper-content .swiper-text {
        font-weight: 400;
        font-size: 15px;
        color: #999999;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .swiper-container-popular .swiper-slide a .swiper-content .swiper-text-sub {
        position: absolute;
        bottom: 8px;
        left: 0;
        width: 100%;
    }

    .swiper-container-popular .swiper-slide a .swiper-content .swiper-text-sub .part {
        position: absolute;
        bottom: 15px;
        left: 15px;
        font-size: 12px;
        font-weight: 400;
        color: #acb8d2;
        background-color: #D9E1F2;
        border-radius: 6px;
        padding: 3px 10px;
    }

    .swiper-container-popular .swiper-slide a .swiper-content .swiper-text-sub .part:hover {
        color: #758ab5;
    }

    .swiper-container-popular .swiper-slide a .swiper-content .swiper-text-sub .date {
        position: absolute;
        bottom: 15px;
        right: 15px;
        float: right;
        font-weight: 400;
        font-size: 14px;
        color: #C1C1C1;
    }

    /* middle contents */
    .middle-contents {
        width: 100%;
        min-height: 500px;
        margin: 70px 0;
    }

    .middle-contents .left-contents {
        width: 700px;
        float: left;
    }

    .middle-contents .content-title span {
        font-family: 'Montserrat', sans-serif;
        font-weight: 700;
        font-size: 20px;
        top: -2px;
    }

    .promotion-content {
        margin-bottom: 50px;
    }

    .slider-box-promotion {
        width: 100%;
        height: 56px;
        position: relative;
        background-color: #F0F1F2;
    }

    .swiper-container-promotion {
        width: 100%;
        height: 100%;
        position: relative;
        overflow: hidden;
    }

    .swiper-container-promotion .swiper-slide {
        width: 100%;
        height: 100%;
    }

    .swiper-container-promotion .swiper-slide a {
        display: block;
        width: 100%;
        height: 100%;
        line-height: 56px;
        padding: 0 20px;
    }

    .slider-box-promotion .swiper-button-prev,
    .slider-box-promotion .swiper-button-next {
        display: none;
    }

    .slider-box-promotion .swiper-button-prev-custom {
        position: absolute;
        background-image: url('/static/img/adure/uparrow.png');
        background-repeat: no-repeat;
        width: 20px;
        height: 20px;
        top: 24px;
        right: 25px;
        z-index: 1000;
        cursor: pointer;
    }

    .slider-box-promotion .swiper-button-next-custom {
        position: absolute;
        background-image: url('/static/img/adure/downarrow.png');
        background-repeat: no-repeat;
        width: 20px;
        height: 20px;
        top: 24px;
        right: 50px;
        z-index: 1000;
        cursor: pointer;
    }

    .new-content {
        width: 100%;
    }

    .new-content .content-list {
        width: 100%;
        min-height: 200px;
    }

    .new-content .content-list a {
        display: block;
        width: 100%;
        height: 197px;
        margin-bottom: 22px;
        overflow: hidden;
    }

    .new-content .content-list a .list-img {
        float: left;
        width: 350px;
        height: 100%;
    }

    .new-content .content-list a .list-img img {
        width: 100%;
        height: 100%;
    }

    .new-content .content-list a .list-content {
        float: left;
        width: 350px;
        height: 100%;
        border-bottom: 1px solid #EEEFEF;
        padding: 15px 15px;
        position: relative;
    }

    .new-content .content-list a .list-content .category {
        font-weight: 500;
        font-size: 15px;
        color: #999999;
    }

    .new-content .content-list a .list-content .title {
        margin-top: 10px;
        font-weight: 500;
        font-size: 18px;
        color: #2b2c31;
        margin-bottom: 8px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .new-content .content-list a .list-content .list-content-sub {
        position: absolute;
        bottom: 8px;
        left: 0;
        width: 100%;
    }

    .new-content .content-list a .list-content .list-content-sub .part {
        position: absolute;
        bottom: 5px;
        left: 15px;
        font-size: 12px;
        font-weight: 400;
        color: #acb8d2;
        background-color: #D9E1F2;
        border-radius: 6px;
        padding: 3px 10px;
    }

    .new-content .content-list a .list-content .list-content-sub .date {
        position: absolute;
        bottom: 5px;
        right: 15px;
        float: right;
        font-weight: 400;
        font-size: 13px;
        color: #C1C1C1;
    }

    .middle-contents .right-contents {
        width: 400px;
        min-height: 300px;
        float: right;
        padding-top: 50px;
    }

    .middle-contents .right-contents .side-banner {
        width: 400px;
        height: 400px;
    }

    .middle-contents .right-contents .side-banner a {
        display: block;
        width: 100%;
        height: 100%;
    }

    .middle-contents .right-contents .side-banner img {
        width: 100%;
        height: 100%;
    }

    .right-contents .best-product {
        margin-top: 40px;
    }
    .right-contents .best-product .viewall-mob{
        display: none;
    }

    .right-contents .best-product .content-list a {
        display: block;
        width: 100%;
        height: 153px;
        padding: 10px 10px;
        margin-bottom: 22px;
        background-color: #F2F2F2;
    }

    .right-contents .best-product .content-list a .list-img {
        width: 133px;
        height: 133px;
        float: left;
        background: #FFF;
    }

    .right-contents .best-product .content-list a .list-img .imgBox {
        display: flex;
        width: 100%;
        height: 100%;
        justify-content: center;
        align-items: center;
    }

    .right-contents .best-product .content-list a .list-img img {
        width: 100%;
    }

    .right-contents .best-product .content-list a .list-content {
        float: left;
        width: calc(100% - 150px);
        height: 100%;
        padding: 10px 10px;
        position: relative;
    }

    .right-contents .best-product .content-list a .list-content .category {
        font-weight: 500;
        font-size: 15px;
        color: #999999;
    }

    .right-contents .best-product .content-list a .list-content .title {
        margin-top: 5px;
        font-weight: 500;
        font-size: 18px;
        color: #2b2c31;
        margin-bottom: 12px;
    }

    .right-contents .best-product .content-list a .list-content .sub-title {
        position: absolute;
        font-weight: 400;
        font-size: 14px;
        color: #999999;
        bottom: 10px;
        left: 10px;
    }

    .right-contents .newsletter {
        width: 100%;
        margin-top: 31px;
        height: 206px;
    }

    .right-contents .newsletter a {
        display: block;
        width: 100%;
        height: 100%;
    }

    .right-contents .newsletter a img {
        width: 100%;
    }

    /* bottom contents */
    .bottom-contents {
        width: 100%;
        height: 160px;
        margin-bottom: 40px;
    }

    .bottom-contents .sharp {
        left: 0;
        color: #00B16A;
    }

    .bottom-contents .text {
        left: 15px;
    }

    .bottom-contents .list-content {
        width: 100%;
        height: 110px;
    }

    .bottom-contents .list-content ul {
        display: flex;
        width: 100%;
        flex-wrap: wrap;
        max-height: 75px;
        overflow: hidden;
    }

    .bottom-contents .list-content ul li {

    }

    .bottom-contents .list-content ul li a {
        display: block;
        padding: 2px 15px;
        border: 1px solid #ccc;
        border-radius: 15px;
        margin: 0 11px 11px 0;
        color: #ccc;
    }

    .bottom-contents .list-content ul li a:hover {
        background-color: #00B16A;
        border: 1px solid #00B16A;
        color: #FFF;
    }
}

@media screen and (max-width:1140px){

    .content{
        width: 100%;
    }

    .content-body{
        width: 100%;
        max-height: 5000px;
        overflow: hidden;
    }

    .slider-box{
        width: 100%;
        margin-bottom: 30px;
    }
    .slider-box .swiper-img img{
        width: 100%;
    }

    .slider-box .swiper-content{
        padding: 20px 20px;
        height: 190px;
    }

    .slider-box .swiper-content span{
        padding: 3px 18px;
        border: 1px solid #00B16A;
        border-radius: 15px;
        margin-bottom: 10px;
        color: #00B16A;
        font-weight: 400;
        font-size: 14px;
        display: block;
        width: fit-content;
    }
    .slider-box .swiper-content .title{
        font-weight: 700;
        font-size: 21px;
        letter-spacing: -0.94px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-bottom: 10px;
    }

    .slider-box .swiper-content .swiper-text p{
        font-weight: 500;
        font-size: 15px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .slider-box .swiper-content .swiper-text{
        margin-bottom: 5px;
    }
    .slider-box .swiper-content .swiper-count{
        padding: 4px 10px;
        font-weight: 500;
        font-size: 12px;
        width: fit-content;
        border-radius: 15px;
        background-color: #CCC;
        color: #FFF;
        float: right;
        height: 25px;
    }
    .swiper-container .swiper-pagination{
        display: none;
    }
    .banner-out-left{
        display: none;
    }
    .banner-out-right{
        display: none;
    }

    .popular-content{
        padding: 20px 20px;
    }

    .popular-content .content-title{
        width: 100%;
        height: 40px;
        position: relative;
    }
    .popular-content .content-title img{
        position: absolute;
        width: 18px;
        height: 18px;
        left: 0;
        top: 4px;
    }
    .popular-content .content-title span{
        position: absolute;
        left: 24px;
        top: -2px;
        font-weight: 700;
        font-size: 18px;
    }


    .slider-box-popular{
        position: relative;
    }
    .slider-box-popular .swiper-button-next,
    .slider-box-popular .swiper-button-prev {
        display: none;
    }
    .slider-box-popular .swiper-slide{
        width: 100%;
        border-radius: 10px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        transition: .2s ease-in-out;
        overflow: hidden;
    }
    .slider-box-popular .swiper-slide .swiper-img{
        width: 100%;
        height: auto;
        padding: 0;
    }
    .slider-box-popular .swiper-slide:hover {
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    }
    .slider-box-popular .swiper-slide a {
        display: block;
        width: 100%;
    }
    .slider-box-popular .swiper-slide a .swiper-img {
        width: 100%;
        background-color: #FFF;
    }
    .slider-box-popular .swiper-slide a .swiper-img img {
        width: 100%;
    }
    .slider-box-popular .swiper-slide a .swiper-content {
        width: 100%;
        height: 165px;
        padding: 15px 15px;
        position: relative;
        margin-top: -5px;
    }
    .slider-box-popular .swiper-slide a .swiper-content .title {
        font-weight: 600;
        font-size: 17px;
        color: #2b2c31;
        margin-bottom: 10px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .slider-box-popular .swiper-slide a .swiper-content .swiper-text {
        font-weight: 400;
        font-size: 15px;
        color: #999999;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .slider-box-popular .swiper-slide a .swiper-content .swiper-text-sub {
        position: absolute;
        bottom: 8px;
        left: 0;
        width: 100%;
    }
    .slider-box-popular .swiper-slide a .swiper-content .swiper-text-sub .part {
        position: absolute;
        bottom: 5px;
        left: 15px;
        font-size: 12px;
        font-weight: 400;
        color: #acb8d2;
        background-color: #D9E1F2;
        border-radius: 6px;
        padding: 3px 10px;
    }
    .slider-box-popular .swiper-slide a .swiper-content .swiper-text-sub .part:hover {
        color: #758ab5;
    }
    .slider-box-popular .swiper-slide a .swiper-content .swiper-text-sub .date {
        position: absolute;
        bottom: 5px;
        right: 15px;
        float: right;
        font-weight: 400;
        font-size: 14px;
        color: #C1C1C1;
    }
    .slider-box-popular .swiper-pagination{
        bottom: -40px !important;
    }

    .middle-contents{
        width: 100%;
        padding: 20px 20px;
        margin-top: 50px;
    }
    .middle-contents .left-contents{
        width: 100%;
    }
    .middle-contents .left-contents .promotion-content{
        width: 100%;
        height: 100px;
    }

    .middle-contents .left-contents .promotion-content .content-title{
        width: 100%;
        height: 40px;
        position: relative;
    }
    .middle-contents .left-contents .promotion-content .content-title img{
        position: absolute;
        width: 18px;
        height: 18px;
        left: 0;
        top: 4px;
    }
    .middle-contents .left-contents .promotion-content .content-title span{
        position: absolute;
        left: 24px;
        top: -2px;
        font-weight: 700;
        font-size: 18px;
    }

    .slider-box-promotion {
        width: 100%;
        height: 56px;
        position: relative;
        background-color: #F0F1F2;
    }

    .swiper-container-promotion {
        width: 100%;
        height: 100%;
        position: relative;
        overflow: hidden;
    }

    .swiper-container-promotion .swiper-slide {
        width: 100%;
        height: 100%;
    }

    .swiper-container-promotion .swiper-slide a {
        display: block;
        width: 100%;
        height: 100%;
        line-height: 56px;
        padding: 0 60px 0 20px;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .slider-box-promotion .swiper-button-prev,
    .slider-box-promotion .swiper-button-next {
        display: none;
    }

    .slider-box-promotion .swiper-button-prev-custom {
        position: absolute;
        background-image: url('/static/img/adure/uparrow.png');
        background-repeat: no-repeat;
        width: 20px;
        height: 20px;
        top: 24px;
        right: 20px;
        z-index: 1000;
        cursor: pointer;
    }

    .slider-box-promotion .swiper-button-next-custom {
        position: absolute;
        background-image: url('/static/img/adure/downarrow.png');
        background-repeat: no-repeat;
        width: 20px;
        height: 20px;
        top: 24px;
        right: 44px;
        z-index: 1000;
        cursor: pointer;
    }

    .new-content {
        width: 100%;
        margin-top: 50px;
    }
    .new-content .content-title{
        width: 100%;
        height: 40px;
        position: relative;
    }
    .new-content .content-title img{
        position: absolute;
        width: 18px;
        height: 18px;
        left: 0;
        top: 4px;
    }
    .new-content .content-title span{
        position: absolute;
        left: 24px;
        top: -2px;
        font-weight: 700;
        font-size: 18px;
    }
    .new-content .content-list {
        width: 100%;
    }
    .new-content .content-list a {
        display: flex;
        width: 100%;
        margin-bottom: 22px;
    }
    .new-content .content-list a .list-img {
        flex: 1 1 50%;
    }
    .new-content .content-list a .list-img img {
        width: 100%;
        height: auto;
        display: block;
    }
    .new-content .content-list a .list-content {
        flex: 1 1 50%;
        border-bottom: 1px solid #EEEFEF;
        position: relative;
        padding: 2px 15px;
    }
    .new-content .content-list a .list-content .category {
        font-weight: 500;
        font-size: 13px;
        color: #999999;
    }

    .new-content .content-list a .list-content .title {
        margin-top: 2px;
        font-weight: 500;
        font-size: 15px;
        color: #2b2c31;
        margin-bottom: 6px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 1.2;
    }

    .new-content .content-list a .list-content .list-content-sub {
        position: absolute;
        bottom: 8px;
        left: 0;
        width: 100%;
    }

    .new-content .content-list a .list-content .list-content-sub .part {
        position: absolute;
        bottom: -4px;
        left: 15px;
        font-size: 10px;
        font-weight: 400;
        color: #acb8d2;
        background-color: #D9E1F2;
        border-radius: 6px;
        padding: 3px 10px;
    }

    .new-content .content-list a .list-content .list-content-sub .date {
        position: absolute;
        bottom: -2px;
        right: 15px;
        float: right;
        font-weight: 400;
        font-size: 12px;
        color: #C1C1C1;
    }

    .right-contents .side-banner{
        display: none;
    }

    .best-product {
        width: 100%;
        margin-top: 50px;
    }
    .best-product .content-title{
        width: 100%;
        height: 40px;
        position: relative;
    }
    .best-product .content-title img{
        position: absolute;
        width: 18px;
        height: 18px;
        left: 0;
        top: 4px;
    }
    .best-product .content-title span{
        position: absolute;
        left: 24px;
        top: -2px;
        font-weight: 700;
        font-size: 18px;
    }
    .best-product .viewall-mob{
        position: absolute;
        right: 0;
        border-bottom: 1px solid #999;
        color: #999;
        top: 5px;
        font-size: 13px;
    }
    .best-product .content-list {
        width: 100%;
    }
    .best-product .content-list a{
        display: block;
        width: 100%;
        height: 124px;
        padding: 12px 11px;
        margin-bottom: 10px;
        background-color: #f2f5f8;
        overflow: hidden;
    }

    .best-product .content-list a .list-img {
        width: 100px;
        height: 100px;
        float: left;
        background: #FFF;
    }

    .best-product .content-list a .list-img .imgBox {
        display: flex;
        width: 100%;
        height: 100%;
        justify-content: center;
        align-items: center;
    }

    .best-product .content-list a .list-img img {
        width: 100%;
    }

    .best-product .content-list a .list-content {
        float: left;
        width: calc(100% - 100px);
        height: 100%;
        padding: 0 20px;
    }

    .best-product .content-list a .list-content .category {
        font-weight: 500;
        font-size: 14px;
        color: #999999;
    }

    .best-product .content-list a .list-content .title {
        font-weight: 500;
        font-size: 16px;
        color: #2b2c31;
        margin-bottom: 8px;
    }

    .best-product .content-list a .list-content .sub-title {
        font-weight: 400;
        font-size: 14px;
        color: #999999;
    }

    .newsletter{
        width: 100%;
    }
    .newsletter img{
        width: 100%;
    }

    .bottom-contents{
        width: 100%;
        padding: 20px 20px;
    }
    .bottom-contents .content-title{
        width: 100%;
        height: 40px;
        position: relative;
    }
    .bottom-contents .content-title .sharp{
        position: absolute;
        font-weight: 600;
        font-size: 19px;
        left: 0;
        color: #00b16a;
    }
    .bottom-contents .content-title .text{
        position: absolute;
        left: 15px;
        font-weight: 700;
        font-size: 18px;
    }
    .bottom-contents .list-content {
        margin-top: 10px;
        overflow-x: scroll;
        white-space: nowrap;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }
    .bottom-contents .list-content ul {
        width: 300%;
        max-height: 58px;
        overflow: hidden;
    }
    .bottom-contents .list-content ul li {
        float: left;
    }
    .bottom-contents .list-content ul li a {
        display: block;
        padding: 2px 15px;
        border: 1px solid #ccc;
        border-radius: 15px;
        margin: 0 7px 7px 0;
        color: #ccc;
        font-size: 12px;
    }
    .bottom-contents .list-content ul li a:hover {
        background-color: #00B16A;
        border: 1px solid #00B16A;
        color: #FFF;
    }



}