It looks like this is a web page, not a feed. I looked for a feed associated with this page, but couldn't find one. Please enter the address of your feed to validate.

Source: https://mt-ssd.com

  1. <!DOCTYPE html>
  2. <html lang="ko">
  3. <head>
  4.    <title>와플보드 - 커뮤니티 사이트 제작 솔루션</title>
  5. <meta name="robots" content="index,follow" />
  6. <meta name="viewport" content="width=device-width" />
  7. <link
  8.    rel="icon"
  9.    type="image/png"
  10.    sizes="512x512"
  11.    href="https://static.waffleboard.io/static/assets/favicon/favicon-512.png"
  12. />
  13. <link
  14.    rel="icon"
  15.    type="image/png"
  16.    sizes="300x300"
  17.    href="https://static.waffleboard.io/static/assets/favicon/favicon-300.png"
  18. />
  19. <link
  20.    rel="icon"
  21.    type="image/png"
  22.    sizes="180x180"
  23.    href="https://static.waffleboard.io/static/assets/favicon/favicon-180.png"
  24. />
  25. <link
  26.    rel="icon"
  27.    type="image/png"
  28.    sizes="96x96"
  29.    href="https://static.waffleboard.io/static/assets/favicon/favicon-96.png"
  30. />
  31. <link
  32.    rel="icon"
  33.    type="image/png"
  34.    sizes="32x32"
  35.    href="https://static.waffleboard.io/static/assets/favicon/favicon-32.png"
  36. />
  37. <link
  38.    rel="icon"
  39.    type="image/png"
  40.    sizes="16x16"
  41.    href="https://static.waffleboard.io/static/assets/favicon/favicon-16.png"
  42. />
  43. <link
  44.    href="https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap"
  45.    rel="stylesheet"
  46. />
  47. <meta
  48.    name="naver-site-verification"
  49.    content="d3247cf7fadbbe4c2a98c5faa754b23429df1057"
  50. />
  51. <style>
  52.    :root {
  53.        --main-color: #00ffa8;
  54.        --main-color-hover: #00d58e;
  55.        --main-background-color: #c4ffeb;
  56.        --main-background-color-hover: #68ffcd;
  57.    }
  58.  
  59.    html.active,
  60.    body.active {
  61.        height: 100%;
  62.        overflow-y: hidden;
  63.    }
  64.  
  65.    body {
  66.        font-family: "Noto Sans KR", sans-serif;
  67.        /* font-family: Arial, Helvetica, sans-serif; */
  68.    }
  69.  
  70.    a {
  71.        color: #000;
  72.        text-decoration: none;
  73.    }
  74.  
  75.    h1,
  76.    h2,
  77.    h3,
  78.    h4,
  79.    h5,
  80.    h6 {
  81.        font-weight: bold;
  82.    }
  83.  
  84. h1 {
  85. font-size: 3em;
  86. }
  87.  
  88.    main {
  89.        width: 1250px;
  90.        display: flex;
  91.        justify-content: center;
  92.        align-items: center;
  93.        flex-direction: column;
  94.        gap: 50px;
  95.        margin: 0 auto;
  96.    }
  97.  
  98.    button {
  99.        cursor: pointer;
  100.    }
  101.  
  102.    .bold {
  103.        font-weight: bold;
  104.    }
  105.  
  106.    .wrap {
  107.        width: 1250px;
  108.    }
  109.  
  110.    @media (max-width: 1250px) {
  111.        h1 {
  112.            font-size: 9vw;
  113.        }
  114.  
  115.        h2 {
  116.            font-size: 6vw;
  117.        }
  118.  
  119.        .wrap {
  120.            width: 100%;
  121.            padding: 0 10px;
  122.        }
  123.  
  124.        main {
  125.            width: 100%;
  126.            padding: 0 10px;
  127.        }
  128.    }
  129.  
  130.    #pagination {
  131.        display: flex;
  132.        justify-content: center;
  133.        align-items: center;
  134.        flex-direction: row;
  135.        gap: 20px;
  136.    }
  137.  
  138.    #pagination a {
  139.        display: flex;
  140.        background-color: #eee;
  141.        padding: 8px 12px;
  142.        border-radius: 4px;
  143.    }
  144.  
  145.    #pagination a:hover {
  146.        background-color: #ccc;
  147.    }
  148.  
  149.    /* Flash */
  150.    #flash {
  151.        position: fixed;
  152.        top: 20px;
  153.        right: 20px;
  154.        min-width: 300px;
  155.        width: fit-content;
  156.        display: flex;
  157.        justify-content: center;
  158.        align-items: flex-start;
  159.        flex-direction: column;
  160.        color: #000;
  161.        box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.06);
  162.        box-sizing: border-box;
  163.        z-index: 10;
  164.    }
  165.  
  166.    #flash.active {
  167.        display: none;
  168.    }
  169.  
  170.    #flash.trueBackground {
  171.        background-color: #10b886;
  172.    }
  173.  
  174.    #flash.falseBackground {
  175.        background-color: #e74c3c;
  176.    }
  177.  
  178.    #flash .message {
  179.        display: flex;
  180.        justify-content: center;
  181.        align-items: center;
  182.        color: #fff;
  183.        padding: 20px;
  184.        padding-right: 40px;
  185.        padding-bottom: 26px;
  186.    }
  187.  
  188.    #flash .bar {
  189.        position: absolute;
  190.        left: 0;
  191.        bottom: 0;
  192.        width: 100%;
  193.        height: 6px;
  194.        background-color: rgba(255, 255, 255, 0.5);
  195.        animation: barClose 5s;
  196.    }
  197.  
  198.    @keyframes barClose {
  199.        from {
  200.            width: 100%;
  201.        }
  202.  
  203.        to {
  204.            width: 0;
  205.        }
  206.    }
  207.  
  208.    #flash .close {
  209.        position: absolute;
  210.        top: 10px;
  211.        right: 10px;
  212.        cursor: pointer;
  213.    }
  214.  
  215.    #flash .close svg {
  216.        width: 16px;
  217.        height: 16px;
  218.        color: rgba(255, 255, 255, 0.6);
  219.    }
  220.  
  221.    /* Banner */
  222.    #banners {
  223.        width: 1080px;
  224.        display: grid;
  225.        grid-template-columns: repeat(2, 1fr);
  226.        gap: 10px;
  227.    }
  228.  
  229.    #banners .banner {
  230.        display: flex;
  231.        justify-content: center;
  232.        align-items: center;
  233.    }
  234.  
  235.    #banners .banner a {
  236.        display: flex;
  237.        justify-content: center;
  238.        align-items: center;
  239.    }
  240.  
  241.    #banners .banner img {
  242.        max-width: 100%;
  243.        width: 100%;
  244.    }
  245.  
  246.    @media (max-width: 1250px) {
  247.        #banners {
  248.            width: 100%;
  249.            grid-template-columns: repeat(1, 1fr);
  250.            padding: 0 10px;
  251.        }
  252.  
  253.        #banners .banner img {
  254.            max-width: 100%;
  255.            width: 100%;
  256.        }
  257.    }
  258.  
  259.    /* contact */
  260.    main #contact {
  261.        font-weight: bold;
  262.        padding: 40px 0;
  263.        box-sizing: border-box;
  264.    }
  265.  
  266.    main #contact .items {
  267.        display: grid;
  268.        grid-template-columns: repeat(3, 1fr);
  269.        gap: 20px;
  270.    }
  271.  
  272.    main #contact .items a {
  273.        display: flex;
  274.        justify-content: center;
  275.        align-items: center;
  276.        padding: 20px 60px;
  277.        border-radius: 4px;
  278.        font-size: 1.2em;
  279.        background-color: rgba(0, 0, 0, 0.03);
  280.    }
  281.  
  282.    main #contact .items div {
  283.        display: flex;
  284.        justify-content: center;
  285.        align-items: center;
  286.        padding: 0;
  287.        margin: 0;
  288.    }
  289.  
  290.    main #contact .items img {
  291.        width: 18px;
  292.        height: 18px;
  293.        margin-right: 10px;
  294.    }
  295.  
  296.    main #contact .items a:hover {
  297.        background-color: rgba(0, 0, 0, 0.06);
  298.    }
  299.  
  300.    main #contact .kakao {
  301.        /* background-color: #FFDC00; */
  302.        cursor: pointer;
  303.    }
  304.  
  305.    main #contact .telegram {
  306.        /* background-color: #179CDE; */
  307.    }
  308.  
  309.    @media (max-width: 1250px) {
  310.        main #contact .items {
  311.            grid-template-columns: repeat(1, 1fr);
  312.        }
  313.    }
  314. </style>
  315. <link rel="stylesheet" href="/output.css?v=1">
  316. <!-- Google tag (gtag.js) -->
  317. <script
  318.    async
  319.    src="https://www.googletagmanager.com/gtag/js?id=AW-11283557108"
  320. ></script>
  321. <script>
  322.    window.dataLayer = window.dataLayer || [];
  323.    function gtag() {
  324.        dataLayer.push(arguments);
  325.    }
  326.    gtag("js", new Date());
  327.  
  328.    gtag("config", "AW-11283557108");
  329. </script>
  330. <!-- Event snippet for 문의하기 conversion page
  331. In your html page, add the snippet and call gtag_report_conversion when someone clicks on the chosen link or button. -->
  332. <script>
  333.    function gtag_report_conversion(url) {
  334.        var callback = function () {
  335.            if (typeof url != "undefined") {
  336.                window.location = url;
  337.            }
  338.        };
  339.        gtag("event", "conversion", {
  340.            send_to: "AW-11283557108/VONwCNuv5tcYEPTVtYQq",
  341.            event_callback: callback,
  342.        });
  343.        return false;
  344.    }
  345. </script>
  346. <script>
  347.    const contactCheck = () => {
  348.        console.log("contactCheck");
  349.        // Google
  350.        gtag_report_conversion();
  351.        // Naver
  352.    };
  353. </script>
  354. <!-- Google tag (gtag.js) -->
  355. <script async src="https://www.googletagmanager.com/gtag/js?id=G-28VM744291"></script>
  356. <script>
  357.    window.dataLayer = window.dataLayer || [];
  358.    function gtag(){dataLayer.push(arguments);}
  359.    gtag('js', new Date());
  360.  
  361.    gtag('config', 'G-28VM744291');
  362. </script>
  363. <script type="text/javascript">
  364.    (function(c,l,a,r,i,t,y){
  365.        c[a]=c[a]||function(){(c[a].q=c[a].q||[]).push(arguments)};
  366.        t=l.createElement(r);t.async=1;t.src="https://www.clarity.ms/tag/"+i;
  367.        y=l.getElementsByTagName(r)[0];y.parentNode.insertBefore(t,y);
  368.    })(window, document, "clarity", "script", "k1dd1shkgv");
  369. </script>
  370. <style>
  371.    @view-transition {
  372.        navigation: auto;
  373.    }
  374. </style>
  375.    <meta name="description" content="커뮤니티 사이트 만들기, 게시판 프로그램, 구글 애드센스, 쿠팡파트너스, 워드프레스, 네이버블로그, 티스토리, SEO, 커뮤니티 순위, 제작, 구축 솔루션."/>
  376.    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/aos/2.3.4/aos.css" integrity="sha512-1cK78a1o+ht2JcaW6g8OXYwqpev9+6GqOkz9xmBN9iUUhIndKtxwILGWYOSibOKjLsEdjyjZvYDq/cZwNeak0w==" crossorigin="anonymous" referrerpolicy="no-referrer" />
  377. </head>
  378. <body class="bg-gradient-to-br from-green-400/5 via-emerald-300/10 to-teal-200/10 bg-pattern">
  379. <!-- Global site tag (gtag.js) - Google Ads: 778486207 -->
  380. <script async src="https://www.googletagmanager.com/gtag/js?id=AW-778486207"></script>
  381. <script>
  382.  window.dataLayer = window.dataLayer || [];
  383.  function gtag(){dataLayer.push(arguments);}
  384.  gtag('js', new Date());
  385.  
  386.  gtag('config', 'AW-778486207');
  387. </script>
  388. <script>
  389.  const flash = document.querySelector('#flash');
  390.  if (flash) {
  391.    const flashClose = flash.querySelector('.close');
  392.    flashClose.addEventListener('click', () => {
  393.      flash.classList.toggle('active');
  394.    });
  395.  
  396.    setTimeout(() => {
  397.      flash.style.display = 'none';
  398.    }, 5000);
  399.  }
  400. </script>
  401. <style>
  402.    header {
  403.        position: fixed;
  404.        top: 0;
  405.        left: 0;
  406.        width: 100%;
  407.        display: flex;
  408.        justify-content: center;
  409.        align-items: center;
  410.        height: 80px;
  411.         border-bottom: 0.5px solid rgba(0, 0, 0, 0.1);
  412.        background-color: #fff;
  413.        z-index: 3;
  414.        box-sizing: border-box;
  415.    }
  416.  
  417.    header .toggleBtn {
  418.        display: none;
  419.        justify-content: center;
  420.        align-items: center;
  421.        cursor: pointer;
  422.    }
  423.  
  424.    header .wrap {
  425.        height: 100%;
  426.        display: flex;
  427.        justify-content: center;
  428.        align-items: center;
  429.    }
  430.  
  431.    header .logo {
  432.        padding: 10px 0;
  433.    }
  434.  
  435.    header .logo img {
  436.        max-width: 260px;
  437.    }
  438.  
  439.    header .navWrap {
  440.        flex: 1;
  441.    }
  442.  
  443.    header nav {
  444.        flex: 1;
  445.        display: flex;
  446.        justify-content: space-between;
  447.        align-items: center;
  448.        height: 100%;
  449.    }
  450.  
  451.    header nav .main {
  452.        flex: 1;
  453.        display: flex;
  454.        justify-content: flex-end;
  455.        align-items: center;
  456.    }
  457.  
  458.    header nav .main > li {
  459.        height: 100%;
  460.        position: relative;
  461.    }
  462.  
  463.    header nav .main > li > a {
  464.        height: 100%;
  465.        font-size: 1.1em;
  466.        font-weight: 400;
  467.        display: flex;
  468.        justify-content: center;
  469.        align-items: center;
  470.        gap: 6px;
  471.        z-index: 3;
  472.        padding: 0 12px;
  473.    }
  474.  
  475.    header nav .main > li > a:hover::after {
  476.        background-color: #00ffa8;
  477.    }
  478.  
  479.    header nav .main > li > a svg {
  480.        width: 12px;
  481.        height: 12px;
  482.        color: #888;
  483.    }
  484.  
  485.    header .mypage {
  486.        display: flex;
  487.        justify-content: center;
  488.        align-items: center;
  489.        font-size: 0.9em;
  490.    }
  491.  
  492.    header .mypage .slash {
  493.        font-size: 0.3em;
  494.        color: rgba(0, 0, 0, 0.3);
  495.        padding: 0 6px;
  496.    }
  497.  
  498.    @media (min-width: 1251px) {
  499.        header .wrap {
  500.            gap: 80px;
  501.        }
  502.  
  503.        header nav .main {
  504.            height: 100%;
  505.        }
  506.  
  507.        header nav .main li > a::after {
  508.            position: absolute;
  509.            bottom: 32px;
  510.            content: "";
  511.            width: 80%;
  512.            height: 5px;
  513.            z-index: -1;
  514.        }
  515.  
  516.        header nav .main > li > a:hover::after {
  517.            border-radius: 5px;
  518.        }
  519.  
  520.        header nav .main > li:hover > ul {
  521.            display: flex;
  522.        }
  523.  
  524.        header nav .main > li > ul {
  525.            position: absolute;
  526.            top: 78px;
  527.            left: 50%;
  528.            transform: translate(-50%, 0);
  529.            display: none;
  530.            justify-content: center;
  531.            align-items: center;
  532.            flex-direction: column;
  533.            background-color: #fff;
  534.            border: 2px solid rgba(0, 0, 0, 0.1);
  535.            box-sizing: border-box;
  536.        }
  537.  
  538.        header nav .main > li > ul > li {
  539.            display: flex;
  540.            justify-content: center;
  541.            align-items: center;
  542.        }
  543.  
  544.        header nav .main > li > ul > li > a {
  545.            display: flex;
  546.            justify-content: center;
  547.            align-items: center;
  548.            padding: 14px 40px;
  549.        }
  550.  
  551.        header nav .main > li > ul > li > a:hover {
  552.            background-color: rgba(0, 0, 0, 0.1);
  553.        }
  554.  
  555.        header .navWrap .navBackground {
  556.            display: none;
  557.        }
  558.    }
  559.  
  560.    @media (max-width: 1250px) {
  561.        header {
  562.            height: unset;
  563.            border: 0;
  564.        }
  565.  
  566.        header .toggleBtn {
  567.            position: absolute;
  568.            top: 0;
  569.            right: 0;
  570.            width: 70px;
  571.            height: 70px;
  572.            display: flex;
  573.            z-index: 10;
  574.        }
  575.  
  576.        header .toggleBtn svg {
  577.            color: #000;
  578.            width: 22px;
  579.            height: 22px;
  580.        }
  581.  
  582.        header .wrap {
  583.            flex-direction: column;
  584.        }
  585.  
  586.        header .logo {
  587.            width: 100%;
  588.            height: 70px;
  589.            padding: 0;
  590.            display: flex;
  591.            justify-content: flex-start;
  592.            padding: 0 20px;
  593.            align-items: center;
  594.            box-sizing: border-box;
  595.            z-index: 5;
  596.        }
  597.  
  598.        header .logo img {
  599.            max-height: 22px;
  600.        }
  601.  
  602.        header .navWrap {
  603.            display: none;
  604.        }
  605.  
  606.        header .navWrap.active {
  607.            display: flex;
  608.        }
  609.  
  610.        header nav {
  611.            position: fixed;
  612.            top: 0;
  613.            right: 0;
  614.            width: 70%;
  615.            height: 100vh;
  616.            display: flex;
  617.            justify-content: flex-start;
  618.            flex-direction: column;
  619.            background-color: #fff;
  620.            padding-left: 10px;
  621.            padding-right: 10px;
  622.            box-sizing: border-box;
  623.            z-index: 10;
  624.        }
  625.  
  626.        header nav.active {
  627.            display: flex;
  628.        }
  629.  
  630.        header nav .main {
  631.            width: 100%;
  632.            flex-direction: column;
  633.        }
  634.  
  635.        header nav .main > li {
  636.            width: 100%;
  637.            margin-bottom: 10px;
  638.            background-color: rgba(0, 0, 0, 0.05);
  639.            border-radius: 4px;
  640.            box-sizing: border-box;
  641.        }
  642.  
  643.        header nav .main > li > a {
  644.            width: 100%;
  645.            padding: 10px 0;
  646.        }
  647.  
  648.        header nav .main > li:hover {
  649.            background-color: rgba(0, 0, 0, 0.1);
  650.        }
  651.  
  652.        header nav .main > li > ul {
  653.            width: 100%;
  654.            display: flex;
  655.            justify-content: center;
  656.            align-items: center;
  657.            flex-direction: column;
  658.        }
  659.  
  660.        header nav .main > li > ul > li {
  661.            display: flex;
  662.            justify-content: center;
  663.            align-items: center;
  664.            width: 100%;
  665.        }
  666.  
  667.        header nav .main > li > ul > li > a {
  668.            width: 100%;
  669.            display: flex;
  670.            justify-content: center;
  671.            align-items: center;
  672.            padding: 10px 0;
  673.            border-radius: 4px;
  674.            box-sizing: border-box;
  675.        }
  676.  
  677.        header nav .main > li > ul > li > a:hover {
  678.            font-weight: bold;
  679.        }
  680.  
  681.        header .main {
  682.            order: 2;
  683.        }
  684.  
  685.        header .mypage {
  686.            order: 1;
  687.            padding: 20px 0;
  688.        }
  689.  
  690.        header .mypage li a:hover {
  691.            font-weight: bold;
  692.        }
  693.  
  694.        header .navWrap .navBackground {
  695.            position: fixed;
  696.            top: 0;
  697.            left: 0;
  698.            width: 100%;
  699.            height: 100%;
  700.            background-color: rgba(0, 0, 0, 0.7);
  701.            cursor: pointer;
  702.            z-index: 2;
  703.        }
  704.    }
  705. </style>
  706. <header>
  707.    <div class="toggleBtn">
  708.        <svg
  709.            fill="currentColor"
  710.            xmlns="http://www.w3.org/2000/svg"
  711.            viewBox="0 0 24 24"
  712.            width="24px"
  713.            height="24px"
  714.        >
  715.            <path
  716.                fill="currentColor"
  717.                d="M 0 2 L 0 4 L 24 4 L 24 2 Z M 0 11 L 0 13 L 24 13 L 24 11 Z M 0 20 L 0 22 L 24 22 L 24 20 Z"
  718.            />
  719.        </svg>
  720.    </div>
  721.    <div class="wrap">
  722.        <div class="logo">
  723.            <a href="/"
  724.                ><img
  725.                    src="https://static.waffleboard.io/static/assets/logo.svg"
  726.                    alt="와플보드"
  727.            /></a>
  728.        </div>
  729.        <div class="navWrap">
  730.            <nav>
  731.                <ul class="main">
  732.                    <li>
  733.                        <a href="/features">제품 특징</a>
  734.                    </li>
  735.                    <li>
  736.                        <a href="/themes">테마</a>
  737.                    </li>
  738.                    <li>
  739.                        <a href="/plugins">플러그인</a>
  740.                    </li>
  741.                    <li>
  742.                        <a href="/customers">고객사</a>
  743.                    </li>
  744. <!--                    <li>-->
  745. <!--                        <a href="/payment">결제</a>-->
  746. <!--                    </li>-->
  747.                    <li>
  748.                        <a href="/ranking">커뮤니티 순위</a>
  749.                    </li>
  750. <!--                    <li>-->
  751. <!--                        <a href="https://page-ready.com" class="relative">-->
  752. <!--                            홈페이지 AI 통제작-->
  753. <!--                        <span class="text-red-500 text-xs px-1 py-0.5 ml-1 absolute left-0 -top-1/2 font-bold animate-bounce hidden md:block">new</span>-->
  754. <!--                        </a>-->
  755. <!--                    </li>-->
  756.                    <li>
  757.                        <a href="/blog">블로그</a>
  758.                    </li>
  759.                    <li>
  760.                        <a
  761.                            href="https://waffledocs.com/"
  762.                            target="_blank"
  763.                        >
  764.                            <div>메뉴얼</div>
  765.                            <svg
  766.                                xmlns="http://www.w3.org/2000/svg"
  767.                                viewBox="0 0 512 512"
  768.                            >
  769.                                <path
  770.                                    fill="currentColor"
  771.                                    d="M320 0c-17.7 0-32 14.3-32 32s14.3 32 32 32h82.7L201.4 265.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L448 109.3V192c0 17.7 14.3 32 32 32s32-14.3 32-32V32c0-17.7-14.3-32-32-32H320zM80 32C35.8 32 0 67.8 0 112V432c0 44.2 35.8 80 80 80H400c44.2 0 80-35.8 80-80V320c0-17.7-14.3-32-32-32s-32 14.3-32 32V432c0 8.8-7.2 16-16 16H80c-8.8 0-16-7.2-16-16V112c0-8.8 7.2-16 16-16H192c17.7 0 32-14.3 32-32s-14.3-32-32-32H80z"
  772.                                />
  773.                            </svg>
  774.                        </a>
  775.                    </li>
  776.                </ul>
  777.            </nav>
  778.            <div class="navBackground"></div>
  779.        </div>
  780.    </div>
  781. </header>
  782. <script>
  783.    const html = document.querySelector("html");
  784.    const body = document.querySelector("body");
  785.    const navWrap = document.querySelector(".navWrap");
  786.    const navBackground = document.querySelector(".navBackground");
  787.    const toggleBtn = document.querySelector(".toggleBtn");
  788.  
  789.    if (toggleBtn) {
  790.        toggleBtn.addEventListener("click", () => {
  791.            navWrap.classList.toggle("active");
  792.            html.classList.toggle("active");
  793.            body.classList.toggle("active");
  794.        });
  795.    }
  796.  
  797.    if (navBackground) {
  798.        navBackground.addEventListener("click", () => {
  799.            navWrap.classList.toggle("active");
  800.            html.classList.toggle("active");
  801.            body.classList.toggle("active");
  802.        });
  803.    }
  804. </script>
  805.  
  806. <main class="!w-full">
  807.    <section class="grid grid-cols-1 md:grid-cols-3 gap-9 container max-w-7xl mx-auto mx-4">
  808.        <div class="col-span-1 md:col-span-2 md:row-span-3 box" data-aos="zoom-in-right" data-aos-duration="500">
  809.            <h1 class="text-4xl font-bold mb-5">코딩 지식이 필요없는 커뮤니티 사이트 만들기 ✨</h1>
  810.            <div class="space-y-5">
  811.                <p class="leading-relaxed">
  812.                    누구나 쉽고 간단하게 커뮤니티와 홈페이지를!<br>
  813.                    손쉬운 구축, 최적의 관리! 대한민국 대표 CMS 플랫폼, 와플보드와 함께하세요!
  814.                </p>
  815.                <img src="https://img.wafflecloud.cc/c.png" alt="waffleboard desktop and mobile screenshot" class="max-w-full h-auto mx-auto">
  816.            </div>
  817.        </div>
  818.  
  819.        <a href="https://thelinkpro.org/" rel="nofollow" target="_blank">
  820.            <div class="box" data-aos="zoom-in-left" data-aos-duration="1000">
  821.                <h2 class="text-2xl font-bold mb-5">구글 네이버 SEO 상위노출 🚀</h2>
  822.                <p>
  823.                    구글 네이버 SEO 상위노출 작업까지! 링크프로와 함께하세요!
  824.                </p>
  825.            </div>
  826.        </a>
  827.  
  828.        <a href="/features" class="box" data-aos="zoom-in-left" data-aos-duration="1500">
  829.            <h2 class="text-2xl font-bold mb-5">많이 찾는 기능들 다 있어요 📦</h2>
  830.            <p class="leading-relaxed">
  831.                다년간의 개발과 실전 테스트를 거친 다양한 기능과 검증된 솔루션을 저렴하게 제공해요!
  832.            </p>
  833.        </a>
  834.  
  835.        <div class="box" data-aos="zoom-in-left" data-aos-duration="2000">
  836.            <h2 class="text-2xl font-bold mb-5">한번 둘러보실래요? 🧑🏻‍💻</h2>
  837.            <div class="space-y-4">
  838.                <a href="https://test.wafflecloud.cc" target="_blank" class="block text-center bg-[#00ffa8] py-3 rounded-lg hover:opacity-60 transition duration-200">테스트 사이트</a>
  839.                <a href="https://carcarmoa.com" target="_blank" class="block text-center bg-gray-200 py-3 rounded-lg hover:bg-gray-300 transition duration-200">중고차 커뮤니티</a>
  840.                <a href="https://daitta.wafflecloud.cc" target="_blank" class="block text-center bg-gray-200 py-3 rounded-lg hover:bg-gray-300 transition duration-200">명품 커뮤니티</a>
  841.            </div>
  842.        </div>
  843.        
  844. <!--        <div class="box md:col-span-3 text-center" data-aos="zoom-in-up">-->
  845. <!--            <h2 class="font-bold"><span class="animate-bounce inline-flex">💣 </span><time datetime="2024-10-29">2024년 10월 29일</time> 업데이트 <span class="animate-spin inline-flex">🌼</span></h2>-->
  846. <!--            <p class="underline">&quot;쇼핑몰 / 오픈마켓 / GPS 위치기반 게시글 기능 추가&quot;</p>-->
  847. <!--            <p>중고차/명품 커뮤니티 샘플 참고해주세요.</p>-->
  848. <!--        </div>-->
  849.  
  850.        <div class="box md:col-span-1 md:row-span-2 relative min-h-96" data-aos="zoom-in-up">
  851.            <h2 class="text-xl lg:text-2xl font-bold break-keep whitespace-nowrap">자, 필요한거 다골라보세요! 💵</h2>
  852.            <div class="absolute overflow-y-auto inset-0 px-10 mt-20 mb-16">
  853.                <div class="flex flex-col h-full">
  854.                    <ul class="flex-grow">
  855.                        
  856.                            <li>
  857.                                <label class="w-full hover:cursor-pointer hover:bg-gray-100 has-[:checked]:bg-[#00ffa8]/10 text-sm py-1 border-t flex items-center gap-1"
  858.                                       onclick="new countUp.CountUp('price', 330000, {duration: 1}).start()">
  859.                                    <input type="checkbox" class="h-4 w-4 rounded border-gray-300 text-[#00ffa8] focus:ring-[#00ffa8]">
  860.                                    무제한 회원
  861.                                </label>
  862.                            </li>
  863.                        
  864.                            <li>
  865.                                <label class="w-full hover:cursor-pointer hover:bg-gray-100 has-[:checked]:bg-[#00ffa8]/10 text-sm py-1 border-t flex items-center gap-1"
  866.                                       onclick="new countUp.CountUp('price', 330000, {duration: 1}).start()">
  867.                                    <input type="checkbox" class="h-4 w-4 rounded border-gray-300 text-[#00ffa8] focus:ring-[#00ffa8]">
  868.                                    무제한 메뉴
  869.                                </label>
  870.                            </li>
  871.                        
  872.                            <li>
  873.                                <label class="w-full hover:cursor-pointer hover:bg-gray-100 has-[:checked]:bg-[#00ffa8]/10 text-sm py-1 border-t flex items-center gap-1"
  874.                                       onclick="new countUp.CountUp('price', 330000, {duration: 1}).start()">
  875.                                    <input type="checkbox" class="h-4 w-4 rounded border-gray-300 text-[#00ffa8] focus:ring-[#00ffa8]">
  876.                                    무제한 게시판
  877.                                </label>
  878.                            </li>
  879.                        
  880.                            <li>
  881.                                <label class="w-full hover:cursor-pointer hover:bg-gray-100 has-[:checked]:bg-[#00ffa8]/10 text-sm py-1 border-t flex items-center gap-1"
  882.                                       onclick="new countUp.CountUp('price', 330000, {duration: 1}).start()">
  883.                                    <input type="checkbox" class="h-4 w-4 rounded border-gray-300 text-[#00ffa8] focus:ring-[#00ffa8]">
  884.                                    실시간 채팅
  885.                                </label>
  886.                            </li>
  887.                        
  888.                            <li>
  889.                                <label class="w-full hover:cursor-pointer hover:bg-gray-100 has-[:checked]:bg-[#00ffa8]/10 text-sm py-1 border-t flex items-center gap-1"
  890.                                       onclick="new countUp.CountUp('price', 330000, {duration: 1}).start()">
  891.                                    <input type="checkbox" class="h-4 w-4 rounded border-gray-300 text-[#00ffa8] focus:ring-[#00ffa8]">
  892.                                    무제한 배너 12곳
  893.                                </label>
  894.                            </li>
  895.                        
  896.                            <li>
  897.                                <label class="w-full hover:cursor-pointer hover:bg-gray-100 has-[:checked]:bg-[#00ffa8]/10 text-sm py-1 border-t flex items-center gap-1"
  898.                                       onclick="new countUp.CountUp('price', 330000, {duration: 1}).start()">
  899.                                    <input type="checkbox" class="h-4 w-4 rounded border-gray-300 text-[#00ffa8] focus:ring-[#00ffa8]">
  900.                                    헤더/푸터 테마
  901.                                </label>
  902.                            </li>
  903.                        
  904.                            <li>
  905.                                <label class="w-full hover:cursor-pointer hover:bg-gray-100 has-[:checked]:bg-[#00ffa8]/10 text-sm py-1 border-t flex items-center gap-1"
  906.                                       onclick="new countUp.CountUp('price', 330000, {duration: 1}).start()">
  907.                                    <input type="checkbox" class="h-4 w-4 rounded border-gray-300 text-[#00ffa8] focus:ring-[#00ffa8]">
  908.                                    폰트 10종
  909.                                </label>
  910.                            </li>
  911.                        
  912.                            <li>
  913.                                <label class="w-full hover:cursor-pointer hover:bg-gray-100 has-[:checked]:bg-[#00ffa8]/10 text-sm py-1 border-t flex items-center gap-1"
  914.                                       onclick="new countUp.CountUp('price', 330000, {duration: 1}).start()">
  915.                                    <input type="checkbox" class="h-4 w-4 rounded border-gray-300 text-[#00ffa8] focus:ring-[#00ffa8]">
  916.                                    메인 위젯 13종
  917.                                </label>
  918.                            </li>
  919.                        
  920.                            <li>
  921.                                <label class="w-full hover:cursor-pointer hover:bg-gray-100 has-[:checked]:bg-[#00ffa8]/10 text-sm py-1 border-t flex items-center gap-1"
  922.                                       onclick="new countUp.CountUp('price', 330000, {duration: 1}).start()">
  923.                                    <input type="checkbox" class="h-4 w-4 rounded border-gray-300 text-[#00ffa8] focus:ring-[#00ffa8]">
  924.                                    사이드바 위젯 10종
  925.                                </label>
  926.                            </li>
  927.                        
  928.                            <li>
  929.                                <label class="w-full hover:cursor-pointer hover:bg-gray-100 has-[:checked]:bg-[#00ffa8]/10 text-sm py-1 border-t flex items-center gap-1"
  930.                                       onclick="new countUp.CountUp('price', 330000, {duration: 1}).start()">
  931.                                    <input type="checkbox" class="h-4 w-4 rounded border-gray-300 text-[#00ffa8] focus:ring-[#00ffa8]">
  932.                                    글로벌용 12개국어 지원
  933.                                </label>
  934.                            </li>
  935.                        
  936.                            <li>
  937.                                <label class="w-full hover:cursor-pointer hover:bg-gray-100 has-[:checked]:bg-[#00ffa8]/10 text-sm py-1 border-t flex items-center gap-1"
  938.                                       onclick="new countUp.CountUp('price', 330000, {duration: 1}).start()">
  939.                                    <input type="checkbox" class="h-4 w-4 rounded border-gray-300 text-[#00ffa8] focus:ring-[#00ffa8]">
  940.                                    회원 등급/그룹
  941.                                </label>
  942.                            </li>
  943.                        
  944.                            <li>
  945.                                <label class="w-full hover:cursor-pointer hover:bg-gray-100 has-[:checked]:bg-[#00ffa8]/10 text-sm py-1 border-t flex items-center gap-1"
  946.                                       onclick="new countUp.CountUp('price', 330000, {duration: 1}).start()">
  947.                                    <input type="checkbox" class="h-4 w-4 rounded border-gray-300 text-[#00ffa8] focus:ring-[#00ffa8]">
  948.                                    포인트 제도
  949.                                </label>
  950.                            </li>
  951.                        
  952.                            <li>
  953.                                <label class="w-full hover:cursor-pointer hover:bg-gray-100 has-[:checked]:bg-[#00ffa8]/10 text-sm py-1 border-t flex items-center gap-1"
  954.                                       onclick="new countUp.CountUp('price', 330000, {duration: 1}).start()">
  955.                                    <input type="checkbox" class="h-4 w-4 rounded border-gray-300 text-[#00ffa8] focus:ring-[#00ffa8]">
  956.                                    광고 연동(쿠팡,알리,구글)
  957.                                </label>
  958.                            </li>
  959.                        
  960.                            <li>
  961.                                <label class="w-full hover:cursor-pointer hover:bg-gray-100 has-[:checked]:bg-[#00ffa8]/10 text-sm py-1 border-t flex items-center gap-1"
  962.                                       onclick="new countUp.CountUp('price', 330000, {duration: 1}).start()">
  963.                                    <input type="checkbox" class="h-4 w-4 rounded border-gray-300 text-[#00ffa8] focus:ring-[#00ffa8]">
  964.                                    네이버로 로그인
  965.                                </label>
  966.                            </li>
  967.                        
  968.                            <li>
  969.                                <label class="w-full hover:cursor-pointer hover:bg-gray-100 has-[:checked]:bg-[#00ffa8]/10 text-sm py-1 border-t flex items-center gap-1"
  970.                                       onclick="new countUp.CountUp('price', 330000, {duration: 1}).start()">
  971.                                    <input type="checkbox" class="h-4 w-4 rounded border-gray-300 text-[#00ffa8] focus:ring-[#00ffa8]">
  972.                                    카카토톡으로 로그인
  973.                                </label>
  974.                            </li>
  975.                        
  976.                            <li>
  977.                                <label class="w-full hover:cursor-pointer hover:bg-gray-100 has-[:checked]:bg-[#00ffa8]/10 text-sm py-1 border-t flex items-center gap-1"
  978.                                       onclick="new countUp.CountUp('price', 330000, {duration: 1}).start()">
  979.                                    <input type="checkbox" class="h-4 w-4 rounded border-gray-300 text-[#00ffa8] focus:ring-[#00ffa8]">
  980.                                    페이스북으로 로그인
  981.                                </label>
  982.                            </li>
  983.                        
  984.                            <li>
  985.                                <label class="w-full hover:cursor-pointer hover:bg-gray-100 has-[:checked]:bg-[#00ffa8]/10 text-sm py-1 border-t flex items-center gap-1"
  986.                                       onclick="new countUp.CountUp('price', 330000, {duration: 1}).start()">
  987.                                    <input type="checkbox" class="h-4 w-4 rounded border-gray-300 text-[#00ffa8] focus:ring-[#00ffa8]">
  988.                                    구글로 로그인
  989.                                </label>
  990.                            </li>
  991.                        
  992.                            <li>
  993.                                <label class="w-full hover:cursor-pointer hover:bg-gray-100 has-[:checked]:bg-[#00ffa8]/10 text-sm py-1 border-t flex items-center gap-1"
  994.                                       onclick="new countUp.CountUp('price', 330000, {duration: 1}).start()">
  995.                                    <input type="checkbox" class="h-4 w-4 rounded border-gray-300 text-[#00ffa8] focus:ring-[#00ffa8]">
  996.                                    AI 자동 글쓰기
  997.                                </label>
  998.                            </li>
  999.                        
  1000.                            <li>
  1001.                                <label class="w-full hover:cursor-pointer hover:bg-gray-100 has-[:checked]:bg-[#00ffa8]/10 text-sm py-1 border-t flex items-center gap-1"
  1002.                                       onclick="new countUp.CountUp('price', 330000, {duration: 1}).start()">
  1003.                                    <input type="checkbox" class="h-4 w-4 rounded border-gray-300 text-[#00ffa8] focus:ring-[#00ffa8]">
  1004.                                    유튜브 크롤러
  1005.                                </label>
  1006.                            </li>
  1007.                        
  1008.                            <li>
  1009.                                <label class="w-full hover:cursor-pointer hover:bg-gray-100 has-[:checked]:bg-[#00ffa8]/10 text-sm py-1 border-t flex items-center gap-1"
  1010.                                       onclick="new countUp.CountUp('price', 330000, {duration: 1}).start()">
  1011.                                    <input type="checkbox" class="h-4 w-4 rounded border-gray-300 text-[#00ffa8] focus:ring-[#00ffa8]">
  1012.                                    IP 차단 기능
  1013.                                </label>
  1014.                            </li>
  1015.                        
  1016.                            <li>
  1017.                                <label class="w-full hover:cursor-pointer hover:bg-gray-100 has-[:checked]:bg-[#00ffa8]/10 text-sm py-1 border-t flex items-center gap-1"
  1018.                                       onclick="new countUp.CountUp('price', 330000, {duration: 1}).start()">
  1019.                                    <input type="checkbox" class="h-4 w-4 rounded border-gray-300 text-[#00ffa8] focus:ring-[#00ffa8]">
  1020.                                    관리자 보안 OTP
  1021.                                </label>
  1022.                            </li>
  1023.                        
  1024.                            <li>
  1025.                                <label class="w-full hover:cursor-pointer hover:bg-gray-100 has-[:checked]:bg-[#00ffa8]/10 text-sm py-1 border-t flex items-center gap-1"
  1026.                                       onclick="new countUp.CountUp('price', 330000, {duration: 1}).start()">
  1027.                                    <input type="checkbox" class="h-4 w-4 rounded border-gray-300 text-[#00ffa8] focus:ring-[#00ffa8]">
  1028.                                    익명 게시판
  1029.                                </label>
  1030.                            </li>
  1031.                        
  1032.                            <li>
  1033.                                <label class="w-full hover:cursor-pointer hover:bg-gray-100 has-[:checked]:bg-[#00ffa8]/10 text-sm py-1 border-t flex items-center gap-1"
  1034.                                       onclick="new countUp.CountUp('price', 330000, {duration: 1}).start()">
  1035.                                    <input type="checkbox" class="h-4 w-4 rounded border-gray-300 text-[#00ffa8] focus:ring-[#00ffa8]">
  1036.                                    비밀글 게시판(관리자,작성자만)
  1037.                                </label>
  1038.                            </li>
  1039.                        
  1040.                            <li>
  1041.                                <label class="w-full hover:cursor-pointer hover:bg-gray-100 has-[:checked]:bg-[#00ffa8]/10 text-sm py-1 border-t flex items-center gap-1"
  1042.                                       onclick="new countUp.CountUp('price', 330000, {duration: 1}).start()">
  1043.                                    <input type="checkbox" class="h-4 w-4 rounded border-gray-300 text-[#00ffa8] focus:ring-[#00ffa8]">
  1044.                                    댓글 채택
  1045.                                </label>
  1046.                            </li>
  1047.                        
  1048.                            <li>
  1049.                                <label class="w-full hover:cursor-pointer hover:bg-gray-100 has-[:checked]:bg-[#00ffa8]/10 text-sm py-1 border-t flex items-center gap-1"
  1050.                                       onclick="new countUp.CountUp('price', 330000, {duration: 1}).start()">
  1051.                                    <input type="checkbox" class="h-4 w-4 rounded border-gray-300 text-[#00ffa8] focus:ring-[#00ffa8]">
  1052.                                    답글
  1053.                                </label>
  1054.                            </li>
  1055.                        
  1056.                            <li>
  1057.                                <label class="w-full hover:cursor-pointer hover:bg-gray-100 has-[:checked]:bg-[#00ffa8]/10 text-sm py-1 border-t flex items-center gap-1"
  1058.                                       onclick="new countUp.CountUp('price', 330000, {duration: 1}).start()">
  1059.                                    <input type="checkbox" class="h-4 w-4 rounded border-gray-300 text-[#00ffa8] focus:ring-[#00ffa8]">
  1060.                                    템플릿 시스템
  1061.                                </label>
  1062.                            </li>
  1063.                        
  1064.                            <li>
  1065.                                <label class="w-full hover:cursor-pointer hover:bg-gray-100 has-[:checked]:bg-[#00ffa8]/10 text-sm py-1 border-t flex items-center gap-1"
  1066.                                       onclick="new countUp.CountUp('price', 330000, {duration: 1}).start()">
  1067.                                    <input type="checkbox" class="h-4 w-4 rounded border-gray-300 text-[#00ffa8] focus:ring-[#00ffa8]">
  1068.                                    게시글 수동 정렬
  1069.                                </label>
  1070.                            </li>
  1071.                        
  1072.                            <li>
  1073.                                <label class="w-full hover:cursor-pointer hover:bg-gray-100 has-[:checked]:bg-[#00ffa8]/10 text-sm py-1 border-t flex items-center gap-1"
  1074.                                       onclick="new countUp.CountUp('price', 330000, {duration: 1}).start()">
  1075.                                    <input type="checkbox" class="h-4 w-4 rounded border-gray-300 text-[#00ffa8] focus:ring-[#00ffa8]">
  1076.                                    드래그 방지
  1077.                                </label>
  1078.                            </li>
  1079.                        
  1080.                            <li>
  1081.                                <label class="w-full hover:cursor-pointer hover:bg-gray-100 has-[:checked]:bg-[#00ffa8]/10 text-sm py-1 border-t flex items-center gap-1"
  1082.                                       onclick="new countUp.CountUp('price', 330000, {duration: 1}).start()">
  1083.                                    <input type="checkbox" class="h-4 w-4 rounded border-gray-300 text-[#00ffa8] focus:ring-[#00ffa8]">
  1084.                                    첨부 파일
  1085.                                </label>
  1086.                            </li>
  1087.                        
  1088.                            <li>
  1089.                                <label class="w-full hover:cursor-pointer hover:bg-gray-100 has-[:checked]:bg-[#00ffa8]/10 text-sm py-1 border-t flex items-center gap-1"
  1090.                                       onclick="new countUp.CountUp('price', 330000, {duration: 1}).start()">
  1091.                                    <input type="checkbox" class="h-4 w-4 rounded border-gray-300 text-[#00ffa8] focus:ring-[#00ffa8]">
  1092.                                    베스트 글
  1093.                                </label>
  1094.                            </li>
  1095.                        
  1096.                            <li>
  1097.                                <label class="w-full hover:cursor-pointer hover:bg-gray-100 has-[:checked]:bg-[#00ffa8]/10 text-sm py-1 border-t flex items-center gap-1"
  1098.                                       onclick="new countUp.CountUp('price', 330000, {duration: 1}).start()">
  1099.                                    <input type="checkbox" class="h-4 w-4 rounded border-gray-300 text-[#00ffa8] focus:ring-[#00ffa8]">
  1100.                                    모바일 전용 하단 메뉴
  1101.                                </label>
  1102.                            </li>
  1103.                        
  1104.                            <li>
  1105.                                <label class="w-full hover:cursor-pointer hover:bg-gray-100 has-[:checked]:bg-[#00ffa8]/10 text-sm py-1 border-t flex items-center gap-1"
  1106.                                       onclick="new countUp.CountUp('price', 330000, {duration: 1}).start()">
  1107.                                    <input type="checkbox" class="h-4 w-4 rounded border-gray-300 text-[#00ffa8] focus:ring-[#00ffa8]">
  1108.                                    쪽지
  1109.                                </label>
  1110.                            </li>
  1111.                        
  1112.                            <li>
  1113.                                <label class="w-full hover:cursor-pointer hover:bg-gray-100 has-[:checked]:bg-[#00ffa8]/10 text-sm py-1 border-t flex items-center gap-1"
  1114.                                       onclick="new countUp.CountUp('price', 330000, {duration: 1}).start()">
  1115.                                    <input type="checkbox" class="h-4 w-4 rounded border-gray-300 text-[#00ffa8] focus:ring-[#00ffa8]">
  1116.                                    투표
  1117.                                </label>
  1118.                            </li>
  1119.                        
  1120.                            <li>
  1121.                                <label class="w-full hover:cursor-pointer hover:bg-gray-100 has-[:checked]:bg-[#00ffa8]/10 text-sm py-1 border-t flex items-center gap-1"
  1122.                                       onclick="new countUp.CountUp('price', 330000, {duration: 1}).start()">
  1123.                                    <input type="checkbox" class="h-4 w-4 rounded border-gray-300 text-[#00ffa8] focus:ring-[#00ffa8]">
  1124.                                    출석체크
  1125.                                </label>
  1126.                            </li>
  1127.                        
  1128.                            <li>
  1129.                                <label class="w-full hover:cursor-pointer hover:bg-gray-100 has-[:checked]:bg-[#00ffa8]/10 text-sm py-1 border-t flex items-center gap-1"
  1130.                                       onclick="new countUp.CountUp('price', 330000, {duration: 1}).start()">
  1131.                                    <input type="checkbox" class="h-4 w-4 rounded border-gray-300 text-[#00ffa8] focus:ring-[#00ffa8]">
  1132.                                    HTML 페이지 생성
  1133.                                </label>
  1134.                            </li>
  1135.                        
  1136.                            <li>
  1137.                                <label class="w-full hover:cursor-pointer hover:bg-gray-100 has-[:checked]:bg-[#00ffa8]/10 text-sm py-1 border-t flex items-center gap-1"
  1138.                                       onclick="new countUp.CountUp('price', 330000, {duration: 1}).start()">
  1139.                                    <input type="checkbox" class="h-4 w-4 rounded border-gray-300 text-[#00ffa8] focus:ring-[#00ffa8]">
  1140.                                    이메일 알림
  1141.                                </label>
  1142.                            </li>
  1143.                        
  1144.                            <li>
  1145.                                <label class="w-full hover:cursor-pointer hover:bg-gray-100 has-[:checked]:bg-[#00ffa8]/10 text-sm py-1 border-t flex items-center gap-1"
  1146.                                       onclick="new countUp.CountUp('price', 330000, {duration: 1}).start()">
  1147.                                    <input type="checkbox" class="h-4 w-4 rounded border-gray-300 text-[#00ffa8] focus:ring-[#00ffa8]">
  1148.                                    새글 회원 알림
  1149.                                </label>
  1150.                            </li>
  1151.                        
  1152.                            <li>
  1153.                                <label class="w-full hover:cursor-pointer hover:bg-gray-100 has-[:checked]:bg-[#00ffa8]/10 text-sm py-1 border-t flex items-center gap-1"
  1154.                                       onclick="new countUp.CountUp('price', 330000, {duration: 1}).start()">
  1155.                                    <input type="checkbox" class="h-4 w-4 rounded border-gray-300 text-[#00ffa8] focus:ring-[#00ffa8]">
  1156.                                    새글 관리자 알림
  1157.                                </label>
  1158.                            </li>
  1159.                        
  1160.                            <li>
  1161.                                <label class="w-full hover:cursor-pointer hover:bg-gray-100 has-[:checked]:bg-[#00ffa8]/10 text-sm py-1 border-t flex items-center gap-1"
  1162.                                       onclick="new countUp.CountUp('price', 330000, {duration: 1}).start()">
  1163.                                    <input type="checkbox" class="h-4 w-4 rounded border-gray-300 text-[#00ffa8] focus:ring-[#00ffa8]">
  1164.                                    구글 서치 콘솔
  1165.                                </label>
  1166.                            </li>
  1167.                        
  1168.                            <li>
  1169.                                <label class="w-full hover:cursor-pointer hover:bg-gray-100 has-[:checked]:bg-[#00ffa8]/10 text-sm py-1 border-t flex items-center gap-1"
  1170.                                       onclick="new countUp.CountUp('price', 330000, {duration: 1}).start()">
  1171.                                    <input type="checkbox" class="h-4 w-4 rounded border-gray-300 text-[#00ffa8] focus:ring-[#00ffa8]">
  1172.                                    네이버 웹마스터 도구
  1173.                                </label>
  1174.                            </li>
  1175.                        
  1176.                            <li>
  1177.                                <label class="w-full hover:cursor-pointer hover:bg-gray-100 has-[:checked]:bg-[#00ffa8]/10 text-sm py-1 border-t flex items-center gap-1"
  1178.                                       onclick="new countUp.CountUp('price', 330000, {duration: 1}).start()">
  1179.                                    <input type="checkbox" class="h-4 w-4 rounded border-gray-300 text-[#00ffa8] focus:ring-[#00ffa8]">
  1180.                                    구글 애널리틱스
  1181.                                </label>
  1182.                            </li>
  1183.                        
  1184.                            <li>
  1185.                                <label class="w-full hover:cursor-pointer hover:bg-gray-100 has-[:checked]:bg-[#00ffa8]/10 text-sm py-1 border-t flex items-center gap-1"
  1186.                                       onclick="new countUp.CountUp('price', 330000, {duration: 1}).start()">
  1187.                                    <input type="checkbox" class="h-4 w-4 rounded border-gray-300 text-[#00ffa8] focus:ring-[#00ffa8]">
  1188.                                    RSS
  1189.                                </label>
  1190.                            </li>
  1191.                        
  1192.                            <li>
  1193.                                <label class="w-full hover:cursor-pointer hover:bg-gray-100 has-[:checked]:bg-[#00ffa8]/10 text-sm py-1 border-t flex items-center gap-1"
  1194.                                       onclick="new countUp.CountUp('price', 330000, {duration: 1}).start()">
  1195.                                    <input type="checkbox" class="h-4 w-4 rounded border-gray-300 text-[#00ffa8] focus:ring-[#00ffa8]">
  1196.                                    사이트맵
  1197.                                </label>
  1198.                            </li>
  1199.                        
  1200.                            <li>
  1201.                                <label class="w-full hover:cursor-pointer hover:bg-gray-100 has-[:checked]:bg-[#00ffa8]/10 text-sm py-1 border-t flex items-center gap-1"
  1202.                                       onclick="new countUp.CountUp('price', 330000, {duration: 1}).start()">
  1203.                                    <input type="checkbox" class="h-4 w-4 rounded border-gray-300 text-[#00ffa8] focus:ring-[#00ffa8]">
  1204.                                    이메일 인증
  1205.                                </label>
  1206.                            </li>
  1207.                        
  1208.                            <li>
  1209.                                <label class="w-full hover:cursor-pointer hover:bg-gray-100 has-[:checked]:bg-[#00ffa8]/10 text-sm py-1 border-t flex items-center gap-1"
  1210.                                       onclick="new countUp.CountUp('price', 330000, {duration: 1}).start()">
  1211.                                    <input type="checkbox" class="h-4 w-4 rounded border-gray-300 text-[#00ffa8] focus:ring-[#00ffa8]">
  1212.                                    이미지 압축
  1213.                                </label>
  1214.                            </li>
  1215.                        
  1216.                            <li>
  1217.                                <label class="w-full hover:cursor-pointer hover:bg-gray-100 has-[:checked]:bg-[#00ffa8]/10 text-sm py-1 border-t flex items-center gap-1"
  1218.                                       onclick="new countUp.CountUp('price', 330000, {duration: 1}).start()">
  1219.                                    <input type="checkbox" class="h-4 w-4 rounded border-gray-300 text-[#00ffa8] focus:ring-[#00ffa8]">
  1220.                                    서버 접속자 및 로그
  1221.                                </label>
  1222.                            </li>
  1223.                        
  1224.                    </ul>
  1225.                </div>
  1226.            </div>
  1227.            <script src="https://cdnjs.cloudflare.com/ajax/libs/countup.js/2.8.0/countUp.umd.js"
  1228.                    integrity="sha512-ABdY/XvDDH+5fzlCDOk/NEmasevb1A/b13MhOQuVId6ajXR0v81M2IHbC5TDSWWi8FtlQQTqhqaVBJMCCGR/5w==" crossorigin="anonymous"
  1229.                    referrerpolicy="no-referrer"></script>
  1230.            <div class="absolute bottom-10 font-bold">
  1231.                총 금액 : <span id="price" class="text-lg"></span>원
  1232.            </div>
  1233.        </div>
  1234.  
  1235.        <div class="col-span-1 md:col-span-2 box" data-aos="zoom-in-up">
  1236.            <h2 class="text-2xl font-bold mb-5">문의 & 기능개발 요청 💬</h2>
  1237.            <div class="grid grid-cols-1 md:grid-cols-3 gap-5">
  1238.                <a href="https://waffleboard.channel.io" target="_blank"
  1239.                   class="flex items-center justify-center bg-[#00ffa8] py-5 rounded-lg hover:opacity-60 transition duration-200" onclick="contactCheck()">채팅 상담하기</a>
  1240.                <a href="http://pf.kakao.com/_xdfBYb/chat" target="_blank"
  1241.                   class="flex items-center justify-center bg-gray-200 py-5 rounded-lg hover:bg-gray-300 transition duration-200" onclick="contactCheck()">카카오톡 채널</a>
  1242.                <a href="https://t.me/waffleboard" target="_blank"
  1243.                   class="flex items-center justify-center bg-gray-200 py-5 rounded-lg hover:bg-gray-300 transition duration-200" onclick="contactCheck()">텔레그램</a>
  1244.            </div>
  1245.        </div>
  1246.  
  1247.        <div class="col-span-1 md:col-span-2 box" data-aos="zoom-in-up">
  1248.            <h2 class="text-2xl font-bold mb-5">대표 클라이언트</h2>
  1249.            <div class="flex flex-wrap justify-center items-center gap-5">
  1250.                <img src="https://static.waffleboard.io/client/lg.png" alt="LG CNS" class="h-12">
  1251.                <img src="https://static.waffleboard.io/client/nc.png" alt="NC문화재단" class="h-12">
  1252.                <img src="https://static.waffleboard.io/client/kpmg.png" alt="삼정KPMG" class="h-12">
  1253.                <img src="https://static.waffleboard.io/client/brandi.png" alt="브랜디" class="h-12">
  1254.            </div>
  1255.        </div>
  1256.  
  1257.        <div class="box" data-aos="zoom-in-up">
  1258.            <h2 class="text-2xl font-bold mb-5">반응형 디자인 🖥️📱</h2>
  1259.            <div>
  1260.                데스크탑, 태블릿, 모바일 등 보여지는 디스플레이 크기에 따라 자동으로 최적의 디자인으로 바뀌어요!
  1261.            </div>
  1262.        </div>
  1263.  
  1264.        <div class="box" data-aos="zoom-in-up">
  1265.            <h2 class="text-2xl font-bold mb-5">손쉬운 테마 변경 🏞️</h2>
  1266.            <div>
  1267.                디자인 어렵죠? 그래서 와플보드가 준비했어요! 헤더, 푸터, 폰트, 색상, 박스, 버튼 스타일까지!
  1268.            </div>
  1269.        </div>
  1270.  
  1271.        <div class="box" data-aos="zoom-in-up">
  1272.            <h2 class="text-2xl font-bold mb-5">애플/안드로이드 앱 출시 📱</h2>
  1273.            <div>
  1274.                애플/안드로이드 앱을 출시할 수 있어요! (별도구매)
  1275.            </div>
  1276.        </div>
  1277.  
  1278.        <a href="/customers" class="col-span-1 md:col-span-3 box" data-aos="zoom-in-up">
  1279.            <h2 class="text-2xl font-bold mb-5">고객 운영 주제 예시 🐳</h2>
  1280.            <div class="flex flex-wrap justify-center gap-3">
  1281.                <div class="bg-gray-100 px-4 py-2 rounded-lg">코인 커뮤니티</div>
  1282.                <div class="bg-gray-100 px-4 py-2 rounded-lg">스포츠 커뮤니티</div>
  1283.                <div class="bg-gray-100 px-4 py-2 rounded-lg">유머 커뮤니티</div>
  1284.                <div class="bg-gray-100 px-4 py-2 rounded-lg">종합 커뮤니티</div>
  1285.                <div class="bg-gray-100 px-4 py-2 rounded-lg">주식 커뮤니티</div>
  1286.                <div class="bg-gray-100 px-4 py-2 rounded-lg">유흥 커뮤니티</div>
  1287.                <div class="bg-gray-100 px-4 py-2 rounded-lg">한인 커뮤니티</div>
  1288.                <div class="bg-gray-100 px-4 py-2 rounded-lg">익명 커뮤니티</div>
  1289.            </div>
  1290.        </a>
  1291.  
  1292.        <div class="box col-span-1 md:col-span-3" data-aos="zoom-in-up">
  1293.            <h2 class="text-2xl font-bold mb-5">한눈에 보는 커뮤니티 솔루션 비교 🎤</h2>
  1294.            <!--            <img src="https://img.wafflecloud.cc/comparison.png" alt="와플보드 워드프레스 그누보드 카페24 아임웹 비교">-->
  1295.            <table class="w-full max-w-[600px] mx-auto">
  1296.                <thead>
  1297.                <tr class="*:font-normal text-sm border-b">
  1298.                    <th>제품</th>
  1299.                    <th>
  1300.                        최소 기능
  1301.                        <br>
  1302.                        <span class="text-xs text-gray-400">회원/게시판</span>
  1303.                    </th>
  1304.                    <th>
  1305.                        확장 기능
  1306.                        <br>
  1307.                        <span class="text-xs text-gray-400">채팅/AI글쓰기</span>
  1308.                    </th>
  1309.                    <th>
  1310.                        커스텀 개발
  1311.                        <br>
  1312.                        <span class="text-xs text-gray-400">맞춤제작</span>
  1313.                    </th>
  1314.                    <th>
  1315.                        서버 관리
  1316.                        <br>
  1317.                        <span class="text-xs text-gray-400">해킹/디도스/최적화</span>
  1318.                    </th>
  1319.                </tr>
  1320.                </thead>
  1321.                <tbody>
  1322.                <tr class="*:text-center border-b">
  1323.                    <td class="py-2">와플보드</td>
  1324.                    <td>✅</td>
  1325.                    <td>✅</td>
  1326.                    <td>✅</td>
  1327.                    <td>✅</td>
  1328.                </tr>
  1329.                <tr class="*:text-center border-b">
  1330.                    <td class="py-2">그*보드</td>
  1331.                    <td>✅</td>
  1332.                    <td>✅</td>
  1333.                    <td>⚠️</td>
  1334.                    <td></td>
  1335.                </tr>
  1336.                <tr class="*:text-center border-b">
  1337.                    <td class="py-2">워*프레스</td>
  1338.                    <td>✅</td>
  1339.                    <td>✅</td>
  1340.                    <td>⚠️</td>
  1341.                    <td></td>
  1342.                </tr>
  1343.                <tr class="*:text-center border-b">
  1344.                    <td class="py-2">카*24</td>
  1345.                    <td>✅</td>
  1346.                    <td>⚠️</td>
  1347.                    <td></td>
  1348.                    <td></td>
  1349.                </tr>
  1350.                <tr class="*:text-center">
  1351.                    <td class="py-2">아*웹</td>
  1352.                    <td>✅</td>
  1353.                    <td></td>
  1354.                    <td></td>
  1355.                    <td></td>
  1356.                </tr>
  1357.                <tr>
  1358.                    <td colspan="5" class="text-xs text-gray-400 text-end">커스텀 개발자 공수 비용과 역량에 따라 퀄리티 상이</td>
  1359.                </tr>
  1360.                </tbody>
  1361.            </table>
  1362.        </div>
  1363.  
  1364.    </section>
  1365.  
  1366.    <div class="w-full marquee-container overflow-hidden pb-16" data-aos="zoom-in-up">
  1367.        <div class="marquee-content flex gap-5 flex-nowrap *:min-w-96">
  1368.            <a href="/features#feature1" class="col-span-1 box">
  1369.                <h3 class="text-2xl font-bold mb-4">무제한 메뉴/게시판/회원 🌈</h3>
  1370.                <div>여러분의 상상력을 마음껏 펼쳐보세요! 메뉴, 게시판, 회원 수에 제한이 없어 원하는 대로 사이트를 키워나갈 수 있어요.</div>
  1371.            </a>
  1372.            <a href="/features#feature2" class="col-span-1 box">
  1373.                <h3 class="text-2xl font-bold mb-4">소셜 로그인 지원 🌐</h3>
  1374.                <div>네이버, 카카오, 구글, 페이스북으로 간편하게 로그인해요. 클릭 한 번으로 가입 완료, 얼마나 편리한가요?</div>
  1375.            </a>
  1376.            <a href="/features#feature7" class="col-span-1 box">
  1377.                <div class="plugin-badge">플러그인</div>
  1378.                <h3 class="text-2xl font-bold mb-4">똑똑한 크롤러 🕷️</h3>
  1379.                <div>원하는 사이트의 정보를 쏙쏙 뽑아 게시글로 등록해요! IP 차단? 걱정 마세요. 프록시와 쿠키 설정으로 스마트하게 해결해드립니다. 정보 수집이 이렇게 쉬웠다니!</div>
  1380.            </a>
  1381.            <a href="/features#feature8" class="col-span-1 box">
  1382.                <div class="plugin-badge">플러그인</div>
  1383.                <h3 class="text-2xl font-bold mb-4">쇼핑의 즐거움 기프티콘샵 🎉</h3>
  1384.                <div>다양한 상품을 포인트로 구매하고 문자로 받아보세요! 커피 한 잔부터 맛집 상품권까지, 일상의 작은 행복을 선물해보는 건 어떨까요?</div>
  1385.            </a>
  1386.            <a href="/features#feature3" class="col-span-1 box">
  1387.                <h3 class="text-2xl font-bold mb-4">실시간 채팅 내장 💬</h3>
  1388.                <div>전체, 1:1, 그룹 채팅으로 실시간 수다 타임! 사진도 보내고 대화도 나누고, 우리 더 가까워질 수 있어요.</div>
  1389.            </a>
  1390.            <a href="/features#feature9" class="col-span-1 box">
  1391.                <div class="plugin-badge">플러그인</div>
  1392.                <h3 class="text-2xl font-bold mb-4">손쉬운 포인트 출금 신청 💰</h3>
  1393.                <div>열심히 모은 포인트를 간편한 출금 신청으로 여러분의 활동에 가치를 더해드립니다. 포인트가 쌓일수록 더 풍성해지는 혜택을 누려보세요!</div>
  1394.            </a>
  1395.            <a href="/features#feature4" class="col-span-1 box">
  1396.                <h3 class="text-2xl font-bold mb-4">수익형 배너 시스템 💰</h3>
  1397.                <div>사이트 곳곳에 예쁜 배너를 달아보세요. 수익도 올리고 사이트도 꾸미고, 일석이조랍니다!</div>
  1398.            </a>
  1399.            <a href="/features#feature10" class="col-span-1 box">
  1400.                <div class="plugin-badge">플러그인</div>
  1401.                <h3 class="text-2xl font-bold mb-4">텔레그램 실시간 연동 📱</h3>
  1402.                <div>텔레그램 채팅방과 실시간 연동! 이제 어디서든 대화에 참여할 수 있어요. 웹사이트, 모바일 앱, 텔레그램까지 끊김 없는 소통을 경험해보세요!</div>
  1403.            </a>
  1404.            <a href="/features#feature5" class="col-span-1 box">
  1405.                <h3 class="text-2xl font-bold mb-4">다양한 광고 연동 💸</h3>
  1406.                <div>구글, 쿠팡, 알리익스프레스 광고로 수익의 폭을 넓혀보세요. 여러분의 사이트가 돈을 벌어다 줄 거예요!</div>
  1407.            </a>
  1408.            <a href="/features#feature6" class="col-span-1 box">
  1409.                <h3 class="text-2xl font-bold mb-4">포인트 기반 회원 관리 제도 🏆</h3>
  1410.                <div>포인트, 등급, 그룹, 랭킹, 출석 체크로 회원들의 활동을 쑥쑥 늘려보세요. 우리 커뮤니티가 얼마나 활기차질지 기대돼요!</div>
  1411.            </a>
  1412.            <a href="/features#feature11" class="col-span-1 box">
  1413.                <div class="plugin-badge">플러그인</div>
  1414.                <h3 class="text-2xl font-bold mb-4">설치 없이 푸시알림! 웹앱 📲</h3>
  1415.                <div>별도의 앱 설치 없이 홈 화면에 아이콘 추가만으로 앱처럼 사용해보세요! 푸시 알림으로 중요한 소식도 놓치지 않고 받아볼 수 있어요. 더 스마트해진 우리 커뮤니티를 경험해보세요!</div>
  1416.            </a>
  1417.            <a href="/features#feature12" class="col-span-1 box">
  1418.                <h3 class="text-2xl font-bold mb-4">익명 커뮤니케이션 🔐</h3>
  1419.                <div>솔직한 이야기, 마음껏 나눠보세요. 익명으로 안전하게, 커뮤니티의 대화가 더 풍성해질 거예요.</div>
  1420.            </a>
  1421.            <a href="/features#feature13" class="col-span-1 box">
  1422.                <div class="plugin-badge">플러그인</div>
  1423.                <h3 class="text-2xl font-bold mb-4">안전한 본인인증 🔐</h3>
  1424.                <div>휴대폰 번호로 간편하게 본인인증! 이름, 생년월일 체크는 물론 성인인증까지 가능해요. 신뢰할 수 있는 커뮤니티를 만들어가는 첫걸음, 함께 시작해볼까요?</div>
  1425.            </a>
  1426.            <a href="/features#feature14" class="col-span-1 box">
  1427.                <h3 class="text-2xl font-bold mb-4">쪽지 시스템 📨</h3>
  1428.                <div>살짝살짝 귓속말하듯 은밀한 대화! 쪽지로 더 가까워지는 우리 커뮤니티, 어때요?</div>
  1429.            </a>
  1430.            <a href="/features#feature15" class="col-span-1 box">
  1431.                <h3 class="text-2xl font-bold mb-4">메인/사이드 위젯 🧩</h3>
  1432.                <div>예쁜 위젯으로 사이트를 꾸며볼까요? 추가하고 뺐다 맘대로! 매일매일 새로운 느낌으로 변신해요.</div>
  1433.            </a>
  1434.            <a href="/features#feature16" class="col-span-1 box">
  1435.                <div class="plugin-badge">플러그인</div>
  1436.                <h3 class="text-2xl font-bold mb-4">체험단 리뷰어 모집해요 🌟</h3>
  1437.                <div>체험단 모집부터 리뷰 작성까지, 모든 과정을 한 곳에서! 새로운 제품과 서비스를 경험하고 포인트도 받아가세요. 여러분의 솔직한 리뷰가 모두에게 도움이 됩니다!</div>
  1438.            </a>
  1439.            <a href="/features#feature17" class="col-span-1 box">
  1440.                <div class="plugin-badge">플러그인</div>
  1441.                <h3 class="text-2xl font-bold mb-4">고품질 스트리밍 🎬</h3>
  1442.                <div>여러분의 영상을 빛나게 해드려요! 업로드하면 자동으로 최적의 화질로 인코딩됩니다. 안정적인 전용 서버로 끊김 없는 스트리밍을 즐기세요. 여러분의 콘텐츠, 더 멋지게 빛날 거예요!</div>
  1443.            </a>
  1444.            <a href="/features#feature18" class="col-span-1 box">
  1445.                <h3 class="text-2xl font-bold mb-4">투표 시스템 🗳️</h3>
  1446.                <div>우리의 생각을 모아볼까요? 찬성? 반대? 다지선다 등 다양한 의견을 쉽게 모을 수 있어요. 모두의 목소리를 들어보세요!</div>
  1447.            </a>
  1448.            <a href="/features#feature19" class="col-span-1 box">
  1449.                <h3 class="text-2xl font-bold mb-4">고급 템플릿 시스템 🖌️</h3>
  1450.                <div>여러분만의 독특한 디자인을 만들어보세요. 검색엔진에도 잘 보이고, 눈에도 확 들어오는 멋진 사이트를 만들 수 있어요!</div>
  1451.            </a>
  1452.            <a href="/features#feature21" class="col-span-1 box">
  1453.                <div class="plugin-badge">플러그인</div>
  1454.                <h3 class="text-2xl font-bold mb-4">실시간 알림 서비스 🔔</h3>
  1455.                <div>새 글, 댓글, 쪽지가 올 때마다 팡팡! 알려드려요. 우리 커뮤니티의 소식, 놓치지 마세요!</div>
  1456.            </a>
  1457.            <a href="/features#feature22" class="col-span-1 box">
  1458.                <h3 class="text-2xl font-bold mb-4">유튜브 크롤러 🎬</h3>
  1459.                <div>유튜브 영상이 쏘옥~ 게시판으로 들어와요. 풍성한 콘텐츠로 방문자들이 더 오래 머물고 싶어 할 거예요!</div>
  1460.            </a>
  1461.        </div>
  1462.    </div>
  1463.    <div class="w-full marquee-container -mt-20 overflow-hidden pb-16" data-aos="zoom-in-up">
  1464.        <div class="marquee-content2 flex gap-5 flex-nowrap *:min-w-96">
  1465.            <a href="/features#feature23" class="col-span-1 box">
  1466.                <div class="plugin-badge">플러그인</div>
  1467.                <h3 class="text-2xl font-bold mb-4">한눈에 보는 캘린더 이벤트 📅</h3>
  1468.                <div>메인 화면에 깔끔한 달력을 추가했어요. 중요한 일정을 모두와 공유해보세요. 우리 커뮤니티의 특별한 날들, 놓치지 않고 함께 즐겨요!</div>
  1469.            </a>
  1470.            <a href="/features#feature24" class="col-span-1 box">
  1471.                <div class="plugin-badge">플러그인</div>
  1472.                <h3 class="text-2xl font-bold mb-4">포인트를 주고 받고 🎁</h3>
  1473.                <div>회원 간 포인트 주고받기, 이제 가능해요! 감사의 마음, 축하의 마음을 포인트에 담아 전해보세요. 우리 사이 더 가까워지는 것 같지 않나요?</div>
  1474.            </a>
  1475.            <a href="/features#feature25" class="col-span-1 box">
  1476.                <h3 class="text-2xl font-bold mb-4">고급 관리자 보안 🔑</h3>
  1477.                <div>2차 비밀번호로 철통보안! 관리자 계정을 지켜주니 안심하고 사이트를 운영하세요.</div>
  1478.            </a>
  1479.            <a href="/features#feature26" class="col-span-1 box">
  1480.                <h3 class="text-2xl font-bold mb-4">글로벌 언어 지원 🌍</h3>
  1481.                <div>13개 언어로 전 세계 사람들과 이야기해요. 한국어부터 힌디어까지, 세계는 넓고 할 이야기는 많답니다!</div>
  1482.            </a>
  1483.            <a href="/features#feature27" class="col-span-1 box">
  1484.                <div class="plugin-badge">플러그인</div>
  1485.                <h3 class="text-2xl font-bold mb-4">클릭 한 번으로 편리한 결제 💳</h3>
  1486.                <div>카드는 물론 네이버페이, 카카오페이, 토스 등 다양한 결제 수단을 제공해요. 원하는 방식으로 빠르고 안전하게 결제하세요. 편리함이 한 층 업그레이드됩니다!</div>
  1487.            </a>
  1488.            <a href="/features#feature28" class="col-span-1 box">
  1489.                <h3 class="text-2xl font-bold mb-4">안전한 회원가입 인증 👤</h3>
  1490.                <div>문자나 이메일로 본인인증, 어렵지 않아요. 믿을 수 있는 회원들과 함께 즐거운 커뮤니티를 만들어가요!</div>
  1491.            </a>
  1492.            <a href="/features#feature29" class="col-span-1 box">
  1493.                <div class="plugin-badge">플러그인</div>
  1494.                <h3 class="text-2xl font-bold mb-4">함께 성장하는 추천인 제도 🤝</h3>
  1495.                <div>친구를 초대하고 보상 포인트도 받고! 회원가입 시 추천인을 입력하면 두 분 모두에게 포인트를 드려요. 우리 커뮤니티, 함께 키워가요!</div>
  1496.            </a>
  1497.            <a href="/features#feature30" class="col-span-1 box">
  1498.                <h3 class="text-2xl font-bold mb-4">모바일 전용 하단 메뉴 👆</h3>
  1499.                <div>앱처럼 쓱싹 움직이는 모바일 메뉴예요. 손가락 하나로 모든 걸 할 수 있다니, 얼마나 편리한가요?</div>
  1500.            </a>
  1501.            <a href="/features#feature31" class="col-span-1 box">
  1502.                <div class="plugin-badge">플러그인</div>
  1503.                <h3 class="text-2xl font-bold mb-4">우리만의 작은 쇼핑몰 🛍️</h3>
  1504.                <div>상품 등록부터 구매, 배송 관리, 리뷰까지! 쇼핑몰 전용 메뉴로 편리한 쇼핑 경험을 제공해요. 우리 커뮤니티만의 특별한 상품을 만나보세요!</div>
  1505.            </a>
  1506.            <a href="/features#feature32" class="col-span-1 box">
  1507.                <h3 class="text-2xl font-bold mb-4">HTML 페이지 생성 📝</h3>
  1508.                <div>나만의 특별한 페이지를 만들어볼까요? 주소까지 내 맘대로! 상상하는 모든 것을 현실로 만들어보세요.</div>
  1509.            </a>
  1510.            <a href="/features#feature33" class="col-span-1 box">
  1511.                <h3 class="text-2xl font-bold mb-4">AI 자동 글쓰기 🤖</h3>
  1512.                <div>ChatGPT의 도움을 받아 제목부터 본문, 심지어 이미지까지 뚝딱! 예약 포스팅으로 꾸준한 글쓰기, 어렵지 않아요. 여러분의 커뮤니티가 쑥쑥 자라날 거예요!</div>
  1513.            </a>
  1514.            <a href="/features#feature34" class="col-span-1 box">
  1515.                <div class="plugin-badge">플러그인</div>
  1516.                <h3 class="text-2xl font-bold mb-4">나만의 작은 공간, 블로그 📝</h3>
  1517.                <div>회원마다 특별한 블로그형 게시판을 드려요! 관심 있는 회원들과 팔로우하며 소통해보세요. 여러분만의 이야기로 가득한 작은 세상을 만들어보는 건 어떨까요?</div>
  1518.            </a>
  1519.            <a href="/features#feature35" class="col-span-1 box">
  1520.                <h3 class="text-2xl font-bold mb-4">강력한 IP 차단 기능 🚫</h3>
  1521.                <div>불편한 사용자나 이상한 트래픽, 이제 안녕~ IP 차단으로 깨끗하고 안전한 커뮤니티를 만들어보세요. 여러분의 공간을 지켜드릴게요!</div>
  1522.            </a>
  1523.            <a href="/features#feature20" class="col-span-1 box">
  1524.                <h3 class="text-2xl font-bold mb-4">다채로운 게시판 스타일 🎨</h3>
  1525.                <div>기본, 클래식, 사진, 북마크, 블로그형까지! 다양한 게시판 스타일로 눈이 즐거운 커뮤니티를 만들어보세요. 어떤 스타일을 고르실 건가요? 기대돼요!</div>
  1526.            </a>
  1527.            <a href="/features" class="col-span-1 box">
  1528.                <h3 class="text-2xl font-bold mb-4">우와, 너무 많죠? 😮</h3>
  1529.                <div>하지만 어떡하죠? 아직 설명 드리지 않은 기능이 더 많아요! 한번 간단한 스크린샷과 함께 둘러볼까요?</div>
  1530.            </a>
  1531.        </div>
  1532.    </div>
  1533.    <style>
  1534.        .marquee-container .marquee-content {
  1535.            animation: marquee 20s linear infinite;
  1536.        }
  1537.  
  1538.        .marquee-container .marquee-content2 {
  1539.            animation: marquee 20s linear infinite reverse;
  1540.        }
  1541.  
  1542.        @keyframes marquee {
  1543.            0% {
  1544.                transform: translate(0, 0);
  1545.            }
  1546.            100% {
  1547.                transform: translate(-100%, 0);
  1548.            }
  1549.        }
  1550.    </style>
  1551.  
  1552.    <div class="relative isolate" data-aos="zoom-in-up">
  1553.        <div class="absolute inset-x-0 top-1/2 -z-10 -translate-y-1/2 transform-gpu overflow-hidden opacity-30 blur-3xl" aria-hidden="true">
  1554.            <div class="ml-[max(50%,38rem)] aspect-[1313/771] w-[82.0625rem] bg-gradient-to-tr from-[#ff80b5] to-[#9089fc]"
  1555.                 style="clip-path: polygon(74.1% 44.1%, 100% 61.6%, 97.5% 26.9%, 85.5% 0.1%, 80.7% 2%, 72.5% 32.5%, 60.2% 62.4%, 52.4% 68.1%, 47.5% 58.3%, 45.2% 34.5%, 27.5% 76.7%, 0.1% 64.9%, 17.9% 100%, 27.6% 76.8%, 76.1% 97.7%, 74.1% 44.1%)"></div>
  1556.        </div>
  1557.        <div class="absolute inset-x-0 top-0 -z-10 flex transform-gpu overflow-hidden pt-32 opacity-25 blur-3xl sm:pt-40 xl:justify-end" aria-hidden="true">
  1558.            <div class="ml-[-22rem] aspect-[1313/771] w-[82.0625rem] flex-none origin-top-right rotate-[30deg] bg-gradient-to-tr from-[#ff80b5] to-[#9089fc] xl:ml-0 xl:mr-[calc(50%-12rem)]"
  1559.                 style="clip-path: polygon(74.1% 44.1%, 100% 61.6%, 97.5% 26.9%, 85.5% 0.1%, 80.7% 2%, 72.5% 32.5%, 60.2% 62.4%, 52.4% 68.1%, 47.5% 58.3%, 45.2% 34.5%, 27.5% 76.7%, 0.1% 64.9%, 17.9% 100%, 27.6% 76.8%, 76.1% 97.7%, 74.1% 44.1%)"></div>
  1560.        </div>
  1561.        <div class="mx-auto max-w-7xl px-6 lg:px-8">
  1562.            <div class="mx-auto max-w-xl text-center">
  1563.                <h2 class="text-lg font-semibold leading-8 tracking-tight text-gray-600">고객님들의 생생한 목소리 📢 </h2>
  1564.                <p class="mt-2 text-3xl font-bold tracking-tight text-gray-900 sm:text-4xl">우리의 자랑, 수천 명의 멋진 고객님들!</p>
  1565.            </div>
  1566.            <div class="mx-auto mt-16 grid max-w-2xl grid-cols-1 grid-rows-1 gap-8 text-sm leading-6 text-gray-900 sm:grid-cols-2 xl:mx-0 xl:max-w-none xl:grid-flow-col xl:grid-cols-4">
  1567.                <figure class="rounded-2xl bg-white shadow-lg ring-1 ring-gray-900/5 sm:col-span-2 xl:col-start-2 xl:row-end-1">
  1568.                    <blockquote class="p-6 text-lg font-semibold leading-7 tracking-tight text-gray-900 sm:p-12 sm:text-xl sm:leading-8">
  1569.                        <p>
  1570.                            “4개월간 여러 서비스를 살펴보다 13번의 다른 업체와의 미팅 끝에 와플보드를 발견했는데, 정말 눈이 번쩍 뜨이는 경험이었습니다. 숨고나 크몽은 500만원에서 800만원까지 부르는 서비스를 와플보드는 훨씬 저렴한 가격에 제공하면서도, 기능은 오히려 더 뛰어나더군요.
  1571.                            프리랜서와 사업자분들께
  1572.                            자신 있게 추천드립니다. 와플보드를 선택하면 시간과 비용을 크게 아끼실 수 있을 겁니다.”
  1573.                        </p>
  1574.                    </blockquote>
  1575.                </figure>
  1576.                <div class="space-y-8 xl:contents xl:space-y-0">
  1577.                    <div class="space-y-8 xl:row-span-2">
  1578.                        <figure class="rounded-2xl bg-white p-6 shadow-lg ring-1 ring-gray-900/5">
  1579.                            <blockquote class="text-gray-900">
  1580.                                <p>“와플보드 덕분에 회원 관리와 게시판 운영이 놀랍도록 수월해졌고, 특히 1:1 채팅 기능으로 회원 간 거래가 활성화되었습니다. '유저 제재', '공지사항 관리', '포인트 관리', '등급 설정', '게시판 분류' 등의 관리자 기능이 직관적이고 편리해서,
  1581.                                    지금까지 사용해 본 어떤 솔루션보다 커뮤니티 운영이 원활해졌습니다.”</p>
  1582.                            </blockquote>
  1583.                        </figure>
  1584.                    </div>
  1585.                    <div class="space-y-8 xl:row-start-1">
  1586.                        <figure class="rounded-2xl bg-white p-6 shadow-lg ring-1 ring-gray-900/5">
  1587.                            <blockquote class="text-gray-900">
  1588.                                <p>“와플보드를 사용하면서 마치 싸이월드 꾸미는 느낌이 났는데, 프리셋에서 원하는 디자인을 골라 수정할 수 있어 같은 플랫폼 내에서도 매번 새로운 사이트처럼 꾸밀 수 있었습니다.”</p>
  1589.                            </blockquote>
  1590.                        </figure>
  1591.  
  1592.                        <!-- More testimonials... -->
  1593.                    </div>
  1594.                </div>
  1595.                <div class="space-y-8 xl:contents xl:space-y-0">
  1596.                    <div class="space-y-8 xl:row-start-1">
  1597.                        <figure class="rounded-2xl bg-white p-6 shadow-lg ring-1 ring-gray-900/5">
  1598.                            <blockquote class="text-gray-900">
  1599.                                <p>“일단 설치가 무척 빨라요. 그리고 서버 관리를 직접 해주셔서 좋아요. 조금만 상위노출 되면 해외에서 해킹시도나 디도스가 엄청 오는데 10분만에 다 막아주시더라구요. 예전에 대기업 인프라팀에 계셨다고 해서 그런지.. 신뢰가 팍팍 갔습니다.”</p>
  1600.                            </blockquote>
  1601.                        </figure>
  1602.  
  1603.                        <!-- More testimonials... -->
  1604.                    </div>
  1605.                    <div class="space-y-8 xl:row-span-2">
  1606.                        <figure class="rounded-2xl bg-white p-6 shadow-lg ring-1 ring-gray-900/5">
  1607.                            <blockquote class="text-gray-900">
  1608.                                <p>“상품 저가 할인 행사등에 있어서 알림이 필수였는데요, 앱 출시를 통해 푸시 기능을 구현했고 와플 내부적으로 계속 업데이트 해주시더니 알림 전파속도가 점점 더 빨라지고 있어요. 한번 구매로 업데이트를 계속 받을 수 있어서 좋아요.”</p>
  1609.                            </blockquote>
  1610.                        </figure>
  1611.  
  1612.                        <!-- More testimonials... -->
  1613.                    </div>
  1614.                </div>
  1615.            </div>
  1616.        </div>
  1617.    </div>
  1618.  
  1619.  
  1620.    <section class="grid grid-cols-1 md:grid-cols-3 gap-9 container max-w-7xl mx-auto mx-4" data-aos="zoom-in-up">
  1621.  
  1622.        <a href="#" class="box">
  1623.            <h2 class="text-2xl font-bold mb-4">가격안내 ⚡️</h2>
  1624.            <div class="space-y-2">
  1625.                <div class="text-4xl font-bold text-[#00ffa8]">330,000원</div>
  1626.                <div>사이트 1개당 라이센스 / 한번만 지불</div>
  1627.            </div>
  1628.        </a>
  1629.  
  1630.        <a href="#" class="col-span-1 md:col-span-2 box">
  1631.            <h2 class="text-2xl font-bold mb-4">서버 호스팅은 와플 클라우드에 맡겨주세요 🌤</h2>
  1632.            <div>
  1633.                AWS, 카페24보다 2~3배 더 싸게 이용해요! 거기에 와플보드 전용 서버라서 설치와 관리까지 한번에..? 더 이상 트래픽 초과로 인한 폭탄 요금은 그만!! 와플은 정해진 금액 이상 나갈 일이 없어요! 너무 편하죠? 🥰
  1634.                <br/>
  1635.                <span class="text-gray-400 text-xs">(1CPU, 1GB RAM, 25GB SSD, 1TB Outbound 트래픽 기준)</span>
  1636.            </div>
  1637.        </a>
  1638.  
  1639.  
  1640.        <details class="box col-span-1 hover:cursor-pointer !p-0">
  1641.            <summary class="p-10 list-none font-bold">Q. 구매는 어떻게 해요?</summary>
  1642.            <p class="p-10 -mt-16">채널톡/카카오톡/텔레그램 중 편하신 메신저로 연락주세요~ 설치는 2분안에 완료돼요 😍</p>
  1643.        </details>
  1644.  
  1645.        <details class="box col-span-1 hover:cursor-pointer !p-0">
  1646.            <summary class="p-10 list-none font-bold">Q. 기본 기능 말고 추가적으로 필요한 기능이 있으면 어쩌죠?</summary>
  1647.            <p class="p-10 -mt-16">필요한 기능을 말씀해주세요! 와플보드 제작진이 직접 맞춤으로 제작해드릴거에요! 💪</p>
  1648.        </details>
  1649.  
  1650.        <details class="box col-span-1 hover:cursor-pointer !p-0">
  1651.            <summary class="p-10 list-none font-bold">Q. 사이트 운영하다 다른 솔루션을 쓰고 싶을땐 어떻게 해요?</summary>
  1652.            <p class="p-10 -mt-16">와플보드를 떠나시는 것이 아쉽지만! 데이터베이스와 이미지 등 첨부파일을 모두 전달해드려요~ 걱정마세요, 데이터는 소중하게 보관하고 있답니다! 🚛</p>
  1653.        </details>
  1654.  
  1655.        <div class="col-span-full box">
  1656.            <h2 class="text-2xl font-bold mb-4">블로그</h2>
  1657.            <div class="grid grid-cols-1 md:grid-cols-3 gap-6">
  1658.                <div class="space-y-2">
  1659.                    <a href="/blog/23" class="block">
  1660.                        <img src="https://static.waffleboard.io/blog/1693564789077-40st864wcsf.png" alt="워드프레스 수익형 블로그 만들기 (feat.애드센스)" class="w-full h-48 object-cover rounded-lg">
  1661.                    </a>
  1662.                    <a href="/blog/23" class="block font-semibold hover:underline">워드프레스 수익형 블로그 만들기 (feat.애드센스)</a>
  1663.                </div>
  1664.                <div class="space-y-2">
  1665.                    <a href="/blog/22" class="block">
  1666.                        <img src="https://static.waffleboard.io/blog/1693457795434-o2lax1nbzvl.png" alt="제휴마케팅 하는법 & 추천 플랫폼 5가지" class="w-full h-48 object-cover rounded-lg">
  1667.                    </a>
  1668.                    <a href="/blog/22" class="block font-semibold hover:underline">제휴마케팅 하는법 & 추천 플랫폼 5가지</a>
  1669.                </div>
  1670.                <div class="space-y-2">
  1671.                    <a href="/blog/21" class="block">
  1672.                        <img src="https://static.waffleboard.io/blog/1693412848587-fo4sesr5oo.png" alt="자동수익 시스템 만들기" class="w-full h-48 object-cover rounded-lg">
  1673.                    </a>
  1674.                    <a href="/blog/21" class="block font-semibold hover:underline">자동수익 시스템 만들기</a>
  1675.                </div>
  1676.            </div>
  1677.        </div>
  1678.  
  1679.    </section>
  1680. </main>
  1681. <style>
  1682.    footer {
  1683.        display: flex;
  1684.        justify-content: center;
  1685.        align-items: center;
  1686.        margin-top: 60px;
  1687.        padding-bottom: 80px;
  1688.    }
  1689.  
  1690.    footer .wrap {
  1691.        display: flex;
  1692.        justify-content: center;
  1693.        align-items: center;
  1694.        flex-direction: row;
  1695.    }
  1696.  
  1697.    footer .support {
  1698.        font-size: 1.2em;
  1699.        font-weight: bold;
  1700.        padding-bottom: 20px;
  1701.    }
  1702.  
  1703.    footer .company {
  1704.        flex: 1;
  1705.        font-size: 0.9em;
  1706.        color: rgba(0, 0, 0, 0.7);
  1707.    }
  1708.  
  1709.    footer .company .line {
  1710.        display: flex;
  1711.        justify-content: flex-start;
  1712.        align-items: center;
  1713.        padding: 4px 0;
  1714.    }
  1715.  
  1716.    footer .company .title {
  1717.        color: rgba(0, 0, 0, 0.4);
  1718.    }
  1719.  
  1720.    footer .company .slash {
  1721.        color: rgba(0, 0, 0, 0.2);
  1722.        padding: 0 6px;
  1723.    }
  1724.  
  1725.    footer .affiliate {
  1726.        display: flex;
  1727.        justify-content: flex-end;
  1728.        align-items: center;
  1729.        gap: 20px;
  1730.    }
  1731.  
  1732.    footer .affiliate svg {
  1733.        max-width: 100px;
  1734.        height: 40px;
  1735.    }
  1736.  
  1737.    @media (max-width: 1250px) {
  1738.        footer .wrap {
  1739.            flex-direction: column;
  1740.        }
  1741.  
  1742.        footer .company {
  1743.            margin-bottom: 20px;
  1744.        }
  1745.  
  1746.        footer .company .line {
  1747.            justify-content: center;
  1748.            text-align: center;
  1749.            flex-direction: column;
  1750.        }
  1751.  
  1752.        footer .company .line div {
  1753.            padding: 4px 0;
  1754.        }
  1755.  
  1756.        footer .company .slash {
  1757.            display: none;
  1758.        }
  1759.    }
  1760. </style>
  1761. <footer>
  1762.    <div class="wrap">
  1763.        <div class="company">
  1764. <!--            <div class="line">-->
  1765. <!--                <a-->
  1766. <!--                    href="https://waffleboard.gitbook.io/manual/"-->
  1767. <!--                    target="_blank"-->
  1768. <!--                    class="support"-->
  1769. <!--                    >와플보드 메뉴얼</a-->
  1770. <!--                >-->
  1771. <!--            </div>-->
  1772.            <div class="line">
  1773.                <div>
  1774.                    <span class="title"
  1775.                        ><a
  1776.                            href="https://waffleboard.channel.io"
  1777.                            target="_blank"
  1778.                            onclick="contactCheck()"
  1779.                            >채팅 상담하기</a
  1780.                        >
  1781.                        (홈페이지 우측 하단 채널톡 버튼)</span
  1782.                    >
  1783.                </div>
  1784.                <div class="slash">|</div>
  1785.                <div>
  1786.                    <span class="title">카카오톡 채널 : </span
  1787.                    ><a href="http://pf.kakao.com/_xdfBYb/chat" target="_blank" onclick="contactCheck()"
  1788.                        >와플보드</a
  1789.                    >
  1790.                </div>
  1791.                <div class="slash">|</div>
  1792.                <div>
  1793.                    <span class="title">텔레그램 : </span
  1794.                    ><a
  1795.                        href="https://t.me/waffleboard"
  1796.                        target="_blank"
  1797.                        onclick="contactCheck()"
  1798.                        >메세지 보내기</a
  1799.                    >
  1800.                </div>
  1801.            </div>
  1802.            <div class="line">
  1803.                <div><span class="title">BusyFingers 대표 : </span>이은찬</div>
  1804.                <div class="slash">|</div>
  1805.                <div>
  1806.                    <span class="title">소재지 : </span>경기도 용인시 기흥구
  1807.                    강남서로 9, 7층 703호 K256호
  1808.                </div>
  1809.            </div>
  1810.            <div class="line">
  1811.                <div>
  1812.                    <span class="title">사업자등록번호 : </span>696-37-01183
  1813.                </div>
  1814.                <div class="slash">|</div>
  1815.                <div><span class="title">호스팅제공 : </span>AWS</div>
  1816.            </div>
  1817.            <div class="line">
  1818.                <div><a href="/license">라이센스 및 교환환불정책</a></div>
  1819.            </div>
  1820.        </div>
  1821.        <div class="affiliate">
  1822.            <a href="https://aws.amazon.com/ko/" target="_blank" class="aws">
  1823.                <svg
  1824.                    xmlns="http://www.w3.org/2000/svg"
  1825.                    xmlns:xlink="http://www.w3.org/1999/xlink"
  1826.                    version="1.1"
  1827.                    id="Layer_1"
  1828.                    x="0px"
  1829.                    y="0px"
  1830.                    viewBox="0 0 304 182"
  1831.                    style="enable-background: new 0 0 304 182"
  1832.                    xml:space="preserve"
  1833.                >
  1834.                    <style type="text/css">
  1835.                        .st0 {
  1836.                            fill: #252f3e;
  1837.                        }
  1838.                        .st1 {
  1839.                            fill-rule: evenodd;
  1840.                            clip-rule: evenodd;
  1841.                            fill: #ff9900;
  1842.                        }
  1843.                    </style>
  1844.                    <g>
  1845.                        <path
  1846.                            class="st0"
  1847.                            d="M86.4,66.4c0,3.7,0.4,6.7,1.1,8.9c0.8,2.2,1.8,4.6,3.2,7.2c0.5,0.8,0.7,1.6,0.7,2.3c0,1-0.6,2-1.9,3l-6.3,4.2   c-0.9,0.6-1.8,0.9-2.6,0.9c-1,0-2-0.5-3-1.4C76.2,90,75,88.4,74,86.8c-1-1.7-2-3.6-3.1-5.9c-7.8,9.2-17.6,13.8-29.4,13.8   c-8.4,0-15.1-2.4-20-7.2c-4.9-4.8-7.4-11.2-7.4-19.2c0-8.5,3-15.4,9.1-20.6c6.1-5.2,14.2-7.8,24.5-7.8c3.4,0,6.9,0.3,10.6,0.8   c3.7,0.5,7.5,1.3,11.5,2.2v-7.3c0-7.6-1.6-12.9-4.7-16c-3.2-3.1-8.6-4.6-16.3-4.6c-3.5,0-7.1,0.4-10.8,1.3c-3.7,0.9-7.3,2-10.8,3.4   c-1.6,0.7-2.8,1.1-3.5,1.3c-0.7,0.2-1.2,0.3-1.6,0.3c-1.4,0-2.1-1-2.1-3.1v-4.9c0-1.6,0.2-2.8,0.7-3.5c0.5-0.7,1.4-1.4,2.8-2.1   c3.5-1.8,7.7-3.3,12.6-4.5c4.9-1.3,10.1-1.9,15.6-1.9c11.9,0,20.6,2.7,26.2,8.1c5.5,5.4,8.3,13.6,8.3,24.6V66.4z M45.8,81.6   c3.3,0,6.7-0.6,10.3-1.8c3.6-1.2,6.8-3.4,9.5-6.4c1.6-1.9,2.8-4,3.4-6.4c0.6-2.4,1-5.3,1-8.7v-4.2c-2.9-0.7-6-1.3-9.2-1.7   c-3.2-0.4-6.3-0.6-9.4-0.6c-6.7,0-11.6,1.3-14.9,4c-3.3,2.7-4.9,6.5-4.9,11.5c0,4.7,1.2,8.2,3.7,10.6   C37.7,80.4,41.2,81.6,45.8,81.6z M126.1,92.4c-1.8,0-3-0.3-3.8-1c-0.8-0.6-1.5-2-2.1-3.9L96.7,10.2c-0.6-2-0.9-3.3-0.9-4   c0-1.6,0.8-2.5,2.4-2.5h9.8c1.9,0,3.2,0.3,3.9,1c0.8,0.6,1.4,2,2,3.9l16.8,66.2l15.6-66.2c0.5-2,1.1-3.3,1.9-3.9c0.8-0.6,2.2-1,4-1   h8c1.9,0,3.2,0.3,4,1c0.8,0.6,1.5,2,1.9,3.9l15.8,67l17.3-67c0.6-2,1.3-3.3,2-3.9c0.8-0.6,2.1-1,3.9-1h9.3c1.6,0,2.5,0.8,2.5,2.5   c0,0.5-0.1,1-0.2,1.6c-0.1,0.6-0.3,1.4-0.7,2.5l-24.1,77.3c-0.6,2-1.3,3.3-2.1,3.9c-0.8,0.6-2.1,1-3.8,1h-8.6c-1.9,0-3.2-0.3-4-1   c-0.8-0.7-1.5-2-1.9-4L156,23l-15.4,64.4c-0.5,2-1.1,3.3-1.9,4c-0.8,0.7-2.2,1-4,1H126.1z M254.6,95.1c-5.2,0-10.4-0.6-15.4-1.8   c-5-1.2-8.9-2.5-11.5-4c-1.6-0.9-2.7-1.9-3.1-2.8c-0.4-0.9-0.6-1.9-0.6-2.8v-5.1c0-2.1,0.8-3.1,2.3-3.1c0.6,0,1.2,0.1,1.8,0.3   c0.6,0.2,1.5,0.6,2.5,1c3.4,1.5,7.1,2.7,11,3.5c4,0.8,7.9,1.2,11.9,1.2c6.3,0,11.2-1.1,14.6-3.3c3.4-2.2,5.2-5.4,5.2-9.5   c0-2.8-0.9-5.1-2.7-7c-1.8-1.9-5.2-3.6-10.1-5.2L246,52c-7.3-2.3-12.7-5.7-16-10.2c-3.3-4.4-5-9.3-5-14.5c0-4.2,0.9-7.9,2.7-11.1   c1.8-3.2,4.2-6,7.2-8.2c3-2.3,6.4-4,10.4-5.2c4-1.2,8.2-1.7,12.6-1.7c2.2,0,4.5,0.1,6.7,0.4c2.3,0.3,4.4,0.7,6.5,1.1   c2,0.5,3.9,1,5.7,1.6c1.8,0.6,3.2,1.2,4.2,1.8c1.4,0.8,2.4,1.6,3,2.5c0.6,0.8,0.9,1.9,0.9,3.3v4.7c0,2.1-0.8,3.2-2.3,3.2   c-0.8,0-2.1-0.4-3.8-1.2c-5.7-2.6-12.1-3.9-19.2-3.9c-5.7,0-10.2,0.9-13.3,2.8c-3.1,1.9-4.7,4.8-4.7,8.9c0,2.8,1,5.2,3,7.1   c2,1.9,5.7,3.8,11,5.5l14.2,4.5c7.2,2.3,12.4,5.5,15.5,9.6c3.1,4.1,4.6,8.8,4.6,14c0,4.3-0.9,8.2-2.6,11.6   c-1.8,3.4-4.2,6.4-7.3,8.8c-3.1,2.5-6.8,4.3-11.1,5.6C264.4,94.4,259.7,95.1,254.6,95.1z"
  1848.                        />
  1849.                        <g>
  1850.                            <path
  1851.                                class="st1"
  1852.                                d="M273.5,143.7c-32.9,24.3-80.7,37.2-121.8,37.2c-57.6,0-109.5-21.3-148.7-56.7c-3.1-2.8-0.3-6.6,3.4-4.4    c42.4,24.6,94.7,39.5,148.8,39.5c36.5,0,76.6-7.6,113.5-23.2C274.2,133.6,278.9,139.7,273.5,143.7z"
  1853.                            />
  1854.                            <path
  1855.                                class="st1"
  1856.                                d="M287.2,128.1c-4.2-5.4-27.8-2.6-38.5-1.3c-3.2,0.4-3.7-2.4-0.8-4.5c18.8-13.2,49.7-9.4,53.3-5    c3.6,4.5-1,35.4-18.6,50.2c-2.7,2.3-5.3,1.1-4.1-1.9C282.5,155.7,291.4,133.4,287.2,128.1z"
  1857.                            />
  1858.                        </g>
  1859.                    </g>
  1860.                </svg>
  1861.            </a>
  1862.        </div>
  1863.    </div>
  1864. </footer>
  1865. <script>
  1866.    // Delete Button Confirm
  1867.    const deleteBtn = document.querySelectorAll('button[value="delete"]');
  1868.    deleteBtn.forEach(b => {
  1869.        b.addEventListener("click", event => {
  1870.            if (!confirm("삭제 확인")) {
  1871.                event.stopImmediatePropagation();
  1872.                event.preventDefault();
  1873.            }
  1874.        });
  1875.    });
  1876.  
  1877.    const makeOrderNumber = async () => {
  1878.        return new Promise((resolve, reject) => {
  1879.            const xhr = new XMLHttpRequest();
  1880.            xhr.onload = () => {
  1881.                if (xhr.status === 200 || xhr.status === 201) {
  1882.                    const result = xhr.responseText;
  1883.                    resolve(result);
  1884.                } else {
  1885.                    console.error(xhr.responseText);
  1886.                }
  1887.            };
  1888.            xhr.open("GET", "/api/makeOrderNumber");
  1889.            xhr.send();
  1890.        });
  1891.    };
  1892. </script>
  1893. <script defer>
  1894.    (function () {
  1895.        var w = window;
  1896.        if (w.ChannelIO) {
  1897.            return w.console.error("ChannelIO script included twice.");
  1898.        }
  1899.        var ch = function () {
  1900.            ch.c(arguments);
  1901.        };
  1902.        ch.q = [];
  1903.        ch.c = function (args) {
  1904.            ch.q.push(args);
  1905.        };
  1906.        w.ChannelIO = ch;
  1907.        function l() {
  1908.            if (w.ChannelIOInitialized) {
  1909.                return;
  1910.            }
  1911.            w.ChannelIOInitialized = true;
  1912.            var s = document.createElement("script");
  1913.            s.type = "text/javascript";
  1914.            s.async = true;
  1915.            s.src = "https://cdn.channel.io/plugin/ch-plugin-web.js";
  1916.            var x = document.getElementsByTagName("script")[0];
  1917.            if (x.parentNode) {
  1918.                x.parentNode.insertBefore(s, x);
  1919.            }
  1920.        }
  1921.        if (document.readyState === "complete") {
  1922.            l();
  1923.        } else {
  1924.            w.addEventListener("DOMContentLoaded", l);
  1925.            w.addEventListener("load", l);
  1926.        }
  1927.    })();
  1928.  
  1929.    ChannelIO("boot", {
  1930.        pluginKey: "51ac5e7c-e0d3-4592-98c1-c8c9673a52fa",
  1931.    });
  1932.    ChannelIO("onShowMessenger", () => {
  1933.        contactCheck();
  1934.    });
  1935. </script>
  1936.  
  1937. <!-- Event snippet for 문의 conversion page
  1938. In your html page, add the snippet and call gtag_report_conversion when someone clicks on the chosen link or button. -->
  1939. <script>
  1940.  function gtag_report_conversion_contact(url) {
  1941.    var callback = function () {
  1942.      if (typeof(url) != 'undefined') {
  1943.        window.location = url;
  1944.      }
  1945.    };
  1946.    gtag('event', 'conversion', {
  1947.        'send_to': 'AW-778486207/oQS6CL2o6sEDEL-Dm_MC',
  1948.        'event_callback': callback
  1949.    });
  1950.    return false;
  1951.  }
  1952. </script>
  1953. <script src="https://cdnjs.cloudflare.com/ajax/libs/aos/2.3.4/aos.js" integrity="sha512-A7AYk1fGKX6S2SsHywmPkrnzTZHrgiVT7GcQkLGDe2ev0aWb8zejytzS8wjo7PGEXKqJOrjQ4oORtnimIRZBtw==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
  1954. <script>AOS.init();</script>
  1955. </body>
  1956. </html>
  1957.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda