/**************** public *******************/

   @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');

    * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; font-family: 'Noto Sans KR', -apple-system,Arial, sans-serif;
        -webkit-tap-highlight-color: transparent;
    }
    html, body, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a,
    abbr, address, big, cite, code, del, dfn, em, font, img, ins, q, s, samp, small,
    strike, strong, sub, sup, tt, var, b, u, i, ul, ol, li, dl, dt, dd, table, caption,
    tbody, tfoot, thead, tr, th, td, fieldset, fo7m, label, legend, input, button, textarea, select
    {margin:0; padding: 0; }
    html, body { margin: 0; padding: 0; height: 100%;}

    body { background-color: #fff; margin: 0; height: auto; font-size: 14px; min-height: 100vh; position: relative; }
    input, select, textarea { border: 1px solid #d8dbe6; height: 50px; padding: 5px 15px; /*font-family:"Droid Sans";*/ outline: none; font-size: 1em; }
    textarea { resize: none; padding: 11px 15px; }
    input:focus, select:focus, textarea:focus { border-color: #1f75ff !important; }
    select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background-image: url(../img/icon/select.png);
        background-position: right 10px center;
        background-repeat: no-repeat;
        padding: 10px;
        padding-right: 30px;
   }
    select::-ms-expand {
        display: none;
    }
    input[type="text"] {width:100%;}
    input[name="title"] {font-size: 21px; font-weight: 800; text-align: center;}
    input[type="password" i] { font-family:"Droid Sans"; }

    em { font-style: inherit; }
    ul { list-style: none; }
    a { text-decoration: none; color: #000; }
    i { font-style: inherit; }
    button { font-weight: 700; font-size: 1.1em; }
    button:focus { outline: none; box-shadow: 0px 0px 10px #d8dbe6; }
    h3 { font-size: 24px; font-weight: 700; }

    table {
        width: 100%;
        border-top: 2px solid #000;
        border-collapse: collapse;
        border-left: 0px;
        border-right: 0px;
        font-size: 1em;
    }
    th, td {
        border-bottom: 1px solid #d8dbe6;
        padding: 10px;
        text-align: center;
        border-left: 0px;
        height: 60px;
    }
    th { font-weight: 600; font-size: 15px; }
    th:focus { outline: none; }
    th:last-child, td:last-child { border-right: 0; }
    th.tx-left, td.tx-left { text-align: left; padding-left: 20px; }
    td > a:hover { text-decoration: underline; }

    table .btn { display: inline-block; }
    table select,
    table input { width: 100%; }
    table em { margin: 0px 5px; }

    /* color */
    h2,h3,h4,h5 { font-weight: 500; line-height: 1em; padding-bottom: 15px; }
    h3 { font-size: 2.2em; }
    h4 { font-size: 1.6em; }
    h5 { font-size: 1.3em; }

    .scroll_top {
        position: fixed;
        right: 30px;
        bottom: 30px;
        z-index: 8000;
        background: rgb(255, 83, 119, 0.5);
        width: 50px;
        height: 50px;
        border-radius: 25px;
        box-shadow: 0px 0px 3px rgba(0,0,0,0.5);
        display: none;
        cursor: pointer;
    }

    .pagenate { text-align: center; margin: 60px 0px; font-size: 0; }
    .pagenate li { display: inline-block; width: 30px; height: 30px; border: 1px solid #d8dbe6; border-radius: 4px; font-size: 16px; line-height: 28px; margin: 0px 2px; vertical-align: top; cursor: pointer; font-weight: 200; }
    .pagenate li:hover { background-color: #eef1f8; }
    .pagenate li.active { background-color: #d8dbe6; font-weight: 400; }

    .pagenate li.move {
        background-repeat: no-repeat; background-position: center; vertical-align: top;
    }

    .pagenate li.prev { background-image: url(../img/icon/g_arrow_left.png); }
    .pagenate li.next { background-image: url(../img/icon/g_arrow_right.png); }

    .pagenate li.prev_enter,
    .pagenate li.next_enter { position: relative; }

    .pagenate li.prev_enter:before,
    .pagenate li.prev_enter:after { position: absolute; content: ""; top: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: left 7px center; }

    .pagenate li.next_enter:before,
    .pagenate li.next_enter:after { position: absolute; content: ""; top: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: right 7px center; }

    .pagenate li.prev_enter:before,
    .pagenate li.prev_enter:after { background-image: url(../img/icon/g_arrow_left.png); }

    .pagenate li.next_enter:before,
    .pagenate li.next_enter:after { background-image: url(../img/icon/g_arrow_right.png); }

    .pagenate li.prev_enter:before { background-position: left 13px center; }
    .pagenate li.next_enter:before { background-position: right 13px center; }

    .txt-center { text-align: center; }
    .txt-left { text-align: left; }
    .txt-right { text-align: right; }
    .gray { color: #666; }
    .red { color: #ff5377; }

    .btn { font-size: 1.1em; font-weight: 400; line-height: 50px; text-align: center; border: 1px solid #d8dbe6; cursor: pointer; }
    .btn-disabled { background-color: #d8dbe6; color: #666; border-color: #ccc; }
    .btn_bblue { border-color: #1f75ff; color: #1f75ff; vertical-align: top;}
    .btn_bule {  border-color: #1f75ff;  background-color: #1f75ff; color: #fff; }
    .btn_red { background-color: #ff3333 !important; border-color: #ff3333; color: #fff; }

    .btn-box { }
    .btn-box .btn { display: inline-block; min-width: 100px; line-height: 50px; text-align: center; border-radius: 5px; background-color: #fff; margin: 0px 3px; }
    .page-action { text-align: center; padding: 70px 0px;  }

    .ellipsis { overflow: hidden; text-overflow: ellipsis; white-space: nowrap;  }
    .ellipsis2 {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        line-height: 1.2em;
        height: 2.4em;
    }

    i.icon { display: inline-block; width: 24px; height: 24px; background-repeat: no-repeat; background-position: center; vertical-align: top; }
    .icon_new { background-image: url(../img/icon/new.png); }

    .container { min-height: 100vh; padding-top: 120px; }
    .wrap { position: relative; }
    .inner { margin: 0 auto; position: relative; }

    .swiper-pagination-bullet { background-color: #ddd; opacity: 1; margin: 0px 2px; }
    .swiper-pagination-bullet-active { background-color: red; }
    .swiper-button-next, .swiper-button-prev {
        width: 29px;
        height: 55px;
    }
    .swiper-button-next:after, .swiper-button-prev:after {
        width: 100%;
        height: 100%;
        background-image: url(../img/icon/w_arrow_left.png);
        background-repeat: no-repeat;
        background-position: center;
        content: "";
    }
    .swiper-button-next:after { background-image: url(../img/icon/w_arrow_right.png); }

    .inner { width: 1124px; margin: 0 auto; }

    /* 헤더 */
    header { position: fixed; top: 0; left: 0px; width: 100%; height: 120px; border-bottom: 1px solid #efefef; background-color: #fff; z-index: 9000; }
    header .inner { padding: 0px 250px; }
    header .logo {
        position: absolute;
        left: 0;
        top: 0;
        width: 210px;
        height: 100%;
        background-image: url(../img/logos/logo.png);
        background-repeat: no-repeat;
        background-position: center;
    }

    header .gnb { width: 100%; line-height: 120px; font-size: 20px; text-align: center; }
    header .gnb li { display: inline-block; font-weight: 500; padding: 0px 15px; }
    header .gnb li a { position:relative; }
    header .gnb li a:hover::after {
        position: absolute;
        display: block;
        content: ' ';
        bottom: -9px;
        left: 0;
        width: 100%;
        height: 4px;
        background-color: #ff3333;
    }

    header .login-box { position: absolute; right: 20px; top: 20px; font-size: 15px; line-height: 1em; }
    header .login-box a { padding: 0px 7px; border-right: 1px solid #ddd; display: inline-block; }
    header .login-box a:last-child { border-right: 0; }
    header .login-box a.ic_remote { background: url(../img/ic_remote01.png) left center no-repeat;padding-left: 22px;background-size: contain;margin-left: 5px; }

    .m-nav {
        display: block;
        position: fixed;
        width: 280px;
        height: 100vh;
        left: -280px; top: 0;
        background-color: #fff;
        transition: all .3s;
    }
    .m-nav .logo { width: 100%;  border-bottom: 1px solid #eee; border-bottom: 4px solid #efefef; }
    .m-nav .login-box { display: block; position: relative; left: 0; top: 0; padding: 20px; text-align: center;
        background-color: #efefef;
        background-color: #db011a;
        border-bottom: 4px solid #efefef;
    }
    .m-nav .login-box a { color: #fff; }
    .m-nav ul { }
    .m-nav ul li { border-bottom: 1px solid #efefef; font-size: 16px; }
    .m-nav ul li a { display: block; padding: 13px 20px; }

    .m-marsk {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.2);
        display: none;
    }

    footer { background-color: #fff; padding: 30px 0px; padding-bottom: 60px; font-size: 13px; font-weight: 300; border-top: 1px solid #efefef; }
    footer .gnb { font-size: 14px; padding: 15px 0px; position: relative; }
    footer .gnb li { display: inline-block; position: relative; padding: 0px 15px; }
    footer .gnb li:before { position: absolute; content: ""; left: 0; top: 10%; width: 1px; height: 80%;  background-color: #ddd; }
    footer .gnb li:first-child { padding-left: 0; }
    footer .gnb li:first-child:before { display: none; }
    footer .info { padding-bottom: 15px; color: #595959; }
    footer .corp { font-weight: 500; }

    footer .rp_num { float: right; display: inline-block; position: absolute; right: 0; top: 2px; }
    footer .rp_num strong { font-size: 22px;  }

    footer .kakao {
        position: absolute; right: 0; top: 44px;
        background-image: url(../img/kakao.png);
        background-repeat: no-repeat;
        background-position: center;
        width: 180px;
        height: 70px;
        cursor: pointer;
    }

    /* customer */
    .fx-box {
        -ms-display: flexbox;
        display: -webkit-flex;
        display: flex;

        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;

        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .fx-box .fx-item {
         margin-right: 8px;
         -webkit-flex: 1;
         -ms-flex: 1; flex: 1;

         -webkit-flex-grow: 1;
         -ms-flex-grow: 1;
          flex-grow: 1;

          min-width: auto;
    }
    .fx-box em { margin: 0px 5px; }
    .fx-box .fx-item:last-child { margin-right: 0; }
    .fx-box .fx-enter { min-width: 100%; }

    .ellipsis { overflow: hidden; text-overflow: ellipsis; white-space: nowrap;  }
    .ellipsis2 {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        line-height: 1.5em;
        height: 3em;
    }

    /* 메인 */
    .visual { min-width: 1100px; }
    .visual img { display: block; margin: 0 auto; max-width: 1125px; }
    .visual .mimg { display: none; }


    .visual .navigation-box { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
    .visual .navigation-box .inner { height: 100%; width: 1350px; }
    .visual .navigation-box .swiper-pagination { width: 100%; bottom: 20px; }

    /*.visual .inner { display: none; }*/
    .visual .swiper-slide { background-size: 100% 450px; background: no-repeat center top;  background-size: cover;}
    .swiper-slide:before, .swiper-slide:after { display: table; content: ""; }
    .swiper-slide:after {  clear: both; }
    .visual .visual01 {
        background-image: url(../img/visual01.png);
    }

    .visual .visual02 {
        background-image: url(../img/visual02.png);
    }

    .visual .visual03 {
        background-image: url(../img/visual03.png);
    }

    .visual .visual04 {
        background-image: url(../img/visual04.png);
    }

    .visual .visual05 {
        background-image: url(../img/visual05.png);
    }

    .visual .visual06 {
        background-image: url(../img/visual06.png);
    }


    .visual .visual-text {color: #fff; font-weight: 300; padding-top: 70px; font-size: 25px; font-weight: 100; padding-left:0; text-align: center; }
    .visual .visual-text h1 { font-size: 45px; font-weight: 300; line-height: 1.3em; margin-bottom: 20px; }

     h5 { font-size: 22px; }
    .phold-box { position: relative;  }
    .phold-box input { width: 100%; height: 55px; padding: 0px 15px; padding-top: 18px; }
    .phold-box input + label {
        position: absolute;
        left: 0; top: 0;
        width: 100%; line-height: 55px;
        padding: 0px 15px;
        color: #bfbfbf;
        pointer-events: none;
        transition: all .3s; -webkit-transition: all .3s;
    }
    .phold-box input:focus + label {
        line-height: 22px;
        padding: 0px 15px;
        font-size: 13px;
    }
    .phold-box input:valid + label {
        line-height: 22px;
        padding: 0px 15px;
        font-size: 13px;
    }

    .fl-right { float: right; }

    .main-contents { padding: 40px 0px; margin-bottom: 30px; }
    /*.main-contents h5 { margin-bottom: 20px; }*/
    .main-contents h5 { margin-bottom: 10px; }
    .main-contents .section-wrap { overflow: hidden; }
    .main-contents .section {
        display: inline-block;
        vertical-align: top;
        width: 742px;
    }

    .main-contents .section.fl-right { width: 327px; }


    .main-contents .login-box {  }
    .main-contents .login-box input { border: 0; }
    .main-contents .login-box .phold-box { border: 1px solid #ccc; }
    .main-contents .login-box .phold-box:first-child { border-bottom: 0; }
    .main-contents .login-box button { margin-top: 10px; border: 0; width: 100%; height: 60px; font-size: 20px; font-weight: 300; background-color: #e60012; color: #fff; }

    .main-contents .login-box .find-link { text-align: center; padding: 15px 0px; }
    .main-contents .login-box .find-link a { color: #7d7d7d; padding: 0px 5px; }
    .main-contents .login-box .find-link a:hover { color: #000; }

    .main-contents .store {
        height: 147px;
        background-color: #2a5eb4;
        color: #fff;
        font-weight: 300;
        padding: 20px 20px;
        padding-left: 140px;
        background-image: url(../img/store.png);
        background-repeat: no-repeat;
        background-position: left 40px center;
    }
    .main-contents .store p { font-size: 24px; margin-bottom: 5px; font-weight: 400; }
    .main-contents .store a { font-size: 16px; color: #fff; }
    .main-contents .store a:hover { text-decoration: underline; }
    a.short {
        padding-right: 10px;
        background-image: url(../img/icon/ws_arrow_right.png);
        background-repeat: no-repeat;
        background-position: right bottom 6px;
        background-size: 6px;
        line-height: 1em;
    }

    .main-contents .customer { height: 290px; }
    .main-contents .customer .customer-list {  }
    .main-contents .customer .customer-list dl { padding: 5px 0px; }
    .main-contents .customer .customer-list dt,
    .main-contents .customer .customer-list dd { display: inline-block; }

    .main-contents .customer .customer-list dt { font-size: 15px; }
    .main-contents .customer .customer-list dd { float: right; color: #7d7d7d; font-size: 14px; }
    .main-contents .customer .customer-list a:hover { text-decoration: underline; }

    .main-contents .delivery-box { background-color: #fafafa; border: 1px solid #ddd; height: 147px; margin-bottom: 70px; }
    .main-contents .delivery-box > a {
        position: relative;
        display: inline-block;
        vertical-align: top;
        height: 147px;
        font-weight: 300;
        padding: 40px 20px;
        padding-left: 150px;
    }
    .main-contents .delivery-box > a p { font-size: 24px; margin-bottom: 5px; font-weight: 400; }
    .main-contents .delivery-box > a span { font-size: 16px; color: #7d7d7d; }
    .main-contents .delivery-box > a:hover span { text-decoration: underline; }

    .main-contents .delivery-box > a:first-child {
        background-image: url(../img/delivery.png);
        background-repeat: no-repeat;
        background-position: left 20px center;
    }
    .main-contents .delivery-box > a:first-child:before {
        position: absolute;
        content: "";
        right: 0;
        top: 25%;
        width: 1px;
        height: 50%;
        background-color: #ddd;
    }

    .main-contents .delivery-box > a:last-child {
        background-image: url(../img/accounting.png);
        background-repeat: no-repeat;
        background-position: left 40px center;
    }

    .main-contents .commercial { }
    .main-contents .commercial .fx-item { max-width: 50%; margin-right: 30px; }
    .main-contents .commercial .fx-item:last-child { margin-right: 0; }
    .main-contents .commercial .img-box { height: 200px; position: relative; }
    .main-contents .commercial .fx-item iframe,
    .main-contents .commercial .fx-item img { width: 100%; height: 200px; }
    .main-contents .commercial .marsk { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgb(0,0,0,0.2); line-height: 200px; text-align: center; }
    .main-contents .commercial .marsk a {
        width: 130px; line-height: 67px;
        color: #fff;
        background-color: rgba(0,0,0,0.7);
        display: inline-block;
        vertical-align: middle;
        font-size: 22px;
        border-radius: 5px;
    }
    .main-contents .commercial .fx-item.youtube h5 { background: url(../img/ic_youtube01.png) left top no-repeat;padding-left: 35px;background-size: auto 20px; }
    .main-contents .commercial .fx-item.bbs h5 { background: url(../img/ic_men01.png) left top no-repeat;padding-left: 40px;background-size: auto 20px; }

    .main-contents .downloads { font-size: 20px; }
    .main-contents .downloads > div { height: 100px; }
    .main-contents .downloads .programe {
        display: block;
        background-color: #00c4c2; color: #fff;
        font-weight: 300;
        padding: 21px;
        padding-left: 110px;
        background-image: url(../img/icon/ic_download01.gif);
        background-repeat: no-repeat;
        background-position: left 40px center;
    }
    .main-contents .downloads .applink { background: #FAFAFA;line-height: 100px;text-align: center;border: 1px solid #F0F0F0; }
    .main-contents .downloads .applink a { display: inline-block; width: 130px; height: 30px; vertical-align: middle; }

    .google {
        background-image: url(../img/google.png);
        background-repeat: no-repeat;
        background-position: center;
        margin-right: 10px;
    }

    .apple {
        background-image: url(../img/apple.png);
        background-repeat: no-repeat;
        background-position: center;
    }

    h2{ font-size: 35px; }

    /* main secret */
    .description { background-color: #efefef; padding-top: 70px; padding-bottom: 40px; text-align: center; }
    .description .sub-tit { color: #666; font-size: 20px; font-weight: 300; }
    .description .rfx-box {  }
    .description .rfx-box::after { display:block;clear:both;content:' '; }
    .description .rfx-item { display:block;float:left;max-width: 33%; margin: 50px 40px 50px 0;}
    .description .rfx-item:nth-child(3n) { margin-right: 0; }
    .description .rfx-item img { margin-bottom: 20px; }
    .description .rfx-item h5 { font-weight: 600; }
    .description .rfx-item p { font-size: 16px; font-weight: 300; color: #666; }

    /* modal */
    .modal-wrap {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,.5);
        z-index: 9999;
        display: none;
    }
    .modal-wrap.active { display: block; }
    .modal-wrap.alert-pop { background-color: transparent; }

    .modal-wrap h4 { font-size: 24px; margin-bottom: 15px; }
    .modal-wrap .modal-contents {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        min-width: 400px;
    }
    .modal-wrap .modal-contents .close {
        position: absolute;
        top: 30px;
        right: 30px;
        width: 30px;
        height: 30px;
        background-image: url(../img/icon/x.png);
        cursor: pointer;
    }
    .modal-wrap .btn-box { text-align: center; padding: 20px; }

    /* talk */
    .talk {
        background-color: #fae300;
        width: 600px;
        height: 640px;
        text-align: center;
        font-size: 40px;
        padding: 80px 60px;
        color: #391b1b;
        margin: 0 auto;
    }
    .talk img { margin-bottom: 30px; }
    .talk .kakaoId { position: relative; background-color: #fff; border-radius: 20px; overflow: hidden; padding-left: 130px; line-height: 100px; margin-top: 30px; }
    .talk .kakaoId span { position: absolute; left: 0; top: 0; width: 100px; height: 100%; background-color: #391b1b; color: #fae300; }
    .talk .kakaoId p { text-align: left; }

    .talk.small {
        width: 360px;
        height: 380px;
        font-size: 24px;
        padding: 50px 40px;
        margin: 0 auto;
    }
    .talk.small img { width: 120px; }
    .talk.small .kakaoId {
        padding-left: 80px;
        line-height: 60px;
        border-radius: 10px;
    }
    .talk.small .kakaoId span { width: 60px; }


    /* 고객센터 */
    h1 { font-size: 52px; font-weight: 500; }

    .ct-visual { padding: 40px 0px; padding-top: 80px; color: #828181; font-size: 18px; font-weight: 300; }
    .ct-visual h1 { font-weight: 500; margin-bottom: 10px; color: #000; }
    .ct-visual .visual-box { min-height: 250px; background-color: #fafafa; border: 1px solid #dfdfdf; border-radius: 20px; padding: 60px 50px; }
    .ct-visual .visual-box img { position: absolute; right: 80px; bottom: 0; }
    .ct-visual .visual-box .visual-img-02 { right: 49px; }



    .order-wrap { margin-bottom: 60px; }
    .order-wrap.mb0 { margin-bottom: 0; }
    .order-wrap .search-box { line-height: 60px; }
    .order-wrap .search-box input,
    .order-wrap .search-box .btn { height: 60px; line-height: 60px; font-size: 16px; }

    .order-wrap .search-box input { width: 430px; margin-right: 10px; }
    .order-wrap .search-box .btn { display: inline-block; width: 85px; vertical-align: top; border-color: #1f75ff; color: #1f75ff; border-radius: 4px; background-color: #fff;}


    .bbs-wrap { padding-bottom: 50px; }
    .bbs-wrap .fx-item { margin-right: 60px; }
    .bbs-wrap .bbs-list { display: table; width: 100%; font-size: 16px; border-top: 2px solid #000; }
    .bbs-wrap .bbs-list h5 { font-size: 18px; padding: 0; font-weight: 600; color: #000; }
    .bbs-wrap .bbs-list a:hover { text-decoration: underline; }

    .bbs-wrap .bbs-list dl { display: table-row; padding: 21px 0px; }
    .bbs-wrap .bbs-list dl dt,
    .bbs-wrap .bbs-list dl dd { display: table-cell; font-size: 16px; height: 60px; vertical-align: middle; padding: 5px 15px; border-bottom: 1px solid #d8dbe6; }
    .bbs-wrap .bbs-list dl dd .more { font-weight: 300; font-size: 14px; }
    .bbs-wrap .bbs-list .fl-right {  text-align: right; }
    .bbs-wrap .bbs-list .icon_new { margin-left: 6px; }
    .bbs-wrap .bbs-list .gray { color: #828181; font-weight: 100; }

    .fqa-list dl dt { color: #828181; font-weight: 300; }

    .customer-list {  }
    .customer-list dl dt {  }
    .customer-list dl dd { color: #828181; font-weight: 100; text-align: right; }

    .customer-table {  }
    .customer-table .icon { margin-left: 6px; }
    .customer-table dl {  }
    .customer-table dl dt,
    .customer-table dl dd { text-align: center; }
    .customer-table dl dt:first-child,
    .customer-table dl dd:first-child { width: 80px;  }
    .customer-table dl dd:nth-child(2) { text-align: left; }
    .customer-table .thead { font-weight: 500; }


    /* 사장님 광장 */

    .order-wrap {}
    .order-wrap .tab-box { line-height: 50px; }
    .order-wrap .tab-box .tab {
        display: inline-block;
        width: 130px;
        text-align: center;
        background-color: #fafafa;
        border: 1px solid #dfdfdf;
        color: #828181;
        border-radius: 5px;
        font-size: 16px;
        margin-right: 8px;
        margin-bottom: 10px;
        cursor: pointer;
    }
    .order-wrap .tab-box .tab:hover { background-color: #d8dbe6; }
    .order-wrap .tab-box .tab.active {
        background-color: #1f75ff;
        border-color: #1f75ff;
        color: #fff;
    }

    .chain-item { text-align: right; padding: 10px 0px; }
    .chain-item .btn {
        display: inline-block; line-height: 50px; min-width: 100px; text-align: center; border-radius: 5px; font-size: 16px;
        border-color: #1f75ff;
        color: #1f75ff;
    }


    /* 자주하는 질문 */

    .bbs-wrap .data-table {  }
    .bbs-wrap .data-table dl { padding: 0; }
    .bbs-wrap .data-table dl dt,
    .bbs-wrap .data-table dl dd { padding: 21px 0px; }
    .bbs-wrap .data-table dl dt { width: 200px; text-align: center; color: #828181; font-weight: 300;  }
    .bbs-wrap .data-table dl dd { padding: 21px 20px; }


    .bbs-wrap .fqa-table .thead dt,
    .bbs-wrap .fqa-table .thead dd { font-weight: 600; color: #000; }
    .bbs-wrap .fqa-table .drop-trigger { cursor: pointer; }
    .bbs-wrap .fqa-table .drop-item { padding: 40px; padding-left: 220px; background-color: #fafafa; white-space: pre-line; border-top: 1px solid #d8dbe6; display: none; }



    /* 게시글 세부 */

    .bbs-wrap {  }
    .bbs-details { border-top: 2px solid #000; font-size: 16px; }
    .bbs-details .title { font-weight: 600; padding: 20px; border-bottom: 1px solid #d8dbe6; }
    .bbs-details .contents { white-space: pre-line; padding: 50px 20px; border-bottom: 1px solid #d8dbe6; font-weight: 300; }



    /* 댓글 */

    .comment-list .cm_item { padding: 20px; border-bottom: 1px solid #d8dbe6; }
    .comment-list .cm_item .nick { font-weight: 500; margin-bottom: 10px; }
    .comment-list .cm_item .msg { font-weight: 300; }

    .comment-wrap .comment-form {
        position: relative;
        padding: 30px;
        background-color: #fafafa;
        border-bottom: 1px solid #d8dbe6;
        padding-right: 140px;
    }
    .comment-wrap .comment-form textarea { width: 100%; height: 80px; background-color: #fff; font-size: 16px; padding: 11px; resize: none; border-color: #d8dbe6; }
    .comment-wrap .comment-form .btn { position: absolute; right: 30px; top: 30px; width: 100px; line-height: 80px; background-color: #fff; border-radius: 5px; border-color: #d8dbe6; }


    /* 글 작성 */
    .required-mag { font-size: 16px; padding: 17px; color: #1f75ff; }

    .form-wrap { border-top: 1px solid #000; font-size: 16px; }
    .form-wrap .title-field, .form-wrap .contents-field { padding: 20px 0px; border-bottom: 1px solid #efefef; }
    .form-wrap input, .form-wrap textarea { background-color: #fbfbfb; border-color: #efefef; width: 100%; font-weight: 300; }

    .form-wrap .title-field input { max-width: 500px; }
    .form-wrap .contents-field textarea { height: 400px; padding: 20px; }

    .form-wrap .label-field { position: relative; padding: 20px 0px; padding-left: 150px; border-bottom: 1px solid #efefef; }
    .form-wrap .label-field label { position: absolute; top: 20px; left: 0; line-height: 50px; }
    .form-wrap .label-field input { max-width: 300px; }
    .form-wrap .label-field textarea { height: 300px; }


    .oper-about { padding: 50px 0px; font-size: 16px; }
    .oper-about .rfx-box {  }
    .oper-about .rfx-box::after { display:block;clear:both;content:' '; }
    .oper-about .rfx-item { display:block;float:left;width: 330px; height: 280px;margin: 50px 40px 80px 0;font-weight: 300; color: #828181; }
    .oper-about .rfx-item:nth-child(3n) { margin-right: 0; }
    .oper-about .rfx-item img { margin-bottom: 20px; }
    .oper-about .rfx-item h5 { color: #000; }
    .oper-about .rfx-item p { font-size: 16px; font-weight: 300; color: #666; }


    /*  딜리버리 */
    .deliverys { font-size: 16px; padding: 50px 0px; }
    .deliverys .section { margin-bottom: 80px; position: relative; }
    .deliverys .section .text { position: absolute; left: 0; top: 0; width: 100%; height: 100%; padding: 80px 70px; color: #efefef; font-size: 18px; font-weight: 300; }
    .deliverys .section .text h1 { color: #ffe019; margin-bottom: 15px; font-weight: 300; line-height: 1.3em; }
    .deliverys .section .link_right { position: absolute; top: 80px; right: 70px; }

    .link_right {
        display: inline-block; width: 75px; height: 75px;
        background-image: url(../img/icon/link_right.png);
        background-repeat: no-repeat;
        background-position: center;
    }

    .fac-about { padding: 50px 0px; }
    .fac-about .fx-item { margin-right: 80px; }
    .fac-about .fx-item:first-child { border-right: 1px solid #efefef; }
    .fac-about .item-box { font-size: 0; white-space: nowrap; margin-bottom: 70px; }
    .fac-about .item-box img { display: inline-block; margin-right: 30px; vertical-align: top; }
    .fac-about .item-box .text { display: inline-block; font-size: 14px; vertical-align: top; color: #828181; font-weight: 300; }
    .fac-about .item-box .text h5 { padding-bottom: 10px; color: #000; }
    .fac-about .item-box .text a { display: inline-block; margin-top: 36px; padding: 10px 25px; border: 1px solid #efefef; border-radius: 20px; }
    .fac-about .item-box .text a:hover { background-color: #1f75ff; border-color: #1f75ff; color: #fff; font-weight: 400; }



    /* 로그인 */

    .center-wrap  { display: table; width: 100%; height: 680px; min-height: calc(100vh - 120px);}
    .center-wrap  .center-box { display: table-cell; vertical-align: middle; }

    .login-wrap { padding-top: 172px; }
    .login-wrap form { width: 570px; margin: 0 auto; font-size: 16px; }
    .login-wrap form h2 { font-size: 40px; text-align: center; margin-bottom: 50px; font-weight: 400; }
    .login-wrap form input { height: 60px; }
    .login-wrap .field { position: relative; padding-right: 170px; }
    .login-wrap .field .phold-box { margin-bottom: 10px; }
    .login-wrap .field .phold-box label { line-height: 60px; }
    .login-wrap .field .phold-box input:focus + label,
    .login-wrap .field .phold-box input:valid + label { line-height: 25px; }

    .login-wrap .field button { position: absolute; right: 0; top: 0; width: 160px; height: 130px; font-size: 20px; color: #fff; }
    .login-wrap .find-box { margin-top: 20px; }
    .login-wrap .find-link { display: inline-block; float: right; }
    .login-wrap .find-link a { color: #7d7d7d; }
    .login-wrap .find-link a:hover { text-decoration: underline; }

    .checkbox { position: relative; display: inline-block; padding-left: 30px; }
    .checkbox input { position: absolute; left: 0; top: 0; width: 100% !important; height: 100% !important; opacity: 0; cursor: pointer; z-index: 1; }
    .checkbox input + label {  }
    .checkbox input + label:before {
        position: absolute;
        content: "";
        left: 0; top: 2px;
        width: 18px;
        height: 18px;
        border: 1px solid #ccc;
        border-radius: 4px;
    }
    .checkbox input:checked + label:before {
        background-color: #1f75ff;
        border-color: #1f75ff;
        background-image: url(../img/icon/w_check.png);
    }


    /* 아이디 비밀번호 찾기 */
    .find-wrap form { width: 550px; margin: 0 auto; font-size: 16px; }
    .find-wrap .label-filed { position: relative;  padding: 20px 0px; padding-left: 180px; border-bottom: 1px solid #efefef; }
    .find-wrap .label-filed:nth-child(2) {  border-top: 1px solid #efefef; }
    .find-wrap .label-filed input { height: 45px; width: 275px; font-weight: 300; }
    .find-wrap .label-filed label { position: absolute; left: 0; top: 0; width: 160px; height: 100%; padding: 20px; background-color: #fbfbfb;  }
    .find-wrap .verify { position: relative; margin-bottom: 10px; }
    .find-wrap .verify .btn { position: absolute; right: 0; top: 0; line-height: 43px; width: 85px; font-size: 16px; border-radius: 5px; font-weight: 300; }
    .find-wrap .verify .time { line-height: 45px; color: #ff3333; position: absolute; top: 0; right: 105px; }
    .find-wrap .verify + .alert { font-size: 13px; font-weight: 300; color: #7d7d7d; }
    .find-wrap .btn-box { text-align: center; padding: 50px 0px; }

    .find-tab { font-size: 0; margin-bottom: 50px; }
    .find-tab .tab {
        display: inline-block;
        line-height: 60px;
        width: 50%;
        font-size: 18px;
        text-align: center;
        background-color: #f6f6f6;
        color: #7d7d7d;
        border: 1px solid #efefef;
        border-bottom: 1px solid #000;
    }
    .find-tab .tab.active { background-color: #fff; pointer-events: none; color: #000; border: 1px solid #000; border-bottom: 1px solid #fff; }

    /* 알림 */
    .modal-alert { background-color:  transparent; color: #7d7d7d; }
    .modal-alert .modal-contents { width: 400px; min-height: 260px; background-color: #fff; padding: 40px 30px; padding-top: 70px; border: 1px solid #707070; text-align: center; font-weight: 300;
        box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    }
    .modal-alert .modal-contents .close {
        position: absolute;
        top: 30px;
        right: 30px;
        width: 30px;
        height: 30px;
        background-image: url(/STATIC/img/icon/X.png);
        cursor: pointer;
    }

    .modal-alert .modal-contents .red { color: #ff3333; font-size: 20px; font-weight: 400; }
    .modal-alert .modal-contents .bold { color: #000; font-size: 16px; font-weight: 400; }
    .modal-alert .modal-contents .hlight { margin-top: 30px; background-color: #f7f7f7; padding: 17px; }

    .modal-alert .modal-contents .btn-box { margin-top: 30px; }
    .modal-alert .modal-contents .btn-box .btn { line-height: 45px; width: 130px; }



    .modal-alert1 { background-color:  transparent; color: #7d7d7d; }
    .modal-alert1 .modal-contents { width: 400px; min-height: 260px; background-color: #fff; padding: 40px 30px; padding-top: 70px; border: 1px solid #707070; text-align: center; font-weight: 300;
        box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    }
    .modal-alert1 .modal-contents .close {
        position: absolute;
        top: 30px;
        right: 30px;
        width: 30px;
        height: 30px;
        background-image: url(/STATIC/img/icon/X.png);
        cursor: pointer;
    }

    .modal-alert1 .modal-contents .red { color: #ff3333; font-size: 20px; font-weight: 400; }
    .modal-alert1 .modal-contents .bold { color: #000; font-size: 16px; font-weight: 400; }
    .modal-alert1 .modal-contents .hlight { margin-top: 30px; background-color: #f7f7f7; padding: 17px; }

    .modal-alert1 .modal-contents .btn-box { margin-top: 30px; }
    .modal-alert1 .modal-contents .btn-box .btn { line-height: 45px; width: 130px; }
    .modal-alert1 .modal-contents .btn-box.chef { background: url(../img/img_ch01.png) center top no-repeat;padding-top: 170px; }

    .modal-info1, .modal-info2, .modal-info3, .modal-info4 { background-color:  transparent; color: #7d7d7d; }
    .modal-info1 .modal-contents .close,
    .modal-info2 .modal-contents .close,
    .modal-info3 .modal-contents .close,
    .modal-info4 .modal-contents .close{
        position: absolute;
        top: 30px;
        right: 30px;
        width: 30px;
        height: 30px;
        background-image: url(/STATIC/img/icon/X.png);
        cursor: pointer;
    }

    .modal-info1 .modal-contents,
    .modal-info2 .modal-contents,
    .modal-info3 .modal-contents,
    .modal-info4 .modal-contents{
        width: 600px;
        min-height: 460px;
        background-color: #fff;
        padding: 40px 30px;
        padding-top: 70px;
        border: 1px solid #707070;
        text-align: center;
        font-weight: 300;
        box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
    }
     .modal-info1 .terms-text,
     .modal-info2 .terms-text,
     .modal-info3 .terms-text,
     .modal-info4 .terms-text{
        position: relative;
        white-space: pre-line;
        height: 250px;
        padding-right: 10px;
        /* border: 1px solid; */
        text-align: left;
        overflow-y: auto;
    }
     .modal-info1 .modal-contents .btn-box,
     .modal-info2 .modal-contents .btn-box,
     .modal-info3 .modal-contents .btn-box,
     .modal-info4 .modal-contents .btn-box{
        text-align: center;
        padding: 20px;
    }
     .modal-info1 .terms-text::-webkit-scrollbar,
     .modal-info2 .terms-text::-webkit-scrollbar,
     .modal-info3 .terms-text::-webkit-scrollbar,
     .modal-info4 .terms-text::-webkit-scrollbar{
      width: 6px;
    }
    .modal-info1 .terms-text::-webkit-scrollbar-track,
    .modal-info2 .terms-text::-webkit-scrollbar-track,
    .modal-info3 .terms-text::-webkit-scrollbar-track,
    .modal-info4 .terms-text::-webkit-scrollbar-track {
      background-color: transparent;
    }
    .modal-info1 .terms-text::-webkit-scrollbar-thumb,
    .modal-info2 .terms-text::-webkit-scrollbar-thumb,
    .modal-info3 .terms-text::-webkit-scrollbar-thumb,
    .modal-info4 .terms-text::-webkit-scrollbar-thumb {
      border-radius: 3px;
      background-color: gray;
    }
    .modal-info1 .terms-text::-webkit-scrollbar-button,
    .modal-info2 .terms-text::-webkit-scrollbar-button,
    .modal-info3 .terms-text::-webkit-scrollbar-button,
    .modal-info4 .terms-text::-webkit-scrollbar-button {
      width: 0;
      height: 0;
    }

    .modal-info1 .modal-contents .btn-box,.modal-info2 .modal-contents .btn-box,.modal-info3 .modal-contents .btn-box,.modal-info4 .modal-contents .btn-box { margin-top: 30px; }
    .modal-info1 .modal-contents .btn-box .btn, .modal-info2 .modal-contents .btn-box .btn, .modal-info3 .modal-contents .btn-box .btn, .modal-info4 .modal-contents .btn-box .btn { line-height: 45px; width: 130px; }


    /* 약관 */
    .modal-term { color: #000; font-weight: 300; }
    .modal-term h5 { margin-bottom: 15px; }
    .modal-term .modal-contents { padding: 30px; text-align: left; }
    .modal-term .modal-contents .btn-box { text-align: center; padding: 0; }
    .modal-term .modal-contents .btn-box .btn { width: 80px; }

    .modal-term .terms-text { position: relative; white-space: pre-line; height: 213px; padding-right: 10px; }




    /* 회원가입 */
    .sign-wrap { padding-top: 103px; }
    .sign-wrap form { width: 700px; margin: 0 auto; font-size: 16px; }
    .sign-wrap h1 { font-size: 40px; font-weight: 400; margin-bottom: 40px; }

    .sign-wrap .label-filed { position: relative;  padding: 20px 0px; padding-left: 230px; padding-right: 100px; border-bottom: 1px solid #efefef; }
    .sign-wrap .label-filed:nth-child(2) {  border-top: 2px solid #000; }
    .sign-wrap .label-filed input,
    .sign-wrap .label-filed select { height: 45px; width: 275px; font-weight: 300; }
    .sign-wrap .label-filed em { line-height: 45px; }
    .sign-wrap .label-filed .fx-box input,
    .sign-wrap .label-filed .fx-box select { min-width: 124px; }
    .sign-wrap .label-filed .fx-item { margin-right: 0; }

    .sign-wrap .label-filed label { position: absolute; left: 0; top: 0; width: 210px; height: 100%; padding: 30px 40px; background-color: #fbfbfb;  }
    .sign-wrap .verify { position: relative; margin-bottom: 10px; padding-right: 95px; }
    .sign-wrap .verify .btn { position: absolute; right: 0; top: 0; line-height: 43px; width: 85px; font-size: 16px; border-radius: 5px; font-weight: 300; }
    .sign-wrap .verify .time { line-height: 45px; color: #ff3333; position: absolute; top: 0; right: 105px; }
    .sign-wrap .verify + .alert { font-size: 13px; font-weight: 300; color: #7d7d7d; }
    .sign-wrap .btn-box { text-align: center; padding: 50px 0px; }

    .terms { margin: 25px 0px;  font-weight: 300; }
    .terms .checkbox { margin-bottom: 10px; }
    .terms .checkbox input:checked + label { color: #005aec; font-weight: 400; }
    .terms .terms-view { display: inline-block; font-size: 12px; padding: 2px 8px; border: 1px solid #d8dbe6; border-radius: 4px; margin-left: 6px; cursor: pointer; }


    /*.ps__rail-y { opacity: 0.6 !important; display: block; }*/



    /* 주소찾기 */

    #address-find {  }
    #address-find .modal-contents { width: 550px; background-color: #fff; border: 1px solid #707070; padding: 40px; }
    #address-find .modal-contents .field { position: relative; padding-right: 95px; margin-bottom: 10px; }
    #address-find .modal-contents .field input { width: 100%; }
    #address-find .modal-contents .field .btn { position: absolute; right: 0; top: 0; width: 85px; border-radius: 5px; font-weight: 300; }
    #address-find .modal-contents .desc { margin-bottom: 20px; }
    #address-find .modal-contents .desc p { margin-bottom: 10px; }

    .address-list { position: relative; border: 1px solid #e9e9e9; height: 270px; font-weight: 300; }
    .address-list .item { border-top: 1px solid #e9e9e9; padding: 10px 20px; }
    .address-list .item:first-child { border-top: 0; }
    .address-list .item .line { margin-bottom: 10px; }
    .address-list .item .line:last-child { margin-bottom: 0; }
    .address-list .item .type { display: inline-block; width: 60px; margin-right: 6px; border: 1px solid #d8dbe6; border-radius: 4px; text-align: center; font-size: 12px; padding: 5px; }
    .address-list .item .address { cursor: pointer;/* padding: 5px; */}
    .address-list .item .address:hover { text-decoration: underline; }
    .address-list .item .address.active { color: #0056ff; text-decoration: underline; }

    .sd-box { box-shadow: 0px 0px 15px rgba(126, 126, 126, .2); }
    .welcome { display: table-cell; vertical-align: middle; padding: 164px 0px; font-size: 18px; }
    .welcome .sd-box { width: 550px; height: 630px; margin: 0 auto; border-radius: 8px; text-align: center; padding: 75px 100px; }
    .welcome h5 { font-size: 30px; }
    .welcome img { margin-top: 50px; margin-bottom: 20px; }
    .welcome .btn-box { text-align: center; }
    .welcome .btn { margin-top: 50px; display: inline-block; padding: 0px 23px; line-height: 65px; border-radius: 5px; }


    /* 지역선택 */
    .arealist { display: flex; justify-content: flex-start; align-items: stretch; flex-wrap: wrap; gap: 21px; padding: 6px 40px; }
    .arealist li { width: 170px; height: 90px; }
    .arealist a { 
        height: 100%; 
        display: flex; 
        justify-content: center; 
        align-items: center; 
        font-size: 20px; 

        border-radius: 20px;
        border: solid 1px #d8dbe6;
        background-color: #fbfbfb;

        transition: all 0.3s;
        -webkit-transition: all 0.3s;
    }
    .arealist a:hover { background-color: #1919ff; color: #fff; }


    /* 메인 08.27 ver */
    .blue { color: #4b4bff; }
    .yellow { color: #fae300; }
    .orange { color: #ff8a65; }
    .orange2 { color: #ffa200; }
    .mint { color: #7dfcff; }
    .purple { color: #614fdf; }
    .pink { color: #f13782; }
    .lightgray { color: #828181; }

    .banner { position: relative; }
    .banner > img { width: 100%; height: 100%; object-position: center; object-fit: cover; }
    .banner > img  ~ .banner_content { position: absolute; inset: 0; display: flex; justify-content: center; align-items: center; }
    .banner_sec_01 { height: 537px; margin-top: 70px; }
    .banner_sec_01 p { text-align: center; color: #fff; font-size: 50px; font-weight: 700; line-height: 1.3; }

    .bg_light { background: #f3f3ff; }
    .bg_gray { background: #efefef; color: #000; }
    .bg_purple { background: #6a57ec; color: #fff; }
    .bg_pink { background: #fbd7d6; color: #000; }
    .bg_blue { background: #598afc; color: #fff; }
    .bg_deepblue { background: #606af5; color: #fff; }

    .bg_section { font-size: 21px; line-height: 1.59; letter-spacing: -0.02em; }
    .bg_sec_cont { display: flex; justify-content: flex-start; align-items: center;  gap: 10px; }
    .bg_sec_cont .img { flex-shrink: 0; display: flex; justify-content: center; align-items: center; }
    .bg_sec_cont .img img { max-width: 100%; }
    .bg_sec_cont .bot { align-items: flex-end; margin-top: auto; margin-bottom: 0; }
    .bg_sec_cont .text { flex-grow: 1; }
    .bg_sec_cont h1 { font-size: 36px; font-weight: 700; line-height: 1.42; margin-bottom: 40px; letter-spacing: -0.02em; word-break: keep-all; }
    .bg_sec_desc { padding-bottom: 10px; }
    .bg_sec_row { display: flex; justify-content: flex-start; align-items: center; gap: 30px; }
    .bg_sec_row img { max-width: 100%; }
    .sec_arrow { display: inline-flex; align-items: center; vertical-align: middle;  }
    .sec_arrow:before { content: ""; width: 1.4em; height: 0.5em; background-size: contain; background-position: center; }
    .sec_arrow_blue:before { background-image: url(../img/sec_arrow_blue.png); }
    .sec_arrow_pink:before { background-image: url(../img/sec_arrow_pink.png); }


    .bg_sec_01 .img { padding-top: 170px; }
    .bg_sec_01 .bg_sec_desc { padding-right: 30px;  }
    .bg_sec_02,
    .bg_sec_03,
    .bg_sec_07 { padding: 83px 0; }
    .bg_sec_02 .bg_sec_desc,
    .bg_sec_03 .bg_sec_desc,
    .bg_sec_07 .bg_sec_desc, { max-width: 730px; }
    .bg_sec_04 { padding-top: 150px; }
    .bg_sec_04 .bg_sec_row { margin-top: 30px; }
    .bg_sec_05 { padding: 150px 0; }
    .bg_sec_05 .bg_sec_row,
    .bg_sec_06 .bg_sec_row { margin-top: 70px; }
    .bg_sec_06 { padding: 150px 0 110px; }
    .bg_sec_08 .img { padding-top: 67px; }

    .bg_sec_05 h1,
    .bg_sec_06 h1 { display: flex; justify-content: flex-start; align-items: center; gap: 8px; }

    .bg_sec_09 { padding: 80px 0px; 50px; 0px; text-align:center; }

@media(max-width: 1300px){
    .visual .navigation-box .inner { width: 100%; }
    .visual img { display: block; margin: 0 auto; width: 1100px; }
    .visual .swiper-slide { height: 408px; }
}

@media(max-width: 1200px){
    .visual { min-width: 100%; }
    .visual .swiper-slide { width: 100%; }

    .main-contents .section-wrap { padding: 15px; }
    .main-contents .section { width: 100%; }
    .main-contents .section.fl-right { float: inherit; width: 100%; }


    .main-contents .delivery-box > a { width: 49%; }

    .description .rfx-item { min-width: 300px; margin: 10px auto; max-width: 100%; padding: 15px;}
    .description .rfx-item img { width: 100%; }
    .description .rfx-item:nth-child(3n) { margin-right: auto; }

    .main-contents .commercial .fx-item {  min-width: 300px; max-width: 100%; }
    .main-contents .commercial .img-box {  }
    .swiper-button-next, .swiper-button-prev { display: none; }


    .visual img { display: block; margin: 0 auto; width: 1100px; }
    .visual .swiper-slide { height: 408px; }

}

@media(max-width: 1124px){
    .inner { width: 100%; }
    header .gnb { display: none; }
    header .login-box { display: none; }
    header .inner { padding: 0px; }
    header { height: 60px; }
    header .logo {
        display: block;
        position: relative;
        height: 60px;
        background-size: 100%;
        width: 130px;
        background-size: 100px;
        background-position: left 20px center;
    }

    header .nav-trigger { position: absolute; right: 20px; top: 18px; width: 24px; height: 24px; cursor: pointer; transition: all .3s; z-index: 30; }
    header .nav-trigger i { display: block; width: 100%; height: 2px; background-color: #000; margin: 11px 0px; transition: all .3s; }
    header .nav-trigger i:before,
    header .nav-trigger i:after {
        position: absolute;
        content: "";
        width: 100%;
        height: 2px;
        background-color: #000;
        transform-origin: 50% 50%;
        transition: all .3s;
    }
    header .nav-trigger i:before { top: 4px; }
    header .nav-trigger i:after { bottom: 4px; }

/*  header.fiexd .nav-trigger { transform: rotate3d(0,0,1,-180deg); }
    header.fiexd .nav-trigger i { background-color: transparent; }
    header.fiexd .nav-trigger i:before { transform: rotate3d(0,0,1,-45deg); top: 11px; }
    header.fiexd .nav-trigger i:after { transform: rotate3d(0,0,1,45deg); bottom: 11px; }*/

    header.fiexd .m-nav { left: 0; }
    header.fiexd .m-marsk { display: block; }
    footer { padding: 20px; }

    .container { padding-top: 60px; }
    .ct-visual { margin: 20px 15px 20px; padding: 0px 0px; padding-top: 30px; }

    .ct-visual .visual-box img {
        right: 35px;
        width: 300px;
    }
    .ct-visual .visual-box .visual-img-02 { right: 35px; }
    .bbs-wrap { padding: 0px 15px; }

    .oper-about { padding: 20px 0px; padding-bottom: 50px; }
    .oper-about .rfx-item {
        max-width: 100%;
        min-width: 300px;
        margin: 0;
        padding: 15px;
        height: 320px;
    }
    .oper-about .rfx-item img { width: 100%; }
    .oper-about .rfx-item:nth-child(3n),
    .oper-about .rfx-item:last-child { margin-right: 0; }

    .order-wrap .tab-box { padding: 0px 15px; }
    .order-wrap .search-box {  padding: 0px 15px; }

    .fac-about { padding: 50px 10px; }
    .fac-about .fx-item:first-child { margin-right: 25px; }

    .welcome { padding: 100px 10px; }

    /*.visual img { display: none; }*/
    .visual img { width: 96%; }
    .visual .swiper-slide { height: auto; }
    .visual .inner { display: block; }

    .visual .visual-text {  }
    .visual .visual-text img { display: block; }

    .banner_sec_01 { height: 420px margin-top: 30px; }
    .banner_sec_01 p { font-size: 36px; }
    .bg_sec_cont,
    .bg_sec_row { padding: 0 30px; }
    .bg_sec_cont h1 { font-size: 30px; margin-bottom: 0.7em; }
}

@media(max-width: 1023px){

    .fac-about .fx-item:first-child { border-right: 0; margin-right: 0; }
    .fac-about .item-box { width: 100%; }
}

@media(max-width: 768px){
    body{ font-size: 14px; }
    input, select, textarea { height: 45px; font-size: 14px; }
    h2 { font-size: 27px; }

    .ct-visual { padding: 0px; padding-bottom: 0; margin: 20px 15px 20px; order-bottom: 0px solid #e9e9e9; }
    .ct-visual h1 { font-size: 24px; margin-bottom: 0; }

    .ct-visual .inner > h1 { padding: 20px 30px; padding-top: 45px; background-color: #79818f; background-color: #F4F4F4; border-radius: 10px; }
    .ct-visual .inner > p { display: none; }

    .ct-visual .visual-box { border-radius: 0; padding: 20px 20px; padding-top: 50px; min-height: auto; background-color: #1f75ff; border-color: #1f75ff; color: #fff; border-radius: 10px; }
    .ct-visual .visual-box img { height: 95px; right: 10px; width: auto; }
     .ct-visual .visual-box .visual-img-02 { right: 10px; }
    .ct-visual .visual-box h1 { color: #fff;  }
    .ct-visual .visual-box p { display: none; font-size: 16px; }
    .sp-visual .visual-box p { display: block; }

    .main-contents .delivery-box { height: auto; }
    .main-contents .delivery-box > a { width: 100%; }

    .order-wrap { margin-bottom: 0; border-bottom: 6px solid #e9e9e9; padding: 10px;}
    .order-wrap .tab-box { white-space: nowrap; padding: 0px 0px; font-size: 0; text-align: center; overflow: scroll; line-height: 45px; }
    .order-wrap .tab-box .tab {
        margin: 0; font-size: 14px; background-color: transparent; border: 0px solid #fff; border-bottom: 2px solid #fff; border-radius: 0; vertical-align: top;
        width: auto; padding: 0px 12px;
    }
    .order-wrap .tab-box .tab.active { background-color: #fff; border-color: #1f75ff; color: #1f75ff; }
    .order-wrap .search-box { position: relative; padding: 15px; line-height: 45px; padding-right: 115px; }
    .order-wrap .search-box .btn,
    .order-wrap .search-box input { height: 45px; line-height: 45px; }

    .order-wrap .search-box input { width: 100%; margin-right: 0; }
    .order-wrap .search-box .btn { position: absolute; right: 15px; top: 15px; }

    .chain-item { padding: 10px; }

    .ct03 {  }

    .form-wrap { border-top: 0; }
    .page-action { padding: 30px 0px; }

    .fqa-tab { box-shadow: inset -26px 0px 30px -45px rgba(0, 0, 0,0.5); }

    .bbs-details { border-top: 0; }
    .bbs-wrap .bbs-list { border-top: 0; }
    .bbs-wrap .data-table dl dd { padding: 15px 20px; }


    .bbs-wrap .fqa-table .drop-item { padding: 20px; }

    .bbs-wrap { padding: 0px 15px; }
    .bbs-wrap .bbs-list dl { padding: 15px 0px; }
    .bbs-wrap .bbs-list { display: block; }
    .bbs-wrap .bbs-list dl { display: block; border-bottom: 1px solid #d8dbe6; }
    .bbs-wrap .bbs-list dl dt,
    .bbs-wrap .bbs-list dl dd { text-align: center; height: auto; border-bottom: 0; display: block; text-align: left; padding: 0px 0px; }
    .bbs-wrap .bbs-list dl:last-child { border-bottom: 1px solid #d8dbe6; }

    .bbs-wrap .fqa-table .thead { display: none; }
    .bbs-wrap .fqa-table .drop-item { font-size: 14px; }
    .bbs-wrap .fqa-table dl { position: relative; padding: 0; }
    .bbs-wrap .fqa-table dl dt { position: absolute; left: 0; top: 0; width: 100%; pointer-events: none; padding: 20px 0px; padding-bottom: 0; text-align: left; }
    .bbs-wrap .fqa-table dl dd {
        width: 100%;
        padding-top: 45px;
        padding-bottom: 20px;
        padding-right: 40px;
        background-image: url(../img/icon/arrow_down.png);
        background-position: right 0px center;
        background-repeat: no-repeat;
    }

    .bbs-wrap .customer-table dl { padding-right: 0px; }
    .bbs-wrap .customer-table dl:last-child { border-bottom: 1px solid #d8dbe6; }
    .bbs-wrap .customer-table dl dt:first-child,
    .bbs-wrap .customer-table dl dd:first-child { display: none;  }
    .bbs-wrap .customer-table .thead { display: none;  }
    .customer-table .icon { margin-left: 6px; }

    .customer-list dl dd { padding: 0; }

    .required-mag { padding: 5px 0px; }
    .form-wrap .label-field { padding: 15px 0;; }
    .form-wrap .label-field:first-child { border-top: 1px solid #efefef; }
    .form-wrap .label-field label { display: block; position: relative; line-height: 35px; top: 0; }
    .form-wrap .label-field input { max-width: 100%; }

    .page-action { padding: 20px 0px; }
    .btn-box .btn { /*min-width: 100%; margin-bottom: 10px; */  line-height: 43px;}


    .fac-about { padding: 30px 15px; }
    .fac-about .fx-item { margin-right: 0; min-width: 100%; }
    .fac-about .fx-item:first-child { border-right: 0; }
    .fac-about .item-box {
        margin-bottom: 20px;
        padding: 15px 0px;
        border-bottom: 1px solid #eee;
    }
    .fac-about .item-box img { display: block; width: 100%; margin-bottom: 20px;}
    .fac-about .item-box .text { display: block; font-size: 15px; }
    .fac-about .item-box .text a { margin-top: -50px; float: right; }

    .find-wrap,
    .find-wrap .center-box  {  }
    .find-tab { margin-bottom: 30px; }
    .find-wrap form { width: 100%; }
    .find-wrap .label-filed { padding: 15px; padding-top: 0; }
    .find-wrap .label-filed label { position: relative; display: block; width: 100%; background-color: #fff; padding: 20px 0px; }
    .find-wrap .label-filed input { width: 100%; }
    .find-wrap .verify { padding-right: 100px; }
    .find-wrap .btn-box { padding: 30px 10px; }

    .talk { width: 100%; height: 100%; }

    .login-wrap { padding-top: 70px; }
    .login-wrap form { width: 100%; max-width: 550px; }
    .login-wrap form h2 { margin-bottom: 20px; font-size: 34px; }
    .login-wrap .field { padding: 15px; }
    .login-wrap .field button { position: relative; width: 100%; height: 60px; font-size: 18px; }
    .login-wrap .find-box { font-size: 13px; }


    .bbs-details .title { padding: 20px 0px; }
    .bbs-details .contents { padding: 30px 0px; font-size: 14px; }

    .comment-list .cm_item { padding: 15px 0px; }
    .comment-wrap .comment-form { padding: 10px; padding-right: 80px; }
    .comment-wrap .comment-form textarea { height: 50px; }
    .comment-wrap .comment-form .btn { right: 10px; top: 10px; width: 60px; line-height: 48px;  }
/*    .comment-wrap .comment-form { padding: 15px 0px; background-color: #fff; }
    .comment-wrap .comment-form .btn { display: block; position: relative; top: 0; right: 0; line-height: 40px; width: 100%; }*/

    .sign-wrap { padding-top: 40px; }
    .sign-wrap h1 { text-align: center; font-size: 34px; margin-bottom: 40px; display: none; }
    .sign-wrap form { width: 100%; max-width: 700px; }
    .sign-wrap .label-filed { padding: 15px; padding-top: 0; }
    .sign-wrap .label-filed label { position: relative; display: block; width: 100%; padding: 15px 0px; background-color: #fff; }
    .sign-wrap .label-filed input, .sign-wrap .label-filed select { width: 100%; }
    .sign-wrap .verify .time { font-size: 12px; }
    .terms { margin: 0; padding: 15px; font-size: 12px; }
    .checkbox input + label:before { top: 0; }
    .terms .checkbox input + label:before { height: 16px; width: 16px; background-size: 16px; }
    .sign-wrap .btn-box { padding: 20px 10px; padding-bottom: 50px; }
    .sign-wrap .btn-box .btn { width: 100%; }
    .sign-wrap .label-filed:nth-child(2) {  }
    .sign-wrap .label-filed .fx-box input, .sign-wrap .label-filed .fx-box select { min-width: 35%; }
    .sign-wrap .verify .btn { font-size: 14px; }

    .sign-wrap .label-filed:nth-child(2) { border-top: 0; }

    .support-wrap { padding: 0; }
    .support-wrap .bbs-list  { border-bottom: 6px solid #e9e9e9; padding: 0px 15px; min-width: 100%; margin-right: 0; }
    .support-wrap .bbs-list dl { position: relative; }
    .support-wrap .bbs-list dl:first-child { padding: 30px 0px; }
    .support-wrap .bbs-list dl:first-child dd { position: absolute; right: 0; bottom: 15px; }
    .support-wrap .bbs-list dl dt { padding: 0; }
    .support-wrap .bbs-list dl dd { padding-bottom: 0; }

    .support-wrap .customer-list { border-bottom: 0px solid #e9e9e9;   }

    .deliverys { padding-top: 0; }
    .deliverys .section { padding: 15px; margin-bottom: 0; }
    .deliverys .section img { display: none; }
    .deliverys .section .text {
        display: block; position: relative; background-image: url(../img/delivery01.png); border-radius: 10px; padding: 30px; font-size: 14px; padding-right: 50px;
        background-position: center top;
        height: 250px;
    }
    .deliverys .section:nth-child(2) .text { background-image: url(../img/delivery02.png); }
    .deliverys.settle .section .text  { background-image: url(../img/settle.png); height: auto; padding-bottom: 100px; }

    .deliverys .section .text h1 { font-size: 24px; }
    .deliverys .section .text p { }
    .deliverys .section .link_right { top: 40px; right: 40px; width: 30px; height: 30px; background-size: cover; }


    .visual { min-width: 100%; }
    .visual .swiper-slide { width: 100%; }
    .visual .mimg { display: block; }
    .visual img { width: 100%; display: none; }

    .description .rfx-item { width: calc(100% - 30px); margin: 10px auto; max-width: 100%; padding: 15px;}
    .description .rfx-item img { width: 100%; }
    .description .rfx-item:nth-child(3n) { margin-right: auto; }


    .main-contents .login-box { display: none; }

    footer { padding: 0; background-color: #292929; color: #fff; }
    footer .gnb { padding: 0; }
    footer .gnb li { width: 100%; display: block; padding: 15px 15px; border-bottom: 1px solid #efefef; background-color: #fbfbfb; }
    footer .gnb li a { display: block; background-image: url(../img/icon/g_arrow_right.png); background-repeat: no-repeat; background-position: right center; }
    footer .gnb li:first-child { padding: 15px 15px;  }
    footer .gnb li:before { display: none; }

    footer .rp_num { position: relative; display: block; padding: 20px; width: 100%; }

    footer .info { padding: 15px; color: #e1e1e1; }
    footer .corp { padding: 15px; text-align: center; }

    footer .kakao { position: relative; display: none; }

    .welcome { padding: 60px 15px; font-size: 16px; }
    .welcome h5 { font-size: 24px; }
    .welcome img { margin-top: 25px; width: 140px; }
    .welcome .sd-box { box-shadow: none; border-radius: 0; width: 100%; height: auto;  border-bottom: 1px solid #eee; padding: 0px 0px; padding-bottom: 50px; }
    .welcome .btn { line-height: 50px; }

    .main-contents { padding: 0; margin-bottom: 0; }
    .main-contents h5 { margin-top: 20px; padding: 10px 0px; }
    .main-contents .section-wrap { border-bottom: 6px solid #f9f9f9; padding: 0px; }

    .main-contents .customer,
    .main-contents .commercial { padding: 15px; padding-bottom: 40px; height: auto; }

    .main-contents .delivery-box { margin-bottom: 0; }
    .main-contents .delivery-box { border: 0; }
    .main-contents .delivery-box > a { text-align: right; border-bottom: 6px solid #f9f9f9; }
    .main-contents .delivery-box > a:first-child { background-color: #ffdddd; }
    .main-contents .delivery-box > a:last-child { background-color: #e9f6fc; }

    .main-contents .delivery-box > a:first-child:before { top: inherit; bottom: 0; width: 100%; height: 1px; left: 0; display: none; }
    .main-contents .store { text-align: right; }

    .main-contents .commercial .fx-item { margin-right: 0; min-width: 100%; }
    .main-contents .commercial .fx-item iframe, .main-contents .commercial .fx-item img { height: 250px; }
    .main-contents .commercial .img-box { height: auto; }
    .main-contents .commercial .marsk { line-height: 250px; }

    .main-contents .downloads h5 { display: none; }
    .main-contents .downloads .applink { background: #fff; }

    .main-contents .customer .customer-list dl { position: relative; padding-right: 50px; }
    .main-contents .customer .customer-list dt { display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; width: 100%; }
    .main-contents .customer .customer-list dd { position: absolute; right: 0; top: 5px; }

    /* 지역선택 */
    .arealist { padding: 0; gap: 10px; }
    .arealist li { flex-shrink: 0; width: calc((100% - 20px)/3); height: 50px; }
    .arealist a { padding: 8px; font-size: 12px; border-radius: 8px;  }

    /* 24.08.27 ver */
    .banner_content { padding: 0 25px; }
    .banner_sec_01 { height: 320px; margin-top: 0; }
    .banner_sec_01 p { font-size: 26px; word-break: keep-all; }

    .bg_section { padding: 0; }
    .bg_sec_row { padding: 0 20px; }
    .bg_sec_cont { position: relative; padding: 50px 20px; flex-direction: column; gap: 20px; }
    .bg_sec_cont h1 { position: relative; z-index: 10; font-size: 21px; }
    .bg_sec_cont .bg_sec_desc { position: relative; z-index: 10; font-size: 16px; }
    .bg_sec_cont .img { width: 240px; }

    .bg_sec_01 .img { padding-top: 30px; width: 120px; position: absolute; right: 0; bottom: 0; opacity: 0.5; }
    .bg_sec_01 .bg_sec_cont { padding-bottom: 80px; }

    .bg_sec_04 .bg_sec_cont { padding-bottom: 0; }
    .bg_sec_04 .bg_sec_row { padding: 0; padding-right: 10px; }
    .bg_sec_05,
    .bg_sec_06 { padding-bottom: 50px; }
    .bg_sec_05 .bg_sec_cont,
    .bg_sec_06 .bg_sec_cont { padding-bottom: 20px; }
    .bg_sec_05 .bg_sec_row,
    .bg_sec_06 .bg_sec_row { margin-top: 0; }
    .bg_sec_06 .bg_sec_row:last-child { font-size: 14px; margin-top: 30px; gap: 15px; }
    .bg_sec_06 .bg_sec_row:last-child img { width: 100px; }

    .bg_sec_08 .img { padding-top: 0px; }
    .bg_sec_08 .bg_sec_cont { padding-bottom: 0; }

    .bg_sec_09 { padding-top: 0px 0px 100px 0px; text-align:center; }
    .bg_sec_09 .bg_sec_cont { padding-bottom: 0px; }
    .bg_sec_09 img { padding-bottom: 100px; }


}

