Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
301 Moved Permanently - cwlgs.com
HTTP Status: 301
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Server: CloudFront
Date: Fri, 02 May 2025 03:28:07 GMT
Content-Type: text/html
Content-Length: 167
Connection: keep-alive
Location: https://cwlgs.com/
X-Cache: Redirect from cloudfront
Via: 1.1 547726f52324ef3a0c4ac01a3354e36a.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: HEL50-C2
X-Amz-Cf-Id: YmaJa8o6v7JNixo0-rVao1meu5br_pax7sp6MRHm_GVUfMsJgILSNw==

HTTP Code 301 Moved Permanently

301 status code means that the requested resource has been permanently moved to a new URL. All future requests should use the new address.

When is Code 301 used?

  • When changing a website domain
  • When modifying URL structures
  • When setting up redirects for SEO

What does Code 301 mean for the user?

The browser will automatically redirect the user to the new address, and search engines will update their indexes.

200 OK - https://cwlgs.com/
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Content-Type: text/html;charset=UTF-8
Transfer-Encoding: chunked
Connection: keep-alive
Date: Fri, 02 May 2025 03:28:08 GMT
Set-Cookie: SESSION=YzZmYjFiYTMtZWJjMC00ZmQxLWFkODAtNDNkOGE3NDBmNzcz; Path=/; HttpOnly; SameSite=Lax
Content-Language: ko
Server: nginx
Vary: Accept-Encoding
Cache-Control: no-store
X-Cache: Miss from cloudfront
Via: 1.1 f44b0401aa25ee4759a1c3f13a10909a.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: HEL50-C2
X-Amz-Cf-Id: -mAN-TfFzl7gpqRpyIx5aKBlm3otp5HOoGllQZKHAOUnxnV-VKajeg==

HTTP Code 200 OK

200 status code is a standard successful HTTP server response. It means that the client’s request (e.g., from a browser) was successfully processed, and the server is delivering the requested data.

When is Code 200 used?

  • When loading a web page
  • When successfully receiving an API response
  • When processing a form or another HTTP request

What does Code 200 mean for the user?

The user receives content without errors, and the page or application functions properly. If Code 200 is accompanied by data, the browser or program processes and displays it to the user.

GET / HTTP/1.1
Host: cwlgs.com
Accept: */*
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])




<!DOCTYPE html>
<html lang="ko">
<head>
    <meta http-equiv="X-UA-Compatible" id="X-UA-Compatible" content="IE=edge"/>


    




    



    <script src="https://ajax.googleapis.com/ajax/libs/webfont/1.5.6/webfont.js?v=09071146"></script>
    <script src="https://static.sixshop.com/resources/js/norequire/ssa.js"></script>
    <script>WebFont.load({google:{families:['Belleza:400','Julius+Sans+One:400','Jura:400','Cinzel:400','Ovo:400','Nanum+Gothic:400:korean']}});</script>
    <link rel='stylesheet' type='text/css' href='https://contents.sixshop.com/uploadedFiles/118991/css/designSetting1745942560522.css'>

    




    
    
        <meta id="metaTagViewport" name="viewport" content="width=device-width">
    


    
    
        <meta name="robots" content="All">
        <meta name="robots" content="index,follow">
    


<link rel="apple-touch-icon" href="https://contents.sixshop.com/uploadedFiles/118991/default/image_1729046297598.png">
<link rel="apple-touch-icon-precomposed" href="https://contents.sixshop.com/uploadedFiles/118991/default/image_1729046297598.png">

    
        <link rel="canonical" href="http://www.cwlgs.com">
    
    


    
    
    
    
    
        <title>CWLGS</title>
    


    
    
    
    
        <meta name="description" content="Jihoon Chai's Art"/>
    
    


    
    
    
    
        <link rel="image_src" href="https://contents.sixshop.com/uploadedFiles/118991/default/image_1729046319171.jpg"/>
    
    


<!-- 페이스북 -->

    
        <meta property="og:url" content="http://www.cwlgs.com"/>
    
    


    
    
    
        <meta property="og:type" content="website"/>
    


    
    
    
    
    
        <meta property="og:title" content="CWLGS"/>
    


    
    
    
    
        <meta property="og:description" content="Jihoon Chai's Art"/>
    
    


    
    
    
    
        <meta property="og:image" content="https://contents.sixshop.com/uploadedFiles/118991/default/image_1729046319171.jpg"/>
    
    



<!-- 트위터 -->

    
    
    
    
    
        <meta property="twitter:title" content="CWLGS"/>
    


    
    
    
    
        <meta name="twitter:description" content="Jihoon Chai's Art"/>
    
    


    
    
    
    
        <meta name="twitter:image" content="https://contents.sixshop.com/uploadedFiles/118991/default/image_1729046319171.jpg"/>
    
    




    <link rel="shortcut icon" type="image/x-icon" href="https://contents.sixshop.com/uploadedFiles/118991/default/image_1729046297598.png"/>



    
    


    



    <!-- Sentry -->
    
    <!-- End Sentry -->

<script type="text/javascript" src="//static.nid.naver.com/js/naveridlogin_js_sdk_2.0.2.js"></script>
<script type="text/javascript" src="//code.jquery.com/jquery-1.11.3.min.js"></script>
<script>
    window.ss2 = {};
    window.ss2.setCookie = function (name, value, expireType, expireValue) {
        var todayDate = new Date();
        if (expireType == "date") {
            todayDate.setDate(todayDate.getDate() + expireValue);
        } else if (expireType == "hour") {
            todayDate.setHours(todayDate.getHours() + expireValue);
        } else {
            return;
        }
        document.cookie = name + "=" + escape(value) + "; path=/; expires=" + todayDate.toGMTString() + ";"
    };

    window.ss2.getCookie = function (name) {
        var nameOfCookie = name + "=";
        var x = 0;
        while (x <= document.cookie.length) {
            var y = (x + nameOfCookie.length);
            if (document.cookie.substring(x, y) == nameOfCookie) {
                var endOfCookie;
                if ((endOfCookie = document.cookie.indexOf(";", y)) == -1) {
                    endOfCookie = document.cookie.length;
                }
                return unescape(document.cookie.substring(y, endOfCookie));
            }
            x = document.cookie.indexOf(" ", x) + 1;
            if (x == 0) {
                break;
            }
        }
        return "";
    };
    window.ss2.reset_wcs_bt = function () {
        var wcs_bt_cookie = window.ss2.getCookie("wcs_bt");
        var wcs_bt_list = wcs_bt_cookie.split("|");
        var wcs_bt_last = wcs_bt_list[wcs_bt_list.length - 1];
        window.ss2.setCookie("wcs_bt", "wcs_bt_last", "date", 365 * 200);
    };
</script>


<!-- JSON-LD Markup -->

    
    
    
    
        <script type="application/ld+json">
        {
            "@context" : "http://schema.org",
            "@type" : "Organization",
            "name" : "CWLGS",
            "legalName" : "CWLGS",
            "url" : "http://www.cwlgs.com",
            "logo": "https://static.sixshop.com/resources/images/product/thumbnail_default.png",
            "contactPoint": {
                 "@type": "ContactPoint",
                 "contactType": "customer support",
                 "telephone": "+82-10-9201-7419",
                 "email": "[email protected]"
             }
            
        }




        </script>
    

































<!-- facebookLogin -->













    
        
    



<!-- conversionTracking_naver -->





<!-- customCodehead -->


    



    
        
        
        
        
        
        
        
            
        
    









    

    <!-- js -->
    <script src="https://static.sixshop.com/resources/libs/ckeditor-4.12.1/ckeditor.js?v=09071146"></script>
    <script src="https://static.sixshop.com/resources/libs/js/jquery-1.12.4.min.js?v=09071146"></script>
    <script src="https://static.sixshop.com/resources/libs/ckeditor-4.12.1/adapters/jquery.js?v=09071146"></script>
    <script src="https://static.sixshop.com/resources/js/norequire/global.js?v=09071146"></script>
    <script src="https://static.sixshop.com/resources/libs/js/vimeo_player.js?v=09071146"></script>
    <script src="https://static.sixshop.com/resources/libs/js/sha256.min.js?v=09071146"></script>
    <script src="https://static.sixshop.com/resources/libs/js/lozad.min.js?v=09071146"></script>
    <script src="https://www.youtube.com/iframe_api"></script>

    <!-- require-js -->
    
        
            <link href="https://static.sixshop.com/resources/build/display-main-built.css?v=09071146"
                  rel="stylesheet" type="text/css"/>
            <script src="https://static.sixshop.com/resources/build/require-config.js?v=09071146"></script>
            <script data-main="https://static.sixshop.com/resources/build/display-main-built.js?v=09071146"
                    src="https://static.sixshop.com/resources/libs/require/require.js?v=09071146"></script>
        
        
    

    <link href="https://static.sixshop.com/resources/libs/sixshop-ico/style.css?v=09071146" rel="stylesheet"
          type="text/css"/>
    <link href="https://static.sixshop.com/resources/libs/swiper/css/swiper.min.css?v=09071146"
          rel="stylesheet" type="text/css"/>

    <!--[if lt IE 9]>
    <link rel="stylesheet" href="https://static.sixshop.com/resources/css/common/ie8.css?v=09071146"/>
    <![endif]-->
    <!--[If IE 9]>
    <link rel="stylesheet" href="https://static.sixshop.com/resources/css/common/ie9.css?v=09071146"/>
    <![endif]-->
</head>
<!--[if lt IE 9 ]>
<body class="display display-home display desktop  document-loading ie8">
<![endif]-->
<!--[if IE 9 ]>
<body class="display display-home display desktop  document-loading ie9">
<![endif]-->
<!--[if (gt IE 9)|!(IE)]><!-->
<body class="display display-home display desktop  document-loading">
<!--<![endif]-->

<div id="searchOptimizeTextDiv"
     style="position:absolute !important; top:-999999px !important; left:-999999px !important"></div>



<div class="hide">
    <div id="data_div" data-memberNo="118991" data-id="" data-userName=""
         data-sitePlan="kakao" data-ownerId=""
         data-device="desktop" data-locale="ko" data-currency="KRW"
         data-siteNo="118991" data-siteLink="jhson9201" data-siteName="CWLGS"
         data-siteKey="2025-04-30T01:02:48" data-pgType=""
         data-pageLink="enterance" data-pageNo="968182"
         data-pageType="page" data-indexPageLink="enterance"
         data-pageName="ENTERANCE"
         data-sectionNo="" data-itemNo="" data-productType=""
         data-productSoldOut=""
         data-staticResourcePath="https://static.sixshop.com" data-staticResourcePathCss="https://static.sixshop.com"
         data-staticResourcePathJs="https://static.sixshop.com" data-staticResourcePathLibs="https://static.sixshop.com"
         data-staticResourcePathConents="//contents.sixshop.com" data-imgResourcePath="https://thumb.sixshop.kr"
         data-imgDirectResourcePath="https://contents.sixshop.com"
         data-group="display" data-nowPage="display-home"
         data-domainCheck="MEMBER_DOMAIN"
         data-nowSection="" data-result="" data-notice=""
         data-displayType="display"
         data-siteURI="/"
         data-customerNo="0" data-customerGrade=""
         data-customerGradeNo=""
         data-verifyInitializePassword=""
         data-shopProductNo="" data-shopOrderNo="" data-postNo=""
         data-boardNo="" data-postOrderNo=""
         data-gaTrackingId="" data-errorType=""
         data-siteDomainAddress="https://cwlgs.com" data-installedAddonNameList="[naverPay]"
         data-facebookPixel="" data-googleAnalytics=""
         data-fbe_pixel_id=""
         data-googleTagManager="" data-googleAnalyticsVersion=""
         data-kakaoPixel="" data-channel=""
         data-boardProductReviewUse=""
         data-boardProductReviewPostPermission=""
         data-boardProductReviewCommentPermission=""
         data-boardProductQnaUse=""
         data-boardDisplayType="" data-boardProductNo=""
         data-postProductOrderNo="" data-postProductNo=""
         data-boardProductType=""
         data-blogPostShareUse="" data-blogPostNo="" data-orderType=""
         data-cartSize="0" data-cartPrice="0" data-buyKakaoCartNo=""
         data-buyNowCartNo=""
         data-snsShare_detail_info=''
         data-additionalDiscountType="" data-additionalDiscountRate=""
         data-additionalAccumulateRate=""
         data-kcpSiteCd="" data-introAdultAuthUse="" data-adultAuthUse=""
         data-socialLoginAuthUse=""
         data-personalInfoCollectionAgreement=""
         data-settingApiKeysKakaoJavaScript=""
         data-settingApiKeysKakaoRestApi=""
         data-kakaoPlusFriendId=""
         data-returnUrl=""
         data-useGoogleRecaptcha=""
         data-googleRecaptchaSiteKey=""
         data-googleRecaptchaHeightDesktop=""
         data-googleRecaptchaHeightMobile="">
    </div>
    
        <script>
            var normalGrade = {"gradeTitle":"일반"};
            var dataDIV = document.getElementById("data_div");
            dataDIV.setAttribute("data-normalGradeTitle", normalGrade.gradeTitle);
        </script>
    
</div>



<!--[if lt IE 9]>



<div id="ie8header">
    <div style="height:60px;">
    </div>
    <div class="banner-wrapper ie">
        <div class="content">
            <a class="logo ie">
            </a>
            <div class="info">
                <span class="useBoth">Internet Explorer의 오래된 버전을 사용하고 있습니다. 오래된 버전에서는 사이트가 정상적으로 표시되지 않습니다. 지금 업그레이드하세요.</span>
            </div>
            <a class="btn middle" style="background-color: transparent;border-color: #fff;color: #dd4035;"
               href="http://windows.microsoft.com/ko-kr/internet-explorer/download-ie" target="_blank">
                업그레이드하기
            </a>
        </div>
    </div>
</div>
<![endif]-->

<!-- body section -->

    
    




<div id="body"
     class="body device-desktop desktop page pageLink-enterance snsBtnType- hero-use indexPage-opened  cartNotUse productSearchNotUse productSearchMobileNotUse customerMenuNotUse customerMenuMobileNotUse headerSnsNotUse productSearchType-mobile-icon productSearchType-english customerMenuType-english customerMenuType-mobile-icon cartType-english cartType-mobile-icon-bag headerEnglishType-null entire-style-width-type-normal header-style-type-normal header-style-effect-type-fixedAtTop header-style-effect-mobile-type-fixedAtTop mobile-submenu-type-slide mobile-submenu-borderTop-notUse mobile-submenu-borderBottom-notUse hero-size-type-heightRelative hero-style-type-custom hero-indexPage-height-type-fullScreen hero-otherPages-height-type-fullScreen hero-indexPage-height-mobile-type-fullScreen hero-otherPages-height-mobile-type-half hero-indexPage-ratio-type-3to2 hero-indexPage-ratio-mobile-type-3to2 hero-otherPages-ratio-type-3to1 hero-otherPages-ratio-mobile-type-3to1 logoImageWhenHeaderInHero-use hero-header-position-headerInHero hero-align-center hero-button-size-medium hero-button-mobile-size-small hero-navi-type-pagination productList-width-type-normal productList-language-english productList-filter-style-type-text productList-textPosition-underImg productList-filterPosition-top productList-imgMaskingType-rectangle productList-roundCornerType-all productList-filter-mobile-type-horizontal-scroll productList-column-desktop-4 productList-column-mobile-2 productList-badge-type-round productList-badge-align-leftTop productList-hoverEffect-none productListSlide-width-type-normal productListSlide-imgMaskingType-rectangle productListSlide-roundCornerType-all productListSlide-textPosition-underImg productListSlide-column-desktop-4 productListSlide-column-mobile-2 productListSlide-margin-use productListSlide-name-use productListSlide-hoverEffect-none board-language-english board-lineup-width-type-normal board-grid-width-type-normal board-grid-hoverEffect-none board-title-align-left board-grid-column-desktop-4 board-grid-column-mobile-2 blog-post-title-align-left blog-language-english blogGrid-filterPosition-top blog-grid-width-type-normal blog-grid-hoverEffect-none blog-sidebar-use blog-sidebar-position-leftSide gallery-style-dark customSection-width-type-normal button-type-normal button-size-medium button-mobile-size-medium button-shape-roundedSquare moveTopBtn-type-icon-arrow1 moveTopBtn-shape-roundedSquare moveTopBtn-weight-light moveTopBtn-border-notUse systemPage-productDetail-width-type-normal systemPage-productDetail-reviewQna-width-type-syncWithProductDetailBottomInfo systemPage-productDetail-relatedProduct-width-type-syncWithProductDetailBottomInfo systemPage-productDetail-buyButton-mobile-fixedPosition-use systemPage-productDetail-bottomInfo-mobile-fixedFontSize-notUse productDetail-mainImg-position-left productDetail-navigation-notUse sitePlan-kakao logoImage-notExist logoImageWhenHeaderInHero-notExist siteHeader-notUse siteFooter-notUse document-loading"
     data-device="desktop" data-viewport="desktop">
    


<nav class="headerMenuList mobile slide-menu  site-element"
     data-itemType="header-menu">
    
    <div class="mobileSideMenu">
        <div class="headerLogoInMobileMenuWrapper">
            <a id="headerLogoInMobileMenu" class="bottom"
               href="/"
            >
                <p class="site-name">CWLGS</p>
                
            </a>
        </div>
        <a id="headerCustomerInMobileMenu" class="bottom">
            <span class="headerCustomerContent" data-type="english">LOG IN</span>
            <span class="headerCustomerContent" data-type="korean">로그인</span>
            <div class="headerCustomerContent ico-user systemIcon systemIconWeight_none"
                 data-type="icon"></div>
            <div class="headerCustomerContent ico-snowman systemIcon systemIconWeight_none"
                 data-type="icon-snowman"></div>
        </a>
    </div>
    <div id="headerProductSearchInMobileMenu" class="header-productSearch-InMobileMenu bottom">
        <div class="headerProductSearchContent ico-search systemIcon systemIconWeight_none"
             data-type="icon"></div>
        <form action="" onsubmit="return false;">
            <input type="search" onkeyup="require('v2/mall/util/common').goSearchResultPage(event)">
        </form>
    </div>
    <div class="site-division-background-mobile site-division-background-mobile-color"></div>
    <div class="site-division-background-mobile2"></div>

    <ul class="headerMenuListContents mobile">
        
            
        
    </ul>

    


<div class="headerSns mobile site-element" data-itemType="header-sns">
    



    
    
        
    


</div>
</nav>

    <div class="container-background background-color"></div>
    <div class="container-background background-image"></div>

    

<div class="document-background">
    
</div>

    


<header id="siteHeader" class="siteHeader site-division  layout-type-normal-double-left1 layout-mobile-type-normal-center-left borderBottom-notUse">
    

    <div class="site-division-background header-background background-color"></div>
    <div class="site-division-background header-background background-image" style="display:none;"></div>

    


<div class="row row-main desktop">
    <div class="column header-left">
        
            <div id="headerMenuHamburgerBar" class="headerMenuHamburgerBar site-element" data-itemType="header-menu">
                
                <div class="ico-menu systemIcon menuIcon systemIconWeight_none"></div>
            </div>
        
        
            



    
    
        <a href="/" id="headerLogo" class="headerLogo desktop site-element" data-itemType="logo">
    
    


<p class="site-name">CWLGS</p>


</a>
        
        
            


<div class="headerMenuList desktop site-element" data-itemType="header-menu">
    

    <ul class="headerMenuListContents desktop">
        
            
        
    </ul>
</div>
        
        
        
    </div>
    <div class="column header-center">
        
        
        
        
    </div>
    <div class="column header-right">
        
        
        
            


<div id="headerCartAndCustomer" class="headerCartAndCustomer desktop site-element" data-itemType="cartAndCustomer">
    
    <a id="headerProductSearch" class="headerProductSearch desktop site-element-child">
        <div class="search-input-box">
            <div class="searchIcon ico-search systemIcon systemIconWeight_none"
                 data-type="icon"></div>
            <form class="headerSearchBar" action="" onsubmit="return false;">
                <input type="search" onkeyup="require('v2/mall/util/common').goSearchResultPage(event)">
            </form>
        </div>
        <span class="headerProductSearchContent" data-type="english">Search</span>
        <span class="headerProductSearchContent" data-type="korean">검색</span>
        <div class="headerProductSearchContent ico-search systemIcon systemIconWeight_none"
             data-type="icon"></div>
    </a><a id="headerCustomer" class="headerCustomer desktop site-element-child">
    <span class="headerCustomerContent" data-type="english">Log In</span>
    <span class="headerCustomerContent" data-type="korean">로그인</span>
    <div class="headerCustomerContent ico-user systemIcon systemIconWeight_none"
         data-type="icon"></div>
    <div class="headerCustomerContent ico-snowman systemIcon systemIconWeight_none"
         data-type="icon-snowman"></div>
    <div id="headerCustomerSpeechBubble" class="hide"></div>
</a><a id="headerCart" class="headerCart desktop site-element-child">
    <span class="headerCartContent" data-type="english">Cart</span>
    <span class="headerCartContent" data-type="korean">장바구니</span>
    <div class="headerCartContent ico-cart systemIcon systemIconWeight_none"
         data-type="icon"></div>
    <div class="headerCartContent ico-bag systemIcon systemIconWeight_none"
         data-type="icon-bag"></div>
</a>
</div>

        
        
            


<div id="headerSns" class="headerSns desktop site-element" data-itemType="header-sns">
    



    
    
        
    


</div>
        
        
    </div>
</div>
<div class="row row-main mobile">
    <div class="column header-left">
        
            <div id="headerMenuHamburgerBar" class="headerMenuHamburgerBar site-element">
                <div class="ico-menu systemIcon menuIcon systemIconWeight_none"></div>
            </div>
        
        
        
    </div>
    <div class="column header-center">
        
            



    
    
        <a href="/" id="headerLogo" class="headerLogo mobile site-element" data-itemType="logo">
    
    


<p class="site-name">CWLGS</p>


</a>
        
    </div>
    <div class="column header-right">
        
            


<div id="headerCartAndCustomer" class="headerCartAndCustomer mobile site-element" data-itemType="cartAndCustomer">
    
    <a id="headerProductSearch" class="headerProductSearch mobile site-element-child">
        <div class="headerProductSearchContent ico-search systemIcon systemIconWeight_none"
             data-type="icon"></div>
    </a><a id="headerCustomer" class="headerCustomer mobile site-element-child">
    <div class="headerCustomerContent ico-user systemIcon systemIconWeight_none"
         data-type="icon"></div>
    <div class="headerCustomerContent ico-snowman systemIcon systemIconWeight_none"
         data-type="icon-snowman"></div>
    <div id="headerCustomerMobileSpeechBubble" class="hide"></div>
</a><a id="headerCart" class="headerCart mobile site-element-child">
    <div class="headerCartContent ico-cart systemIcon systemIconWeight_none"
         data-type="icon"></div>
    <div class="headerCartContent ico-bag systemIcon systemIconWeight_none"
         data-type="icon-bag"></div>
</a>
</div>
        
        
    </div>
</div>
<div class="row row-search mobile">
    <div class="searchIcon ico-search systemIcon systemIconWeight_none"
         data-type="icon"></div>
    <form class="headerSearchBar" action="" onsubmit="return false;">
        <input type="search" onkeyup="require('v2/mall/util/common').goSearchResultPage(event)" placeholder=
        검색>
    </form>
    <div class="closeSearchBar-btn icomoon-ic-close-small systemIcon systemIconWeight_none"></div>
</div>

</header>

<div class="site-header-content-group">
    <div id="siteHeader" class="siteHeader site-division  layout-type-normal-double-left1 layout-mobile-type-normal-center-left borderBottom-notUse placeholder">
        


<div class="row row-main desktop">
    <div class="column header-left">
        
            <div id="headerMenuHamburgerBar" class="headerMenuHamburgerBar site-element" data-itemType="header-menu">
                
                <div class="ico-menu systemIcon menuIcon systemIconWeight_none"></div>
            </div>
        
        
            



    
    
        <a href="/" id="headerLogo" class="headerLogo desktop site-element" data-itemType="logo">
    
    


<p class="site-name">CWLGS</p>


</a>
        
        
            


<div class="headerMenuList desktop site-element" data-itemType="header-menu">
    

    <ul class="headerMenuListContents desktop">
        
            
        
    </ul>
</div>
        
        
        
    </div>
    <div class="column header-center">
        
        
        
        
    </div>
    <div class="column header-right">
        
        
        
            


<div id="headerCartAndCustomer" class="headerCartAndCustomer desktop site-element" data-itemType="cartAndCustomer">
    
    <a id="headerProductSearch" class="headerProductSearch desktop site-element-child">
        <div class="search-input-box">
            <div class="searchIcon ico-search systemIcon systemIconWeight_none"
                 data-type="icon"></div>
            <form class="headerSearchBar" action="" onsubmit="return false;">
                <input type="search" onkeyup="require('v2/mall/util/common').goSearchResultPage(event)">
            </form>
        </div>
        <span class="headerProductSearchContent" data-type="english">Search</span>
        <span class="headerProductSearchContent" data-type="korean">검색</span>
        <div class="headerProductSearchContent ico-search systemIcon systemIconWeight_none"
             data-type="icon"></div>
    </a><a id="headerCustomer" class="headerCustomer desktop site-element-child">
    <span class="headerCustomerContent" data-type="english">Log In</span>
    <span class="headerCustomerContent" data-type="korean">로그인</span>
    <div class="headerCustomerContent ico-user systemIcon systemIconWeight_none"
         data-type="icon"></div>
    <div class="headerCustomerContent ico-snowman systemIcon systemIconWeight_none"
         data-type="icon-snowman"></div>
    <div id="headerCustomerSpeechBubble" class="hide"></div>
</a><a id="headerCart" class="headerCart desktop site-element-child">
    <span class="headerCartContent" data-type="english">Cart</span>
    <span class="headerCartContent" data-type="korean">장바구니</span>
    <div class="headerCartContent ico-cart systemIcon systemIconWeight_none"
         data-type="icon"></div>
    <div class="headerCartContent ico-bag systemIcon systemIconWeight_none"
         data-type="icon-bag"></div>
</a>
</div>

        
        
            


<div id="headerSns" class="headerSns desktop site-element" data-itemType="header-sns">
    



    
    
        
    


</div>
        
        
    </div>
</div>
<div class="row row-main mobile">
    <div class="column header-left">
        
            <div id="headerMenuHamburgerBar" class="headerMenuHamburgerBar site-element">
                <div class="ico-menu systemIcon menuIcon systemIconWeight_none"></div>
            </div>
        
        
        
    </div>
    <div class="column header-center">
        
            



    
    
        <a href="/" id="headerLogo" class="headerLogo mobile site-element" data-itemType="logo">
    
    


<p class="site-name">CWLGS</p>


</a>
        
    </div>
    <div class="column header-right">
        
            


<div id="headerCartAndCustomer" class="headerCartAndCustomer mobile site-element" data-itemType="cartAndCustomer">
    
    <a id="headerProductSearch" class="headerProductSearch mobile site-element-child">
        <div class="headerProductSearchContent ico-search systemIcon systemIconWeight_none"
             data-type="icon"></div>
    </a><a id="headerCustomer" class="headerCustomer mobile site-element-child">
    <div class="headerCustomerContent ico-user systemIcon systemIconWeight_none"
         data-type="icon"></div>
    <div class="headerCustomerContent ico-snowman systemIcon systemIconWeight_none"
         data-type="icon-snowman"></div>
    <div id="headerCustomerMobileSpeechBubble" class="hide"></div>
</a><a id="headerCart" class="headerCart mobile site-element-child">
    <div class="headerCartContent ico-cart systemIcon systemIconWeight_none"
         data-type="icon"></div>
    <div class="headerCartContent ico-bag systemIcon systemIconWeight_none"
         data-type="icon-bag"></div>
</a>
</div>
        
        
    </div>
</div>
<div class="row row-search mobile">
    <div class="searchIcon ico-search systemIcon systemIconWeight_none"
         data-type="icon"></div>
    <form class="headerSearchBar" action="" onsubmit="return false;">
        <input type="search" onkeyup="require('v2/mall/util/common').goSearchResultPage(event)" placeholder=
        검색>
    </form>
    <div class="closeSearchBar-btn icomoon-ic-close-small systemIcon systemIconWeight_none"></div>
</div>

    </div>
    
</div>


    <div id="displayCanvas" class="desktop" data-viewport="desktop">
        
            
            
            
            
            
            
            
            
            
            
            
            
            
            
            
            
            
            
            
            
            
            
            
            
            
            
            
        
        <div id='page968182' cid='page968182' class='page pagepage hero-use page-opened indexPage'><div id='hero968182' class='hero-section section-wrapper desktop sectionWrapper968182 hero-size-type-heightRelative' hero-indexPage-height-type=fullScreen hero-otherPages-height-type=fullScreen hero-indexPage-height-mobile-type=fullScreen hero-otherPages-height-mobile-type=half><div id='heroWrapper968182' class='heroWrapper desktop pagination'><div class='heroContent' data-index='0'><a href="/home" target="_self" style="width:100%;height:100%;display:block;"><div class='heroImgDiv slide-layout-null' style='background-image:url(https://contents.sixshop.com/thumbnails/uploadedFiles/118991/default/image_1729707803612_2500.jpg);width:100%;height:100%;' imgSrc='/uploadedFiles/118991/default/image_1729707803612.jpg'><div class='hero-empty-height-element'></div><div class='heroBackgroundDiv'></div></div><div class='heroLeftArea'></div><div class='heroRightArea'></div></a></div></div></div><div id='heroMobile968182' class='hero-section section-wrapper mobile sectionWrapper968182 hero-size-type-heightRelative' hero-indexPage-height-type=fullScreen hero-otherPages-height-type=fullScreen hero-indexPage-height-mobile-type=fullScreen hero-otherPages-height-mobile-type=half><div class='heroWrapper pagination'><div class='heroContent' data-index='0'><a href="/home" target="_self" style="width:100%;height:100%;display:block;"><div class='heroImgDiv slide-layout-null' style='background-image:url(https://contents.sixshop.com/thumbnails/uploadedFiles/118991/default/image_1729707803612_2500.jpg);width:100%;height:100%;' imgSrc='/uploadedFiles/118991/default/image_1729707803612.jpg'><div class='hero-empty-height-element'></div><div class='heroBackgroundDiv'></div></div><div class='heroLeftArea'></div><div class='heroRightArea'></div></a></div></div></div><div id='sectionWrapper5291625' class='section-wrapper sectionWrapper5291625 null null' data-orderNo='2' cid='section5291625'><div class='section-background background-image'></div><div class='section-background background-color'></div><div class='section-background background-mask'></div><div class='section-background section-cover'></div><section id='section5291625' class='section' data-orderNo='2'></section></div></div>
    </div>

    <div class="hide">
        




    <div id="snsShareBtnListWrapper">
        <div id="snsShareBtnList" data-snsViewType="enterance">
            
            
            
            
            
                
                
        </div>
    </div>

 
    </div>
    


<footer>
    
    <div id="siteFooter" class="site-division  layout-type-align-bothSide1 borderTop-notUse">
        

        <div class="site-division-background footer-background background-color"></div>
        <div class="site-division-background footer-background background-image" style="display:none;"></div>

        <div class="row row-main">
            <div class="column footer-left align-left">

            </div>
            <div class="column footer-center align-center">
                <ul id="footerMenuList" class="site-element" data-itemType="footer-menu">
                    
                </ul>
                <div id="footerSystemMenuList" class="site-element" style="z-index:0;">
                    <div id="footerMenuNaviPolicy" class="menu-navi">
                        <a class="menu-name" href="/policy">Terms of Use</a>
                    </div>
                    <div id="footerMenuNaviPravicy" class="menu-navi">
                        <a class="menu-name" href="/privacy">Privacy Policy</a>
                    </div>
                    <div id="footerMenuNaviCheckCompanyInfoLinkAddress" class="menu-navi hide">
                        <a class="menu-name">Confirm Entrepreneur Information</a>
                    </div>
                </div>
                <div id="footerSns" class="site-element" data-itemType="footer-sns">
                    
                        
                        
                            <a id='footerSns-telephone' class='footerSns-icons userCustomIcon-icomoon-telephone' href='tel:01092017419' data-originalLink='tel:01092017419'><div data-i='icomoon-telephone' class='icomoon-telephone'></div></a><a id='footerSns-email' class='footerSns-icons userCustomIcon-icomoon-email' href='mailto:[email protected]' data-originalLink='mailto:[email protected]'><div data-i='icomoon-email' class='icomoon-email'></div></a><a id='footerSns-global' class='footerSns-icons userCustomIcon-icomoon-global' href='https://opensea.io/collection/zeins-collection-49093433' data-originalLink='https://opensea.io/collection/zeins-collection-49093433' target='_blank'><div data-i='icomoon-global' class='icomoon-global'></div></a>
                        
                    
                </div>
                <div id="footerCompanyInfo" class="site-element" data-itemType="company-info">
                    
                    <p id="memberCompanyInfo1stRaw">Company Name: CWLGS | Owner: Jihoon Chai | Personal Info Manager: Amanda | Phone Number: 010-9201-7419 | Email: [email protected] </p>
                    <p id="memberCompanyInfo2ndRaw">Address: 1307, No. 1, 80, Jomaroru 385beon-gil, Bucheon-si, Gyeonggi-do | Business Registration Number: <span id='bizRegNo'>643-86-01299</span> | Business License: <span id='onlineShopNumber'>No. 2019-Bucheon-1011, Gyeonggi-do</span><span id='hostingProvider'> | Hosting by sixshop</span> </p>
                </div>
                
                    <div id="footerEscrow" class="site-element hide" style="z-index:0;"
                         data-pgType="toss"
                         data-merchantId="">
                    </div>
                
                <div id="footerCopyright" class="site-element hide" data-itemType="footer-copyright">
                    
                    <div id="footerCopyright-text" class="footerCopyright-text"></div>
                </div>
            </div>
            <div class="column footer-right align-right">
            </div>
        </div>
    </div>
</footer>

    


<div id="onePageNavigationDiv">
    <div id="onePageNavigation">
    </div>
</div>
    


<div id="topButtonArea" class="site-division">
    
    <div id="topButton">
        <span class="topButtonIcon icomoon-backToTop-textKor-bold" data-type="korean"></span>
        <span class="topButtonIcon icomoon-backToTop-textEng-bold" data-type="english"></span>
        <span class="topButtonIcon icomoon-backToTop-arrow1-bold" data-type="icon-arrow1"></span>
        <span class="topButtonIcon icomoon-backToTop-arrow2-bold" data-type="icon-arrow2"></span>
        <span class="topButtonIcon icomoon-backToTop-arrow3-bold" data-type="icon-arrow3"></span>
        <span class="topButtonIcon icomoon-backToTop-textArrow-bold" data-type="iconAndEnglish"></span>
        <span class="topButtonIcon icomoon-backToTop-textKor-normal" data-type="korean"></span>
        <span class="topButtonIcon icomoon-backToTop-textEng-normal" data-type="english"></span>
        <span class="topButtonIcon icomoon-backToTop-arrow1-normal" data-type="icon-arrow1"></span>
        <span class="topButtonIcon icomoon-backToTop-arrow2-normal" data-type="icon-arrow2"></span>
        <span class="topButtonIcon icomoon-backToTop-arrow3-normal" data-type="icon-arrow3"></span>
        <span class="topButtonIcon icomoon-backToTop-textArrow-normal" data-type="iconAndEnglish"></span>
        <span class="topButtonIcon icomoon-backToTop-textKor-thin" data-type="korean"></span>
        <span class="topButtonIcon icomoon-backToTop-textEng-thin" data-type="english"></span>
        <span class="topButtonIcon icomoon-backToTop-arrow1-thin" data-type="icon-arrow1"></span>
        <span class="topButtonIcon icomoon-backToTop-arrow2-thin" data-type="icon-arrow2"></span>
        <span class="topButtonIcon icomoon-backToTop-arrow3-thin" data-type="icon-arrow3"></span>
        <span class="topButtonIcon icomoon-backToTop-textArrow-thin" data-type="iconAndEnglish"></span>
    </div>
</div>
    

<div id="addToCartAtProductList" class="hide">
    <div id="addToCartAtProductListBg"></div>
    <div id="addToCartAtProductListElem">
        <div id="addToCartHeader">
            <span id="addToCartHeaderTitle"></span>
            <i id="addToCartDialogClose" class="designSettingElement text-assi icomoon-ic-close-small"></i>
        </div>
        <div id="addToCartBody"></div>
        <div class="scrollbar-inner">
            <div id="addToCartContent"></div>
        </div>
        <div id="addToCartFooter"></div>
    </div>
</div>
    
        


<div id="floatingButton" class="floatingButton hide">
    <div class="floatingButtonImg-wrapper">
        <img id="floatingButtonImg" src="" alt="floating-button-img">
    </div>
</div>

<script>
    var doitFloatingButton;
    var init_showFloatingButton = function () {
        try {
            require("v2/mall/service/addon").floatingButton.show('');
            clearInterval(doitFloatingButton);
        } catch (e) {

        }
    };
    doitFloatingButton = setInterval(init_showFloatingButton, 100);
</script>


    
</div>











<div id="lightbox" class="lightbox hide">
    <div id="closeBoxList" class="icon icon-close" onclick="require('v2/mall/util/lightbox').close()"></div>
</div>



    


<div id="popup" class="popup hide">
    <img id="closePopup" class="popup-close" onclick="require('v2/mall/service/addon').popup.close()"
         src="https://static.sixshop.com/resources/images/icon/ic-popup-close.png" alt="popup-close">
    <div class="popupImg-wrapper">
        <img id="popupImg" src="" alt="popup">
    </div>
    <div id="popupOneDayOffButton">
        <div id="popupOneDayOffText"
             onclick="require('v2/mall/service/addon').popup.offOneDay(118991, 0)">오늘 하루 안 보기
        </div>
        
    </div>
</div>

<script>
    var indexPageCheck = "no";
    "enterance" == "enterance" ? indexPageCheck = "yes" : "";

    
</script>


<!-- body section -->







<!-- customCodebody -->

    



    
        
        
        
        
        
        
        
            
        
    




<!-- Google+ -->

<!-- End Google+ -->


<!-- Channel Plugin Scripts -->

<!-- End Channel Plugin -->

<!-- kcp auth -->

<!-- End kcp auth -->

<script>
    var withdrawnMessage = getQueryVariable('cookieMessage');
    if (withdrawnMessage && withdrawnMessage !== '') {
        withdrawnMessage = withdrawnMessage.split("+").join(" ");
        alert(withdrawnMessage);
    }

    function getQueryVariable(variable) {
        var query = window.location.search.substring(1);
        var vars = query.split('&');
        for (var i = 0; i < vars.length; i++) {
            var pair = vars[i].split('=');
            if (decodeURIComponent(pair[0]) === variable) {
                window.history.replaceState({}, '', window.location.pathname);
                return decodeURIComponent(pair[1]);
            }
        }
    }
</script>
</body>
</html>
                               

Whois info of domain

Domain Name: CWLGS.COM
Registry Domain ID: 2925772261_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.gabia.com
Registrar URL: http://www.gabia.com
Updated Date: 2024-10-16T02:30:20Z
Creation Date: 2024-10-16T02:11:30Z
Registry Expiry Date: 2025-10-16T02:11:30Z
Registrar: Gabia, Inc.
Registrar IANA ID: 244
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: +82.28293543
Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited
Name Server: NS-1054.AWSDNS-03.ORG
Name Server: NS-113.AWSDNS-14.COM
Name Server: NS-1602.AWSDNS-08.CO.UK
Name Server: NS-990.AWSDNS-59.NET
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-02T03:27:52Z <<<
For more information on Whois status codes, please visit https://icann.org/epp
NOTICE: The expiration date displayed in this record is the date the
TERMS OF USE: You are not authorized to access or query our Whois
by the following terms of use: You agree that you may use this Data only
to: (1) allow, enable, or otherwise support the transmission of mass