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: http://k-eta.co

  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5.  
  6.  
  7. <meta http-equiv="imagetoolbar" content="no" />
  8. <meta http-equiv="X-UA-Compatible" content="IE=edge" />
  9. <meta name="viewport" content="width=device-width, initial-scale=1">
  10. <title>KOREA ETA - Electronic Travel Authorization</title>
  11. <meta name="description" content="KOREA ETA (Electronic Travel Authorization) application, Supports various payment methods for the KOREA ETA, Easy application, and KETA application assistance.">
  12. <meta name="keywords" content="KOREA ETA, Electronic Travel Authorization, KOREA visa, KOREA travel visa, KETA, K-ETA, KOREAETA, travel authorization">
  13. <meta name="robots" content="index, follow">
  14. <link rel="canonical" href="https://www.k-eta.co/">
  15.  
  16. <script async src="https://www.googletagmanager.com/gtag/js?id=G-ZP4WDWBG65"></script>
  17. <script>  
  18. window.dataLayer = window.dataLayer || [];  
  19. function gtag(){dataLayer.push(arguments);}  
  20. gtag('js', new Date());  
  21.  
  22. gtag('config', 'G-ZP4WDWBG65');
  23. </script>
  24. <link rel="icon" href="/arimg/logo-icon.ico">
  25. <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
  26. <link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0" />
  27. <link href="/aricd/css.css?20240508011006" rel="stylesheet" type="text/css">
  28.  
  29. <link rel="stylesheet" href="https://code.jquery.com/ui/1.8.18/themes/base/jquery-ui.css" type="text/css" /><!--jQuery UI CSS파일-->  
  30. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script><!--jQuery 기본 js파일-->
  31. <script src="https://code.jquery.com/ui/1.8.18/jquery-ui.min.js"></script><!--jQuery UI 라이브러리 js파일-->
  32. <script src="https://code.jquery.com/jquery-latest.js"></script>
  33. <script src="https://kit.fontawesome.com/35ed3f750d.js" crossorigin="anonymous"></script>
  34. <script>
  35. $(document).ready(function(){
  36.     //검은 막을 눌렀을 때
  37.     $('#mask').click(function () {
  38.         $(this).hide();
  39. document.getElementById("mySidenav").style.width = "0";
  40.     });
  41. });
  42. </script>
  43.  
  44. </head>
  45.  
  46. <body>
  47.  
  48. <div id="mask"></div>
  49. <!--##### 상단옵션, 메인메뉴{ #####-->
  50.  
  51. <script>
  52. $( document ).ready( function() {
  53.    var ar_main_navi_fixed_area = "ar_main_navi_fixed_area";
  54. var ar_main_navi_fixed_arg = "ar_main_navi_fixed_arg";
  55. var ar_main_navi_right_lk = "ar_main_navi_right_lk";
  56. var ar_main_navi_right_lk_fixed = "ar_main_navi_right_lk_fixed";
  57. var ar_main_navi_left = "ar_main_navi_left";
  58. var ar_main_navi_left_fixed = "ar_main_navi_left_fixed";
  59. var ar_main_navi_mobile_cate_color = "ar_main_navi_mobile_cate_color_etc";
  60. var ar_main_navi_mobile_cate_color_fixed = "ar_main_navi_mobile_cate_color_fixed_etc";
  61.  
  62. var windowWidth = $( window ).width();
  63. var jbOffset = $( '.'+ar_main_navi_fixed_area ).offset();
  64.    $( window ).scroll( function() {
  65.      if ( $( document ).scrollTop() > jbOffset.top ) {
  66.        $( '.'+ar_main_navi_fixed_area ).addClass( ar_main_navi_fixed_arg );
  67. $( '.'+ar_main_navi_right_lk ).addClass( ar_main_navi_right_lk_fixed );
  68. $( '.'+ar_main_navi_left ).addClass( ar_main_navi_left_fixed );
  69.  
  70. if(windowWidth < 1000) {
  71. $( '.'+ar_main_navi_mobile_cate_color ).addClass( ar_main_navi_mobile_cate_color_fixed );
  72. }else{
  73. }
  74.  
  75.      }
  76.      else {
  77.        $( '.'+ar_main_navi_fixed_area ).removeClass( ar_main_navi_fixed_arg );
  78. $( '.'+ar_main_navi_right_lk ).removeClass( ar_main_navi_right_lk_fixed );
  79. $( '.'+ar_main_navi_left ).removeClass( ar_main_navi_left_fixed );
  80.  
  81. if(windowWidth < 1000) {
  82. $( '.'+ar_main_navi_mobile_cate_color ).removeClass( ar_main_navi_mobile_cate_color_fixed );
  83. }
  84.      }
  85.    });
  86.  } );
  87.  
  88.  function mv_pm_go(){
  89.  location.href = "/arpremium/premium.php";
  90.  }
  91.  function mv_apply_go(){
  92.  location.href = "/arapply/apply.php";
  93.  }
  94.  function lang_mv(lang_arg){
  95. document.getElementById('nation_lang_val').value = lang_arg;
  96. var variableValue = document.getElementById("nation_lang_val").value;
  97. //location.href = window.location.pathname + "?nation_lang_val=" + encodeURIComponent(variableValue);
  98.  
  99. document.getElementById('langForm').submit();
  100.  }
  101.  function eta_page_mv(mvurl, lang_arg){
  102.  var fm = eval("document.eta_page_mvForm");
  103.  var url = mvurl;
  104.  
  105.  fm.nation_lang_val.value = lang_arg;
  106.  
  107.  fm.action = url;
  108.  fm.submit();
  109.  }
  110. </script>
  111.  
  112. <form name="langForm" id="langForm" action="/index.php" method="post" ENCTYPE="multipart/form-data">
  113. <input type="hidden" id="nation_lang_val" name="nation_lang_val">
  114. </form>
  115.  
  116. <form name="eta_page_mvForm" id="eta_page_mvForm" method="post" ENCTYPE="multipart/form-data">
  117. <input type="hidden" name="nation_lang_val">
  118. </form>
  119.  
  120. <!--##### 상단옵션{ #####-->
  121. <div class="ar_hd_opt_wrap">
  122. <div class="ar_hd_opt_area">
  123.  <div class="ar_hd_opt_div">
  124.  
  125.   <div><span class="material-symbols-outlined" style="font-size:19px;margin-top:5px;color:#313131">schedule</span></div>
  126.   <div class="ar_hd_opt_font ar_hd_opt_line">
  127.  
  128.   Consultation time,  
  129.   09:00~18:00
  130.  
  131.   </div>
  132.   <div id="ar_hd_opt_lang_btn" class="ar_hd_opt_lang_wrap" style="padding-left:10px">
  133. <span class="material-symbols-outlined" style="margin-top:3px;color:#183985">language</span>
  134. <!--# 언어 설정{ #-->
  135. <div id="ar_hd_opt_lang_menu_wrap" class="ar_hd_opt_lang_menu_hide">
  136. <a href="#" onclick="lang_mv('lang_kr')" >한국어</a>
  137. <a href="#" onclick="lang_mv('lang_en')" class='ar_hd_opt_lang_menu_arr'>English</a>
  138. <a href="#" onclick="lang_mv('lang_ta')" >แบบไทย</a>
  139. <a href="#" onclick="lang_mv('lang_ru')" >Русский</a>
  140. <a href="#" onclick="lang_mv('lang_ch')" >中国</a>
  141. <a href="#" onclick="lang_mv('lang_jp')" >日本語</a>
  142. <a href="#" onclick="lang_mv('lang_es')" >Español</a>
  143. <a href="#" onclick="lang_mv('lang_fr')" >Français</a>
  144. <a href="#" onclick="lang_mv('lang_de')" >Deutsch</a>
  145. </div><!--ar_hd_opt_lang_menu_wrap-->
  146. <script>
  147. var ar_hd_opt_lang_btn = document.getElementById('ar_hd_opt_lang_btn');
  148. var ar_hd_opt_lang_menu_wrap = document.getElementById('ar_hd_opt_lang_menu_wrap');
  149.  
  150. $('body').on('click', function(e){
  151. if ($("#ar_hd_opt_lang_menu_wrap").is(":visible") && !$(event.target).closest('#ar_hd_opt_lang_btn').length) {
  152.            ar_hd_opt_lang_menu_wrap.classList.toggle("ar_hd_opt_lang_menu_hide");
  153.        }
  154. });
  155. ar_hd_opt_lang_btn.onclick = function(){
  156. ar_hd_opt_lang_menu_wrap.classList.toggle("ar_hd_opt_lang_menu_hide");
  157. }
  158. </script>
  159. <!--# }언어 설정 #-->
  160.  
  161.  
  162.   </div>
  163.   <div style="padding-left:12px">
  164.  
  165. <!--<div class="ar_hd_opt_moon"><span class="material-symbols-outlined" style="margin-top:4px;font-size:19px;color:#183985">quiet_time</span></div>-->
  166. <img src="/arimg/nation/us.png" border="0" style="margin-top:7px;border:1px solid #efefef">
  167.  
  168.   </div>
  169.  
  170.  </div><!--ar_hd_opt_div-->
  171. </div><!--ar_hd_opt_area-->
  172. </div><!--ar_hd_opt_wrap-->
  173. <!--##### }상단옵션 #####-->
  174.  
  175. <!--##### 메뉴고정{ #####-->
  176. <div class="ar_main_navi_fixed_area">
  177.  
  178. <!--# menu area{ #-->
  179. <div class="ar_main_navi_lay">
  180. <div class="ar_main_navi_wrap">
  181. <div class="ar_main_navi_left"><a href="#" onclick="eta_page_mv('/index.php','lang_en')"><img src="/arimg/ar_null.png" border="0"></a></div><!--jfc_hd_left-->
  182. <div class="ar_main_navi_right">
  183. <!-- pc menu{ -->
  184. <script>
  185. $(document).ready(function(){
  186.  $("#eta_menu_btn").mouseover(function(){
  187. removeClass("fa-solid fa-angle-down");
  188. addClass("fa-solid fa-angle-up");
  189.  });
  190.  
  191.  $("#eta_menu_btn").mouseout(function(){
  192. removeClass("fa-solid fa-angle-up");
  193. addClass("fa-solid fa-angle-down");
  194.  });
  195.  
  196.  $("#eta_menu_btn2").mouseover(function(){
  197. removeClass("fa-solid fa-chevron-down");
  198. addClass("fa-chevron-up");
  199.  });
  200.  
  201.  $("#eta_menu_btn2").mouseout(function(){
  202. removeClass("fa-solid fa-chevron-up");
  203. addClass("fa-solid fa-chevron-down");
  204.  });
  205. });
  206. </script>
  207. <div class="ar_main_navi_pc">
  208. <div class="ar_main_navi_dropdown" id="eta_menu_btn">
  209. <a href="#" class="ar_main_navi_right_lk">ETA application
  210. <i class="fa-solid fa-angle-down" style="font-size:14px"></i>
  211. </a>
  212. <div class="ar_main_navi_dropdown_content">
  213.  <a href="#" onclick="eta_page_mv('/arpremium/premium.php','lang_en')">Easy Application</a>
  214.  <a href="#" onclick="eta_page_mv('/arapply/apply.php','lang_en')">General Application</a>
  215. </div>
  216. </div>
  217. <a href="#" onclick="eta_page_mv('/arresult/result.php','lang_en')" class="ar_main_navi_right_lk">ETA application result</a>
  218. <a href="#" onclick="eta_page_mv('/arfaq/faq.php','lang_en')" class="ar_main_navi_right_lk">FAQ </a>
  219.  
  220. <div class="ar_main_navi_dropdown" id="eta_menu_btn2">
  221. <a href="#" class="ar_main_navi_right_lk">Board
  222. <i class="fa-solid fa-chevron-down" style="font-size:14px"></i>
  223. </a>
  224. <div class="ar_main_navi_dropdown_content">
  225.  <a href="#" onclick="eta_page_mv('/arscon/notice.php','lang_en')">Notice</a>
  226.  <a href="#" onclick="eta_page_mv('/anews/anews.php','lang_en')">News</a>
  227. </div>
  228. </div>
  229. </div><!--ar_main_navi_pc-->
  230. <!-- }pc menu -->
  231.  
  232. <!-- mobile menu{ -->
  233. <div class="ar_main_navi_mobile">
  234. <div class="ar_main_navi_mobile_cate_wrap" onclick="openNav()">
  235. <span class="material-symbols-outlined" style="margin-top:7px"><span class="ar_main_navi_mobile_cate_color_etc">menu</span></span>
  236. </div>
  237. </div><!--ar_main_navi_mobile-->
  238. <!-- }mobile menu -->
  239. </div><!--jfc_hd_mid-->
  240. </div><!--ar_main_navi_wrap-->
  241.  
  242. </div><!--jfc_fixed_area-->
  243. <!--# }menu area #-->
  244.  
  245. </div><!--ar_main_navi_fixed_area-->
  246. <!--##### }메뉴고정 #####-->
  247.  
  248.  
  249. <!--##### 모바일 메뉴{ #####-->
  250. <div id="mySidenav" class="ar_sidenav">
  251.  <div style="margin-bottom:30px"><a href="#" onclick="eta_page_mv('/index.php','lang_en')"><img src="/arimg/ketaco_logo_black.png" width="100" height="20" border="0"></a></div>
  252.  <a href="#" onclick="eta_page_mv('/arpremium/premium.php','lang_en')">Easy Application</a>
  253.  <a href="#" onclick="eta_page_mv('/arapply/apply.php','lang_en')">General Application</a>
  254.  <a href="#" onclick="eta_page_mv('/arresult/result.php','lang_en')">ETA application result</a>
  255.  <a href="#" onclick="eta_page_mv('/arfaq/faq.php','lang_en')">FAQ</a>
  256.  <a href="#" onclick="eta_page_mv('/arscon/notice.php','lang_en')">Board</a>
  257.  <a href="#" onclick="eta_page_mv('/anews/anews.php','lang_en')">News</a>
  258.  
  259.  <div class="ar_cate_btn_wrap">
  260.   <button class="ar_cate_btn_white" onclick="eta_page_mv('/arapply/apply.php','lang_en')">K-ETA 신청</button>
  261.   <button class="ar_cate_btn_blue" onclick="eta_page_mv('/arpremium/premium.php','lang_en')">간편 신청</button>
  262.  </div><!--ar_cate_btn_wrap-->
  263. </div>
  264. <script>
  265. function openNav() {
  266.  document.getElementById("mySidenav").style.width = "250px";
  267.  //화면의 높이와 너비를 구한다.
  268.   var maskHeight = $(document).height();
  269.   var maskWidth = $(window).width(); 
  270.  
  271.   //마스크의 높이와 너비를 화면 것으로 만들어 전체 화면을 채운다.
  272.   $('#mask').css({'width':maskWidth,'height':maskHeight}); 
  273.  
  274.   //애니메이션 효과 - 일단 1초동안 까맣게 됐다가 80% 불투명도로 간다.
  275.   $('#mask').fadeIn(0);
  276.   $('#mask').fadeTo("slow",0.8);
  277. }
  278.  
  279. function closeNav() {
  280.  document.getElementById("mySidenav").style.width = "0";
  281. }
  282. </script>
  283. <!--##### }모바일 메뉴 #####--><!--##### }상단옵션, 메인메뉴 #####-->
  284.  
  285. <!--##### 비주얼_sub{ #####-->
  286. <!--##### }비주얼_sub #####-->
  287. <style>
  288. .ar_ftr_wrapper_sub {width: 100%;margin:0 auto 0 auto;border-top:0px solid #e0e0e0;padding-top: 40px}
  289. </style>
  290.  
  291. <script>
  292. $(document).ready(function() {
  293.    // 클래스가 "scroll_on"인 모든 요소를 선택합니다.
  294.    const $counters = $(".ar_main_content_on");
  295.    
  296.    // 노출 비율(%)과 애니메이션 반복 여부(true/false)를 설정합니다.
  297.    const exposurePercentage = 100; // ex) 스크롤 했을 때 $counters 컨텐츠가 화면에 100% 노출되면 숫자가 올라갑니다.
  298.    //const loop = true; // 애니메이션 반복 여부를 설정합니다. (true로 설정할 경우, 요소가 화면에서 사라질 때 다시 숨겨집니다.)
  299. const loop = false; // 애니메이션 반복 여부를 설정합니다. (true로 설정할 경우, 요소가 화면에서 사라질 때 다시 숨겨집니다.)
  300.  
  301.    // 윈도우의 스크롤 이벤트를 모니터링합니다.
  302.    $(window).on('scroll', function() {
  303.        // 각 "scroll_on" 클래스를 가진 요소에 대해 반복합니다.
  304.        $counters.each(function() {
  305.            const $el = $(this);
  306.    
  307.            // 요소의 위치 정보를 가져옵니다.
  308.            const rect = $el[0].getBoundingClientRect();
  309.            const winHeight = window.innerHeight; // 현재 브라우저 창의 높이
  310.            const contentHeight = rect.bottom - rect.top; // 요소의 높이
  311.            
  312.            // 요소가 화면에 특정 비율만큼 노출될 때 처리합니다.
  313.            if (rect.top <= winHeight - (contentHeight * exposurePercentage / 100) && rect.bottom >= (contentHeight * exposurePercentage / 100)) {
  314.                $el.addClass('active');
  315.            }
  316.            // 요소가 화면에서 완전히 사라졌을 때 처리합니다.
  317.            if (loop && (rect.bottom <= 0 || rect.top >= window.innerHeight)) {
  318.                $el.removeClass('active');
  319.            }
  320.        });
  321.    }).scroll();
  322. });
  323. </script>
  324.  
  325. <!--##### 메인비주얼{ #####-->
  326. <div class="ar_main_content_visual_wrap">
  327. <div class="ar_main_content_visual_left ar_main_content_visual_item_order">
  328. <div class="ar_main_content_visual_content_wrap">
  329. <div>&nbsp;</div>
  330. <div>
  331.  <div class="ar_main_content_visual_content_title">
  332. KOREA ELECTRONIC TRAVEL AUTHORIZATION  </div>
  333.  
  334.  <div class="ar_main_content_visual_content_text">
  335. Travelers with nationality of Visa Waiver countries are eligible to apply for KETA.<br>
  336. If you do not receive a KETA, you will not be permitted to enter the Republic of Korea, so we recommend that you apply early.  </div>
  337.  
  338.  <div class="ar_main_content_visual_content_btn_wrap">
  339.   <button class="ar_main_content_visual_content_blue" onclick="eta_page_mv('/arpremium/premium.php','lang_en')">Easy Application</button>
  340.   <button class="ar_main_content_visual_content_white" onclick="eta_page_mv('/arapply/apply.php','lang_en')">K-ETA Application</button>
  341.  </div>
  342. </div>
  343. </div><!--ar_main_content_visual_content_wrap-->
  344. </div><!--ar_main_content_visual_left-->
  345. <div class="ar_main_content_visual_right ar_main_content_visual_item_order">
  346. <div class="ar_main_content_visual_null_div"></div>
  347. <iframe name="mainslidefrm" src="/aricd/main_slide.php" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" class="ar_main_slide_frm"></iframe>
  348. </div><!--ar_main_content_visual_right-->
  349. </div><!--ar_main_content_visual_wrap-->
  350. <!--##### }메인비주얼 #####-->
  351.  
  352. <!--##### 가이드 바{ #####-->
  353. <div class="ar_main_content_visual_content_guide_bar_wrap">An ETA is required if you are entering the Republic of Korea for short-term stays, tourism, or business visits.</div>
  354. <!--##### }가이드 바 #####-->
  355.  
  356. <!--##### 내용_#f8f8f8{ #####-->
  357. <div class="ar_main_content_wrap">
  358. <!--# K-ETA 신청 과정{ #-->
  359. <div class="ar_main_content_on type_bottom_1 ar_main_content_title">K-ETA Application Process</div>
  360. <div class="ar_main_content_on type_bottom_1 ar_main_content_text">Examination is possible only from 08:00 to 18:00 Korean standard time, and if you apply for duplicate, you may be at a disadvantage in the examination.</div>
  361. <div class="ar_main_content_step">
  362.  <div class="ar_main_content_on type_bottom_2">
  363.   <div class="ar_main_content_step_img_wrap"><img src="/arimg/icon_process1.png" border="0"></div>
  364.   <div class="ar_main_content_step_title">ETA application</div>
  365.   <div class="ar_main_content_step_text">STEP 01</div>
  366.  </div>
  367.  <div class="ar_main_content_on type_bottom_3">
  368. <div class="ar_main_content_step_img_wrap"><img src="/arimg/icon_process2.png" border="0"></div>
  369. <div class="ar_main_content_step_title">Fee payment</div>
  370. <div class="ar_main_content_step_text">STEP 02</div>
  371.  </div>
  372.  <div class="ar_main_content_on type_bottom_4">
  373. <div class="ar_main_content_step_img_wrap"><img src="/arimg/icon_process3.png" border="0"></div>
  374. <div class="ar_main_content_step_title">Judgment Progress</div>
  375. <div class="ar_main_content_step_text">STEP 03</div>
  376.  </div>
  377.  <div class="ar_main_content_on type_bottom_5">
  378. <div class="ar_main_content_step_img_wrap"><img src="/arimg/icon_process4.png" border="0"></div>
  379. <div class="ar_main_content_step_title">ETA issuance</div>
  380. <div class="ar_main_content_step_text">STEP 04</div>
  381.  </div>
  382. </div><!--ar_main_content_step-->
  383.  
  384. <div class="ar_main_content_step_guide_bar">Application results are sent by e-mail, and depending on the e-mail environment, it may be classified as spam e-mail,
  385. so please be sure to check your spam mailbox.</div><!--ar_main_content_step_guide_bar-->
  386. <!--# }K-ETA 신청 과정 #-->
  387.  
  388. </div><!--ar_main_content_wrap-->
  389. <!--##### }내용_#f8f8f8 #####-->
  390. <div class="ar_main_content_rct">&nbsp;</div>
  391.  
  392.  
  393.  
  394. <!--##### 내용_#ffffff{ #####-->
  395. <div class="ar_main_content_wrap_kfa ar_main_content_wrap_margin_top">
  396. <!--# K-ETA 신청 과정{ #-->
  397. <div class="ar_main_content_on type_bottom_1 ar_main_content_title">Why K-ETA?</div>
  398. <div class="ar_main_content_on type_bottom_1 ar_main_content_text">K-ETA (Korea Electronic Travel Authorization)</div>
  399. <div class="ar_main_content_on type_bottom_1 ar_main_content_btn_wrap">
  400.  <button class="ar_main_content_btn_blue" onclick="eta_page_mv('/arpremium/premium.php','lang_en')">Concierage Service</button>
  401. </div>
  402.  
  403. <div class="ar_main_content_grid_4">
  404.  <div class="ar_main_content_on type_bottom_2">
  405.  
  406.   <div><img src="/arimg/icon_why1.png" border="0"></div>
  407.   <div class="ar_main_content_grid_4_title">One-Stop Travel Authorization Application</div>
  408.   <div class="ar_main_content_grid_4_text">
  409.    Check for errors and problems in the information entered by the applicant at the same time as the visa application
  410. If there are any supplementary matters, we will help you with the correct application through corrective measures before review or consultation with the applicant.   </div>
  411.  
  412.  </div>
  413.  <div class="ar_main_content_on type_bottom_3">
  414.  
  415.   <div><img src="/arimg/icon_why2.png" border="0"></div>
  416.   <div class="ar_main_content_grid_4_title">Secure information protection</div>
  417.   <div class="ar_main_content_grid_4_text">KETA Inc. complies with international data security standards to protect customer personal information and encrypts all information.</div>
  418.  
  419.  </div>
  420.  <div class="ar_main_content_on type_bottom_4">
  421.  
  422.   <div><img src="/arimg/icon_why3.png" border="0"></div>
  423.   <div class="ar_main_content_grid_4_title">easy payment</div>
  424.   <div class="ar_main_content_grid_4_text">You can pay with your credit card with KETA Inc. Before applying, check the credit card that can be used for payment.</div>
  425.  
  426.  </div>
  427.  <div class="ar_main_content_on type_bottom_5">
  428.  
  429.   <div><img src="/arimg/icon_why4.png" border="0"></div>
  430.   <div class="ar_main_content_grid_4_title">Expert help</div>
  431.   <div class="ar_main_content_grid_4_text">In order to apply for a visit to Korea tailored to the applicant's situation and purpose, the customer service support team provides a variety of information and help.</div>
  432.   <div class="ar_main_content_grid_4_btn_area"><button class="ar_main_content_btn_white" onclick="eta_page_mv('/arcontact/contact.php','lang_en')" style="width:100%">1:1 Inquiry</button></div>
  433.  
  434.  </div>
  435. </div><!--ar_main_content_grid_4-->
  436. <!--# K-ETA 신청 과정{ #-->
  437.  
  438. <!--# 결제 가능한 카드사 확인{ #-->
  439. <div class="ar_main_content_grid_2">
  440.  <div class="ar_main_content_on type_left">
  441.  
  442. <div class="ar_main_content_grid_2_title">Check the credit card company that accepts payment</div>
  443. <div class="ar_main_content_grid_2_text">You can pay with your credit card with KETA Inc. Before applying, check the credit card that can be used for payment.
  444.  
  445. </div>
  446.  
  447.  </div>
  448.  <div class="ar_main_content_grid_2_img_area">
  449.  
  450.   <div class="ar_main_bank_wrap">
  451.    <div><img src="/arimg/visa_n.png" border="0"></div>
  452.    <div><img src="/arimg/jcb_n.png" border="0"></div>
  453.    <div><img src="/arimg/mastercard_n.png" border="0"></div>
  454.    <div><img src="/arimg/a_pay_img_01.png" border="0"></div>
  455.    <div><img src="/arimg/a_pay_img_02.png" border="0"></div>
  456.   </div><!--ar_main_bank_wrap-->
  457.  
  458.  </div>
  459. </div><!--ar_main_content_grid_2-->
  460. <!--# }결제 가능한 카드사 확인 #-->
  461.  
  462.  
  463.  
  464. </div><!--ar_main_content_wrap-->
  465. <!--##### }내용_#ffffff #####-->
  466.  
  467. <!--##### 내용_하단{ #####-->
  468. <div class="ar_main_content_ft_wrap">
  469.  
  470. <div class="ar_main_content_ft_grid_2">
  471.  <div>
  472.   <!--# 자주하는 질문{ #-->
  473.   <div class="ar_main_content_ft_grid_2_title">FAQ</div>
  474.   <div class="ar_main_content_ft_grid_2_text"><a href="#" onclick="eta_page_mv('/arfaq/faq.php','lang_en')">My K-ETA application was disapproved. What can I do to enter Korea?</a></div>
  475.   <div class="ar_main_content_ft_grid_2_text"><a href="#" onclick="eta_page_mv('/arfaq/faq.php','lang_en')">What is an E-Ticket?</a></div>
  476.   <div class="ar_main_content_ft_grid_2_text"><a href="#" onclick="eta_page_mv('/arfaq/faq.php','lang_en')">What should I pay attention to when traveling?</a></div>
  477.   <div class="ar_main_content_ft_grid_2_text"><a href="#" onclick="eta_page_mv('/arfaq/faq.php','lang_en')">How do I exchange money?</a></div>
  478.   <div class="ar_main_content_ft_grid_2_text"><a href="#" onclick="eta_page_mv('/arfaq/faq.php','lang_en')">How much travel expenses should I bring with me?</a></div>
  479.   <!--# }자주하는 질문 #-->
  480.  </div>
  481.  <div>
  482.  
  483.   <!--# 열린마당{ #-->
  484.   <div class="ar_main_content_ft_grid_2_title">Board</div>
  485.         <div class="ar_main_content_ft_grid_2_text"><a href="#" onclick="eta_page_mv('/arscon/notice.php','lang_en')">Basics of Travel in South Korea</a></div>
  486.      <div class="ar_main_content_ft_grid_2_text"><a href="#" onclick="eta_page_mv('/arscon/notice.php','lang_en')">How to write Arrival Card </a></div>
  487.      <div class="ar_main_content_ft_grid_2_text"><a href="#" onclick="eta_page_mv('/arscon/notice.php','lang_en')">If you apply for an ETA with our company, we will provide you with assistance such as simplifying the immigration process, tours, and guides at minimal cost when entering Korea.</a></div>
  488.      <div class="ar_main_content_ft_grid_2_text"><a href="#" onclick="eta_page_mv('/arscon/notice.php','lang_en')">Due to the current COVID-19 situation, only the following persons mentioned below will be able to apply for K-ETA.</a></div>
  489.      <div class="ar_main_content_ft_grid_2_text"><a href="#" onclick="eta_page_mv('/arscon/notice.php','lang_en')">All travelers (including Korean nationals) are required to present a negative COVID-19 (PCR) test</a></div>
  490.      <!--# }열린마당 #-->
  491.  
  492.  </div>
  493. </div><!--ar_main_content_ft_grid_2-->
  494.  
  495. </div><!--ar_main_content_ft_wrap-->
  496. <div class="ar_main_content_rct">&nbsp;</div>
  497. <!--##### }내용_하단 #####-->
  498.  
  499.  
  500. <div class="ar_ftr_wrapper_sub">
  501.  
  502. <div class="ar_ft_quick_menu">
  503. <a href="#" onclick="eta_page_mv('/arterms/company_terms.php','lang_en')">Terms of Service</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
  504. <a href="#" onclick="eta_page_mv('/arterms/privacy_terms.php','lang_en')">Privacy Policy</a>
  505. </div>
  506.  
  507. <div class="ar_ft_copy_title"><a href="/arrsv/rsv_aa.php" target="_blank">주식회사 케이이티에이 (KETA Inc.)</a></div>
  508. <div class="ar_ft_copy_text">
  509. CEO : Sung Won Lee | #207, 163, Gwangdeok 1-ro, Danwon-gu, Ansan-si, Gyeonggi-do, Republic of Korea (Gojan-dong) | Business registration number: 497-87-02275 | Mail order sales registraion number : 2021-경기안산-2154 | TEL : 070-4193-4633 | CS : admin@k-eta.co<br>
  510.  
  511. Notice : KETA Inc. is a private company which is not affiliated with Korean government. Applicants who wish to enter Korea, may apply directly through Korean government website for an eTA. Although, we do not have<br>
  512. complete control over the official decisions involving in issuing process, our experienced experts can support you to submit a successful application
  513. </div>
  514.  
  515. </div><!--ar_ftr_wrapper-->
  516.  
  517.  
  518. </body>
  519. </html>
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda