/* BASIC css start */
/* BASIC css start */
/* BASIC css start */
/* BASIC css start */
/* BASIC css start */
/* BASIC css start */
/* BASIC css start */
/* BASIC css start */
/* BASIC css start */
 
.displaynone {
    display: none !important;
}
 
.customer-service {
}

.help-box {
    display: flex;
    justify-content: space-between;
    padding: 30px 16px;
    background-color: #f6f6f6;
    margin-bottom: 40px;
    flex-wrap: wrap;
    gap: 10px;
}

.contact, .product-inquiry {
    width: 100%;
    border-radius: 12px;
    background: #fff url(/design/isanoee/images/m_cs_1.png) right 20px center no-repeat;
    background-size: 50px;
    text-align: left;
    padding: 20px;
    box-sizing: border-box;
}

.contact h2, .product-inquiry h2 {
    font-size: 16px;
    font-weight: 600;
    color: #121212;
    line-height: 24px;
    display: flex;
    align-items: center;
}

.contact .phone, .product-inquiry .qna {
    font-size: 24px;
    font-weight: 700;
    color: #ff691f;
    line-height: 32px;
}

.contact .time, .product-inquiry p {
    font-size: 13px;
    color: #999;
    line-height: 18px;
    font-weight: 600;
}
 
.service-shortcuts ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: space-between;
    margin-bottom: 40px;
    gap: 10px;
}

.service-shortcuts ul li {width: calc(50% - 5px);}

.service-shortcuts ul li a {
    display: flex;
    border-radius: 10px;
    background-color: #fff;
    border: 1px solid #dedede;
    font-size: 14px;
    color: #121212;
    font-weight: 600;
    text-decoration: none;
    height: 60px;
    align-items: center;
    box-sizing: border-box;
    padding: 0 20px;
} 

.notice {
    background-color: #fff;
    margin-bottom: 50px;
    overflow: hidden;
}
 
.notice ul {
    border-top: 1px solid #dedede;
}

.notice ul li {
    display: flex;
    justify-content: space-between;
    padding: 30px 0;
    border-bottom: 1px solid #ededed;
}

.notice ul li a {
    color: #121212;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    flex: 1;
}

.notice ul li span {
    font-size: 16px;
    color: #555;
    line-height: 24px;
}

.notice .view-all {
    font-size: 13px;
    color:#999;
    font-weight: 600;
    line-height: 18px;
    text-align: left;
    display: flex;
    align-items: center;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
}
h3.title {
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    text-align: left;
    width: 100%;
    color:#121212;
} 

h3.title2 {
        position: relative;
        font-size: 16px;
        font-weight: 700;
        line-height: 24px;
        text-align: left;
        width: 100%;
        color:#121212;
        margin-bottom: 12px;
        padding: 0 16px;
        box-sizing: border-box;
} 

.product-inquiry {
    background: #fff url(/design/isanoee/images/m_cs_2.svg) right 20px center no-repeat;
}

.service-shortcuts {
    padding: 0 16px;
}

.service-shortcuts ul li a img {
    margin-right: 10px;
}

.boardSwiper {
    overflow: hidden;
    position: relative;
    padding-bottom: 40px;
    margin: 0 16px;
    border-top: 1px solid #dedede;
}

.boardSwiper .area {
    border-bottom: 1px solid #ededed;
}

.boardSwiper .area a {
    background: #fff url(/design/isanoee/images/m_cs_arr3.svg) right center no-repeat;
    padding: 12px 0;
    display: block;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
}

.boardSwiper .area a span {
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    margin-top: 4px;
    color: #999;
    display: block;
}

.boardSwiper .swiper-button-arr {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
}
.boardSwiper .swiper-button-arr .swiper-button-prev-cs {
    background: url(/design/isanoee/images/m_cs_prev.svg) no-repeat;
    width: 20px;
    height: 20px;
    position: relative;
    color: #555;
    font-size: 14px;
    line-height: 20px;
    left: auto;
    width: 55px;
}

.boardSwiper .swiper-button-arr .swiper-button-prev-cs::after {
    content: "이전";
    position: absolute;
    left: 30px;
    width: 60px;
    text-align: left;
    top: 0;
}
.boardSwiper .swiper-button-arr .swiper-button-next-cs {
    background: url(/design/isanoee/images/m_cs_next.svg) right center no-repeat;
    width: 20px;
    height: 20px;
    position: relative;
    color: #555;
    font-size: 14px;
    line-height: 20px;
    right: auto;
    width: 55px;
}

.boardSwiper .swiper-button-arr .swiper-button-next-cs::after {
    content: "다음";
    position: absolute;
    left: 0;
    width: 60px;
    top: 0;
    text-align: left;
}

.boardSwiper .swiper-button-arr .swiper-button-disabled {
    opacity: 0.3;
}
.boardSwiper .swiper-slide:first-child{margin-top:0;}
.boardSwiper .swiper-slide {
    margin-top: -1px;
}
.boardSwiper .area a p {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 90%;
}
/* BASIC css end */


/* BASIC css end */

