/* Margin */
.m_100 {
  margin-bottom: 100px;
}

.m_70 {
  margin-bottom: 70px;
}

.m_50 {
  margin-bottom: 50px;
}

.m_30 {
  margin-bottom: 30px;
}

.m_20 {
  margin-bottom: 20px;
}

.m_10 {
  margin-bottom: 10px;
}

.mr_90 {
  margin-right: 90px;
}

/* Text-align */
.t_center {
  text-align: center;
}

.t_left {
  text-align: left;
}

.t_right {
  text-align: right;
}

.ul_disc {
  font-size: 15px;
  font-weight: 400;
  color: #222222;
  padding-left: 15px;
  text-indent: -12px;
}

.ul_disc::before {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #666;
  margin-right: 8px;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 3px;
}

.ol_list {
  list-style: decimal;
  margin-left: 20px;
  text-align: left;
}

.ol_list2 {
  list-style: decimal;
  padding-left: 1px;
  text-align: left;
  font-weight: 500;
  line-height: 2.0;
}

.notice_box {
  border: 5px solid #f0c09e;
  padding: 25px;
  display: flex;
  align-items: center;
}

.notice_box img {
  float: left;
  margin-right: 30px;
}

/* Table */
.table_1 {
  border-top: 2px solid #45b035;
  border-collapse: collapse;
}

.table_1 th,
.table_1 td {
  border: 1px solid #cccccc;
  padding: 10px;
}

.table_1 th {
  background-color: #f2f2f2;
}

.table_1 th:first-child,
.table_1 td:first-child {
  border-left: none;
}

.table_1 th:last-child,
.table_1 td:last-child {
  border-right: none;
}

/* Ul */
.ul_check {
  list-style-image: url(/site/english/images/icon_check_orange.png);
  list-style-type: none;
  list-style-position: inside;
  padding-left: 1em;
  text-indent: -2em;
  margin-left: 20px;
  line-height: 1.5;
  margin-bottom: 10px;
}

/* Title */
.st_arrow {
  background: url('/site/english/images/st_left_arrow.gif') no-repeat;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  color: #343434;
  padding-left: 28px;
  margin-bottom: 10px;
}

/* 텍스트 */

.point_color {
  color: #97d700;
  font-weight: 400;
  font-size: 1.1rem;
}

.point_green {
  color: #8bb626;
  font-weight: 400;
  font-size: 1.1rem;
}

.point_blue {
  color: #2b3990;
  font-weight: 400;
  font-size: 1.1rem;
}

.point_red {
  color: red;
  font-weight: 500;
}

.all_menu_container {
  width: 100%;
  height: 100%;
  position: relative;
}

.all_menu {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.all_menu_title {
  font-size: 20px;
  font-weight: 800;
  line-height: 1.7;
  color: black;
  border-bottom: 2px solid #004acc;
  margin: 5px 0;
}

.all_menu_box {
  width: 250px;
  margin: 40px;
}

.all_menu_list {
  list-style: none;
  margin: 10px 0;
  padding: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  color: black;
}

.all_menu_list a {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  color: black;
  text-decoration: none;
}

.all_menu_list ul {
  padding-left: 10px;
}

.all_menu_list-small {
  list-style: none;
  margin: 5px 0;
  padding: 0;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
  color: #424242;
}

.all_menu_list-small a {
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
  color: #424242;
}


/* 개인정보 수집동의 */
.support_container {
  text-align: left;
}

.support_container ol {
  margin: 5px 0 5px 20px;
}

.support_container ol li {
  list-style: decimal;
  font-size: 14px;
  color: #666;
}

.support_container ul {
  margin: 5px 0 5px 20px;
}

.support_container ul li {
  list-style: disc;
}