* {
    margin: 0;
    padding: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Roboto, sans-serif;
}

.container{
    width: 100%;
    margin: 0 auto;
}

ul.tabs{
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    width: 100%;
    justify-content: space-between;
}
ul.tabs li{
    background: none;
    color: #565440;
    display: inline-block;
    padding: 2.308vw 2.513vw;
    cursor: pointer;
    font-family: Roboto, sans-serif;
    font-size: 2.308vw;
    white-space: nowrap;
}

ul.tabs li.current{
    background: #E9E4DC;
    color: #C49F8A;
}

.tab-content{
    display: none;
    background: #E9E4DC;
    font-size: 9px;
  
}

.tab-content--inner {
    border-bottom: 1px solid #E5E2D9;
    background-color: #F5F2EB;
    padding: 35px;
    margin-bottom: 10px;
}

.tab-content.current{
    display: inherit;
    height: auto;
    font-size: 9px;
}

.tab1_content_wrapper {
    display: flex;
    justify-content: space-between;
    color: #A69C8C;
}

.crystal_1 {
    display: flex;
    margin-left: auto;
    margin-right: auto;
}

.n_plan {
    width: 44px;
    height: 44px;
}

.n_plan--wrapper {
    margin-top: -4rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tab-content--btm {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
    border-top: 1px solid #ddd;
    padding-top: 15px;
}

.tab-content--btm--img1 {
    width: 106px;
}

.tab-content--btm--img2 {
    width: 60px;
}

.tab-content--btm--txt {
    font-family: Roboto , sans-serif;
    font-size: 20px;
    color: #A69C8C;
    gap: 2px;
    display: flex;
    flex-direction: column;
}

.tab-content--btm--txt span {
    color: #565440;
    font-size: 41px;
    margin-top: 10px;
}

.plan_cs--wrapper {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}


.sub_title {
    position: absolute;
    top: 70%;
    color: #A59B8B;
    font-size: 11px;
    left: 6%;
}


.tab-content--inner .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: ' ';
    background: url('/assets/images/plan/next_arrow.svg');
    background-repeat: no-repeat;
    width: 10px;
    height: 15px;
}

.tab-content--inner .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: ' ';
    background: url('/assets/images/plan/prev_arrow.svg');
    background-repeat: no-repeat;
    width: 10px;
    height: 15px;
}

.plan_apart_title {
    font-size: 10px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.45;
    letter-spacing: normal;
    text-align: right;
    color: #a69c8c;
    left: 75%;
    top: -1rem;
    position: relative;
}

@media screen and (min-width:720px) {
    .section_plan .container {
        background-color: #E9E4DC;
        margin-top: 16rem;
        padding-top: 17rem;
        padding-bottom: 88px;
    }
    .section_plan h1{
        font-size: 60px;
        position: relative;
        top: 282px;
        z-index: 10;
        left: 50px;
    }
    ul.tabs li{
        background: none;
        color: #565440;
        display: inline-block;
        padding: 30px 40px;
        cursor: pointer;
        font-family: Roboto, sans-serif;
        font-size: 20px;
        white-space: nowrap;
    }
    ul.tabs{
        margin: 0px;
        padding: 0px;
        list-style: none;
        display: flex;
        width: 100%;
        justify-content: unset;
        margin-left: 25px;
    }
    .tab-content--inner {
        width: 566px;
    }
    .tab-content.current {
        display: flex;
        flex-wrap: wrap;
        gap: 33px;
        justify-content: center;
        font-size: 16px;
        line-height: 1.5em;
    }
    .swiper-slide img {
        width: 345px;
        cursor: pointer;
    }
    .pent_sp {
        display: none;
    }
    .crystal_1 {
        width: 345px;
    }
    .tab-content--btm--txt .m-quad {
        font-size: 32px;
        margin-left: -9px;
        font-weight: 300;
    }
    .tab-content--btm--txt .m-q-d{
        margin-left: 0;
    }
}

@media screen and (max-width:720px) {
    .swiper-slide img {
        width: 50vw;
    }
    .crystal_1 {
        width: 50vw;
    }
    .section_plan {
    margin-bottom:25rem;
}
}

