<!DOCTYPE html>
<html class="no-js" lang="ko-KR">
	<head>
		<meta http-equiv="X-UA-Compatible" content="IE=edge" />
		<meta charset="UTF-8" />
		<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=yes, viewport-fit=cover">
		<meta name="format-detection" content="telephone=no" />
		<meta name="theme-color" content="#000000">
		<link rel="profile" href="https://gmpg.org/xfn/11" />
		<link rel="stylesheet preload" as="style" href="https://kidol.co.kr/wp-content/themes/kidol/assets/css/custom/fonts.css" />
		<!-- Manifest added by SuperPWA - Progressive Web Apps Plugin For WordPress -->
<link rel="manifest" href="/superpwa-manifest.json">
<link rel="prefetch" href="/superpwa-manifest.json">
<meta name="theme-color" content="#D5E0EB">
<!-- / SuperPWA.com -->
<title>test | KIDOL</title>
<meta name='robots' content='max-image-preview:large' />
	<style>img:is([sizes="auto" i], [sizes^="auto," i]) { contain-intrinsic-size: 3000px 1500px }</style>
	<link rel='dns-prefetch' href='//cdnjs.cloudflare.com' />
    <meta property="og:title" content="test | KIDOL">
    <meta property="og:description" content="">
    <meta property="og:url" content="https://kidol.co.kr/test/">
    <meta property="og:site_name" content="KIDOL">
    <meta property="og:type" content="article">
    
    <meta property="og:image" content="http://kidol.co.kr/wp-content/uploads/2025/04/og_img.png">
    
    <meta name="twitter:card" content="summary_large_image">
    <meta name="twitter:title" content="test | KIDOL">
    <meta name="twitter:description" content="">
    <meta name="twitter:image" content="http://kidol.co.kr/wp-content/uploads/2025/04/og_img.png">
    <meta name="twitter:url" content="https://kidol.co.kr/test/">
    <script src="https://kidol.co.kr/wp-content/themes/kidol/assets/js/index.js?ver=eccda581a5747c3e79dce1f4afd253fe" id="twentytwenty-js-js" async></script>
<link rel="https://api.w.org/" href="https://kidol.co.kr/wp-json/" /><link rel="alternate" title="JSON" type="application/json" href="https://kidol.co.kr/wp-json/wp/v2/pages/7390" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://kidol.co.kr/xmlrpc.php?rsd" />

<link rel="canonical" href="https://kidol.co.kr/test/" />
<link rel='shortlink' href='https://kidol.co.kr/?p=7390' />
<link rel="alternate" title="oEmbed (JSON)" type="application/json+oembed" href="https://kidol.co.kr/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fkidol.co.kr%2Ftest%2F" />
<link rel="alternate" title="oEmbed (XML)" type="text/xml+oembed" href="https://kidol.co.kr/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fkidol.co.kr%2Ftest%2F&#038;format=xml" />
<script id="wpcp_disable_selection" type="text/javascript">
var image_save_msg='You are not allowed to save images!';
	var no_menu_msg='Context Menu disabled!';
	var smessage = "Content is protected !!";

function disableEnterKey(e)
{
	var elemtype = e.target.tagName;
	
	elemtype = elemtype.toUpperCase();
	
	if (elemtype == "TEXT" || elemtype == "TEXTAREA" || elemtype == "INPUT" || elemtype == "PASSWORD" || elemtype == "SELECT" || elemtype == "OPTION" || elemtype == "EMBED")
	{
		elemtype = 'TEXT';
	}
	
	if (e.ctrlKey){
     var key;
     if(window.event)
          key = window.event.keyCode;     //IE
     else
          key = e.which;     //firefox (97)
    //if (key != 17) alert(key);
     if (elemtype!= 'TEXT' && (key == 97 || key == 65 || key == 67 || key == 99 || key == 88 || key == 120 || key == 26 || key == 85  || key == 86 || key == 83 || key == 43 || key == 73))
     {
		if(wccp_free_iscontenteditable(e)) return true;
		show_wpcp_message('You are not allowed to copy content or view source');
		return false;
     }else
     	return true;
     }
}


/*For contenteditable tags*/
function wccp_free_iscontenteditable(e)
{
	var e = e || window.event; // also there is no e.target property in IE. instead IE uses window.event.srcElement
  	
	var target = e.target || e.srcElement;

	var elemtype = e.target.nodeName;
	
	elemtype = elemtype.toUpperCase();
	
	var iscontenteditable = "false";
		
	if(typeof target.getAttribute!="undefined" ) iscontenteditable = target.getAttribute("contenteditable"); // Return true or false as string
	
	var iscontenteditable2 = false;
	
	if(typeof target.isContentEditable!="undefined" ) iscontenteditable2 = target.isContentEditable; // Return true or false as boolean

	if(target.parentElement.isContentEditable) iscontenteditable2 = true;
	
	if (iscontenteditable == "true" || iscontenteditable2 == true)
	{
		if(typeof target.style!="undefined" ) target.style.cursor = "text";
		
		return true;
	}
}

////////////////////////////////////
function disable_copy(e)
{	
	var e = e || window.event; // also there is no e.target property in IE. instead IE uses window.event.srcElement
	
	var elemtype = e.target.tagName;
	
	elemtype = elemtype.toUpperCase();
	
	if (elemtype == "TEXT" || elemtype == "TEXTAREA" || elemtype == "INPUT" || elemtype == "PASSWORD" || elemtype == "SELECT" || elemtype == "OPTION" || elemtype == "EMBED")
	{
		elemtype = 'TEXT';
	}
	
	if(wccp_free_iscontenteditable(e)) return true;
	
	var isSafari = /Safari/.test(navigator.userAgent) && /Apple Computer/.test(navigator.vendor);
	
	var checker_IMG = '';
	if (elemtype == "IMG" && checker_IMG == 'checked' && e.detail >= 2) {show_wpcp_message(alertMsg_IMG);return false;}
	if (elemtype != "TEXT")
	{
		if (smessage !== "" && e.detail == 2)
			show_wpcp_message(smessage);
		
		if (isSafari)
			return true;
		else
			return false;
	}	
}

//////////////////////////////////////////
function disable_copy_ie()
{
	var e = e || window.event;
	var elemtype = window.event.srcElement.nodeName;
	elemtype = elemtype.toUpperCase();
	if(wccp_free_iscontenteditable(e)) return true;
	if (elemtype == "IMG") {show_wpcp_message(alertMsg_IMG);return false;}
	if (elemtype != "TEXT" && elemtype != "TEXTAREA" && elemtype != "INPUT" && elemtype != "PASSWORD" && elemtype != "SELECT" && elemtype != "OPTION" && elemtype != "EMBED")
	{
		return false;
	}
}	
function reEnable()
{
	return true;
}
document.onkeydown = disableEnterKey;
document.onselectstart = disable_copy_ie;
if(navigator.userAgent.indexOf('MSIE')==-1)
{
	document.onmousedown = disable_copy;
	document.onclick = reEnable;
}
function disableSelection(target)
{
    //For IE This code will work
    if (typeof target.onselectstart!="undefined")
    target.onselectstart = disable_copy_ie;
    
    //For Firefox This code will work
    else if (typeof target.style.MozUserSelect!="undefined")
    {target.style.MozUserSelect="none";}
    
    //All other  (ie: Opera) This code will work
    else
    target.onmousedown=function(){return false}
    target.style.cursor = "default";
}
//Calling the JS function directly just after body load
window.onload = function(){disableSelection(document.body);};

//////////////////special for safari Start////////////////
var onlongtouch;
var timer;
var touchduration = 1000; //length of time we want the user to touch before we do something

var elemtype = "";
function touchstart(e) {
	var e = e || window.event;
  // also there is no e.target property in IE.
  // instead IE uses window.event.srcElement
  	var target = e.target || e.srcElement;
	
	elemtype = window.event.srcElement.nodeName;
	
	elemtype = elemtype.toUpperCase();
	
	if(!wccp_pro_is_passive()) e.preventDefault();
	if (!timer) {
		timer = setTimeout(onlongtouch, touchduration);
	}
}

function touchend() {
    //stops short touches from firing the event
    if (timer) {
        clearTimeout(timer);
        timer = null;
    }
	onlongtouch();
}

onlongtouch = function(e) { //this will clear the current selection if anything selected
	
	if (elemtype != "TEXT" && elemtype != "TEXTAREA" && elemtype != "INPUT" && elemtype != "PASSWORD" && elemtype != "SELECT" && elemtype != "EMBED" && elemtype != "OPTION")	
	{
		if (window.getSelection) {
			if (window.getSelection().empty) {  // Chrome
			window.getSelection().empty();
			} else if (window.getSelection().removeAllRanges) {  // Firefox
			window.getSelection().removeAllRanges();
			}
		} else if (document.selection) {  // IE?
			document.selection.empty();
		}
		return false;
	}
};

document.addEventListener("DOMContentLoaded", function(event) { 
    window.addEventListener("touchstart", touchstart, false);
    window.addEventListener("touchend", touchend, false);
});

function wccp_pro_is_passive() {

  var cold = false,
  hike = function() {};

  try {
	  const object1 = {};
  var aid = Object.defineProperty(object1, 'passive', {
  get() {cold = true}
  });
  window.addEventListener('test', hike, aid);
  window.removeEventListener('test', hike, aid);
  } catch (e) {}

  return cold;
}
/*special for safari End*/
</script>
<script id="wpcp_disable_Right_Click" type="text/javascript">
document.ondragstart = function() { return false;}
	function nocontext(e) {
	   return false;
	}
	document.oncontextmenu = nocontext;
</script>
	<script>document.documentElement.className = document.documentElement.className.replace( 'no-js', 'js' );</script>
	<style>.recentcomments a{display:inline !important;padding:0 !important;margin:0 !important;}</style>		<meta name="google-site-verification" content="HWtAaYicDyNV-Mr7cJ3ilLs4PJQe9fye3ekZ_X2M8SI" />
		<meta name="naver-site-verification" content="11c2a227ef33bfd898d14024908b0fa18e8c14cc" />
		<meta name="description" content="K-POP 댄스를 체계적으로 배우고, 자격증까지 취득하는 플랫폼. Anytime, anywhere, together KIDOL(키돌) Dance Academy" />
		<!-- favicon -->
		<link rel="shortcut icon" href="https://kidol.co.kr/wp-content/themes/kidol/assets/images/logo/favicon.ico">
		<link rel="apple-touch-icon" sizes="180x180" href="https://kidol.co.kr/wp-content/themes/kidol/assets/images/logo/apple-touch-icon.png">
		<link rel="icon" type="image/png" sizes="192x192" href="https://kidol.co.kr/wp-content/themes/kidol/assets/images/logo/android-chrome-192x192.png">
		<link rel="icon" type="image/png" sizes="256x256" href="https://kidol.co.kr/wp-content/themes/kidol/assets/images/logo/android-chrome-256x256.png">
		<link rel="icon" type="image/png" sizes="16x16" href="https://kidol.co.kr/wp-content/themes/kidol/assets/images/logo/favicon-16x16.png">
		<link rel="icon" type="image/png" sizes="32x32" href="https://kidol.co.kr/wp-content/themes/kidol/assets/images/logo/favicon-32x32.png">
		<!-- css -->
		<link rel="stylesheet preload" as="style" href="https://kidol.co.kr/wp-content/themes/kidol/style.css?v=20250407033734"  media="screen, print"/>
		<link rel="stylesheet preload" as="style" href="https://kidol.co.kr/wp-content/themes/kidol/assets/css/custom/header.css?v=20250627100050" media="screen, print" />
		<link rel="stylesheet preload" as="style" href="https://kidol.co.kr/wp-content/themes/kidol/assets/css/custom/footer.css?v=20250627005853" media="screen, print" />
		<link rel="stylesheet" type="text/css" href="https://kidol.co.kr/wp-content/themes/kidol/assets/css/custom/page.css?v=20250902021123" media="screen, print" />
		<!-- Google Tag Manager -->
		<script>
		(function(w,d,s,l,i){
		  w[l]=w[l]||[];
		  w[l].push({'gtm.start': new Date().getTime(), event:'gtm.js'});
		  var f=d.getElementsByTagName(s)[0],
			  j=d.createElement(s),
			  dl=l!='dataLayer' ? '&l='+l : '';
		  j.async=true;
		  j.src='https://www.googletagmanager.com/gtm.js?id='+i+dl;
		  f.parentNode.insertBefore(j,f);
		})(window,document,'script','dataLayer','GTM-WGJFNCV4');
		</script>
		<!-- End Google Tag Manager -->
		<!-- Google tag (gtag.js) -->
		<script async src='https://www.googletagmanager.com/gtag/js?id=G-WGH3EW95N6'></script>
		<script>
		  window.dataLayer = window.dataLayer || [];
		  function gtag(){dataLayer.push(arguments);}
		  gtag('js', new Date());
		  gtag('config', 'G-WGH3EW95N6');
		</script>
	</head>

	<body class="wp-singular page-template-default page page-id-7390 wp-embed-responsive wp-theme-kidol unselectable singular enable-search-modal missing-post-thumbnail has-no-pagination not-showing-comments show-avatars footer-top-visible">
		<!-- Google Tag Manager (noscript) -->
		<noscript>
		  <iframe src="https://www.googletagmanager.com/ns.html?id=GTM-WGJFNCV4" height="0" width="0" style="display:none;visibility:hidden"></iframe>
		</noscript>
		<!-- End Google Tag Manager (noscript) -->
		<div class="site">
			<!-- Header -->
			<header id="masthead" class="site-header">
				<div class="full-container">
					<!-- HeaderInfo -->
					<div class="HeaderInfo">
						<!-- Logo -->
						<h1 class="Logo">
							<a href="https://kidol.co.kr/" class="Logo-link"></a>
							<span class="Logo-text"><span class="ab-text">KIDOL(키돌)</span></span>
						</h1>
						<!-- .Logo -->
						<!-- Navi -->
						<div class="SiteMenu">
							<!-- SiteMenuHead -->
							<div class="SiteMenuHead">
								<div class="Logo">
									<a href="https://kidol.co.kr/" class="Logo-link"></a>
									<span class="Logo-text"><span class="ab-text">KIDOL</span></span>
								</div>
								<a href="javascript:void(0)" class="SiteMenu-close"><span class="ab-text">Close</span></a>
							</div>
							<!-- //SiteMenuHead -->
							<div class="SiteMenuFlex">
								<!-- SiteMenuInner -->
																	<nav id="site-navigation" class="primary-navigation SiteMenuInner" aria-label="Primary menu">
										<div class="primary-menu-container"><ul id="primary-menu-list" class="menu-wrapper"><li id="menu-item-5495" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5495"><a href="https://kidol.co.kr/kidol-ss/">Shooting Star<span class="MenuBullet Ss"><span class="ab-text">SS</span></span></a></li>
<li id="menu-item-5494" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5494"><a href="https://kidol.co.kr/kidol-ds/">Dancing Star<span class="MenuBullet Ds"><span class="ab-text">DS</span></span></a></li>
<li id="menu-item-6074" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-6074"><a href="https://kidol.co.kr/supernova/">Supernova<span class="MenuBullet Sv"><span class="ab-text">S</span></span></a></li>
<li id="menu-item-6073" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-6073"><a href="https://kidol.co.kr/cosmic-legend/">Cosmic Legend<span class="MenuBullet Cl"><span class="ab-text">CL</span></span></a></li>
<li id="menu-item-5493" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5493"><a href="https://kidol.co.kr/mentor/">강사</a></li>
<li id="menu-item-5578" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5578"><a href="https://kidol.co.kr/kidol-about/">KIDOL 소개</a></li>
</ul></div>									</nav>
																<!-- //SiteMenuInner -->
								<!-- SiteMenuInfo -->
								<div class="SiteMenuInfo">
									<p class="SiteMenuInfo-text">내가 원하는 장소에서, <br /> KIDOL을 즐겨보세요</p>
									<p class="SiteMenuInfo-copy">© 2025 KIDOL Inc. All rights reserved.</p>
								</div>
								<!-- //SiteMenuInfo -->
							</div>
						</div>
						<!-- //Navi -->
						<!-- HeaderMeta -->
						<div class="HeaderMeta">
							<div class="HeaderMetaInfo">
								<ul class="HeaderMetaInfo-inner">
									<li class="HeaderMetaInfo-item User">
									<a class='HeaderMetaInfo-link Login' href='/login/'><span class='ab-text'>Login</span></a>									</li>
																		<li class="HeaderMetaInfo-item Menu">
										<a class="HeaderMetaInfo-link" href="javascript:void(0)">
											<span class="ab-text">Menu Open</span>
										</a>
									</li>
								</ul>
							</div>
							<a href="/pay/" class="HeaderMetaBtn">
								<span class="ab-text">Pay</span>
							</a>
						</div>
						<!-- //HeaderMeta -->
					</div>
					<!-- .HeaderInfo -->
				</div>
			</header>
			<!-- .Header --><br><br><br><br><br><br><br><br><br><br><br><br><pre>string(54) "{"data":{"resultCode":"401","message":"Unauthorized"}}"
</pre><br><br><pre>array(1) {
  ["data"]=>
  array(2) {
    ["resultCode"]=>
    string(3) "401"
    ["message"]=>
    string(12) "Unauthorized"
  }
}
</pre>{"success":false,"data":{"code":"404","msg":"Sending_Fail_No_Return"}}