html, body {margin: 0;
  scroll-behavior: auto;
  overflow-x: hidden;
}
body,table,input,textarea,select {
font:12px ±¼¸²;
color:#222222;
border: none 0;
outline: none;
}
g	{border:0}
form	{margin:0}

a	{text-decoration:none;color:#222222}
a:hover {text-decoration:underline;color:#608df9}

/*** ¸ÞÀÎ¹è³Ê ÀÚµ¿·Ñ¸µ 2025 Ãß°¡***/	
  .ad-banner-wrapper {
    position: relative;
    display: inline-block;
  }

  .ad-banner-wrapper img {
    border-radius: 8px;
    border: 1px solid #ebebeb;
    box-sizing: border-box;
  }

  .ad-label {
    position: absolute;
    top: 5px;
    right: 5px;
    background-color: rgba(0, 0, 0, 0.3);
    color: white;
    font-size: 10px;
    padding: 2px 5px;
    border-radius: 4px;
    z-index: 10;
    cursor: pointer;
  }

  .ad-tooltip {
    position: absolute;
    top: -35px;
    right: 0;
    background-color: #333;
    color: #fff;
    font-size: 11px;
    padding: 6px 10px;
    border-radius: 5px;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    z-index: 100;
  }


/*** ¹Ù·Î°¡±â¹öÆ° 2025 Ãß°¡***/	
.news-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  gap: 10px 10px;
}
.news-item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6px 0 6px 0;
  border: 1px solid #ebebeb;
  border-radius: 8px;
  background-color: #fff;
  transition: all 0.3s ease;
}
.news-item:hover {
  border-color: #608df9;
}
.news-item img {
  max-width: 100%;
  max-height: 50px;
  object-fit: contain;
}

/*** ±¤ÁÖ±¤¿ª½Ã ¸ÞÀÎ¹è³Ê ¿·¿¡ ¹Ù·Î°¡±â¹öÆ° ***/
.main_bt{display: flex;
  align-items: center;     /* ? ¼¼·Î Áß¾Ó Á¤·Ä */
  justify-content: center; width:139px; height:88px; background:#ffffff; border-radius: 8px; border:1px solid #dee3eb;}
.main_bt:hover{ float: none; width:139px; height:88px; background:#ffffff; border-radius: 8px; border:1px solid #608df9;}


/*** ±¤ÁÖ±¤¿ª½Ã°ü·Ã ¹Ù·Î°¡±â 2025 Ãß°¡***/	
.tab-wrapper {
  max-width: 820px;
  margin: 0 auto;
}

.tab-list {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  border: 1px solid #ebebeb;
  border-bottom: none; /* ? ¾Æ·¡ÂÊ Å×µÎ¸® Á¦°Å */
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  overflow: hidden;
}

.tab-list .tab {
  flex: 1;
  text-align: center;
  padding: 12px 0;
  background: #f7f7f7;
  cursor: pointer;
  border-right: 1px solid #ebebeb;
  box-sizing: border-box;
}

.tab-list .tab {
  flex: 1;
  text-align: center;
  padding: 12px 0;
  background: #f7f7f7;
  cursor: pointer;
  border-right: 1px solid #ebebeb;
  box-sizing: border-box;
  font-family: Gulim, '±¼¸²', sans-serif;
  font-size: 13px;
}

.tab-list .tab.active {
  background: #5f8df8;
  color: white;
  font-weight: bold;
  font-family: Gulim, '±¼¸²', sans-serif;
  font-size: 13px;
}

.tab-content {
  border: 1px solid #ebebeb;
  border-top: none; /* ? À§ÂÊ Å×µÎ¸® Á¦°Å */
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  padding: 0px;
  background-color: #fdfdfd;
}

.shortcut-wrapper {
  height: 162px;
  padding: 10px 15px 10px 15px;
  background: #fdfdfd;
  border: 0px solid #ebebeb;
  border-radius: 8px;
  box-sizing: border-box;
  font-family: sans-serif;
}

.shortcut-wrapper h4 {
  margin: 0 0 10px 0;
  font-size: 15px;
  font-weight: bold;
}

.shortcut-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* ? 3¿­ ±Õµî ³Êºñ */
  grid-auto-rows: min-content;
  gap: 4px 15px; /* ¼¼·Î 6px, °¡·Î 15px */
  height: calc(278px - 45px); /* Á¦¸ñ ³ôÀÌ °í·Á */
  overflow: hidden;
}

.shortcut-grid a {
  font-size: 14px;
  color: #333;
  text-decoration: none;
  white-space: nowrap;
}

.shortcut-grid a:hover {
  text-decoration: underline;
  color: #5f8df8;
}

.shortcut-grid a::before {
  content: "\2022";
  color: #5f8df8; /* ÆÄ¶õ»ö Á¡ */
  display: inline-block;
  margin-right: 6px;
  font-size: 16px;
  line-height: 1;
  vertical-align: middle;
}


/*** ÄíÆÎÆÄÆ®³Ê 2025 Ãß°¡***/		
.coupang-wrap {
  width: 248px;
  height: 276px;
  overflow: hidden;            /* ? ³»ºÎ ¶ó¿îµù °­Á¦ Àû¿ë */
  border-radius: 8px;         /* ? ¸ð¼­¸® µÕ±Û°Ô */
  border: 1px solid #ebebeb;      /* (¼±ÅÃ) Å×µÎ¸® Ãß°¡ */
}	

/*** ÁÂÃø ¼¼¹øÂ° ÄíÆÎÆÄÆ®³Ê½º ÀÌ¹ÌÁö 2025 Ãß°¡***/	
.coupang-banner-wrapper {
  position: relative;
  width: 200px;
  height: 200px;
  border: 1px solid #ebebeb;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  z-index: 10;
  overflow: visible; /* Áß¿ä! */	
}

#coupang-banner-roll {
  width: 100%;
  height: 100%;
}

#coupang-banner-roll img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 8px;
}

.coupang-ad-label {
  position: absolute;
  top: 5px;
  right: 5px;
  background-color: rgba(0, 0, 0, 0.3);
  color: white;
  font-size: 10px;
  padding: 2px 6px;
  border-radius: 3px;
  z-index: 9999; /* ÃÖ»ó´ÜÀ¸·Î */
  cursor: pointer;
}

.coupang-tooltip {
  position: absolute;
  top: -35px;
  right: 0;
  background-color: #333;
  color: #fff;
  font-size: 11px;
  padding: 6px 10px;
  border-radius: 5px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 99999;
}

.coupang-tooltip.show {
  opacity: 1;
}

/*** ¹Ù·Î°¡±âÅØ½ºÆ®¹Ú½º 2025 ***/
/* ¹Ú½º ÀüÃ¼ ¹­´Â ·¡ÆÛ */
.box-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* 4¿­ */
  gap: 10px 10px;
  padding: 0px;
}

/* °¢ Ä«Å×°í¸® ¹Ú½º */
.category-box {
  border: 1px solid #ebebeb;
  border-radius: 8px;
  padding: 0px;
  background-color: #fff;
}

/* Ä«Å×°í¸® Á¦¸ñ */
.category-box h3 {
  font-family: '±¼¸²', Gulim, sans-serif;
  font-size: 13px;
  font-weight: bold;
  margin: 0;
  padding: 8px 0;
  background-color: #f7f7f7; /* ÆÄ¶õ ¹è°æ */
  color: #000;
  text-align: center;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border: 0px solid #ccc;
  border-bottom: none;
}

/* ¸µÅ© ¸ñ·Ï (3¿­ ÀÚµ¿ ÁÙ¹Ù²Þ) */
.category-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3¿­ */
  gap: 6px 6px;
  list-style: none;
  margin: 0;
  padding: 12px 0px 12px 0px;
}

/* ¸µÅ© ½ºÅ¸ÀÏ */
.category-links li {
  text-align: center;
}

.category-links li a {
  font-family: '±¼¸²', Gulim, sans-serif;
  font-size: 12.5px;
  color: #000;
  text-decoration: none;
  display: inline-block;
}

/* ¸¶¿ì½º ¿À¹ö ½Ã ÅØ½ºÆ®¸¸ ÆÄ¶õ»ö */
.category-links li a:hover {
  color: #0073e6;
  text-decoration: underline;
}


/*** ¹«·áÇÁ·Î±×·¥ ´Ù¿î¿µ¿ª 2025 ***/
/* ÀüÃ¼ ¹Ú½º */
.free-programs {
  width: 718px;
  background: #fff;
  border: 1px solid #ebebeb;
  border-radius: 8px;
  padding: 0px;
  font-family: '±¼¸²', Gulim, sans-serif;
}

/* Á¦¸ñ */
.programs-title {
  text-align: center;
  font-weight: bold;
  font-size: 13px;
  background-color: #f7f7f7;
  margin-bottom: 0px;
  padding: 7px;
  border-radius: 8px 8px 0px 0px;	
  padding-bottom: 10px;
  border-bottom: 0px solid #ebebeb;
}

/* ¾ÆÀÌÄÜ ¸ñ·Ï */
.programs-list {
  display: grid;
  grid-template-columns: repeat(10, 1fr); /* 00°³¾¿ ÇÑ ÁÙ¿¡ */
  gap: 0px;
  list-style: none;
  padding: 0;
  margin: 0;
}

/* ¾ÆÀÌÄÜ Ç×¸ñ */
.programs-list li {
  text-align: center;
}

/* ÀÌ¹ÌÁö ½ºÅ¸ÀÏ */
.programs-list li img {
  width: 60px;
  height: 102px;
  padding: 1px 0px 0px 0px;	
  border-radius: 8px; /* ¶ó¿îµå Ã³¸® */
  border: 1px solid transparent; /* ±âº» Å×µÎ¸® Åõ¸í */
  transition: border-color 0.3s ease;
}

/* ¸¶¿ì½º ¿À¹ö È¿°ú */
.programs-list li img:hover {
  border-color: #608df9; /* ÆÄ¶õ»ö Å×µÎ¸®·Î º¯°æ */
  cursor: pointer;
}


/*** ¿À¸¥ÂÊ ÇÏ´Ü ÀÌ¹ÌÁö¹è³Ê 2025 ***/
/* ¿À¸¥ÂÊ ÇÏ´Ü ÄíÆÎ ¹è³Ê¿ë ½ºÅ¸ÀÏ */
/*  300x250 ·Ñ¸µ ¹è³Ê ¿µ¿ª */
.banner300-wrap {
  position: relative;
  width: 300px;
  height: 250px;
  border-radius: 10px;
  overflow: visible;
}

/*  ·Ñ¸µ ¹è³Ê ³»¿ë */
.banner300-content img {
  width: 300px;
  height: 250px;
  border-radius: 10px;
  display: block;
}

/*  AD ¹öÆ° */
.banner300-ad-btn {
  position: absolute;
  top: 6px;
  right: 6px;
  font-size: 11px;
  background-color: rgba(0, 0, 0, 0.3);
  color: white;
  padding: 2px 6px;
  border-radius: 5px;
  cursor: pointer; /* ¼Õ ¸ð¾ç Ç¥½Ã */
  z-index: 10;
}


/*  ÅøÆÁ - ±âº» ¼û±è */
.banner300-tooltip {
  position: absolute;
  top: -50px; /* ´õ À§·Î */
  right: 0;
  background-color: #333;
  color: #fff;
  font-size: 11px;
  padding: 6px 10px;
  border-radius: 5px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 100;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}

/*  AD ¹öÆ° ¸¶¿ì½º¿À¹ö ½Ã ÅøÆÁ Ç¥½Ã */
.banner300-ad-btn:hover .banner300-tooltip {
  opacity: 1;
}

/*** ÇªÅÍ ÇÏ´Ü 2025 ***/


.footer	{color:#999999}

















