@charset "UTF-8";
@font-face {
  font-family: "87MMILSANG";
  font-style: normal;
  font-weight: 400;
  src: url("/font/87MMILSANG-Regular.ttf") format("truetype");
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

ul, li {
  list-style: none !important;
  list-style-type: none !important;
}

a {
  text-decoration: none;
  color: inherit;
}

table {
  border-collapse: collapse;
}

.gap {
  height: 30px;
  clear: both;
}

.hidden {
  display: none;
}

body {
  font-family: "87MMILSANG", "돋움", Dotum, sans-serif;
  font-size: 12px;
  color: #666;
  background-color: #fff;
  -webkit-text-size-adjust: none;
  line-height: 150%;
}

.main_layout_container {
  display: flex !important;
  width: 1000px;
  margin: 0 auto;
  align-items: flex-start;
}

#left_wrap {
  position: fixed;
  display: flex;
  width: 157px;
  flex-shrink: 0;
  padding-top: 0px;
  flex-direction: column;
  text-align: left;
}
#left_wrap #logo {
  margin-top: 5px;
  margin-bottom: 14px;
}
#left_wrap #logo img {
  display: block;
  max-width: 130px;
  height: auto;
}
#left_wrap .menu .main_menu > li {
  width: 155px;
}
#left_wrap .menu .main_menu > li .depth1_title {
  display: block;
  font-family: "돋움";
  font-weight: bold;
  transition: color 0.15s ease;
  border-bottom: 1px solid #ddd;
  line-height: 150%;
  letter-spacing: 0px;
}
#left_wrap .menu .main_menu > li .depth1_title:hover {
  color: #000;
}
#left_wrap .menu .main_menu > li .depth2 {
  display: none;
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #ddd;
}
#left_wrap .menu .main_menu > li .depth2 li a {
  font-family: "돋움";
  font-size: 11px;
  letter-spacing: -1px;
  font-weight: normal;
  color: #666;
  display: block;
  line-height: 1.6;
  padding: 1px 0;
}
#left_wrap .menu .main_menu > li .depth2 li a:hover {
  color: #12419b;
  font-weight: bold;
}
#left_wrap .menu .main_menu > li .depth2 li.on > a {
  color: #12419b;
  font-weight: bold;
}
#left_wrap .nike_zone {
  margin-top: 250px;
  margin-bottom: 20px;
  text-align: left;
}
#left_wrap .nike_zone img {
  height: auto;
  display: block;
}
#left_wrap .side_links {
  margin-left: 5px;
  width: 70px;
}
#left_wrap .side_links a {
  display: block;
  font-size: 10px;
  font-family: Arial, sans-serif;
  font-weight: bold;
  color: #999;
  margin-bottom: 6px;
  letter-spacing: 0.5px;
  border-bottom: 1px solid #eaeaea;
}
#left_wrap .side_links a.link_english {
  color: #004b93;
}

#contents_wrap {
  margin: 40px;
  width: 843px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
}

#footer_wrap {
  width: 100%;
  padding-top: 35px;
  padding-bottom: 41px;
  clear: both;
}
#footer_wrap .f_menu {
  margin-bottom: 10px;
}
#footer_wrap .f_menu ul {
  display: flex;
  gap: 10px;
}
#footer_wrap .f_menu ul li a {
  font-size: 12px;
  font-weight: bold;
  color: #999;
}
#footer_wrap .f_menu ul li a:hover {
  color: #004b93;
}
#footer_wrap .f_info {
  font-style: normal;
  font-size: 12px;
  color: #999;
  line-height: 1.6;
}
#footer_wrap .f_info .copyright {
  margin-top: 5px;
  color: #bbb;
  font-family: Arial, sans-serif;
}

#fcopyright {
  line-height: 120%;
}
#fcopyright .flinker ul {
  position: relative;
  width: 100%;
  height: 30px;
  padding-top: 1px;
}
#fcopyright .flinker li {
  padding-left: 12px;
  padding-right: 12px;
  float: left;
  background: url(/share/img/kor/fmenu_bar.jpg) no-repeat left center;
}
#fcopyright .flinker li.first {
  padding-left: 0;
}
#fcopyright .flinker li img {
  vertical-align: middle;
}

/* 기본테이블*/
.table_basic_board {
  border-top: 2px solid #575757;
  border-collapse: separate;
  border-bottom: 1px solid #ACACAC;
}

.table_basic_board th {
  border-bottom: 1px solid #EBEBEB;
  padding: 5px 0;
  color: #545454;
  text-align: center;
  font-size: 11px;
  background: #FBFBFB;
}

.table_basic_board td {
  text-align: left;
  padding: 5px;
  border-bottom: 1px solid #EBEBEB;
}

.table_basic_board td.table_basic tbody th, .table_basic tfoot th {
  TEXT-ALIGN: center;
  FONT-SIZE: 12px;
  FONT-WEIGHT: normal;
  PADDING-TOP: 9px;
  PADDING-BOTTOM: 8px;
}

.table_basic_board .aleft {
  text-align: left;
  padding-left: 10px;
}

.table_basic_board .point_bg {
  background: #F8f8f8;
  font-weight: bold;
}

.table_basic_board .cont {
  text-align: left;
  padding: 20px;
}

.table_basic_board .view_cont_w {
  padding: 20px;
}

/* 니케 모달*/
.modal-overlay {
  display: none; /* 처음에는 숨김 */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6); /* 반투명 검은색 배경 */
  z-index: 9999;
  justify-content: center;
  align-items: center;
}