/* ============================================
   ADVANTAGES SECTION (Venn Diagram) STYLES
   ============================================ */

.niche-section {
    background: #f1ece4;
    padding-bottom: 0;
    position: relative;
    width: 100%;
    min-height: 100vh;
}

.niche-section .niche-food1 {
    position: absolute;
    top: 300px;
    left: 50%;
    margin-left: -1000px;
    z-index: 1;
}

.niche-section .niche-food2 {
    position: absolute;
    top: 800px;
    left: 50%;
    margin-left: -930px;
    z-index: 2;
}

.niche-section .niche-food3 {
    position: absolute;
    top: 100px;
    left: 50%;
    margin-left: 480px;
    z-index: 1;
    transform: scale(0.9);
}

.niche-search {
    position: relative;
    display: table;
    width: 100%;
    padding: 200px 0 150px;
}

.search-title {
    width: 100%;
    text-align: center;
    margin-bottom: 80px;
}

.search-title ul li {
    font-family: 'GmarketSans';
    font-weight: 300;
    color: #000;
}

.search-title ul li:nth-child(1) {
    font-weight: 700;
    font-size: 50px;
    line-height: 50px;
}

.search-title ul li:nth-child(2) {
    font-size: 30px;
    margin-top: 20px;
}

.search-title ul li span {
    background: #e60012;
    color: #fff;
    padding: 8px 10px 0;
    font-weight: 700;
}

.search-slide {
    width: 100%;
    overflow: hidden;
    margin-bottom: 100px;
}

.search-slide ul {
    display: flex;
    animation: marquee 15s linear infinite;
    white-space: nowrap;
}

.search-slide li {
    font-family: 'GmarketSans';
    font-weight: 300;
    font-size: 24px;
    color: #000;
    margin-right: 50px;
    flex-shrink: 0;
}

.search-contents {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 50px;
}

.search-contents-circle {
    width: 100%;
    font-size: 0;
}

.search-contents-circle-text {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 380px;
    margin: 150px 10px;
    z-index: 1;
}

.search-contents-circle-text .circleline {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 135%;
    border: 1px solid #e60012;
    opacity: 1;
    border-radius: 100%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
}

.search-contents-circle-text .circleline:after {
    display: block;
    padding-bottom: 100%;
    content: '';
}

.search-contents-circle-text li {
    font-family: 'GmarketSans';
    text-align: center;
    font-weight: 300;
    color: #000;
}

.search-contents-circle-text li:nth-child(1) {
    font-weight: 700;
    font-size: 30px;
    line-height: 30px;
}

.search-contents-circle-text li:nth-child(2) {
    font-size: 50px;
    margin: 20px 0;
}

.search-contents-circle-text li:nth-child(3) {
    font-size: 17px;
    line-height: 25px;
}

.search-contents-circle-text li:nth-child(3) strong {
    background: #000;
    color: #fff;
    padding: 2px 3px 0;
    font-weight: 500;
    border-radius: 5px;
}

.search-contents-circle-centertext {
    position: absolute;
    top: 210px;
    left: 0;
    width: 100%;
    font-family: 'GmarketSans';
    text-align: center;
    font-weight: 700;
    font-size: 25px;
    line-height: 25px;
    color: #e60012;
}

.search-contents-circle-centertext img {
    width: 80px;
    margin-top: 10px;
}

.search-contents-circle-center {
    position: relative;
    display: table;
    margin: 50px auto 0;
    animation: bling 1.5s linear infinite;
}

.search-contents-circle-center .centerdline {
    position: absolute;
    top: -250px;
    left: 50%;
    width: 1px;
    height: 190px;
    content: '';
    border-left: 1px dashed #e60012;
}

.search-contents-circle-center .centerdline:after {
    position: absolute;
    top: 100%;
    left: 50%;
    content: '↓';
    font-family: 'GmarketSans';
    text-align: center;
    font-weight: 700;
    font-size: 12px;
    color: #e60012;
    margin-left: -6px;
}

.search-contents-circle-center ul {
    position: relative;
    display: table;
}

.search-contents-circle-center ul:before {
    position: absolute;
    top: -20%;
    left: -10%;
    width: 120%;
    height: 5px;
    border: 1px solid #e60012;
    border-bottom: none;
    content: '';
}

.search-contents-circle-center ul:after {
    position: absolute;
    bottom: -10%;
    left: -10%;
    width: 120%;
    height: 5px;
    border: 1px solid #e60012;
    border-top: none;
    content: '';
}

.search-contents-circle-center li {
    display: table;
    font-family: 'GmarketSans';
    text-align: center;
    font-weight: 300;
    color: #000;
    margin: 0 auto;
}

.search-contents-circle-center li:nth-child(1) {
    font-size: 38px;
    line-height: 50px;
}

.search-contents-circle-center li:nth-child(1) span {
    position: relative;
}

.search-contents-circle-center li:nth-child(1) span:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px;
    content: '';
    background: linear-gradient(to right, #e60012, #e60012);
    z-index: 1;
}

.search-contents-circle-center li:nth-child(1) b {
    font-weight: 300;
    position: relative;
}

.search-contents-circle-center li:nth-child(1) b:after {
    position: absolute;
    top: -50%;
    left: -20%;
    width: 140%;
    height: 200%;
    content: '';
    background: radial-gradient(circle, transparent 0%, transparent 30%, #e60012 30%, #e60012 35%, transparent 35%);
    z-index: 1;
}

.search-contents-circle-center li:nth-child(1) strong {
    font-weight: 700;
}

.multi-store-title {
    width: 100%;
    margin-top: 100px;
}

.multi-store-title ul {
    width: 100%;
}

.multi-store-title li {
    width: 100%;
    font-family: 'GmarketSans';
    text-align: center;
    font-weight: 500;
    color: #000;
}

.multi-store-title li:nth-child(1) {
    font-weight: 700;
    font-size: 50px;
    color: #e60012;
}

.multi-store-title li:nth-child(2) {
    font-size: 20px;
    line-height: 30px;
    margin-top: 20px;
}

.head-title {
    display: table;
    width: 100%;
    font-family: 'GmarketSans';
    text-align: center;
    font-weight: 500;
    font-size: 50px;
    color: #000;
    margin-top: 50px;
}

.head-title span {
    background: #e60012;
    font-weight: 700;
    color: #fff;
    padding: 8px 10px 0;
}

.head-title strong {
    font-weight: 700;
}

.multi-store {
    position: relative;
    display: table;
    width: 100%;
    height: 150px;
    margin: 50px auto 0;
    overflow: hidden;
}

.multi-store ul {
    display: flex;
    animation: marquee 20s linear infinite;
    white-space: nowrap;
}

.multi-store li {
    flex-shrink: 0;
    margin-right: 20px;
}

.multi-store li div {
    width: 150px;
    height: 150px;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
}

/* Animations */
@keyframes marquee {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}

@keyframes bling {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.5; }
}

/* Mobile responsive styles */
@media (max-width: 750px) {
    .niche-section .niche-food1 {
        top: 200px;
        margin-left: -400px;
        transform: scale(0.7);
    }
    
    .niche-section .niche-food2 {
        top: 600px;
        margin-left: -350px;
        transform: scale(0.7);
    }
    
    .niche-section .niche-food3 {
        top: 80px;
        margin-left: 200px;
        transform: scale(0.6);
    }
    
    .niche-search {
        padding: 150px 0 100px;
    }
    
    .search-contents {
        padding: 0 20px;
    }
    
    .search-contents-circle-text {
        width: 300px;
        margin: 100px 5px;
    }
    
    .search-contents-circle-text .circleline {
        width: 120%;
    }
    
    .multi-store-title li:nth-child(1) {
        font-size: 30px !important;
    }
    
    .multi-store-title li:nth-child(2) {
        font-size: 16px !important;
        line-height: 24px !important;
    }
    
    .head-title {
        font-size: 30px !important;
    }
    
    .multi-store {
        height: 120px;
    }
    
    .multi-store li div {
        width: 120px;
        height: 120px;
    }
}

@media (max-width: 480px) {
    .niche-section .niche-food1 {
        top: 150px;
        margin-left: -300px;
        transform: scale(0.5);
    }
    
    .niche-section .niche-food2 {
        top: 450px;
        margin-left: -250px;
        transform: scale(0.5);
    }
    
    .niche-section .niche-food3 {
        top: 60px;
        margin-left: 150px;
        transform: scale(0.4);
    }
    
    .search-contents-circle-text {
        width: 250px;
        margin: 80px 2px;
    }
    
    .multi-store-title li:nth-child(1) {
        font-size: 24px !important;
    }
    
    .multi-store-title li:nth-child(2) {
        font-size: 14px !important;
        line-height: 20px !important;
    }
    
    .head-title {
        font-size: 24px !important;
    }
    
    .multi-store {
        height: 100px;
    }
    
    .multi-store li div {
        width: 100px;
        height: 100px;
    }
}

@media (max-width: 320px) {
    .niche-section .niche-food1 {
        top: 120px;
        margin-left: -200px;
        transform: scale(0.4);
    }
    
    .niche-section .niche-food2 {
        top: 350px;
        margin-left: -180px;
        transform: scale(0.4);
    }
    
    .niche-section .niche-food3 {
        top: 50px;
        margin-left: 100px;
        transform: scale(0.3);
    }
    
    .multi-store-title li:nth-child(1) {
        font-size: 20px !important;
    }
    
    .multi-store-title li:nth-child(2) {
        font-size: 12px !important;
        line-height: 18px !important;
    }
    
    .head-title {
        font-size: 20px !important;
    }
    
    .multi-store {
        height: 80px;
    }
    
    .multi-store li div {
        width: 80px;
        height: 80px;
    }
}
