@charset "utf-8";


#body_home.mobile {
    background: #fff;
}

#body_home.mobile main {
    padding-top: 57px;
}

#body_home.mobile .wrapper_main {
    padding-bottom: 0;
}

#body_home.mobile .wrapper_main .inwrap {
    padding: 32px 0;
    background: #fff;
    border-radius: 0;
    overflow: hidden;
    border: 0;
}

.swiper.lnb-main-mobile {
    width: 100%;
    background: linear-gradient(90deg, #FA0 0%, #FF6A00 100%);
    overflow: hidden;
    position: relative;
    padding: 0 8px;
}

.swiper.lnb-main-mobile.fixed {
    position: fixed;
    top: 57px;
    left: 0;
    z-index: 5;
}

.swiper.lnb-main-mobile::after {
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    z-index: 1;
    background: rgba(0, 0, 0, 0.10);
}

.swiper.lnb-main-mobile .swiper-wrapper {
    display: flex;
    justify-content: start;
    align-items: center;
}

.swiper.lnb-main-mobile .swiper-slide {
    flex: 0 0 fit-content;
    padding: 0 16px;
}

.swiper.lnb-main-mobile .swiper-slide a {
    width: fit-content;
    flex: 0 0 fit-content;
    height: 58px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 2px solid transparent;
    opacity: 0.7;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0.2px;
}

.swiper.lnb-main-mobile .swiper-slide a.on {
    border-bottom: 4px solid rgba(255, 255, 255, 0.6);
    color: #171717;
    font-weight: 500;
    opacity: 1;
    color: #FFF;
    font-weight: 600;
}

#body_home.mobile .wrapper_main .sec_chat ul li a {
    display: flex;
    justify-content: space-between;
    height: 48px;
    border-radius: 8px;
    background: #F7F7F7;
}

#body_home.mobile .wrapper_main section {
    margin-bottom: 0;
}

#body_home.mobile .wrapper_main .swiper.sec_banner_1 .swiper-slide {
    width: 100%;
    aspect-ratio: 768 / 240;
    border: 0;
    overflow: hidden;
    border-radius: 0;
}

#body_home.mobile .wrapper_main .swiper.sec_banner_1 {
    border-radius: 0;
    border-top: 8px solid #F2F4F7;
    border-bottom: 8px solid #F2F4F7;
}

#body_home.mobile .wrapper_main h3 {
    position: relative;
}

#body_home.mobile .wrapper_main .tab-content h3 a {
    height: initial;
    padding-right: initial;
    width: initial;
    background: none;
    position: initial;
    right: initial;
    top: initial;
    transform: translateY(0);
    color: var(--Text-Primary, #171717);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.15px;
    display: flex;
    align-items: center;
}

#body_home.mobile .wrapper_main .tab-content h3 i {
    height: 28px;
    width: 28px;
    background: url(/assets/images/more.svg) no-repeat right center;
    position: initial;
    right: initial;
    top: initial;
    transform: translateY(0);
}

#body_home.mobile .wrapper_main .swiper.sec_banner_2 {
    border-radius: 0;
    border-top: 8px solid #F2F4F7;
}

#body_home.mobile .wrapper_main .swiper.sec_banner_2 .swiper-slide {
    aspect-ratio: 768 / 120;
    border: 0;
    overflow: hidden;
    border-radius: 0;
}

#body_home.mobile .swiper.tablist {
    padding: 24px 20px 0;
}

#body_home.mobile .tab-content {
    padding-top: 32px;
    display: none;
}

#body_home.mobile .tab-content.on {
    display: block;
}

.bt8 {
    border-top: 8px solid #F2F4F7 !important;
}

#body_home.mobile .grid-home-1 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 20px;
    position: relative;
    margin-bottom: 32px;
}

.mt32 {
    margin-top: 32px;
}

#body_home.mobile .grid-home-1.row4 {
    grid-template-columns: repeat(4, 1fr);
}

#body_home.mobile .grid-home-1 > li:nth-of-type(3)::before {
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 50%;
    height: 1px;
    background: #E9EBEE;
}

#body_home.mobile .grid-home-1.nb > li:nth-of-type(3)::before {
    display: none;
}

#body_home.mobile .grid-home-1 li {
    padding: 24px 0;
}

#body_home.mobile .grid-home-1.row4 li {
    padding: 16px 0;
}

#body_home.mobile .grid-home-1 .tt {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--Text-Secondary, #5B5B5B);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0.2px;
}

#body_home.mobile .grid-home-1 .tt strong {
    color: var(--Primary, #FF6A00);
    font-weight: 600;
}

#body_home.mobile .grid-home-1 .wr {
    margin: 4px 0 12px;
    color: var(--Text-Tertiary, #8E8E8E);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0.2px;
    display: flex;
    gap: 12px;
    align-items: center;
}

#body_home.mobile .grid-home-1 .ellipsis1 {
    color: var(--Text-Primary, #171717);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0.2px;
}

#body_home.mobile .grid-home-1 .ellipsis2 {
    color: var(--Text-Secondary, #5B5B5B);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.2px;
    margin: 2px 0 12px;
    height: 48px;
}

#body_home.mobile .grid-home-1 .wimgbox {
    position: relative;
}

#body_home.mobile .grid-home-1 .wimgbox span {
    border-radius: 12px 0px 4px 0px;
    opacity: 0.5;
    background: #171717;
    padding: 0 12px;
    height: 23px;
    color: var(--White, #FFF);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0.2px;
    position: absolute;
    left: 0;
    top: 0;
}

#body_home.mobile .grid-home-1.row4 .ellipsis2,
#body_home.mobile .grid-home-1 .ellipsis2.bb {
    color: var(--Text-Primary, #171717);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0.2px;
    margin: 16px 0 0;
}

.hthimg {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 350 / 197;
    border-radius: 12px;
    border: 1px solid #F0F0F0;
    overflow: hidden;
}

#body_home.mobile .grid-home-1 .gb {
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--Text-Tertiary, #8E8E8E);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.2px;
    margin-top: 12px;
    position: relative;
}

#body_home.mobile .grid-home-1 .gb.sb {
    justify-content: space-between;
}

.mt12 {
    margin-top: 12px !important;
}

.mt8 {
    margin-top: 8px !important;
}

#body_home.mobile .grid-home-1 .gb > div {
    display: flex;
    gap: 8px;
}

.cmb {
    color: #5B5B5B !important;
}

#body_home.mobile .grid-home-1 .per {
    color: var(--Text-Primary, #171717);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.2px;
    display: flex;
    align-items: center;
    gap: 8px;
}

#body_home.mobile .grid-home-1 .per i {
}

#body_home.mobile .board-home-1 {
    padding: 32px 0;
}

#body_home.mobile .board-home-1 li {
    padding: 16px 0;
}

#body_home.mobile .board-home-1 > li > a {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: center;
}

#body_home.mobile .board-home-1 > li > a .left {
    flex: 1;
    color: var(--Text-Tertiary, #8E8E8E);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.2px;
    position: relative;
}

#body_home.mobile .board-home-1 > li > a .right {
    flex: 0 0 72px;
}

#body_home.mobile .board-home-1 .ellipsis1 {
    color: var(--Text-Primary, #171717);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.2px;
}

#body_home.mobile .board-home-1 .left.hit::before {
    content: '';
    position: absolute;
    width: 4px;
    height: 4px;
    background: #F4361E;
    border-radius: 4px;
    left: -8px;
    top: 9px;
}

#body_home.mobile .board-home-1 .left .fl {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
}

#body_home.mobile .board-home-1 .right {
    flex: 0 0 72px;
}

#body_home.mobile .board-home-1 .right img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 8px;
    border: 1px solid var(--Line-Warm-Gray, #F0F0F0);
    overflow: hidden;
}

.btline > li:not(:first-of-type) {
    border-top: 1px solid #E9EBEE;
}

#body_home.mobile .board-home-1.btline .left .fl {
    justify-content: start;
}

#body_home.mobile .grid-home-2 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin: 24px 0 32px;
    gap: 24px 20px;
}

#body_home.mobile .grid-home-2 img {
    object-fit: cover;
    aspect-ratio: 1 / 1;
    width: 100%;
    border-radius: 8px;
    border: 1px solid var(--Line-Warm-Gray, #F0F0F0);
    overflow: hidden;
}

#body_home.mobile .grid-home-2 .ellipsis2 {
    overflow: hidden;
    color: var(--Text-Primary, #171717);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.2px;
    margin: 8px 0;
}

#body_home.mobile .grid-home-2 .fl {
    display: flex;
    gap: 12px;
    align-items: center;
    color: var(--Text-Secondary, #5B5B5B);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.2px;
}


@media all and (max-width: 1279px) {
    .only-pc {
        display: none;
    }

    .only-s-mobile {
        display: none;
    }

    .only-over-tablet {
        display: block;
    }

    .only-to-tablet {
        display: block;
    }

    .only-mobile {
        display: block;
    }

    .wrap720 {
        width: 100%;
        max-width: 1280px;
        padding: 0 20px;
        margin: 0 auto;
    }

    #body_search main {
        padding-top: 115px;
    }

    #btnhome {
        display: none;
    }

    #body_esti #btnhome,
    #body_cnc #btnhome,
    #body_egd #btnhome,
    #body_cs #btnhome {
        display: block;
    }

    #wrapper_search .board_main {
        margin: 0;
    }

    #wrapper_search .hd {
        padding: 24px 0 12px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 20px;
        border-bottom: 1px solid #EBEBEB;
        margin-bottom: 20px;
    }

    #body_search main .cont_head.search {
        display: none;
    }

    #body_search .tab-container {
        border: 0;
        position: fixed;
        top: 57px;
        left: 0;
        right: 0;
        z-index: 5;
    }

    #body_search .tab-container .swiper.lnb {
        margin: 0;
        border-bottom: 0;
    }

    #body_search .tab-container .swiper.lnb {
        width: 100%;
        background: linear-gradient(90deg, #FA0 0%, #FF6A00 100%);
        overflow: hidden;
        position: relative;
        padding: 0 20px;
    }

    #body_search .tab-container .swiper.lnb::after {
        content: '';
        position: absolute;
        width: 100%;
        left: 0;
        right: 0;
        bottom: 0;
        height: 2px;
        z-index: 1;
        background: rgba(0, 0, 0, 0.10);
    }

    #body_search .tab-container .swiper.lnb .swiper-wrapper {
        display: flex;
        justify-content: start;
        align-items: center;
    }

    #body_search .tab-container .swiper.lnb .swiper-slide {
        flex: 0 0 fit-content;
        padding: 0;
    }

    #body_search .tab-container .swiper.lnb .swiper-slide a {
        width: fit-content;
        flex: 0 0 fit-content;
        height: 58px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-bottom: 2px solid transparent;
        opacity: 0.7;
        color: #FFF;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        letter-spacing: 0.2px;
    }

    #body_search .tab-container .swiper.lnb .swiper-slide a.on {
        border-bottom: 4px solid rgba(255, 255, 255, 0.6);
        color: #171717;
        font-weight: 500;
        opacity: 1;
        color: #FFF;
        font-weight: 600;
    }

    header .hwrap .btn-hb {
        display: block;
        margin-left: -8px;
    }

    header .hwrap h1, header .hwrap nav {
        display: none;
    }

    #body_login header .hwrap h1 {
        display: block;
    }

    header .hwrap nav {
        height: initial;
        padding: 0;
        margin: 0 auto;
    }

    header .hwrap nav .depth1,
    header .hwrap nav .depth1 > li,
    header .hwrap nav .depth1 > li > a {
        width: 100%;
    }

    header .hwrap nav .depth1 > li > a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        color: #5B5B5B;
        font-size: 18px;
        font-weight: 600;
        letter-spacing: 0.2px;
        white-space: nowrap;
        height: 56px;
        position: relative;
        padding: 0 20px;
    }

    header .hwrap nav .depth1 > li > a::after {
        content: '';
        position: absolute;
        width: 24px;
        height: 100%;
        right: 20px;
        top: 0;
        background: url(/assets/images/down.svg) no-repeat center center;
    }

    header .hwrap nav .depth1 > li > a.on::after {
        background: url(/assets/images/up.svg) no-repeat center center;
    }

    header .hwrap {
        width: 100%;
        margin: 0 auto;
        max-width: initial;
        height: 57px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 64px;
    }

    header > .hwrap > .right {
        display: flex;
        align-items: center;
        gap: 4px;
    }

    header .right > ul > li > button {
        height: 40px;
        width: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    header .right > ul > li:nth-of-type(1) {
        display: none;
    }

    #body_home.logout .right > ul > li:nth-of-type(1) {
        display: block;
    }

    header .right > ul > li:nth-of-type(2),
    header .right > ul > li:nth-of-type(3),
    header .right > ul > li:nth-of-type(4) {
        display: block;
    }

    #body_esti header .right > ul > li:nth-of-type(3),
    #body_esti header .right > ul > li:nth-of-type(4),
    #body_cnc header .right > ul > li:nth-of-type(3),
    #body_cnc header .right > ul > li:nth-of-type(4),
    #body_egd header .right > ul > li:nth-of-type(3),
    #body_egd header .right > ul > li:nth-of-type(4),
    #body_cs header .right > ul > li:nth-of-type(3),
    #body_cs header .right > ul > li:nth-of-type(4) {
        display: none;
    }

    header .right .user {
        width: 40px;
        gap: 0;
        padding-left: 0;
    }

    header .right .user > div:last-of-type {
        display: none;
    }

    .container-lnb .left {
        display: none;
    }

    .container-lnb {
        position: fixed;
        left: 0;
        top: 57px;
        z-index: 90;
        background: #FA8120;
        width: 100%;
        height: 56px;
        padding: 0;
        border-bottom: 1px solid transparent;
    }

    #body_cs .container-lnb {
        display: none;
    }

    .swiper.lnb {
        padding: 0 20px;
    }

    header .hwrap, .container-lnb .hwrap {
        gap: 0;
    }

    .container-lnb .navwrap {
        width: 100%;
    }

    #body_home::before {
        display: none;
    }

    body.open-menu {
        height: 100%;
        min-height: 100vh;
        display: flex;
        flex-direction: column;
        gap: 40px;
        justify-content: space-between;
        background: #fff;
    }

    body.open-menu header .hwrap .btn-hb, body.open-menu header .right,
    body.open-menu main,
    #body_cs.board-write #wrap_side,
    body.open-menu #wrap_side,
    #wrap.open-commnu-menu ~ #wrap_side,
    body.open-menu ~ #wrap_side {
        display: none;
    }

    body.open-menu header .hwrap nav {
        display: block;
    }


    body.open-menu header h1 {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 56px;
        border-bottom: 1px solid #E9EBEE;
        padding: 0 20px;
        z-index: 102;
        background: #fff;
    }

    body.open-menu header h1 a {
        width: 134px;
    }

    body.open-menu header {
        position: fixed;
        z-index: 200;
        background: #fff;
        width: 100vw;
        padding: 0;
        border: 0;
        flex: 1;
    }

    body.open-menu header .hwrap {
        width: 100%;
        margin: 0 auto;
        max-width: initial;
        height: initial;
        display: block;
        justify-content: initial;
        align-items: initial;
        gap: initial;
    }

    body.open-menu header .hwrap nav .depth1 {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: center;
        gap: 0;
        height: initial;
    }

    nav .depth1 > li:nth-of-type(1):hover .depth2,
    nav .depth1 > li:nth-of-type(1):focus-within .depth2 {
        height: initial;
    }

    nav .depth1 > li:nth-of-type(2):hover .depth2,
    nav .depth1 > li:nth-of-type(2):focus-within .depth2 {
        height: initial;
    }

    nav .depth1 > li:nth-of-type(3):hover .depth2,
    nav .depth1 > li:nth-of-type(3):focus-within .depth2 {
        height: initial;
    }

    nav .depth1 > li:nth-of-type(4):hover .depth2,
    nav .depth1 > li:nth-of-type(4):focus-within .depth2 {
        height: initial;
    }

    nav .depth1 > li:nth-of-type(5):hover .depth2,
    nav .depth1 > li:nth-of-type(5):focus-within .depth2 {
        height: initial;
    }

    nav .depth1 > li {
        transition: none;
    }

    nav .depth2 {
        position: initial;
        left: initial;
        transform: translateX(0);
        top: initial;
        transition: none;
        height: initial;
        overflow: hidden;
        display: none;
    }

    nav .depth2 ul {
        margin: 0;
        display: flex;
        width: 100%;
        padding: 0;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 0;
        border-radius: 0;
        border: 0;
        box-shadow: none;
        background: #F7F7F7;
        border-top: 1px solid #F0F0F0;
    }

    nav li, nav a {
        height: initial;
        width: 100%;
        position: relative;
    }

    nav .depth2 ul li a {
        display: flex;
        align-items: center;
        justify-content: start;
        color: #595959;
        font-size: 16px;
        font-weight: 500;
        letter-spacing: 0.2px;
        white-space: nowrap;
        height: 48px;
        border-bottom: 1px solid #F0F0F0;
        padding: 0 20px;
    }

    nav .depth2 ul li a::after {
        content: '';
        position: absolute;
        width: 20px;
        height: 100%;
        right: 20px;
        top: 0;
        background: url(/assets/images/sub.svg) no-repeat center center;
    }

    .wrap-header-btn {
        display: flex;
        justify-content: space-between;
        gap: 8px;
        padding: 24px 20px;
    }

    .wrap-header-btn button {
        flex: 1;
        display: flex;
        height: 40px;
        padding: 0px 20px;
        justify-content: center;
        align-items: center;
        gap: 8px;
        border-radius: 8px;
        border: 1px solid var(--Line-Deep, #D5D7DB);
        background: var(--White, #FFF);
        color: var(--Text-Primary, #171717);
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        letter-spacing: 0.2px;
    }

    header .right .popup_alarm {
        display: none;
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        width: 100%;
        min-height: 100vh !important;
        border-radius: 0;
        border: 0;
        background: #fff;
        box-shadow: none;
        overflow-y: auto;
        z-index: 100;
    }

    html.off {
        overflow: hidden !important;
    }

    html.off #wrap_side .box_side {
        display: none;
    }

    header .right .popup_alarm dt .set {
        position: absolute;
        width: 40px;
        height: 40px;
        top: 50%;
        right: 50px;
        transform: translateY(-50%);
    }

    header .right .popup_alarm dt .set img,
    header .right .popup_alarm dt .alarm-close img {
        width: 80%;
    }

    header .right .popup_alarm dt .alarm-close {
        position: absolute;
        width: 40px;
        height: 40px;
        top: 50%;
        right: 10px;
        transform: translateY(-50%);
        display: flex;
        justify-content: center;
        align-items: center;
    }

    header .right .popup_alarm dt {
        padding: 12px 20px;
        font-size: 20px;
        border-bottom: 1px solid #E9EBEE;
        position: relative;
        letter-spacing: 0.15px;
        font-weight: 700;
        color: #171717;
    }

    header .right .popup_alarm dd.right {
        display: flex;
        justify-content: left;
    }

    header .right .popup_alarm dd {
        padding: 16px 20px;
        position: relative;
        border-top: 1px solid #F0F0F0;
    }

    header .right .popup_alarm dd:last-of-type {
        border-bottom: 1px solid #F0F0F0;
    }

    #wrap header .right .popup_alarm dd a {
        padding: 0;
        border-bottom: 0;
    }

    #modal_survey .modal_popup,
    #modal_temp .modal_popup,
    #modal_window_survey .modal_popup,
    #modal_alarmset .modal_popup {
        position: absolute;
        top: 0 !important;
        left: 0;
        bottom: 0;
        right: 0;
        padding: 0 !important;
        transform: none !important;
        width: 100%;
        max-width: 100%;
    }

    #modal_window_survey .btn-min-window,
    #modal_window_survey .btn-max-window {
        display: none;
    }

    #modal_survey .modal_inner {
        border-radius: 0;
        width: 100%;
        height: 100%;
        max-width: 100%;
        padding-bottom: 88px;
        padding-top: 56px;
        overflow-y: auto;
    }

    #modal_temp .modal_inner {
        border-radius: 0;
        width: 100%;
        height: 100%;
        max-width: 100%;
        padding-bottom: 88px;
        padding-top: 138px;
        overflow-y: auto;
    }

    #modal_window_survey .modal_inner {
        padding: 0;
        background: #fff;
        border-radius: 0;
        width: 100%;
        height: 100%;
        max-width: 100%;
    }

    #form_alarmset {
        width: 100%;
        height: 100%;
    }

    #modal_alarmset .modal_inner {
        padding: 16px 0;
        background: #fff;
        border-radius: 0;
        width: 100%;
        height: 100%;
        max-width: 100%;
    }

    #modal_survey,
    #modal_temp,
    #modal_window_survey,
    #modal_alarmset {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        overflow-x: hidden;
        overflow-y: auto;
        background: #fff;
        z-index: 300;
        /* padding: 147px 10px; */
    }

    #modal_alarmset .box_btn {
        display: flex;
        justify-content: right;
        align-items: center;
        gap: 12px;
        padding: 24px 20px 50px;
    }

    #modal_alarmset h3 {
        padding: 0 20px;
        color: var(--Text-Primary, #171717);
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        letter-spacing: 0.15px;
        padding-bottom: 16px;
        cursor: pointer;
    }

    #modal_alarmset dl {
        margin: 0 20px;
    }

    header .header-label-search {
        display: none;
    }

    #wrap.open-search .header-label-search {
        display: block;
        width: 100%;
        z-index: 100;
    }

    #wrap.open-search header .hwrap .btn-hb,
    #wrap.open-search header .right {
        display: none;
    }

    .header-label-search .fl {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .header-label-search .fl a {
        flex: 0 0 56px;
    }

    .header-label-search .fl button {
        flex: 0 0 32px;
    }

    .header-label-search .fl input {
        flex: 1 1 auto;
        width: inherit !important;
        min-width: 0;
        color: var(--Text-Primary, #171717);
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        letter-spacing: 0.2px;
    }

    header .right .popup_user {
        width: 100%;
        border-radius: 0;
        border: 0;
        box-shadow: none;
        background: #fff;
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        overflow: hidden;
        overflow-y: auto;
        z-index: 100;
        display: none;
    }

    #wrap .popup_user div.p-header {
        padding: 12px 20px;
        font-size: 20px;
        border-bottom: 1px solid #E9EBEE;
        position: relative;
        letter-spacing: 0.15px;
        font-weight: 700;
        color: #171717
    }

    #wrap .popup_user .uedit {
        align-self: baseline;
        color: var(--Text-Secondary, #5B5B5B);
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        letter-spacing: 0.2px;
    }

    #popup_user_close {
        position: absolute;
        width: 40px;
        height: 40px;
        top: 50%;
        right: 10px;
        transform: translateY(-50%);
        display: flex;
        justify-content: center;
        align-items: center;
    }

    header .right .popup_user .inner.i2 {
        padding: 20px;
        border-top: 1px solid #E9EBEE;
    }

    header .right .popup_user .inner.i3 {
        padding: 24px 20px;
        border-top: 1px solid #E9EBEE;
        background: #FFF;
    }

    header .right .popup_user .inner ul li {
        display: flex;
        justify-content: start;
        align-items: center;
        position: relative;
        gap: 8px;
        padding: 7px 0;
    }

    header .right .popup_user .inner ul {
        gap: 0;
    }

    header .right .popup_user .inner.i3 ul li .right::after {
        content: url(/assets/images/page_next.svg);
        display: inline-block;
        width: 24px;
        height: 24px;
        vertical-align: top;
    }

    header .right .popup_user .inner ul li .pbtn {
        color: #FF6A00;
        letter-spacing: 0.2px;
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 0.2px;
        height: 32px;
        padding: 0 8px;
        background: #FFF0E5;
        border-radius: 4px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    header .right .popup_user .inner .logout {
        position: fixed;
        right: initial;
        top: initial;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 66px;
        border-radius: 0;
        border-top: 1px solid #E9EBEE;
        display: flex;
        justify-content: left;
        align-items: center;
        color: var(--Text-Secondary, #5B5B5B);
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        letter-spacing: 0.2px;
        padding-left: 20px;
    }

    header .right .popup_user .inner .logout::after {
        content: '로그아웃';
        display: block;
    }

    header .right .popup_user .hd {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        gap: 12px;
        position: relative;
    }

    header .right .popup_user .hd .right {
        text-align: center;
    }

    #wrap_side .box_side {
        display: flex;
        flex-direction: column-reverse;
        justify-content: space-between;
        align-items: center;
        gap: 12px;
    }

    #popup_consult {
        position: fixed;
        width: 100%;
        bottom: 0;
        right: 0;
        top: 0;
        left: 0;
        padding: 0;
        border-radius: 0;
        border: 0;
        background: #fff;
        box-shadow: none;
        display: none;
        overflow-y: auto;
    }

    #popup_consult h3 {
        display: flex;
        height: 56px;
        padding: 8px 20px;
        justify-content: space-between;
        align-items: center;
        align-self: stretch;
        border-bottom: 1px solid var(--Line-Cool-Gray, #E9EBEE);
        color: var(--Text-Primary, #171717);
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        letter-spacing: 0.15px;
        position: relative;
    }

    #popup_consult .exp {
        color: #595959;
        padding: 12px 20px 32px;
    }

    #popup_consult .boximg {
        display: none;
    }

    #popup_consult ul {
        padding: 0 20px;
        gap: 20px;
    }

    #popup_consult .wrap-btn {
        padding: 24px 20px;
        position: absolute;
        left: 0;
        bottom: 0;
        right: 0;
    }

    #popup_consult .wrap-btn button {
        width: 100%;
        display: flex;
        height: 48px;
        padding: 0px 24px;
        justify-content: center;
        align-items: center;
        gap: 8px;
        align-self: stretch;
        color: var(--White, #FFF);
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        letter-spacing: 0.2px;
        border-radius: 10px;
        background: var(--Primary, #FF6A00);
    }


    #popup_chat {
        display: none;
        position: fixed !important;
        bottom: 0 !important;
        right: 0 !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 100% !important;
        inset: 0px !important;
        overflow: hidden !important;
        border-top-left-radius: 0 !important;
        border-top-right-radius: 0 !important;
        border-bottom-left-radius: 0 !important;
        border-bottom-left-radius: 0 !important;
        border: 0 !important;
        box-shadow: none !important;
        background: #f7f7f7 !important;
    }

    #popup_chat .chat_header {
        display: none;
        /* flex: 0 0 fit-content; */
    }

    #popup_chat .chat_header_mobile {
        flex: 0 0 56px;
        border-bottom: 1px solid #E9EBEE;
        display: flex;
        justify-content: left;
        align-items: center;
        gap: 10px;
        padding: 0 20px;
        color: var(--Text-Primary, #171717);
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        letter-spacing: 0.15px;
        background: #fff;
        cursor: pointer;
    }


    #footer {
        background: #F2F4F7 !important;
        padding: 40px 0 56px;
        overflow: hidden;
        border-top: 1px solid #D5D7DB !important;
    }

    #footer div,
    #footer a {
        font-size: 14px;
    }

    #footer .f1 {
        display: flex;
        margin-bottom: 4px;
        align-items: center;
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
    }

    /*#footer .f1 a:nth-of-type(3n):after {*/
    /*  display: block;*/
    /*}*/
    #footer .f1 a:last-of-type:after {
        display: none;
    }

    #footer .footer_new {
        display: flex;
        flex-wrap: nowrap;
        justify-content: start;
        align-items: center;
        gap: 20px;
        width: 100%;
        flex-direction: column;
    }

    #footer .f3 {
        text-align: center;
        padding-top: 8px;
    }

    #body_home.mobile.logout .cont_head img {
        width: 64px;
        height: auto;
    }

    #body_home.mobile.logout .cont_head.search h2 {
        margin: 8px 0;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
    }

    #body_home.mobile.logout .cont_head.search p {
        font-size: 14px;
    }

    #body_home.mobile.logout .cont_head.search {
        padding: 24px 0;
    }

    main {
        padding-top: 57px;
    }

    #body_esti.prc-esti main {
        padding-top: 114px;
    }

    #wrapper_search .bd .item .boxlimg {
        width: 320px;
        aspect-ratio: 320 / 178;
        flex: 0 0 320px;
        overflow: hidden;
        border-radius: 12px;
    }

    .t-elli-2 {
        -webkit-line-clamp: 2 !important;
    }


    #body_mypage header {
        display: none;
    }

    #body_mypage .cont_head {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        right: 0;
        background: #fff;
        z-index: 100;
    }

    #wrapper_mypage .container-board {
        padding-top: 16px;
    }

    #wrapper_mypage .cont_main {
        padding-top: 120px !important;
    }

    #wrapper_mypage .cont_main.m-pd72 {
        padding-top: 72px !important;
    }

    #wrapper_mypage h2 {
        padding: 0 20px;
        height: 56px;
        display: flex;
        justify-content: start;
        gap: 10px;
        align-items: center;
        border-bottom: 1px solid #E9EBEE;
    }

    #wrapper_mypage .hd {
        padding: 16px 20px 0 !important;
    }

    #wrapper_mypage .hd .sbox {
        display: none;
    }

    .list-board.m2 dt,
    .list-board.m1 dt,
    .list-board dt {
        display: none;
    }

    .list-board.m2 ul li,
    .list-board.m1 ul li {
        gap: 4px;
        position: relative;
        overflow: visible;
        padding: 0;
    }

    .list-board ul li {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: left;
        padding: 0;
        font-size: 14px;
        height: initial;
        overflow: visible;
        white-space: nowrap;
        letter-spacing: 0.2px;
        gap: 4px;
    }

    .list-board.m2 dd,
    .list-board.m1 dd,
    .list-board dd {
        height: initial;
        border-bottom: 1px solid #E9EBEE;
        padding: 16px 0;
        position: relative;
    }

    .list-board.m2 dd,
    .list-board.m1 dd {
        padding: 16px 0 32px;
    }

    .list-board.m2.fm dd {
        padding: 16px 0;
    }

    .list-board.m2 ul,
    .list-board.m1 ul,
    .list-board ul {
        display: block;
        justify-content: initial;
        align-items: initial;
        height: initial;
        flex-wrap: initial;
    }

    .list-board.m2.fm ul {
        padding-bottom: 16px;
    }

    #wrapper_cs .list-board.m2 dd,
    #wrapper_mypage .list-board.m2 dd,
    #wrapper_mypage .list-board.m1 dd {
        /* min-height: 135px; */
    }

    #wrapper_mypage .list-board.m1 li:nth-of-type(1) {
        display: none;
    }

    #wrapper_cs .list-board.m2 li:nth-of-type(1),
    #wrapper_mypage .list-board.m2 li:nth-of-type(1),
    #wrapper_mypage .list-board.m1 li:nth-of-type(2) {
        width: 100%;
        flex: 0 0 100%;
        justify-content: start;
    }

    #wrapper_cs .list-board.m2 li:nth-of-type(2),
    #wrapper_mypage .list-board.m2 li:nth-of-type(2),
    #wrapper_mypage .list-board.m1 li:nth-of-type(3) {
        width: 100%;
        flex: initial;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 8px 0 4px;
        gap: 16px;
        font-size: 18px;
    }

    #wrapper_cs .list-board.m2 li:nth-of-type(2) .ellipsis1,
    #wrapper_mypage .list-board.m2 li:nth-of-type(2) .ellipsis1,
    #wrapper_mypage .list-board.m1 li:nth-of-type(3) .ellipsis1 {
        -webkit-line-clamp: 2;
        display: inline;
    }

    #wrapper_cs .list-board.m2 li:nth-of-type(3),
    #wrapper_mypage .list-board.m2 li:nth-of-type(3) {
        display: none;
    }

    #wrapper_cs .list-board.m2 li:nth-of-type(4),
    #wrapper_cs .list-board.m2 li:nth-of-type(5),
    #wrapper_cs .list-board.m2 li:nth-of-type(6),
    #wrapper_mypage .list-board.m2 li:nth-of-type(4),
    #wrapper_mypage .list-board.m2 li:nth-of-type(5),
    #wrapper_mypage .list-board.m2 li:nth-of-type(6),
    #wrapper_mypage .list-board.m1 li:nth-of-type(4),
    #wrapper_mypage .list-board.m1 li:nth-of-type(5),
    #wrapper_mypage .list-board.m1 li:nth-of-type(6) {
        width: fit-content;
        flex: 0 0 fit-content;
        justify-content: start;
        float: left;
    }

    #body_cs .list-board.cs1 li:nth-of-type(1) {
        width: initial;
        flex: 0 0 initial;
        justify-content: start;
        display: none;
    }

    #body_cs .list-board.cs1 li:nth-of-type(2) {
        width: initial;
        flex: 0 0 initial;
        justify-content: start;
    }

    #body_cs .list-board.cs1 li:nth-of-type(3) {
        width: auto;
        flex: 1 1 auto;
        justify-content: start;
        font-size: 18px;
        margin: 4px 0 8px;
    }

    #body_cs .list-board.cs1 li:nth-of-type(4) {
        width: initial;
        flex: 0 0 initial;
        float: left;
    }

    #body_cs .list-board.cs1 li:nth-of-type(5) {
        width: initial;
        flex: initial;
        justify-content: left;
    }


    #body_cnc .list-board ul {
        display: block;
        justify-content: initial;
        align-items: initial;
        height: initial;
        flex-wrap: initial;
    }

    #body_cnc .list-board.cs1 li:nth-of-type(1) {
        width: fit-content;
        flex: initial;
        justify-content: initial;
        position: absolute;
        top: 16px;
        right: 0;
        z-index: 2;
    }

    #body_cnc .list-board.cs1 li:nth-of-type(2) {
        width: calc(100% - 50px);
        flex: 1 1 calc(100% - 50px);
        justify-content: start;
        display: flex;
    }

    #body_cnc .list-board.cs1 li:nth-of-type(3) {
        width: 100%;
        flex: 1 1 100%;
        justify-content: start;
        margin: 4px 0 8px;
    }

    #body_cnc .list-board.cs1 li:nth-of-type(3) .ellipsis1 {
        -webkit-line-clamp: 2;
    }

    #body_cnc .list-board ul li .title {
        color: var(--Text-Primary, #171717);
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        letter-spacing: 0.2px;
    }

    #body_cnc .list-board.cs1 li:nth-of-type(4) {
        width: calc(100% - 50px);
        flex: 1 1 calc(100% - 50px);
        justify-content: start;
        display: none;
    }

    #body_cnc .list-board.cs1 li:nth-of-type(5) {
        width: initial;
        flex: initial;
        justify-content: left;
        float: left;
    }

    #body_cnc .list-board.cs1 li:nth-of-type(6) {
        width: initial;
        flex: initial;
        justify-content: left;
    }


    #body_cnc .list-board.cs2 li:nth-of-type(1) {
        width: fit-content;
        flex: initial;
        justify-content: initial;
        position: absolute;
        top: 16px;
        right: 0;
        z-index: 2;
    }

    #body_cnc .list-board.cs2 li:nth-of-type(2) {
        width: initial;
        flex: initial;
        justify-content: left;
        display: flex;
    }

    #body_cnc .list-board.cs2 li:nth-of-type(3) {
        width: calc(100% - 50px);
        flex: 1 1 calc(100% - 50px);
        justify-content: start;
        margin: 4px 0 8px;
    }

    #body_cnc .list-board.cs2 li:nth-of-type(3) .ellipsis1 {
        -webkit-line-clamp: 2;
    }

    #body_cnc .list-board.cs2 li:nth-of-type(4) {
        width: initial;
        flex: initial;
        justify-content: left;
        float: left;
    }

    #body_cnc .list-board.cs2 li:nth-of-type(5) {
        width: initial;
        flex: initial;
        justify-content: left;
    }

    #body_cnc .list-board.cs3 li:nth-of-type(1) {
        width: fit-content;
        flex: initial;
        justify-content: initial;
        position: absolute;
        top: 16px;
        right: 0;
        z-index: 2;
    }

    #body_cnc .list-board.cs3 li:nth-of-type(2) {
        width: initial;
        flex: initial;
        justify-content: left;
        display: flex;
    }

    #body_cnc .list-board.cs3 li:nth-of-type(3) {
        width: calc(100% - 50px);
        flex: 1 1 calc(100% - 50px);
        justify-content: start;
        margin: 4px 0 8px;
    }

    #body_cnc .list-board.cs3 li:nth-of-type(3) .ellipsis1 {
        -webkit-line-clamp: 2;
    }

    #body_cnc .list-board.cs3 li:nth-of-type(4) {
        width: initial;
        flex: initial;
        justify-content: left;
        float: left;
    }

    #body_cnc .list-board.cs3 li:nth-of-type(5) {
        width: initial;
        flex: initial;
        justify-content: left;
    }


    #body_cs .list-board.cs2 li:nth-of-type(1) {
        width: initial;
        flex: initial;
        justify-content: left;
        float: left;
    }

    #body_cs .list-board.cs2 li:nth-of-type(2) {
        width: initial;
        flex: initial;
        justify-content: left;
    }

    #body_cs .list-board.cs2 li:nth-of-type(3) {
        width: initial;
        flex: initial;
        justify-content: left;
        font-size: 18px;
        height: 52px;
        align-items: start;
    }

    .list-board.cs2 ul li .title .ellipsis1 {
        -webkit-line-clamp: 2;
    }

    #body_cs .list-board.cs2 li:nth-of-type(4) {
        width: initial;
        flex: initial;
        justify-content: left !important;
    }

    #body_cs .list-board.cs3 {
        padding-top: 42px;
    }

    #body_cs .list-board.cs3 .ellipsis1 {
        -webkit-line-clamp: 2;
    }

    #body_cs .list-board.cs3 li:nth-of-type(1) {
        width: initial;
        flex: initial;
        justify-content: left;
        display: none;
    }

    #body_cs .list-board.cs3 li:nth-of-type(2) {
        width: initial;
        flex: initial;
        justify-content: left;
    }

    #body_cs .list-board.cs3 li:nth-of-type(3) {
        width: initial;
        flex: initial;
        justify-content: left;
        font-size: 18px;
        height: 52px;
        align-items: start;
    }

    #body_cs .list-board.cs3 li:nth-of-type(4) {
        width: initial;
        flex: initial;
        justify-content: left;
        float: left;
    }

    #body_cs .list-board.cs3 li:nth-of-type(5) {
        width: initial;
        flex: initial;
        justify-content: left;
    }

    .list-board .b-attach {
        display: none !important;
    }

    .list-board .b-new {
        position: absolute;
        width: 4px !important;
        height: 4px !important;
        background: #F4361E;
        border-radius: 4px;
        left: -8px;
        top: 10px;
        flex: 0 0 4px !important;
    }

    .list-board.m2 ul li .title,
    .list-board.m1 ul li .title {
        width: initial;
        max-width: initial;
        overflow: initial;
        display: block;
        justify-content: initial;
        align-items: initial;
        gap: initial;
        color: #171717;
        position: relative;
        min-height: 54px;
    }

    .list-board.m2.fm ul li .title {
        min-height: 0;
        -webkit-line-clamp: 1 !important;
    }

    .list-board .b-new img {
        display: none !important;
    }

    .list-board .wrap-thumb-img {
        flex: 0 0 72px;
        margin: 0;
    }

    .list-board .img-title-72 {
        position: absolute;
        right: 0;
        top: 0;
    }

    .list-board .i-writer {
        display: inline;
    }

    .list-board .reply {
        display: inline;
    }

    .list-board .btn-mobile-like-control,
    .list-board .btn-mobile-delete-control {
        position: absolute;
        right: -9px;
        top: 0;
    }

    #wrapper_mypage .boxbtn {
        display: none;
    }

    #wrapper_mypage .wrap1280 {
        padding-bottom: 100px;
    }

    .wrap-paging {
        margin: 24px 0;
    }


    .modal .modal_popup_mobile {
        position: absolute;
        width: 100%;
        bottom: 0;
        left: 0;
    }

    .modal .modal_popup_mobile .modal_inner {
        width: 100%;
        padding: 20px;
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    .modal .modal_popup_mobile button .red {
        color: #F4361E !important;
    }

    .multi-btn {
        border-radius: 8px;
        border: 1px solid #E9EBEE;
        background: #FFF;
        overflow: hidden;
    }

    .multi-btn button {
        width: 100%;
        height: 64px;
        padding: 0 24px;
        display: flex;
        justify-content: start;
        align-items: center;
        gap: 8px;
    }

    .multi-btn li:not(:last-of-type) {
        border-bottom: 1px solid #E9EBEE;
    }

    .btn-report-mobile-popup,
    .btn-modify-mobile-popup,
    .btn-delete-mobile-popup,
    .btn-like-cancel-mobile-popup,
    .btn-delete-img-mobile-popup,
    .btn-edit-img-mobile-popup {
        display: flex;
        padding: 20px 24px;
        align-items: center;
        gap: 8px;
        align-self: stretch;
        border-radius: 8px;
        background: var(--White, #FFF);
        overflow: hidden;
        color: var(--Text-Primary, #171717);
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        letter-spacing: 0.2px;
        width: 100%;
    }

    .btn-delete-img-mobile-popup {
        border-radius: 8px 8px 0 0;
    }

    .btn-edit-img-mobile-popup {
        border-radius: 0 0 8px 8px;
    }

    .btn-cancel-mobile-popup {
        display: flex;
        height: 48px;
        padding: 0px 24px;
        justify-content: center;
        align-items: center;
        gap: 8px;
        align-self: stretch;
        color: #171717;
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        letter-spacing: 0.2px;
        border-radius: 10px;
        border: 1px solid var(--Line-Deep, #D5D7DB);
        background: var(--White, #FFF);
    }

    #body_mypage .grid-board {
        gap: 32px 20px;
        grid-template-columns: repeat(4, 1fr);
    }

    #body_mypage .grid-board .ele > li:last-of-type {
        display: none !important;
    }

    #wrapper_mypage.userinfo .cont_main {
        width: 100%;
        max-width: 100%;
        padding-top: 96px !important;
        margin: 0 auto;
    }

    .form-wrapper .wchk {
        position: relative;
        display: flex;
        justify-content: start;
        align-items: start;
        flex-direction: column;
    }

    .form-wrapper .wchk label.tg.type2:not(:first-of-type) {
        margin-left: 0;
    }

    .form-wrapper .wchk > div:last-of-type {
        display: flex;
        justify-content: start;
        align-items: center;
        width: 100%;
        height: 48px;
    }

    .form-wrapper .wchk > div:last-of-type > label {
        flex: 1;
    }

    .form-wrapper .gridbox {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 12px 9px;
        padding: 12px 0 0;
    }

    .form-wrapper .gridbox .e-txt {
        top: calc(100% - 13px);
        left: 16px;
    }

    #body_mypage .grid-board .item .ele > li {
        position: relative;
    }

    #body_cs.body_event .grid-board em,
    #body_mypage .grid-board em {
        position: absolute;
        left: 1px;
        top: 1px;
        z-index: 2;
        display: flex;
        height: 24px;
        padding: 0 12px;
        justify-content: center;
        align-items: center;
        border-radius: 8px 0px 4px 0px;
        background: #8B8B8B;
        color: var(--White, #FFF);
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        letter-spacing: 0.2px;
    }

    #wrapper_mypage.userinfo .profile_wrapper .btn_wrap:hover .right {
        display: none;
    }

    #body_mypage .ul-order li .imgbox {
        flex: 0 0 96px;
    }

    #body_mypage .ul-order li .imgbox img {
        position: absolute;
        left: 0;
        top: 0;
        width: 96px;
        height: 96px;
        border-radius: 8px;
        border: 1px solid var(--Line-Warm-Gray, #F0F0F0);
        background: var(--BG-Cool-Gray, #F2F4F7);
        overflow: hidden;
        object-fit: cover;
    }

    #body_mypage .ul-order li .textbox {
        padding-right: 0;
        margin-top: 0;
    }

    #body_mypage .ul-order .wb {
        margin: 10px 0 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 8px;
    }

    #body_mypage .ul-order .btn-delivery-tracking {
        flex: 1;
        width: initial;
        display: flex;
        height: 44px;
        padding: 0px 32px;
        justify-content: center;
        align-items: center;
        align-self: stretch;
        color: var(--Text-Primary, #171717);
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        letter-spacing: 0.2px;
        border-radius: 8px;
        border: 1px solid var(--Line-Deep, #D5D7DB);
    }

    #body_mypage .ul-order .view-order-detail {
        position: initial;
        flex: 1;
        display: flex;
        height: 44px;
        padding: 0px 32px;
        justify-content: center;
        align-items: center;
        align-self: stretch;
        color: var(--Text-Primary, #171717);
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        letter-spacing: 0.2px;
        border-radius: 8px;
        border: 1px solid var(--Line-Deep, #D5D7DB);
    }

    #body_mypage .ul-order .view-order-detail img {
        display: none;
    }

    #wrapper_mypage.orderlist .cont_main {
        width: 100%;
        max-width: 100%;
        padding-top: 56px !important;
        margin: 0 auto;
    }

    #modal_view_order_detail .modal_popup {
        position: absolute;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        height: 100%;
        min-height: 100vh;
        transform: translate(0px, 0px) !important;
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 !important;
    }

    #modal_view_order_detail .modal_inner {
        width: 100%;
        background: #fff;
        position: relative;
        height: initial;
    }

    #modal_view_order_detail .window-head {
        display: none;
    }

    #modal_view_order_detail h4 {
        color: var(--Text-Primary, #171717);
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 56px;
        letter-spacing: 0.2px;
        margin-bottom: 0;
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        width: 100%;
        height: 56px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 20px;
        margin: 0;
        border-bottom: 1px solid var(--Line-Cool-Gray, #E9EBEE);
    }

    #modal_view_order_detail dl {
        /* padding-top: 56px; */
    }

    #modal_view_order_detail .window-body {
        padding: 56px 20px 130px;
        margin: 0 auto;
        min-height: 100vh;
    }

    #modal_view_order_detail dt {
        font-size: 18px;
    }

    #modal_view_order_detail .dinfo li {
        padding: 10px 0;
        color: var(--Text-Primary, #171717);
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        letter-spacing: 0.2px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    #modal_view_order_detail .dinfo li .left {
        flex: 0 0 112px;
        color: var(--Text-Tertiary, #8E8E8E);
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        letter-spacing: 0.2px;
    }

    #modal_view_order_detail .dinfo li .right {
        flex: 1;
    }

    #modal_view_order_detail .dinfo ~ button {
        margin: 12px 0;
    }

    .btn-delivery-tracking {
        height: 34px;
    }

    #modal_view_order_detail .box-banner p {
        font-size: 20px;
    }

    #modal_view_order_detail .box-banner strong {
        font-style: normal;
        font-weight: 700;
    }

    .box-banner p {
        font-size: 20px;
    }

    .box-banner strong {
        font-style: normal;
        font-weight: 700;
    }

    #body_esti h2,
    #body_cnc h2,
    #body_egd h2,
    #body_cs h2 {
        padding: 0;
        font-size: 20px;
        position: fixed;
        top: 14px;
        left: 52px;
        z-index: 101;
    }

    #body_esti body.open-menu h2,
    #body_cnc body.open-menu h2,
    #body_egd body.open-menu h2,
    #body_cs body.open-menu h2 {
        display: none;
    }

    #body_esti #wrap.open-search h2,
    #body_cnc #wrap.open-search h2,
    #body_egd #wrap.open-search h2,
    #body_cs #wrap.open-search h2 {
        display: none;
    }

    #body_esti .wrap-board-head,
    #body_cnc .wrap-board-head,
    #body_egd .wrap-board-head,
    #body_cs .wrap-board-head {
        display: none;
    }

    #body_esti .container-board,
    #body_cnc .container-board {
        padding: 16px 0 0
    }

    #body_egd .container-board,
    #body_cs .container-board {
        padding-top: 60px !important;
    }

    #body_esti .container-lnb,
    #body_egd .container-lnb {
        display: none;
    }

    #body_esti .swiper.lnb,
    #body_cnc .swiper.lnb,
    #body_egd .swiper.lnb,
    #body_cs .swiper.lnb {
        padding: 0;
        position: fixed;
        left: 0;
        top: 57px;
        padding: 0 20px;
        background: #fff;
        z-index: 100;
    }

    #wrapper_cnc {
        padding: 52px 0 0;
    }

    #body_cs .wrap-gridboard-cs1 .sm {
        display: none;
    }

    .wrap-gridboard-cs1 .slist {
        display: grid;
        gap: 32px 20px;
        grid-template-columns: repeat(4, 1fr);
        margin-bottom: 28px;
        position: relative;
    }

    /* TODO -> DESIGN : 가운데 수평선 */
    /*.wrap-gridboard-cs1 .slist::after {*/
    /*    content: "";*/
    /*    position: absolute;*/
    /*    top: 50%; !* 그리드 높이의 중간 *!*/
    /*    left: 0;*/
    /*    width: 100%;*/
    /*    height: 1px;*/
    /*    background-color: #E9EBEE; !* 선 색상 *!*/
    /*    transform: translateY(-16px); !* gap 고려해서 살짝 조정 가능 *!*/
    /*}*/

    #body_egd .wrap-gridboard-cs1 .slist {
        display: grid;
        gap: 32px 20px;
        grid-template-columns: repeat(2, 1fr);
        margin-bottom: 28px;
        position: relative;
    }

    /* TODO -> DESIGN : 가운데 수평선 */
    /*#body_egd .wrap-gridboard-cs1 .slist::after {*/
    /*    content: "";*/
    /*    position: absolute;*/
    /*    top: 50%; !* 그리드 높이의 중간 *!*/
    /*    left: 0;*/
    /*    width: 100%;*/
    /*    height: 1px;*/
    /*    background-color: #E9EBEE; !* 선 색상 *!*/
    /*    transform: translateY(-16px); !* gap 고려해서 살짝 조정 가능 *!*/
    /*}*/

    .wrap-gridboard-cs1 .item:nth-of-type(5)::after {
        display: none;
    }

    .mypage_banner {
        display: none;
    }

    .mypage_banner {
        display: block;
        /*border-top: 8px solid #F2F4F7;*/
    }

    .swiper.mypage_bottom_banner .swiper-slide {
        aspect-ratio: 768 / 120;
    }

    body.board-view .cont_menu,
    body.board-view header,
    body.board-view h2,
    body.board-view .swiper.lnb {
        /*display: none !important;*/
    }

    .wrap-header-detail {
        width: 100%;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 100;
        color: var(--Text-Primary, #171717);
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        letter-spacing: 0.15px;
        display: flex;
        padding: 0 20px;
        align-items: center;
        gap: 12px;
        height: 57px;
        border-bottom: 1px solid var(--Line-Cool-Gray, #E9EBEE);
        background: #fff;
    }

    .space-between {
        justify-content: space-between;
    }

    .wrap-btn-list {
        display: none;
    }

    body.board-view .container-board {
        padding-top: 0 !important;
    }

    body.board-view .wrap-board-title {
        border-top: 0;
        border-bottom: 1px solid #E9EBEE;
        padding: 20px 0;
    }

    .container-board .wrap-btn-list {
        display: flex;
    }

    #body_cs .wrap-swsnb {
        padding: 16px 20px;
        position: fixed;
        left: 0;
        top: 114px;
        background: #fff;
        z-index: 100;
        width: 100%;
    }

    .mpt153 {
        padding-top: 153px !important;
    }

    .swiper.snb {
        padding: 0 20px;
        margin-left: -20px;
        width: calc(100% + 40px);
    }

    #wrap.open-commnu-menu {
        height: 100%;
        min-height: 100vh;
        display: flex;
        flex-direction: column;
        gap: 40px;
        justify-content: space-between;
        background: #fff;
    }

    #body_cs.body_community #wrap.open-commnu-menu main {
        display: block;
    }

    #body_cs.body_community #wrap.open-commnu-menu header,
    #body_cs.body_community .cont_menu .wrap-write,
    #body_cs.body_community .cont_menu h3 {
        display: none;
    }

    #wrapper_cs .wrapper-comm-contents {
        display: block;
        justify-content: initial;
        align-items: initial;
        gap: initial;
        margin-top: 0 !important;
    }

    #body_cs.body_community .wrap-board-head {
        display: flex;
        margin: 0;
        padding: 20px 0 !important;
        position: relative;
    }

    #body_cs.body_community .wrap-board-head:after {
        content: '';
        display: block;
        position: absolute;
        left: -20px;
        right: -20px;
        bottom: 0;
        height: 1px;
        background: #E9EBEE;
    }

    #wrapper_cs {
        padding-bottom: 30px;
    }

    .container-board .wrap-board-bottom {
        display: none;
    }

    #body_cs.body_community #wrap .cont_menu > ul > li:not(.on),
    #body_cs.body_community .cont_banner {
        display: none;
        flex: initial;
        width: initial;
    }

    #body_cs.body_community #wrap.open-commnu-menu .cont_menu > ul > li.on {
        display: block;
    }

    #body_cs.body_community #wrap .cont_menu .header-commu {
        display: none;
    }

    .list-board ul li .title .emgc,
    .wrap-board-title .emgc {
        padding: 0 4px;
        display: inline-flex;
        vertical-align: middle;
    }

    .gap8js {
        justify-content: start !important;
        gap: 8px !important;
    }

    .gap8js .emgc {
        display: flex !important;
    }

    .wrap-board-title .title .emgc {
        display: none !important;
    }

    #body_cs.body_community #wrap.open-commnu-menu .cont_menu .header-commu {
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 56px;
        border-bottom: 1px solid #E9EBEE;
        padding: 0 20px;
        z-index: 102;
        background: #fff;
    }

    #body_cs.body_community #wrap .header-commu strong {
        flex: 1;
        color: var(--Text-Primary, #171717);
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        letter-spacing: 0.15px;
    }

    #body_cs.body_community #wrap .header-commu button {
        flex: 0 0 fit-content;
    }

    #body_cs.body_community #wrap.open-commnu-menu .cont_head,
    #body_cs.body_community #wrap.open-commnu-menu .cont_main,
    #body_cs.body_community #wrap.open-commnu-menu .mypage_banner {
        display: none;
    }

    #wrapper_cs .wrap-comm .cont_menu li {
        display: none;
        position: relative;
    }

    #wrapper_cs .wrap-comm .cont_menu li.on {
        background: transparent;
        display: block;
        padding: 0;
        margin: 0;
        font-size: 16px;
    }

    #body_cs.body_community .container-board {
        padding-top: 0 !important;
    }

    #body_cs .list-board dd.on::after {
        content: '';
        position: absolute;
        left: -20px;
        right: -20px;
        top: 0;
        bottom: 0;
        background: #FFFDF7;
        z-index: -1;
    }

    #wrapper_cs .wrap-comm .cont_menu li:before {
        content: '';
        display: block;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 24px;
        height: 24px;
        background: url(/assets/images/board/faq_arrow.svg) no-repeat center center;
        cursor: pointer;
    }

    #wrapper_cs .wrap-comm .cont_menu ul:after {
        content: '';
        display: block;
        position: absolute;
        left: -20px;
        right: -20px;
        bottom: 0;
        height: 1px;
        background: #E9EBEE;
    }

    #body_cs.body_community #wrap.open-commnu-menu .wrap-comm .cont_menu ul:after {
        left: 0;
        right: 0;
    }

    #body_cs.body_community #wrap.open-commnu-menu #wrapper_cs {
        padding-bottom: 0;
    }

    #body_cs.body_community #wrap.open-commnu-menu .wrap-comm {
        padding: 0;
    }

    #wrapper_cs .wrap-comm .cont_menu {
        flex: 0 0 100%;
        width: 100%;
        padding: 0;
    }

    #body_cs.body_community #wrap .wrap-comm .cont_menu ul {
        width: 100%;
        display: flex;
        gap: 8px;
        padding: 73px 0 16px;
        flex-direction: column;
        position: relative;
    }

    #body_cs.body_community #wrap.open-commnu-menu .wrap-comm .cont_menu ul {
        padding: 16px 0;
    }

    #body_cs.body_community #wrap.open-commnu-menu .wrap-comm .cont_menu li::before {
        display: none;
    }

    #body_cs.body_community #wrap.open-commnu-menu .wrap-comm .cont_menu li:not(.line)::after {
        content: '';
        display: block;
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
        width: 24px;
        height: 24px;
        background: url(/assets/images/icon_more.svg) no-repeat center center;
    }

    #body_cs.body_community #wrap.open-commnu-menu .wrap-comm .cont_menu li.on,
    #body_cs.body_community #wrap.open-commnu-menu .wrap-comm .cont_menu li {
        display: flex;
        height: 40px;
        padding: 7px 20px;
        gap: 8px;
        justify-content: start;
        align-items: center;
        border-radius: 8px;
        background: transparent;
        color: var(--Text-Primary, #171717);
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        letter-spacing: 0.2px;
        margin: 0;
        position: relative;
    }

    #body_cs.body_community #wrap.open-commnu-menu .wrap-comm .cont_menu li.line {
        height: 1px;
        background: #E9EBEE;
        width: 100%;
        padding: 0;
        margin: 0;
    }

    #wrapper_cs .wrap-comm .cont_menu li.line {
        padding: 0;
    }

    #wrapper_cs .wrap-comm .cont_menu li img {
        width: 24px;
        height: 24px;
    }

    #wrapper_cs .wrap-comm .wrap-cont-write {
        display: none;
    }

    #body_cs.body_community #wrap_side button.btn_write {
        display: block;
    }

    .wrap-board-title .exp .left {
        gap: 12px;
    }

    .wrap-board-title .exp .right {
        display: none;
    }

    #areareply {
        border-top: 1px solid var(--Line-Cool-Gray, #E9EBEE);
        padding: 16px 0 12px;
    }

    .view-reply .tit {
        font-size: 16px;
        font-weight: 600;
        cursor: pointer;
        pointer-events: initial;
    }

    .view-reply .tit span img {
        display: inline-block;
        width: 20px;
        height: 20px;
        vertical-align: text-bottom;
    }

    .wrap-act-group {
        display: none;
    }

    #body_cs.body_community.board-view .cont_main .wrap-btn-list {
        display: none;
    }

    #body_cs.body_community.board-view .cont_main .wrap-btn-list.only-mobile {
        display: flex !important;
        padding: 12px 0px;
    }

    .cont_main .wrap-btn-list.only-mobile button {
        display: flex;
        gap: 4px;
        align-items: center;
    }

    .wrap-btn-list.only-mobile .right {
        gap: 16px;
    }

    .reply-writebox:focus-within {
        border: 1px solid #171717;
    }

    .view-reply .reply-writebox:focus-within .top {
        display: flex;
    }

    .view-reply .reply-writebox .top {
        display: none;
    }

    .reply-writebox {
        padding: 12px 16px;
    }

    .reply-writebox:focus-within .textarea {
        margin: 8px 0 15px;
    }

    .reply-writebox .textarea {
        margin: 0;
    }

    .reply-writebox:focus-within .rbarea {
        display: flex;
    }

    .reply-writebox .rbarea {
        display: none;
    }

    .wrap-board-write {
        padding-top: 16px;
    }

    .wrap-board-write .write-top {
        padding: 12px 20px;
        position: fixed;
        left: 0;
        right: 0;
        width: 100%;
        top: 0;
        border-bottom: 1px solid var(--Line-Cool-Gray, #E9EBEE);
        z-index: 2;
    }

    .wrap-board-write .flex-dl .dt3 {
        height: 48px;
    }

    .wrap-board-write .flex-dl.mtmo {
        margin-top: 0px !important;
    }

    .wrap-board-write .flex-dl {
        gap: 0;
        flex-direction: column;
        align-items: stretch;
    }

    .wrap-board-write .flex-dl > dt {
        flex: initial;
    }

    .wrap-button-radio .none-category {
        display: none !important;
    }

    .wrap-board-write .wrap-input input[type="text"] {
        height: 50px;
    }

    .wrap-board-write .flex-dl > dd.dflex {
        display: flex;
        align-items: stretch;
        gap: 8px;
        flex-wrap: wrap;
        width: 100%;
    }

    .wrap-board-write .flex-dl > dd.dflex div {
        width: 100% !important;
    }

    .wrap-board-write .flex-dl > dd.dflex select {
        width: 100% !important;
        height: 50px;
    }

    .wrap-board-write .flex-dl > dt label span {
        font-size: 14px;
    }

    .toobar_contenteditable > label:first-of-type {
        display: none;
    }

    #body_cs.body_event .cs_banner {
        display: none;
    }

    #body_cs.body_event h2.pt60 {
        padding-top: 0 !important;
    }

    #body_cs.body_event .wrap-board-head {
        display: flex;
    }

    #body_cs.body_event .wrap-board-head.nbd2 {
        margin: 28px 0;
        padding: 0 20px;
    }

    #body_cs.body_event .container-board {
        padding-top: 0;
    }

    #body_cs.body_event .wrap-board-head .right label {
        display: none;
    }

    .grid-board, .product-grid {
        margin-top: 24px;
        display: grid;
        gap: 32px 20px;
        grid-template-columns: repeat(4, 1fr);
        width: 100%;
    }

    #body_cs.body_event .grid-board .item .ele > li:last-of-type {
        display: none;
    }

    #body_cs.body_event .grid-board .boximg {
        position: relative;
    }

    #body_cs.body_calendar.body_event #wrapper_cs {
        padding-bottom: 0;
    }

    .table-calendar thead th:first-of-type {
        border-top-left-radius: 0;
    }

    .table-calendar thead th:last-of-type {
        border-top-left-radius: 0;
    }

    .table-calendar {
        width: 100%;
        background-color: #fff;
        border-collapse: collapse;
        border-radius: 0;
        box-shadow: none;
    }

    .table-calendar th:not(:first-of-type),
    .table-calendar td:not(:first-of-type) {
        border-left: 0;
    }

    .table-calendar tbody tr {
        height: 178px;
        border-top: 1px solid #E9EBEE;
    }

    #body_cs.body_event .wrap-event.wrap-calendar {
        padding: 0;
    }

    .table-calendar tbody td b {
        text-align: center;
    }

    .table-calendar tbody td .ellipsis1 {
        font-size: 10px;
    }

    .wrap-event .wrap-view {
        display: flex;
        gap: 40px;
        justify-content: space-between;
        align-items: start;
        flex-wrap: wrap;
    }

    #body_cs.body_event.board-view .cont_main.mt35 {
        margin: 0;
    }

    .wrap-event .wrap-view .titeimgbox {
        width: calc(100% + 40px);
        aspect-ratio: 848 / 477;
        border-radius: 0;
        overflow: hidden;
        margin: 0 0 0 -20px;
    }

    .wrap-event .wrap-view .titlebox {
        padding: 24px 20px;
        border-bottom: 8px solid #F2F4F7;
        width: calc(100% + 40px);
        margin: 0 0 0 -20px;
    }

    .wrap-event .wrap-view .titlebox p {
        color: var(--Text-Primary, #171717);
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        letter-spacing: 0.15px;
    }

    .wrap-event .wrap-view .titlebox div {
        display: flex;
        gap: 8px;
        color: var(--Text-Secondary, #5B5B5B);
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        letter-spacing: 0.2px;
        margin-top: 12px;
    }

    .wrap-event .wrap-view .left dt {
        color: #171717;
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 18px;
        letter-spacing: 0.15px;
        margin-top: 40px;
    }

    .wrap-event .wrap-view .left dd .date {
        color: #5B5B5B;
        font-size: 16px;
        font-weight: 600;
        letter-spacing: 0.2px;
    }

    .wrap-event .wrap-view .ileft .txtbox strong {
        color: #171717;
        font-size: 20px;
        font-weight: 700;
    }

    .wrap-event .wrap-view .iright {
        color: var(--Text-Secondary, #5B5B5B);
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        letter-spacing: 0.2px;
        width: 100%;
    }

    .wrap-event .wrap-view .sprofile {
        gap: 24px;
        flex-direction: column;
    }

    .wrap-event .wrap-view .ileft {
        gap: 20px;
        width: 100%;
    }

    .rwrapinner.fixed {
        position: fixed;
        left: 0;
        bottom: 0;
        padding: 24px 20px;
        background: #fff;
        z-index: 10000;
        width: 100%;
    }

    .wrap-event .wrap-view .right {
        flex: 0 0 100%;
        width: 100%;
        padding: 24px 0;
        border-radius: 0;
        border: 0;
        background: #fff;
        z-index: 10000;
    }

    .wrap-event .wrap-view .right .top,
    .wrap-event .wrap-view .right .date {
        display: none;
    }

    .wrap-event .wrap-view .mid {
        margin-top: 0;
        margin-bottom: 0;
        color: #393939;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        display: flex;
        justify-content: space-between;
    }

    #body_cs.body_faq main {
        padding-top: 114px;
    }

    #body_cs.body_event.body_faq .wrap-board-head {
        display: none;
    }

    .wrap-faq {
        padding: 16px 0 40px;
    }

    .wrap-faq dt:first-of-type {
        border-top: none;
    }

    #body_cs .product-list .swiper.lnb-product .swiper-wrapper {
        justify-content: start;
    }

    .swiper.lnb-product {
        margin-left: -20px;
        width: calc(100% + 40px);
        padding: 0 20px;
    }

    .step-order-complete h4 {
        position: relative;
    }

    .step-order-complete .back-prodct-close {
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
    }

    #modal_view_order_detail .step-detail .tinfo .imgbox {
        flex: 0 0 260px;
        width: 260px;
    }

    #wrapper_egd {
        padding-bottom: 50px;
    }

    #body_esti #wrapper_egd {
        padding-bottom: 100px;
    }

    #body_egd .cont_main .wrap-btn-list {
        display: flex;
    }

    .wrap-banner-top {
        display: none;
    }

    #body_egd.newprd h2.pt52 {
        padding-top: 0 !important;
    }

    #body_egd.newprd .container-board {
        padding-top: 33px;
    }

    .wrap-gridboard-egd3 .slist {
        display: grid;
        gap: 24px 20px;
        grid-template-columns: repeat(2, 1fr);
    }

    #body_esti .form-egd textarea,
    #body_egd .form-egd textarea {
        height: 120px;
        padding: 12px 16px;
        border-radius: 8px;
        border: 1px solid #D5D7DB;
        background: #FFF;
    }

    #body_esti .form-wrapper .list-item,
    #body_egd .form-wrapper .list-item {
        padding-bottom: 42px;
        margin-bottom: 0;
        border-bottom: 0;
    }

    #body_esti .wrap-btn .btn-prev,
    #body_egd .wrap-btn .btn-prev {
        display: none;
    }

    #body_esti .form-egd label.chkbox,
    #body_egd .form-egd label.chkbox {
        display: flex;
        justify-content: start;
    }

    #body_egd .wrap-dp .w1 {
        padding: 80px 0;
        background: #FAFAFA;
    }

    #body_egd .wrap-dp .swiper.w2tab {
        width: 100%;
        margin: 72px 0 0;
    }

    #body_egd .wrap-dp .w2 {
        padding: 100px 0 80px;
        background: #fff;
    }

    #body_egd .wrap-dp .w2 .w2-cont .exp {
        display: flex;
        justify-content: space-between;
        gap: 88px;
        align-items: center;
        margin-top: 80px;
    }

    #body_egd .wrap-dp .w3 {
        padding: 80px 0;
        background: #FAFAFA;
    }

    #body_egd .wrap-dp .w3 .cardbox .card {
        display: flex;
        flex-direction: column;
        gap: 32px;
        justify-content: space-between;
        align-items: start;
        padding: 30px;
        border-radius: 12px;
        background: #FFF;
        box-shadow: 0px 8px 24px 0px #E8E8E8;
    }

    #body_egd .wrap-dp .w3 .cardbox {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 24px;
        margin-top: 40px;
    }

    .board-survey-list .item {
        display: flex;
        width: 100%;
        padding: 16px 0;
        justify-content: space-between;
        align-items: stretch;
        gap: 24px;
        background: #fff;
        color: var(--Text-Secondary, #5B5B5B);
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        letter-spacing: 0.2px;
        flex-direction: column;
    }

    .board-survey-list .item .title .ellipsis1 {
        -webkit-line-clamp: 2;
    }

    .board-survey-list {
        display: grid;
        flex-direction: initial;
        gap: 24px 20pxx;
        grid-template-columns: repeat(2, 1fr);
    }

    .board-survey-list .item .left {
        flex: initial;
        width: 100%;
    }

    .board-survey-list .item .title {
        display: flex;
        align-items: start;
        justify-content: start;
        flex-direction: column;
        gap: 12px;
        margin-bottom: 20px;
    }

    #body_egd .board-survey .box-exp {
        width: 100%;
        padding: 20px;
        border-radius: 12px;
        background: #F7F7F7;
        color: #171717;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        margin-top: 52px;
        letter-spacing: 0.2px;
    }

    #body_egd.body_survey .container-board {
        padding-top: 32px;
    }

    #modal_window_survey .window-body {
        padding: 40px 20px;
        width: 880px;
        max-width: 100%;
        margin: 0 auto;
    }

    #wrapper_cnc .swiper.partner-list .swiper-slide {
        flex: 0 0 136px;
        width: 136px;
        display: flex;
        align-items: stretch;
        border-radius: 12px;
        border: 1px solid #D5D7DB;
        overflow: hidden;
    }

    #wrapper_cnc .wrap-swiper-button-prev,
    #wrapper_cnc .wrap-swiper-button-next {
        display: none !important;
    }

    .wrap-swsnb.bb1 {
        display: none;
    }

    #wrapper_cnc.cnc2 .cnc_kv {
        width: 100%;
        height: 100px;
        background: #D9ECF3;
        margin-bottom: 204px;
    }

    #wrapper_cnc.cnc2 .cnc_kv .kv-box {
        width: 100%;
        padding: 0 20px;
        height: initial;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
        border: 0;
        position: absolute;
        bottom: initial;
        top: 25px;
        left: 0;
        transform: translate(0, 0);
    }

    #wrapper_cnc.cnc2 .cnc_kv .kv-wrap {
        display: block;
        gap: 0;
        justify-content: initial;
        align-items: initial;
    }

    #wrapper_cnc.cnc2 .cnc_kv .imgbox {
        box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.12);
        flex: 0 0 136px;
        width: 136px;
        height: 136px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 999px;
        border: 1px solid #E9EBEE;
        background: #FFF;
        overflow: hidden;
        margin: 0 auto;
    }

    #wrapper_cnc.cnc2 .subcat {
        margin-left: -20px;
        width: calc(100% + 40px);
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 0;
        border-top: 8px solid #F2F4F7;
        border-bottom: 1px solid #E9EBEE;
    }

    #wrapper_cnc.cnc2 .subcat a {
        flex: 1;
        justify-content: center;
    }

    #wrapper_cnc.cnc2 .infobox .item-list dl {
        flex-direction: column;
        gap: 8px;
    }

    #wrapper_cnc.cnc2 .infobox dt {
        width: initial;
        flex: initial;
        color: var(--Text-Tertiary, #8E8E8E);
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        letter-spacing: 0.2px;
    }

    #wrapper_cnc.cnc2 .infobox dd {
        width: initial;
        flex: initial;
        color: var(--Text-Primary, #171717);
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        letter-spacing: 0.2px;
    }

    #wrapper_cnc.cnc2 .infobox dd .ml16 {
        margin: 0 !important;
    }

    #wrapper_cnc.cnc2 .infobox dd .mt8mo {
        margin-top: 8px !important;
    }

    #wrapper_cnc.cnc2 .infobox dd img {
        vertical-align: bottom;
    }

    .wrap-board-contents .wrap-contents2 .topbox,
    .wrap-board-contents .wrap-contents2 .botbox {
        padding: 40px 20px;
        border-radius: 0;
        display: flex;
        gap: 36px;
        justify-content: start;
        align-items: stretch;
        width: 100%;
        flex-direction: column;
        margin-left: -20px;
        width: calc(100% + 40px);
    }

    .wrap-board-contents .wrap-contents2 .topbox .right {
        flex: 1 1 100%;
        display: flex;
        justify-content: space-between;
        align-items: start;
        gap: 20px;
        width: 100%;
    }

    #body_cnc.board-view #wrapper_cnc {
        padding: 0;
    }

    .wrap-board-contents .wrap-contents2 .botbox .left {
        flex: 1 1 100%;
        width: 100%;
    }

    .wrap-board-contents .wrap-contents2 .botbox .left .cnc-t-img img {
        width: 100%;
        aspect-ratio: 270 / 152;
        object-fit: cover;
        border: 1px solid var(--Line-Cool-Gray, #E9EBEE);
        background: var(--White, #FFF);
    }

    .wrap-board-contents .wrap-contents2 .botbox .left .cnc-thumb-img .swiper-slide {
        width: 131px;
    }

    .wrap-board-contents .wrap-contents2 .botbox .left .iflex div {
        /* flex: 0 0 auto; */
    }

    .shop-kv.swiper {
        width: 100%;
        max-width: 1920px;
        overflow: hidden;
        position: relative;
        padding: 68px 0 68px;
    }

    .wrap-board-contents .wrap-contents2 .topbox .left {
        margin: 0 auto;
    }

    #body_esti .wrap-esti {
        margin-top: 40px;
        display: flex;
        justify-content: space-between;
        align-items: start;
        flex-direction: column;
        gap: 15px;
    }

    #body_esti .wrap-esti .w-content,
    #body_esti .wrap-esti .w-status {
        flex: 1 1 100%;
        width: 100%;
    }

    #body_esti .wrap-esti .w605 {
        width: 100%;
        max-width: 100%;
    }

    #body_esti .graybox,
    #body_egd .graybox {
        font-size: 14px;
        padding: 20px;
        width: 100%;
    }

    #body_esti .ttt {
        color: var(--Text-Primary, #171717);
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        letter-spacing: 0.2px;
    }

    #body_esti .wrap-esti .w-status {
        display: flex;
        flex-direction: row;
        gap: 4px;
        justify-content: space-between;
        align-items: center;
    }

    #body_esti .wrap-esti .w-status > li:nth-of-type(even) {
        display: none;
    }

    #body_esti .wrap-esti .w-status > li:nth-of-type(odd) span,
    #body_esti .wrap-esti .w-status > li:nth-of-type(odd) .right p {
        display: none;
    }

    #body_esti .wrap-esti .w-status li small {
        font-size: 10px;
    }

    #body_esti .wrap-esti .w-status li .right {
        flex: 0 0 fit-content;
    }

    #body_esti .wrap-esti .w-status li {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 0;
        padding-bottom: 4px;
        border-bottom: 4px solid #D9D9D9;
    }

    #body_esti .wrap-esti .w-status li:nth-of-type(odd) {
        filter: grayscale(0%);
        opacity: 1;
    }

    #body_esti .wrap-esti .w-status li.on,
    #body_esti .wrap-esti .w-status li.done {
        filter: grayscale(0%);
        opacity: 1;
        border-bottom: 4px solid #FF6A00;
    }

    #body_esti .wrap-esti .w-status li small {
        color: #C0C0C0;
        font-size: 10px;
    }

    #body_esti .wrap-esti .w-status li small {
        color: #C0C0C0;
        font-size: 10px;
    }

    #body_esti .wrap-esti .w-status li.on small,
    #body_esti .wrap-esti .w-status li.done small {
        color: #8E8E8E;
    }

    .grid-dpt {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        margin: 0 0;
        gap: 10px;
    }

    .grid-dpt li label b {
        display: none;
    }

    .grid-dpt label i,
    .grid-dpt label span {
        display: inline-block;
        color: #5B5B5B;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        letter-spacing: 0.2px;
    }

    .grid-dpt li label {
        display: flex;
        width: fit-content;
        aspect-ratio: initial;
    }

    .grid-dpt li {
        height: 48px;
        display: flex;
        align-items: center;
    }

    #body_esti .w-form.base {
        padding: 0 0 20px;
    }

    #body_esti .w-form .right > ul {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    #body_esti .w-form {
        gap: 12px;
        flex-direction: column;
    }

    #body_esti .w-form .left {
        font-weight: 600;
    }

    #body_esti .w-form .right {
        font-weight: 400;
    }

    #body_esti .w-form .left,
    #body_esti .w-form .right {
        flex: 1 1 100%;
        width: 100%;
    }

    #body_esti .wrap-esti .w-btn {
        gap: 8px;
    }

    #body_esti .wrap-esti .w-btn .left {
        flex: 1;
    }

    #body_esti .wrap-esti .w-btn .left button {
        width: 100%;
    }

    .table-esti th {
        padding: 10px;
        text-align: center;
    }

    #body_esti .wrap-esti .w-btn .center button {
        width: 100%;
    }

    .list-board.es1 li:nth-of-type(1) {
        width: 100%;
        flex: 1 1 100%;
        justify-content: start;
        color: var(--Text-Primary, #171717);
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        letter-spacing: 0.2px;
    }

    .list-board.es1 li:nth-of-type(3) {
        width: 100%;
        flex: 1 1 100%;
        justify-content: start;
        color: var(--Link, #04C);
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        padding: 8px 0;
    }

    .list-board.es1 li:nth-of-type(2),
    .list-board.es1 li:nth-of-type(4) {
        width: 100%;
        flex: 1 1 100%;
        justify-content: start;
        color: var(--Text-Tertiary, #8E8E8E);
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        letter-spacing: 0.2px;
    }

    .list-board.es1 li:nth-of-type(2) {
        display: none !important;
    }

    .list-board.es1 li:nth-of-type(4) {
        display: flex !important;
    }

    #wrapper_esti {
        padding-bottom: 80px;
    }

    #body_loginform .box-login {
        margin: 0;
        padding: 24px 20px 32px;
        display: flex;
        flex-direction: column;
        border-radius: 0;
        border: 0;
    }

    #body_loginform .box-banner {
        display: none;
    }

    #body_loginform .h2 {
        color: var(--Text-Primary, #171717);
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        letter-spacing: 0.15px;
    }

    #body_loginform h2,
    #body_loginform h2 ~ p {
        /*display: none;*/
    }

    .wrap-gridboard-cs1.land .slist {
        grid-template-columns: repeat(2, 1fr);
    }

    #body_cnc.board-view.land .cont_main .wrap-btn-list {
        display: flex;
    }

    #body_cnc.board-view.land .grid-box-con {
        padding: 64px 0;
        display: grid;
        gap: 24px;
        grid-template-columns: repeat(2, 1fr);
    }

    .swiper-container.con-land {
        margin-left: -20px;
        width: calc(100% + 40px);
    }

    .s-btn-prev, .s-btn-next {
        display: none;
    }

    .s-pagination {
        bottom: 20px;
        right: 24px;
        left: initial;
        transform: translateX(0);
    }

    #body_cnc.board-view.land .wrap-board-contents .wrap-contents2 {
        padding: 0 0 48px;
    }

    .swiper.con-land {
        width: 100%;
    }

    #modal_view_order_detail .step-order-form .w-btn {
        justify-content: stretch;
        align-items: stretch;
        flex-direction: column;
    }

    #modal_view_order_detail .step-order-form .w-btn .right {
        flex: 1 1 100%;
        width: 100%;
    }

    #modal_view_order_detail .step-order-form .w-btn .left {
        flex: 1 1 100%;
        width: 100%;
    }

    #modal_view_order_detail .step-detail .w-btn.bottom-btn {
        /* position: fixed;
  bottom: 0; */
        width: 100%;
        /* left: 0;
  right: 0; */
        padding: 20px 20px;
        background: #fff;
        z-index: 10;
    }

    #modal_view_order_detail .step-detail .w-btn {
        padding: 24px 0;
        border-top: 1px solid var(--Line-Deep, #D5D7DB);
    }

    #body_cs.board-write .dt1,
    #body_cs.board-write .dt2,
    #body_cs.board-write .dt3 > span,
    #body_cs.board-write .dt4,
    #body_cs.board-write .dt5,
    #body_cs.board-write .dt6,
    #body_cs.board-write .file-pc {
        display: none;
    }

    .toobar_contenteditable .btn-write-file {
        display: block;
    }

    .wrap-board-write .write-contents {
        border: 0;
        overflow: hidden;
        margin-left: -20px;
        width: calc(100% + 40px);
    }

    .toobar_contenteditable {
        border-bottom: 1px solid #E9EBEE;
        background-color: #fff;

        padding: 0;
        display: flex;
        align-items: center;
        gap: 8px;
        flex-wrap: wrap;
    }

    .toobar_contenteditable > div {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 8px;
    }

    .toobar_contenteditable > div:first-of-type {
        padding: 12px 0 12px 20px;
    }

    .toobar_contenteditable > div:last-of-type {
        padding: 12px 20px 12px 0;
    }

    #body_cs.board-write .mypage_banner,
    #body_cs.board-write footer {
        display: none;
    }

    #contenteditable {
        width: 100%;
        height: 512px;
        padding: 20px;
        overflow-y: auto;
        color: #171717;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        border-bottom: 1px solid #D5D7DB;
    }

    #body_cs.board-write #wrapper_cs {
        padding-bottom: 0;
    }

    .write-bottom {
        padding: 20px 0;
        gap: 8px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .wrap-file-write-mobile {
        padding: 20px 20px 0;
        color: var(--Text-Tertiary, #8E8E8E);
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        letter-spacing: 0.2px;
        display: flex;
        justify-content: right;
    }

    .btn-file-write-mobile {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .btn-file-write-mobile b {
        color: var(--Text-Primary, #171717);
        font-size: 16px;
        font-style: normal;
    }

    .select-virtual {
        display: block;
    }

    .write-form .hd {
        justify-content: space-between;
        align-items: center;
        color: var(--Text-Primary, #171717);
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        letter-spacing: 0.2px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 56px;
        margin-right: -4px;
    }

    .flex-radio {
        display: flex;
        flex-wrap: nowrap;
        gap: 0;
        flex-direction: column;
        padding: 0 20px 20px;
        background: #fff;
        border-radius: 16px;
        width: 100%;
    }

    .flex-radio > li:not(:first-of-type) {
        border-bottom: 1px solid #E9EBEE;
    }

    .dimmed {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        min-height: 100vh;
        background: rgba(23, 23, 23, 0.5);
        z-index: 999998;
        display: none;
        overflow-y: auto;
    }

    .dimmed.show {
        display: block;
    }

    .dimmed-popup {
        position: absolute;
        padding: 147px 20px;
        width: 100%;
    }

    .wrap-button-radio label span {
        padding: 0;
        height: 40px;
        display: flex;
        gap: 8px;
        align-items: center;
        /* justify-content: space-between; */
        justify-content: left;
        border-radius: 0;
        border-top: 0;
        border-left: 0;
        border-right: 0;
        /* border-bottom: 1px solid #E9EBEE; */
        border-bottom: 0;
        cursor: pointer;
        white-space: nowrap;
        user-select: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        color: #171717;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        letter-spacing: 0.2px;
        background: url(/assets/images/radio_uncheck.svg) no-repeat right center;
    }

    .wrap-button-radio label {
        position: relative;
        display: block;
        width: 100%;
    }

    .wrap-button-radio label input[type=radio] {
        display: none;
    }

    .wrap-button-radio label input[type=radio]:checked + span {
        border-top: 0;
        border-left: 0;
        border-right: 0;
        /* border-bottom: 1px solid #E9EBEE; */
        border-bottom: 0;
        background: #fff;
        color: #171717;
        background: url(/assets/images/radio_checked.svg) no-repeat right center;
    }

    .flex-radio.box-boardname li label {
        display: flex;
        gap: 8px;
        align-items: center;
        width: 100%;
        justify-content: space-between;
    }

    .flex-radio.box-boardname li label span {
        flex: 1 1 auto;
        width: 100%;
    }

    .flex-radio.box-boardname li:nth-of-type(2) label::before {
        content: url(/assets/images/board/menu_2.svg);
        display: block;
    }

    .flex-radio.box-boardname li:nth-of-type(3) label::before {
        content: url(/assets/images/board/menu_3.svg);
        display: block;
    }

    .flex-radio.box-boardname li:nth-of-type(4) label::before {
        content: url(/assets/images/board/menu_4.svg);
        display: block;
    }

    .flex-radio.box-boardname li:nth-of-type(5) label::before {
        content: url(/assets/images/board/menu_5.svg);
        display: block;
    }

    .flex-radio.box-boardname li:nth-of-type(6) label::before {
        content: url(/assets/images/board/menu_6.svg);
        display: block;
    }

    .flex-radio.box-boardname li:nth-of-type(7) label::before {
        content: url(/assets/images/board/menu_7.svg);
        display: block;
    }

    .flex-radio.box-boardname li:nth-of-type(8) label::before {
        content: url(/assets/images/board/menu_8.svg);
        display: block;
    }

    .flex-radio.box-boardname li:nth-of-type(9) label::before {
        content: url(/assets/images/board/menu_9.svg);
        display: block;
    }

    .flex-radio.box-boardname li:nth-of-type(10) label::before {
        content: url(/assets/images/board/menu_10.svg);
        display: block;
    }

    #modal_survey .box_btn {
        border-top: 1px solid #D5D7DB;
    }

    #modal_survey .btn.make,
    #modal_survey .btn,
    #modal_temp .btn {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0 20px;
        height: 48px;
        width: fit-content;
        color: #FFF;
        font-weight: 500;
        border-radius: 8px;
        background: #FF6A00;
        width: 100%;
    }

    #modal_survey .box_btn,
    #modal_temp .box_btn {
        position: fixed;
        bottom: 0;
        left: 0;
        display: flex;
        justify-content: right;
        align-items: center;
        gap: 12px;
        padding: 24px 20px;
        background: #fff;
        width: 100%;
        right: 0;
    }

    #modal_survey .in-head,
    #modal_temp .in-head {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        right: 0;
        background: #fff;
        z-index: 2;
    }

    #modal_temp .modal_inner .box {
        padding: 12px 20px;
        font-size: 12px;
        margin: 11px 20px;
    }

    #modal_survey .modal_inner h3,
    #modal_temp .modal_inner h3 {
        height: 56px;
        padding: 0 20px;
        font-size: 20px;
        border-bottom: 1px solid var(--Line-Cool-Gray, #E9EBEE);
        justify-content: left;
        gap: 10px;
    }

    .wrap-survey .tit {
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: start;
        gap: 12px;
        margin-bottom: 20px;
    }

    .box-survey p {
        font-size: 14px;
    }

    .box-survey p.survey-title {
        color: #171717;
        font-size: 15px;
    }

    #modal_view_order_detail .step-detail .tinfo .pinfo {
        display: flex;
        gap: 12px;
        align-items: start;
        justify-content: space-between;
        flex-direction: column;
    }

    #modal_view_order_detail .step-detail .wrap-d-info {
        padding: 32px 0 32px;
    }

    #modal_view_order_detail .step-detail .wrap-d-info img {
        width: 100%;
    }

    #modal_view_order_detail .wrap-product .tibox {
        color: var(--Text-Primary, #171717);
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        letter-spacing: 0.2px;
        height: initial;
        line-height: initial;
        display: flex;
        align-items: center;
        gap: 10px;
        justify-content: start;
        padding: 0 24px 16px;
    }

    #modal_view_order_detail .step-detail .tinfo .eainfo,
    #modal_view_order_detail .step-detail .tinfo .w-total {
        display: none;
    }

    #modal_view_order_detail .step-detail .tinfo .right {
        position: relative;
    }

    #modal_view_order_detail .step-detail .tinfo {
        display: flex;
        justify-content: space-between;
        align-items: stretch;
        gap: 32px;
        padding: 20px 24px;
        border-bottom: 1px solid #D5D7DB;
    }

    #modal_view_order_detail .step-detail .tinfo button.btn-order {
        position: absolute;
        bottom: 0;
        left: 0;
    }

    #modal_view_order_detail .step-order-form {
        padding: 0 20px;
    }

    #modal_view_order_detail .step-order-complete {
        padding: 0 20px;
    }

    .swiper.wrap-cpn {
        margin-left: -20px;
        width: calc(100% + 40px);
        padding-left: 20px;
        padding-right: 20px;
    }

    #wrapper_cnc .swiper.partner-list {
        margin-left: -20px;
        width: calc(100% + 40px);
        padding-left: 20px;
        padding-right: 20px;
    }

    .menu-title-wrapper span {
        display: none !important;
    }

    .menu-title-wrapper a {
        display: none !important;
    }

    .swiper.mypage_bottom_banner img {
        height: auto !important;
        min-height: 80px !important;
    }

    /* 리사이즈 시 transition 비활성화 (태블릿) */
    .no-transition,
    .no-transition *,
    body.no-transition,
    body.no-transition * {
        transition: none !important;
        animation: none !important;
        transform: none !important;
    }

    #body_cs .list-board.cs1 li:nth-of-type(2) {
        display: none !important;
    }

    #body_egd .only-mobile, #body_esti .only-mobile, #body_product .only-mobile {
        display: none;
    }

    #body_search .tab-container .swiper.lnb .swiper-slide a {
        font-weight: bold !important;
        color: #fff !important;
    }

    .swiper.mypage_bottom_banner img {
        height: auto !important;
        min-height: 120px !important;
    }

    .wrap-gridboard-cs1 {
        padding-top: 20px !important;
    }

    .modal_layer, .modal_layer > div {
        min-width: revert !important;
        max-width: 90vw !important;
    }

    .swiper.lnb .swiper-wrapper {
        transform: revert !important;
    }

    .container-board .wrap-board-contents .wrap-contents {
        width: calc(100vw - 40px) !important;
        overflow-x: auto;
    }

    #wrapper_cnc .swiper.partner-list .swiper-slide {
        flex: 0 0 auto !important;
        width: auto !important;
        display: flex;
        align-items: stretch;
        border-radius: 12px;
        border: 1px solid #D5D7DB;
        overflow: hidden;
    }

    #wrapper_cnc .swiper.partner-list .swiper-slide a {
        width: 100% !important;
    }

    #wrapper_cnc .swiper.partner-list .swiper-slide .imgbox {
        width: 100% !important;
        aspect-ratio: unset !important;
        height: auto !important;
    }

    #wrapper_cnc .swiper.partner-list .swiper-slide .imgbox img {
        /*max-width: 100% !important;*/
        /*width: 100% !important;*/
        /*height: 100% !important;*/
    }

    #wrapper_cnc .swiper.partner-list .swiper-slide .txtbox {
        min-width: 100% !important;
    }

}

/* end 1279 */
