
/* Áö±¸ ¾ÆÀÌÄÜ ½ºÅ¸ÀÏ */
.globe-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 5px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-globe'%3E%3Ccircle cx='12' cy='12' r='10'%3E%3C/circle%3E%3Cline x1='2' y1='12' x2='22' y2='12'%3E%3C/line%3E%3Cpath d='M12 2a15.3 15.3 0 0 1 4 10 15.3 15.3 0 0 1-4 10 15.3 15.3 0 0 1-4-10 15.3 15.3 0 0 1 4-10z'%3E%3C/path%3E%3C/svg%3E");  
  /* ±âº» ¾ÆÀÌÄÜ »ö»óÀ» ¾îµÓ°Ô ¼³Á¤ (¹àÀº ¹è°æ¿ë) */
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
}

/* ¾ð¾î ¼±ÅÃ±â ½ºÅ¸ÀÏ º¸¿Ï */
.current-lang {
  display: flex !important;
  align-items: center;
}

/* ¾ð¾î ¿É¼Ç ¾ÆÀÌÅÛµµ ¾ÆÀÌÄÜ Ç¥½Ã¸¦ À§ÇÑ °ø°£ È®º¸ */
.lang-options a {
  display: block;
  padding: 5px 10px;
}

/* ¾ð¾î ¼±ÅÃ±â ½ºÅ¸ÀÏ */

.current-lang {
  display: flex;
  align-items: center;
  font-size: 19px;
  font-weight: 600;
  cursor: pointer;
  color: inherit;
}

.lang-options {
  position: absolute;
  top: 100%;
  right: -3px;
  border-radius: 10px;
  padding: 4px 4px;
  margin-top: -16px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
  z-index: 100;
}

.lang-options.active {
  opacity: 1;
  visibility: visible;
}

.lang-options li a {
  display: block;
  padding: 8px 12px;
  font-size: 19px;
  text-align: center;
}

.lang-options li a:hover {
  background: #f3f6ff;
}

.header-dev.col-white .lang-selector .current-lang,
.header-dev.col-white .lang-selector .lang-options li a {
  color: #fff;
}

.header-dev.col-white .lang-selector .lang-options {
  background: rgba(0, 0, 0, 0.5);
}

/* ¸ð¹ÙÀÏ ¾ð¾î ¼±ÅÃ±â */
.header-dev.col-white.active .lang-selector .current-lang {
  color: #202225;
}

.header-dev.col-white.active .lang-selector .lang-options {
  background: #fff;
}

.header-dev.col-white.active .lang-selector .lang-options li a {
  color: #202225;
}

/* ´Ù±¹¾î Ç¥½Ã °ü·Ã */
.korean-text,
.english-text,
.chinese-text,
.japanese-text,
.danish-text,
.indonesian-text {
  display: none;
}

/* ±âº» ¾ð¾î(ÇÑ±¹¾î) Ç¥½Ã */
.korean-text {
  display: block;
}

/* mobile ******************************************************************* */


.lang-selector .lang-options.active {
  display: block;
}

.lang-selector .lang-options li a:hover {
  color: #202225;
  background: transparent;
}

/* ¹ÝÀÀÇü Á¶Á¤ */
@media screen and (min-width: 1024px) {
 /*  .lang-selector {
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  } */
  
  .header-dev.scrolled .lang-selector {
    top: 50%;
  }
}

@media screen and (max-width: 1024px) {

	.lang-selector {
	  position: relative;
	  border-top: 1px solid #e9e9e9;
	  margin-top: 12px;
	  padding: 12px 0;  	  
	} 


	.header-dev .navbar-dev > li.lang-selector > a::after {
	  content: "";
	  position: absolute;
	  top: 50%;
	  right: 0;
	  width: 32px;
	  height: 32px;
	  margin-top: -16px;
	  background: url(/images/ico_arw_up_x32.svg) no-repeat 0 0 / 32px;
	  transform: rotate(180deg);
	}
	.header-dev .navbar-dev > li.lang-selector.active > a::after {
	  transform: rotate(0);
	}

	.lang-selector .lang-options li a {
	  padding: 12px 20px;
	  font-size: 19px;
	  line-height: 19px;
	  text-align: left;
	}

	.lang-selector .lang-options {
	  position: static;
	  display: none;
	  opacity: 1;
	  visibility: visible;
	  width: 100%;
	  background: transparent;
	  box-shadow: none;
	  margin: 0;
	  padding: 0;
	}

  .globe-icon {
    width: 14px;
    height: 14px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23333333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-globe'%3E%3Ccircle cx='12' cy='12' r='10'%3E%3C/circle%3E%3Cline x1='2' y1='12' x2='22' y2='12'%3E%3C/line%3E%3Cpath d='M12 2a15.3 15.3 0 0 1 4 10 15.3 15.3 0 0 1-4 10 15.3 15.3 0 0 1-4-10 15.3 15.3 0 0 1 4-10z'%3E%3C/path%3E%3C/svg%3E");        
  }
 
}

