.ip-banner {
    display: none;
}

.ip-market-update-wrapper,
.ip-custom-banner {
    position: relative;
}

.ip-custom-banner .ip-banner {
    display: block;
}

.ip-banner .container {
    width: 100%;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    bottom: auto;
}

.entry-title {
    font-size: clamp(50px, 5.63vw, 90px);
    font-family: var(--font-family-title);
    padding: 80px 0 0;
}

#inner-page-wrapper > .container {
    width: 100%;
    padding: 0;
}

#breadcrumbs {
    width: 100%;
}

.ip-market-update-inner {
    position: relative;
    max-width: 1326px;
    margin: 0 auto;
    padding: 0 15px;
}

.ip-mu-section1 {
    position: relative;
    padding: 113px 0 0;
}

.ip-mu-s1-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.ip-mu-s1-title h2 {
    font-size: clamp(40px, 3.13vw, 50px);
    font-family: var(--font-family-title);
    color: var(--primary);
    text-transform: uppercase;
    text-align: center;
}

.ip-mu-s1-title h2 span {
    display: block;
    font-size: clamp(20px, 1.88vw, 30px);
    font-weight: 700;
    font-family: var(--font-family-default);
    color: #000;
    letter-spacing: 0.2em;
    margin-top: 5px;
}

.ip-mu-s1-lists {
    position: relative;
}

.ip-mu-s1-lists h2 {
    font-size: clamp(20px, 1.88vw, 30px);
    font-family: var(--font-family-title);
    color: #000;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0.025em;
    padding: 95px 0 46px;
}

.ip-mu-s1-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.ip-mu-s1-col.title-col {
    width: 6.559%;
    background: #f2f2f2;
    position: relative;
    border-right: none;
    border-left: none;
}

.ip-mu-s1-col.title-col h3 {
    font-size: clamp(17px, 1.25vw, 20px);
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(-90deg);
}

.ip-mu-s1-col {
    width: 31.147%;
    min-height: 305px;
    border: 1px solid #e5e5e5;
}

.ip-mu-s1-col-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.ip-mu-s1-col:nth-child(2), .ip-mu-s1-col:nth-child(6), .ip-mu-s1-col:nth-child(10) {
    border-left: none;
}

.ip-mu-s1-stats {
    display: flex;
    justify-content: center;
    gap: 19px;
}

.ip-mu-s1-stats-details {
    position: relative;
    min-width: 169px;
}

.stats-number {
    font-size: clamp(35px, 2.5vw, 40px);
    font-weight: 700;
    color: #000;
}

.stats-label {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--primary);
    margin: 5px 0 12px;
}

.stats-percentage {
    font-size: 18px;
    font-weight: 700;
    color: #000;
}

.stats-percentage span {
    display: block;
    font-weight: 500;
    color: #828282;
    margin-top: 2px;
}

.stats-arrow {
    position: absolute;
    bottom: 12px;
    right: 35px;
}

.arrow-a {
    display: block;
    width: 30px;
    height: 24px;
    background: url(../../images/market-update/arrow-a.png) no-repeat;
    background-size: contain;
    background-position: center;
}

.arrow-b {
    display: block;
    width: 30px;
    height: 24px;
    background: url(../../images/market-update/arrow-b.png) no-repeat;
    background-size: contain;
    background-position: center;
}

.flex-end {
    align-items: flex-end;
}

.ip-mu-s1-stats.flex-end .stats-label {
    margin: 0;
}

.stats-graph {
    margin-top: 20px;
}

/* section */
.ip-mu-section2 {
    position: relative;
    padding: 106px 0 65px;
}

.ip-mu-s2-head {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 46px;
    gap: 30px 50px;
}

.ip-mu-s2-title h2 {
    font-size: clamp(20px, 1.56vw, 25px);
    font-weight: 400;
    font-family: var(--font-family-title);
    color: #000;
    letter-spacing: 0.15em;
    font-variant-numeric: lining-nums;
    font-feature-settings: "lnum";
}

.ip-mu-s2-title h2 span {
    display: block;
    font-size: clamp(40px, 3.13vw, 50px);
    letter-spacing: 0;
}

.ip-mu-s2-graph {
    position: relative;
    max-width: 1170px;
    margin: 0 auto;
}

.ip-mu-s2-graph p {
    font-size: 12px;
    color: #000;
    letter-spacing: 0.025em;
    margin-top: 17px;
}

.ip-mu-s2-graph img{
    padding-bottom: 6px;
}

@media only screen and (max-width: 1199px) {
    .ip-mu-section1 {
        padding: 60px 0 0;
    }

    .stats-graph {
        padding: 0 10px;
    }
}

@media only screen and (max-width: 991px) {
    .ip-mu-section1 {
        padding: 50px 0 0;
    }
    .ip-mu-s1-head {
        flex-direction: column;
    }
    .ip-mu-s1-lists h2 {
        padding: 30px 0;
    }
    .ip-mu-s1-col {
        width: 100% !important;
    }
    .ip-mu-s1-col.title-col h3 {
        transform: unset;
    }
    .ip-mu-s1-col.title-col {
        min-height: 70px;
        border: 1px solid #e5e5e5;
    }
    .ip-mu-s1-col:nth-child(2), .ip-mu-s1-col:nth-child(6), .ip-mu-s1-col:nth-child(10) {
        border-left: 1px solid #e5e5e5;
    }

    .ip-mu-section2 {
        padding: 50px 0;
    }
    .ip-mu-s2-head {
        flex-direction: column;
    }
    .ip-mu-s2-graph p {
        text-align: center;
    }
} 

/* Galaxy Tab 3(portrait) | Galaxy S5(landscape) */ 
@media only screen and (max-width: 767px) {
    
}

/* Galaxy S5(portrait) | iPod Touch(landscape) | iPod Touch(portrait) */ 
@media only screen and (max-width: 480px) {
    .ip-mu-s1-stats-details {
        min-width: 150px;
    }
    .stats-arrow {
        right: 25px;
    }

    .stats-graph {
        padding: 0;
        width: 288px;
        overflow: hidden;
        overflow-x: auto;
        margin: 20px auto 0;
    }
}