@charset "UTF-8";
@font-face {
  font-family: "Pretendard";
  src: url("/_user/font/Pretendard-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: "Pretendard";
  src: url("/_user/font/Pretendard-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: "Pretendard";
  src: url("/_user/font/Pretendard-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal; }
@font-face {
  font-family: "Pretendard";
  src: url("/_user/font/Pretendard-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal; }
@font-face {
  font-family: "GANGWONSTATE";
  src: url("/_user/font/GANGWONSTATE-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal; }
::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 10px; }

::-webkit-scrollbar-thumb {
  background: #242B45;
  border-radius: 10px; }

::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px; }

::-webkit-scrollbar-thumb:horizontal {
  background: #242B45;
  border-radius: 10px; }

::-webkit-scrollbar:horizontal {
  height: 6px; }

::-webkit-scrollbar-track:horizontal {
  background-color: #eee; }

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, input, button, select, textarea {
  margin: 0;
  padding: 0;
  vertical-align: top; }

article, aside, details, figcaption, figure,
footer, header, menu, nav, section {
  display: block; }

input {
  -webkit-appearance: none; }

input::-webkit-input-placeholder {
  color: #aaa;
  font-size: 14px;
  font-weight: 300; }

input:-ms-input-placeholder {
  color: #aaa;
  font-size: 14px; }

button, input {
  border-radius: 0; }

button {
  cursor: pointer; }

button, input, select {
  vertical-align: middle; }

body, input, select, textarea, button, table {
  border: none;
  background: none;
  font-family: "Pretendard", sans-serif;
  font-size: 14px;
  color: #262627; }

select::-ms-expand {
  display: none; }

fieldset {
  min-width: 0; }

fieldset, img {
  border: 0; }

ol, ul, li {
  list-style: none; }

address, em {
  font-style: normal; }

a {
  text-decoration: none;
  color: #262627; }

iframe {
  overflow: hidden;
  margin: 0;
  padding: 0;
  border: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed; }

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  font-size: 100%; }

.skip {
  width: 100%;
  height: 0;
  top: 0;
  left: 0; }

.skip a {
  display: block;
  overflow: hidden;
  position: absolute;
  top: 0;
  text-indent: -9999px; }

.skip a:focus, .skip a:active {
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9999;
  padding: 10px 0;
  font-size: 15px;
  line-height: 14px;
  text-indent: 0;
  text-align: center;
  color: #fff;
  background: #444; }

body {
  font-family: "Pretendard", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #262627; }

html, body {
  height: 100%; }

.wrapper {
  min-width: 320px;
  position: relative;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  overflow: hidden; }

.screen-out {
  overflow: hidden;
  clip: rect(0 0 0 0);
  width: 0;
  height: 1px;
  text-indent: -9999px;
  font-size: 0; }

.blind {
  width: 0;
  height: 0;
  text-indent: -9999px;
  padding: 0;
  margin: 0;
  visibility: hidden; }

.dimm {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  width: 100%;
  height: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: all 0.3s; }

.dimm.on {
  opacity: 1;
  height: auto;
  z-index: 20; }

.mobhide, .webshow {
  display: none; }

.mobshow {
  display: block; }

.orange {
  color: #F57601; }

.green {
  color: #42B34B; }

.blue {
  color: #072995; }

.skyblue {
  color: #2483C7; }

.skyblue {
  border-color: #2483C7; }

.pt0 {
  padding-top: 0px; }

.pb0 {
  padding-bottom: 0px; }

.pt10 {
  padding-top: 10px; }

.pb10 {
  padding-bottom: 10px; }

.pt20 {
  padding-top: 20px; }

.pb20 {
  padding-bottom: 20px; }

.pt30 {
  padding-top: 30px; }

.pb30 {
  padding-bottom: 30px; }

.pt40 {
  padding-top: 40px; }

.pb40 {
  padding-bottom: 40px; }

.mt0 {
  margin-top: 0px; }

.mb0 {
  margin-bottom: 0px; }

.mt10 {
  margin-top: 10px; }

.mb10 {
  margin-bottom: 10px; }

.mt20 {
  margin-top: 20px; }

.mb20 {
  margin-bottom: 20px; }

.mt30 {
  margin-top: 30px; }

.mb30 {
  margin-bottom: 30px; }

.mt40 {
  margin-top: 40px; }

.mb40 {
  margin-bottom: 40px; }

.thead {
  width: 100%; }

.tbody {
  width: auto; }

@media all and (max-width: 1200px) {
  .col.wid90 {
    width: 90px !important; }

  .col.wid120 {
    width: 120px !important; } }
@media all and (max-width: 767px) {
  .col.colnone {
    display: none; } }
.flex {
  display: flex; }

.flex-wrap {
  flex-wrap: wrap; }

.flex-end {
  justify-content: flex-end !important; }

.flex-row {
  flex-direction: row; }

.flex-col {
  flex-direction: column; }

.space-between {
  justify-content: space-between; }

.align-center {
  align-items: center; }

.tl {
  text-align: left; }

.tr {
  text-align: right; }

.tc {
  text-align: center; }

.lighter {
  font-weight: 300; }

.medium {
  font-weight: 400; }

.bold {
  font-weight: 700; }

.icon-link {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cg xmlns='http://www.w3.org/2000/svg' transform='translate(-0.442 0.005)'%3E%3Crect id='Boundary' width='20' height='20' transform='translate(0.442 -0.005)' fill='%23fff' opacity='0'/%3E%3Cpath xmlns='http://www.w3.org/2000/svg' d='M13.333,11.667v1.667H1.667A1.667,1.667,0,0,1,0,11.667V3.333H1.667v8.333m15-10V8.333A1.667,1.667,0,0,1,15,10H5A1.667,1.667,0,0,1,3.333,8.333V1.667A1.667,1.667,0,0,1,5,0H15a1.667,1.667,0,0,1,1.667,1.667M15,1.667H5V8.333H15Z' transform='translate(18.775 16.661) rotate(180)' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 0 0;
  display: inline-block; }

.event .card-tit > h3 {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 61 61'%3E%3Cg%3E%3Cpath style='fill:%23fff' d='M35.2 32.7c.3-.7.5-1.4.5-2.3.0-2.9-2.3-5.2-5.2-5.2-2.9.0-5.2 2.3-5.2 5.2.0 2.9 2.3 5.2 5.2 5.2.8.0 1.6-.2 2.3-.5L43 45.4c.7.7 1.8.7 2.4.0.7-.7.7-1.8.0-2.4L35.2 32.7z'/%3E%3Cpath style='fill:%23fff' d='M30.5.0C13.7.0.0 13.7.0 30.5.0 47.3 13.7 61 30.5 61S61 47.3 61 30.5C61 13.7 47.3.0 30.5.0zm0 56C16.4 56 4.9 44.6 4.9 30.5 4.9 16.4 16.4 5 30.4 5 44.6 4.9 56 16.4 56 30.5 56 44.6 44.6 56 30.5 56z'/%3E%3Cpath style='fill:%23fff' d='M9.1 28.7c-1 0-1.8.8-1.8 1.8s.8 1.8 1.8 1.8c1 0 1.8-.8 1.8-1.8S10.1 28.7 9.1 28.7z'/%3E%3Ccircle style='fill:%23fff' cx='51.8' cy='30.5' r='1.8'/%3E%3Cpath style='fill:%23fff' d='M30.5 10.9c1 0 1.8-.8 1.8-1.8s-.8-1.8-1.8-1.8c-1 0-1.8.8-1.8 1.8S29.5 10.9 30.5 10.9z'/%3E%3Cpath style='fill:%23fff' d='M30.5 50c-1 0-1.8.8-1.8 1.8.0 1 .8 1.8 1.8 1.8 1 0 1.8-.8 1.8-1.8C32.3 50.8 31.5 50 30.5 50z'/%3E%3Cpath style='fill:%23fff' d='M33.1 23.6v-6.9c0-1.4-1.2-2.6-2.6-2.6-1.4.0-2.6 1.2-2.6 2.6v6.9c.8-.3 1.7-.5 2.6-.5C31.4 23.1 32.3 23.3 33.1 23.6z'/%3E%3C/g%3E%3C/svg%3E") 50% 0 no-repeat;
  background-size: 40px 40px; }

.event-slide .img-area.sword {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 45.9 57.7'%3E%3Cg%3E%3Cpath style='fill:none;' d='M42.9,44.1c-0.2-2.6,0-5.4,0.4-8.1c0.4-2.7,1.3-5.3,2.1-7.7c0.2-0.7,0.4-1.4,0.4-2.2l0-0.5l0-0.5 c0-0.3-0.1-0.6-0.1-0.9c-0.1-0.5-0.2-1-0.3-1.4c-0.1-0.4-0.2-0.8-0.3-1.2c-0.5-1.4-0.8-2.6-1.1-3.6c-0.5-2-0.6-3.6-0.6-4.8 c-0.1-3.2-2.3-4.1-3.3-4.2c-0.2,0-0.3,0-0.5,0c-0.9,0-2.1,0.4-2.8,0.9c-0.8,0.7-1.4,1.9-1.3,3.6c0,0.4,0.1,1.2,0.3,2.4 c-0.8,1.9-2.2,4-4.1,5.6c-1.2,1-2.6,1.8-3.9,2.3c0,0-2.3,1-4.9,1c-0.4,0-0.8,0-1.2-0.1l-0.4-0.3l0.9-1.3c0.1-0.2,0.1-0.4-0.1-0.5 c-0.1,0-0.1-0.1-0.2-0.1c-0.1,0-0.2,0.1-0.3,0.2l-0.8,1.3L1.4,10C1.2,9.9,1.1,9.9,1,9.9c-0.2,0-0.4,0.1-0.6,0.3 c-0.2,0.3-0.2,0.8,0.2,1L20,25.4l-1.2,1.9c-0.1,0.2-0.1,0.4,0.1,0.5c0.1,0,0.1,0.1,0.2,0.1c0.1,0,0.2-0.1,0.3-0.2l1.2-1.9 l0.1,0.1c0,0,0,0,0,0l1.8,2.3c0,0,0.1,0,0.1-0.1l0,0.1c0.3,0,0.5,0,0.8,0c0.2,0,0.3,0,0.5,0l2.1,1.5c0.1,0.1,0.3,0.1,0.4,0.1 c0.2,0,0.4-0.1,0.6-0.3c0.2-0.3,0.2-0.8-0.2-1L26,28.1c0.4-0.1,0.8-0.2,1.3-0.3c2.2-0.5,4.7-1.6,6.9-3.2c1.1-0.8,2.1-1.8,3-2.8 c0.2,0.5,0.4,1,0.6,1.5c0.3,0.8,0.6,1.5,0.8,2.1c0,0.1,0.1,0.3,0.1,0.4c0,0.1,0,0.2,0.1,0.3c0,0.1,0,0.1,0,0.1c0,0,0,0.1,0,0.1 c-0.8,2.9-1.5,6.4-1.7,10c-0.2,3.6,0.1,7.3,0.8,10.5c0.7,3.2,1.6,5.9,2.5,7.8c0.8,1.9,1.5,3,1.6,3.1l3.7-2.1 c-0.4-0.8-1.1-2.5-1.6-4.4C43.5,49.1,43.1,46.7,42.9,44.1z'/%3E%3Cg%3E%3Ccircle style='fill:%23fff' cx='37' cy='3.5' r='3.5'/%3E%3Cpath style='fill:%23fff' d='M45.2,28.4c0.2-0.7,0.4-1.4,0.4-2.2l0-0.5l0-0.5c0-0.3-0.1-0.6-0.1-0.9c-0.1-0.5-0.2-1-0.3-1.4 c-0.1-0.4-0.2-0.8-0.3-1.2c-0.5-1.4-0.8-2.6-1.1-3.6c-0.5-2-0.6-3.6-0.6-4.8c-0.1-3.2-2.3-4.1-3.3-4.2c-1-0.2-2.5,0.2-3.3,0.9 c-0.8,0.7-1.4,1.9-1.3,3.6c0,0.4,0.1,1.2,0.3,2.4c-0.8,1.9-2.2,4-4.1,5.6c-1.2,1-2.6,1.8-3.9,2.3c0,0-3.1,1.4-6,0.9l-0.4-0.3 l0.9-1.3c0.1-0.2,0.1-0.4-0.1-0.5c-0.2-0.1-0.4-0.1-0.5,0.1l-0.8,1.3L1.1,10c-0.3-0.2-0.8-0.2-1,0.2c-0.2,0.3-0.2,0.8,0.2,1 l19.5,14.3l-1.2,1.9c-0.1,0.2-0.1,0.4,0.1,0.5c0.1,0,0.1,0.1,0.2,0.1c0.1,0,0.2-0.1,0.3-0.2l1.2-1.9l0.1,0.1c0,0,0,0,0,0 l1.8,2.3c0,0,0.1,0,0.1-0.1l0,0.1c0.4,0,0.8,0,1.3,0l2.1,1.5c0.1,0.1,0.3,0.1,0.4,0.1c0.2,0,0.4-0.1,0.6-0.3 c0.2-0.3,0.2-0.8-0.2-1l-0.8-0.6c0.4-0.1,0.8-0.2,1.3-0.3c2.2-0.5,4.7-1.6,6.9-3.2c1.1-0.8,2.1-1.8,3-2.8c0.2,0.5,0.4,1,0.6,1.5 c0.3,0.8,0.6,1.5,0.8,2.1c0,0.1,0.1,0.3,0.1,0.4c0,0.1,0,0.2,0.1,0.3c0,0.1,0,0.1,0,0.1c0,0,0,0.1,0,0.1 c-0.8,2.9-1.5,6.4-1.7,10c-0.2,3.6,0.1,7.3,0.8,10.5c0.7,3.2,1.6,5.9,2.5,7.8c0.8,1.9,1.5,3,1.6,3.1l3.7-2.1 c-0.4-0.8-1.1-2.5-1.6-4.4c-0.5-2-1-4.4-1.1-7c-0.2-2.6,0-5.4,0.4-8.1C43.5,33.4,44.3,30.8,45.2,28.4z'/%3E%3Cpath style='fill:%23fff' d='M29.3,33.6c-0.9,1.1-1.9,2.3-2.8,3.9c-0.2,0.4-0.4,0.8-0.6,1.2l-0.3,0.7L25.3,40 c-0.3,0.8-0.6,1.6-0.8,2.4c-1,3.2-1.6,6.4-1.9,8.8c-0.2,1.2-0.3,2.2-0.3,2.9c-0.1,0.7-0.1,1.1-0.1,1.1l3.3,0.3 c0.3-1.9,1.5-7.1,3.6-11.8c0.3-0.6,0.5-1.2,0.8-1.7c0.3-0.6,0.5-1,0.9-1.4c0.6-0.9,1.4-1.8,2.2-2.6c0.8-0.8,1.5-1.5,2.2-2.1 c0.2-2.9,0.7-5.9,1.5-9c-1.4,0.8-3.8,2.8-3.8,2.8C32.5,30.1,31.1,31.5,29.3,33.6z'/%3E%3Cpath style='fill:%23fff' d='M26.8,22.3c1.3-0.6,2.5-1.3,3.4-2.1c1.4-1.1,2.6-2.7,3.4-4.4c-0.1-0.7-0.2-1.4-0.2-2.1 c-0.1-1,0.1-1.9,0.3-2.7c-0.3,0.5-0.7,1-1.2,1.7c-1.2,1.7-2.9,3.7-4.6,5.7c-1.4,1.6-2.9,3.2-4.1,4.4c0,0.1,0,0.2,0,0.3 C25.5,22.9,26.8,22.4,26.8,22.3z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") 50% 20px no-repeat;
  background-size: 30px 38px; }

.event-slide .img-area.golf {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 46.4 68.5'%3E%3Cg%3E%3Cg%3E%3Ccircle style='fill:%23fff' cx='18.9' cy='16.5' r='3.5'/%3E%3Cpath style='fill:%23fff' d='M32.3,34.8c-0.4-6.9-5-13.2-4.8-13.5c0.5-1.2,1-2.7,1.2-4.4c0.2-1.7-0.2-3.6-1-5.2 c-0.3-0.6-0.7-1.2-1.2-1.7C23.5,7,19.1,5,19.1,5l2-3.7c0.2-0.4,0.1-1-0.4-1.2c-0.4-0.2-1-0.1-1.2,0.4L0.8,36.4c0,0,0,0,0,0 L0,37.7c0,0,1.3,5.3,2.8,5.5c1.4,0.2,1.8-0.9,1.7-1.4c0-0.1-0.1-0.2-0.2-0.5c0,0,0,0,0,0l-2.3-3.9L17.5,8.1 c0.8,0.3,1.9,0.8,3.1,1.6c1.5,1,3.1,2.4,3.7,4c0.3,0.8,0.4,1.7,0.3,2.5c-0.1,0.9-0.4,1.7-0.8,2.5c-1.1,2.4-3.1,3.9-3.7,4.7 c-0.5,0.7-0.8,2.1-0.6,2.6c0.1,0.5,0.2,1.1,0.6,1.6c0.1,0.2,3.3,4.6,4.3,8.4c0.5,2,0.9,4.4,0.7,7c-1,12.9-14.8,21.4-14.8,21.4 l2.2,3.6c1.7-1,4.7-2.7,8-5.4C33,52.6,32.6,39.7,32.3,34.8z'/%3E%3Cpath style='fill:%23fff' d='M27.9,8.9L27.9,8.9c0.6,0.7,1,1.4,1.4,2.1c1,1.9,1.4,4.1,1.2,6.1c-0.1,1.4-0.5,2.8-1,4.2 c0.1,0.1,0.1,0.2,0.2,0.4c0.4,0.8,1.1,2,1.7,3.4c0.5-0.9,1.4-2.4,2-4.6c0.5-1.5,0.9-3.4,0.5-5.6c-0.2-1.1-0.6-2.1-1.2-3.1 c-0.6-0.9-1.4-1.7-2.2-2.4c-1.4-1.1-2.9-1.8-4.4-2.2C26.7,7.8,27.3,8.3,27.9,8.9L27.9,8.9z'/%3E%3Cpath style='fill:%23fff' d='M34.2,37c0.1,4.5-0.6,8.7-2,12.5C34.4,53.9,43,68.5,43,68.5l3.5-2.2C44.2,61.8,36.2,43.6,34.2,37 z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") 50% 20px no-repeat;
  background-size: 27px 40px; }

.event-slide .img-area.athletics {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 47 46'%3E%3Ccircle style='fill:%23fff' cx='37.3' cy='6.5' r='3.5'/%3E%3Cpath style='fill:%23fff' d='M24.6,20.1c0.8-3.5,3.5-6.3,5.3-7.8c2-1.7,3.3-4.7,0.5-7.1C27.6,2.7,24-0.4,18.9,0 c-5,0.4-9,8.2-9,8.2l2.7,1.2c6.7-10.2,12.2-3.2,12.2-3.2s-3.5,2.9-6.5,10c-3,7.1,1.8,9.7,5.3,10.4s9.5,3,9,5.2 c-0.5,2.2-11.2,5.9-11.2,5.9l1.1,3.9c16.5-4.6,16.8-9.9,14.7-13.8C35,23.9,24.6,20.1,24.6,20.1z'/%3E%3Cpath style='fill:%23fff' d='M47,7.5l-3,0.2c-0.1,0.6-0.2,1.9-0.8,3.2c-0.6,1.3-1.6,2.4-3,2.7c-1.5,0.4-3.1,0.1-4.3-0.6 c-1.1-0.6-2-1.4-2.6-2c-0.5,1-1.2,2-2.2,2.8c-0.2,0.2-0.6,0.5-1,0.9c0.6,0.5,1.7,1.3,3.2,2.1c1.1,0.5,2.4,1,3.9,1.1 c1.5,0.2,3.1-0.1,4.5-0.6c1.5-0.6,2.8-1.6,3.6-2.8c0.8-1.2,1.2-2.4,1.5-3.4C47.1,8.9,47,7.6,47,7.5z'/%3E%3Cpath style='fill:%23fff' d='M17.4,25.3c-1.5,1.7-6,6.5-9.4,10.1c-2,2.1-8,8-8,8L2.2,46c1.5-1.2,5.4-4.1,9.2-7.2 c3.6-2.9,9.5-8.2,11.8-10.3C21.6,28.1,19.1,27.3,17.4,25.3z'/%3E%3C/svg%3E") 50% 20px no-repeat;
  background-size: 33px 32px; }

.event-slide .img-area.soccer {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 41.6 55.8'%3E%3Ccircle style='fill:%23fff' cx='16' cy='3.5' r='3.5'/%3E%3Ccircle style='fill:%23fff' cx='4' cy='49.9' r='4'/%3E%3Cpath style='fill:%23fff' d='M21.6,6c-3.7,1.9-3.3,4.2-2.6,6.3c0.7,2.1,2.8,7.4,3.2,8.8c0.4,1.3,0.7,4.7-0.1,7.6 c-0.7,2.4-7.6,25.6-7.6,25.6l4,1.5c0,0,10.5-24,11.2-30.7C30.2,18.4,26.1,9,26.1,9s6.3-3.7,15-3.1L41.6,3C41.6,3,32.3,0.5,21.6,6 z'/%3E%3Cpath style='fill:%23fff' d='M17.6,13.8c-0.1-0.4-0.3-0.7-0.3-1c-0.3-0.9-0.8-2.4-0.4-4.1C7.6,15.4,5.6,23.6,5.6,23.6l2.8,1 C11.4,17.9,16.2,14.7,17.6,13.8z'/%3E%3Cpath style='fill:%23fff' d='M12.6,33.9c0.7-1.2,4.1-2.5,7-3.5c0.3-1.1,0.6-1.9,0.7-2.3c0.4-1.6,0.5-3.2,0.4-4.6 c-4.5,1.5-11.5,4.4-12.4,8c-1.5,5.9,1.9,13.5,1.9,13.5l3.3-1.8C13.5,43.3,11.2,36.2,12.6,33.9z'/%3E%3C/svg%3E") 50% 20px no-repeat;
  background-size: 25px 35px; }

.event-slide .img-area.tennis {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 38.7 66.5'%3E%3Ccircle style='fill:%23fff' cx='18.3' cy='15.1' r='3.5'/%3E%3Ccircle style='fill:%23fff' cx='27.3' cy='1.5' r='1.5'/%3E%3Cpath style='fill:%23fff' d='M24,48c1.7-2.3,2.7-4.9,3.3-7.4c0.3-1.3,0.6-2.5,0.8-3.7c0.2-1.2,0.3-2.4,0.3-3.6 c0.2-4.7-0.7-8.8-1.6-11.4c-0.5-1.5-1.5-2.4-2.5-2.8c-1-0.4-2.1-0.2-3,0.2c-0.6,0.3-1.1,0.7-1.4,1.2l0,0 c-0.3,0.3-1.1,1.8-2.5,3.2c-0.7,0.7-1.6,1.4-2.6,1.9c-1,0.5-2.1,0.7-3.3,0.7c-2.3-0.1-4.7-1.5-6.2-2.7c-1.2-0.9-1.9-1.7-2.2-2.1 l0.3-3c0-0.2,0-0.5,0-0.8c0.2-2.9,2.2-4.9,2.3-4.9c0.1-0.1,0.1-0.1,0.1-0.2c0.5-0.6,0.8-1.2,0.8-2l0.1-1.9c0-0.9-0.3-1.7-0.9-2.4 c-0.6-0.6-1.4-1-2.3-1.1c-0.9,0-1.7,0.3-2.4,0.9c-0.7,0.6-1,1.4-1.1,2.3L0,10.4c0,0.8,0.2,1.5,0.6,2.1c0,0,0,0.1,0,0.1 c0.9,1.2,1.7,3.6,1.8,5.2c0,0,0,0,0,0c0,0,0,0.1,0,0.1c0,0.2,0,0.4,0,0.6L2.2,22l-1.6,1.2c0.7,0.9,1.8,2.3,3.6,3.8 c1.7,1.4,4.2,2.9,7.3,3.2c1.5,0.1,3.1-0.1,4.5-0.6c1.4-0.5,2.6-1.2,3.7-2c0.2-0.2,0.4-0.3,0.6-0.5c0.4,1.3,0.7,2.9,0.9,4.8 c0.2,2,0.1,4.2-0.3,6.6c-0.4,2.3-1,4.7-2.3,6.5c-1.2,1.9-2.8,3.1-4.8,3.8c-1.9,0.7-4,0.8-5.8,0.6c-3.6-0.3-6-1.3-5.9-1.3L0.4,52 c1,0.5,2.2,0.9,3.8,1.4c1.6,0.5,3.5,0.9,5.7,1c2.2,0.1,4.8-0.1,7.3-1.2c1.3-0.5,2.5-1.3,3.6-2.1C22.1,50.2,23.1,49.1,24,48z M0.9,10.4L1,8.5c0-0.6,0.3-1.2,0.8-1.7c0.4-0.4,1-0.6,1.6-0.6c0,0,0.1,0,0.1,0c0.6,0,1.2,0.3,1.7,0.8s0.7,1.1,0.6,1.7l-0.1,1.9 c0,0.6-0.3,1.2-0.8,1.7c-0.5,0.4-1.1,0.7-1.7,0.6C1.9,12.9,0.8,11.7,0.9,10.4z M2.3,13.7c0.3,0.1,0.5,0.1,0.8,0.2 c0.1,0,0.1,0,0.2,0c0.2,0,0.4,0,0.6-0.1c-0.3,0.5-0.6,1.1-0.9,1.7C2.8,14.9,2.6,14.3,2.3,13.7z'/%3E%3Cpath style='fill:%23fff' d='M29.9,37.1L29.9,37.1L29.9,37.1c-0.2,1.2-0.5,2.6-0.8,3.9c-0.6,2.2-1.3,4.1-2.2,5.8 c0.4,1.4,1,4.4-0.1,7.2c-1.1,2.8-2.7,5.4-4,7.2c-0.7,0.9-1.3,1.6-1.8,2.1c-0.4,0.5-0.7,0.7-0.7,0.7l2.2,2.6c1-0.8,2.4-2.1,4.1-4 c1.6-1.9,3.4-4.3,4.7-7.1c1.3-2.8,2.1-6,2.1-9c-0.1-4-2.5-8.5-3.4-9.9C29.9,36.7,29.9,36.9,29.9,37.1z'/%3E%3Cpath style='fill:%23fff' d='M28.3,20.6c1.1-2.1,10.4-18.9,10.4-18.9l-2.5-1.6c-1.8,2.3-8.6,13-11.5,17.1c0.1,0,0.2,0,0.3,0.1 C26.4,17.8,27.6,19,28.3,20.6z'/%3E%3C/svg%3E") 50% 20px no-repeat;
  background-size: 22px 39px; }

.event-slide .img-area.hundred {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 29.8 68.9'%3E%3Ccircle style='fill:%23fff' cx='14.7' cy='18' r='3.5'/%3E%3Ccircle style='fill:%23fff' cx='18.9' cy='4' r='4'/%3E%3Cpath style='fill:%23fff' d='M3.2,15.9l-3,1.5c0,0,4.7,12.1,18.4,11.1c0,0,3.1,6.6,0.8,12.7C17,47.3,12,53.9,2,51.1L0,55 c0,0,17.8,7.1,26.2-11.1c5.4-11.7,0.5-19.9-1.1-21c-1.6-1.1-3.7-1.4-6,0.1C16.7,24.4,8.8,25.5,3.2,15.9z'/%3E%3Cpath style='fill:%23fff' d='M26.1,21.4c0.2,0.1,0.4,0.3,0.5,0.5l2.5-21h-3.1l-4.2,19.3c0.1,0,0.2,0,0.3,0 C23.6,20.1,25,20.6,26.1,21.4z'/%3E%3Cpath style='fill:%23fff' d='M27.8,44.6c-1.1,2.5-2.5,4.5-3.9,6.2c0.5,1.8,0.7,3.6,0.1,5.1c-1.5,3.9-9.7,10-9.7,10l1.9,2.9 c0,0,11-6.4,12.9-12.1c1.3-3.8,0.2-10.2-0.6-14C28.4,43.4,28.1,44,27.8,44.6z'/%3E%3C/svg%3E") 50% 20px no-repeat;
  background-size: 16px 38px; }

.event-slide .img-area.t-tennis {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 56.4 42.1'%3E%3Ccircle style='fill:%23fff' cx='23.1' cy='3.6' r='3.5'/%3E%3Cpath style='fill:%23fff' d='M19.6,22.9H0v0.7h19.2v5.7h0.7v-6C19.9,23.1,19.8,22.9,19.6,22.9z'/%3E%3Ccircle style='fill:%23fff' cx='6.3' cy='17.5' r='0.8'/%3E%3Cpath style='fill:%23fff' d='M55.2,37.1c-0.5-0.2-1-0.4-1.6-0.7c-1.1-0.6-2.4-1.3-3.7-2.4c-1.2-1.1-2.3-2.4-3.2-3.9 c-0.4-0.8-0.8-1.6-1.1-2.5c-0.3-0.8-0.4-1.8-0.6-2.7c-0.1-0.5-0.1-1-0.1-1.4c0-0.5-0.1-0.9-0.1-1.4c0-0.5,0.1-1,0.1-1.5l0-0.7 l0-0.4l0-0.7c0-2-0.7-3.5-1.4-4.8c-0.7-1.2-1.5-2.3-2.4-3.1c-1.4-1.4-2.8-2.5-4.1-3.4c6.5-1.9,15.6-4.6,15.6-4.6L52,0 c-5.6,1.1-21.9,4.4-22.2,4.5c-0.6,0-1.2,0.2-1.6,0.5c-0.9,0.6-1.5,1.5-1.6,2.5c-0.2,1-0.1,2,0.4,2.9c0.2,0.4,0.5,0.8,0.9,1.1 c0.4,0.3,0.8,0.6,1.4,0.7c0.2,0,0.5,0.1,0.8,0.3c0.4,0.1,0.9,0.3,1.4,0.6c1.1,0.5,2.5,1.2,3.9,2.3c0.7,0.5,1.3,1.1,1.9,1.8 c0.6,0.6,0.9,1.3,1.1,1.7c0.1,0.1,0,0.1,0.1,0.2c0,0,0,0,0,0c0,0,0,0,0,0.1c0,0,0,0.1,0,0.1l0,0.3l0,0.5c0,0.7,0,1.5,0,2.2 c0,0.7,0.2,1.5,0.3,2.2l0.2,1.1c0.1,0.4,0.2,0.7,0.3,1.1c0.2,0.7,0.4,1.5,0.7,2.2c0.3,0.7,0.6,1.4,0.9,2.1 c0.4,0.7,0.8,1.3,1.1,1.9c0.4,0.6,0.9,1.2,1.3,1.7c1.8,2.2,3.9,3.7,5.8,4.7c1.9,1,3.5,1.6,4.7,2c1.2,0.3,1.9,0.5,2,0.5l0.8-4.2 C56.2,37.4,55.7,37.2,55.2,37.1z'/%3E%3Cpath style='fill:%23fff' d='M37.2,25.8L37.2,25.8L37,24.6c0-0.2-0.1-0.5-0.1-0.7c-0.1-0.5-0.2-1.1-0.2-1.7l0,0v0l0-2l-1.2,0.2 c-0.5,0.1-2.7,0.6-5.1,2.2c-1.2,0.8-2.5,1.8-3.6,3c-1.1,1.3-2.1,2.7-2.8,4.2c-1.5,3-2.1,6.1-2.3,8.4c-0.1,1.2-0.2,2.1-0.2,2.8 c0,0.7,0,1.1,0,1.1l3.3,0c0.1-1.6,0.9-6.5,3.4-10.2c1.2-1.8,2.8-3.2,4.4-4.1c1.4-0.7,3.5-1.3,4.7-1.5 C37.2,26.2,37.2,26,37.2,25.8L37.2,25.8z'/%3E%3Cpath style='fill:%23fff' d='M29.9,14.3c-0.1-0.1-0.3-0.1-0.4-0.2l0,0l0,0c-0.3-0.1-0.6-0.2-0.7-0.2l0,0l0,0 c-0.7-0.2-1.4-0.6-2-1.1l0,0l0,0c-0.3-0.3-0.6-0.6-0.9-1C21,21.2,14,15.9,14,15.9s0.1-0.3,0.3-0.7c0.1-0.6,0-1.1-0.4-1.6 l-1.7-2.4c-0.7-1-2-1.2-3-0.5l-0.7,0.5c-1,0.7-1.2,2-0.5,3l1.7,2.4c0.6,0.8,1.6,1.1,2.4,0.8c0.3,0.3,0.6,0.6,1,0.9 c0.5,0.4,1.2,0.9,2,1.3c1.6,0.8,3.9,1.4,6.3,0.9c2.3-0.4,4.2-1.8,5.7-3C28.4,16.3,29.2,15.1,29.9,14.3z'/%3E%3C/svg%3E") 50% 23px no-repeat;
  background-size: 41px 33px; }

.event-slide .img-area.badminton {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 43.1 64.6'%3E%3Cg%3E%3Ccircle style='fill:%23fff' cx='18.6' cy='14.9' r='3.5'/%3E%3Cpath style='fill:%23fff' d='M23.7,47.8c1.9-2.2,3-4.8,3.8-7.3c0.2-0.6,0.4-1.2,0.5-1.8c0.1-0.6,0.3-1.2,0.4-1.8 c0.2-1.4,0.3-2.8,0.2-4c-0.1-2.4-0.4-4.4-0.7-6.2c-0.3-1.8-0.6-3.3-0.9-4.5c-0.6-2.8-3-3.7-5-3.2c-0.9,0.3-3.5,2.3-3.9,2.5 c-0.4,0.2-0.9,0.3-1.3,0.5c-1.9,0.8-4.4,1.2-6.7,0.7c-2.4-0.5-4.4-2-5.6-3.4c-0.7-0.8-1.2-1.5-1.5-2l0.6-9.1 c0.7-0.1,1.3-0.3,1.8-0.8c0.6-0.6,1-1.4,1-2.2l0.1-1.9c0.1-1.8-1.3-3.3-3-3.3C2.7,0,1.9,0.3,1.2,0.8c-0.6,0.6-1,1.4-1,2.2 L0.1,4.9c0,0.8,0.3,1.7,0.8,2.3c0.5,0.6,1.2,0.9,2,1l-0.6,8.8l-2.3,1c0.2,0.6,0.5,1.2,1,1.9c0.5,0.7,1.1,1.6,1.8,2.4 c1.5,1.7,3.8,3.3,6.6,4.1c2.8,0.8,5.7,0.6,8.1,0c0.6-0.2,1.1-0.3,1.7-0.5c0.3-0.1,0.5-0.2,0.7-0.2c0.1,0.3,0.2,0.7,0.3,1.1 c0.4,1.4,0.8,3.2,1.1,5.2c0.2,1,0.3,2,0.3,3c0,0.2,0,0.4,0,0.6c0,0.3-0.1,0.6-0.1,0.8c-0.1,0.6-0.1,1.2-0.3,1.7 c-0.4,2.3-1.2,4.6-2.5,6.2c-1.2,1.6-3,2.6-5,3c-2,0.3-4.1,0.1-5.9-0.3c-3.6-0.8-5.8-2.1-5.7-2L0,48.7c0.9,0.6,2.1,1.2,3.6,1.8 c1.5,0.6,3.3,1.3,5.4,1.8c2.1,0.4,4.7,0.7,7.4,0c1.3-0.3,2.7-0.8,4-1.6C21.6,49.9,22.8,48.9,23.7,47.8z M1.5,6.8 C1,6.3,0.8,5.6,0.8,5l0.1-1.9c0-0.7,0.3-1.3,0.8-1.7c0.5-0.4,1.1-0.7,1.7-0.7c0,0,0.1,0,0.1,0c1.4,0.1,2.4,1.2,2.4,2.6L5.8,5.2 c0,0.7-0.3,1.3-0.8,1.7S3.8,7.6,3.2,7.6C2.5,7.5,1.9,7.2,1.5,6.8z'/%3E%3Cpath style='fill:%23fff' d='M28.6,20.9C31.9,18,43.1,8.3,43.1,8.3L41.3,6c-2.6,1.7-12.2,8.7-16.1,11.4 C26.7,18,27.9,19.2,28.6,20.9z'/%3E%3Cpath style='fill:%23fff' d='M30.1,37.1L30.1,37.1L30.1,37.1L29.7,39c-0.1,0.5-0.2,0.9-0.4,1.4c-0.1,0.2-0.1,0.4-0.2,0.6l0,0 l0,0c-0.5,1.7-1.4,4.1-3,6.4l1.1,4.6l-9.2,9.4l1.6,3.2l13.5-10c0.5-2.7-2.1-14.8-2.9-18.4C30.2,36.5,30.2,36.8,30.1,37.1z'/%3E%3Cpath style='fill:%23fff' d='M13.4,4.8l-0.7-2c-0.8,0.3-1.3,1-1,1.5S12.7,5.1,13.4,4.8z'/%3E%3Cpolygon style='fill:%23fff' points='18,4.1 16.6,3.3 17.5,2 15.8,1.8 16.4,0.2 13.6,2.3 14.4,4.4 '/%3E%3C/g%3E%3C/svg%3E") 50% 20px no-repeat;
  background-size: 24px 36px; }

.event-slide .img-area.basketball {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 31.2 68.3'%3E%3Cg%3E%3Cpath style='fill:%23fff' d='M31.2,0H18.8v2.1h0.5l-0.1,0c0,0,2,2.9,2,10.3H23c0-5.7-1.1-8.9-1.7-10.4H29 c-0.7,1.5-1.7,4.7-1.7,10.4H29C29,5,31,2.2,31,2.2l-0.1,0h0.3V0z'/%3E%3Ccircle style='fill:%23fff' cx='3.5' cy='19.5' r='3.5'/%3E%3Cpath style='fill:%23fff' d='M12.7,24.4c0,0,6.3-11.3-4.7-16.5C8.1,7.5,8.2,7,8.2,6.6c0-2.2-1.8-4-4-4s-4,1.8-4,4s1.8,4,4,4 c0.6,0,1.1-0.1,1.6-0.3c1.7,0.7,5.3,2.8,4.9,6.2C10.2,20.8,7.2,23.9,6,25c-1.2,1.1-1,3.5,0.6,5.2s4,3.9,4.3,9.2 c0.5,8-10.1,26.8-10.1,26.8l3.5,2.2c0,0,12.3-16.6,14-29C19.5,29.8,12.7,24.4,12.7,24.4z'/%3E%3Cpath style='fill:%23fff' d='M16.1,15.3c2.2,1.7,0.3,4.9-0.4,6.2c-0.3,1-0.6,1.8-0.8,2.5c0.7,0.7,1.7,1.9,2.6,3.4 c3.1-5,4.8-9.9,2.7-13c-1.5-2.2-6.5-4.4-6.3-4.2c0.8,1,1.4,2,1.8,3.2C15.8,14,16,14.6,16.1,15.3z'/%3E%3Cpath style='fill:%23fff' d='M20.1,37.7c0,0.6-0.1,1.2-0.2,1.9c-0.2,1.6-0.6,3.2-1.1,4.8c2.7,1,5.9,2.7,5.9,5.2 c0,4.4-6.1,9.9-6.1,9.9l2.3,2.9c0,0,11.8-9.5,9.1-16.1C28.2,41.7,23,38.9,20.1,37.7z'/%3E%3C/g%3E%3C/svg%3E") 50% 20px no-repeat;
  background-size: 18px 39px; }

.event-slide .img-area.bowling {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48.9 46.8'%3E%3Cg%3E%3Ccircle style='fill:%23fff' cx='22.1' cy='6.8' r='3.5'/%3E%3Cpath style='fill:%23fff' d='M33.9,25.5L33.9,25.5c-0.4-0.9-3.7-5.9-4.6-9.3c6-0.2,17.4-0.6,17.4-0.6v-2.3 C43.4,13,25.4,12.3,25,12.3c0,0,0,0-0.1,0c-0.1,0-0.1,0-0.2,0c-0.1,0-0.1,0-0.2,0c-0.1,0-0.1,0-0.2,0c-0.1,0-0.1,0-0.2,0 c-0.1,0-0.1,0-0.2,0c-0.1,0-0.1,0-0.2,0c-0.1,0-0.1,0-0.2,0.1c-0.1,0-0.1,0-0.2,0.1c-0.1,0-0.1,0.1-0.2,0.1c-0.1,0-0.1,0-0.2,0.1 c-0.1,0-0.1,0.1-0.2,0.1c-0.1,0-0.1,0.1-0.2,0.1c-0.1,0-0.1,0.1-0.2,0.1c0,0-0.1,0.1-0.1,0.1c-0.1,0-0.1,0.1-0.2,0.1 c0,0-0.1,0.1-0.1,0.1c0,0-0.1,0.1-0.1,0.2c0,0-0.1,0.1-0.1,0.1c0,0.1-0.1,0.1-0.1,0.2c0,0-0.1,0.1-0.1,0.1c0,0.1-0.1,0.1-0.1,0.2 c0,0.1-0.1,0.1-0.1,0.2c0,0.1-0.1,0.1-0.1,0.2c0,0.1,0,0.1-0.1,0.2c0,0.1,0,0.2,0,0.2c0,0.1,0,0.1,0,0.2c0,0.1,0,0.2,0,0.3 c0,0.1,0,0.1,0,0.2c0,0.1,0,0.2,0,0.3c0,0.1,0,0.1,0,0.2c0,0.2,0.1,0.4,0.1,0.5c0.7,3.1,4.2,9.3,4.2,9.3l-11.2,5.6l1.3,15.2 l4.2-0.2L20,35l9.7-3.6C36.1,29.5,33.9,25.5,33.9,25.5z'/%3E%3Cpath style='fill:%23fff' d='M19.7,17.1c-0.4-1.7-0.1-3,0.4-3.8c-0.6,0-1.9-0.1-3.5-0.5c-1.9-0.4-4.1-1.4-5.3-3.1 c-1.2-1.7-1.2-4.1-0.9-5.8C10.7,2.1,11.2,1,11.2,1L9.1,0C8.6,0.9,8,2.4,7.6,4.4c-0.2,1-0.2,2.2-0.1,3.4c0.2,1.2,0.6,2.5,1.3,3.7 c1.5,2.3,4,3.7,6,4.4C16.8,16.6,18.5,16.9,19.7,17.1z'/%3E%3Cpath style='fill:%23fff' d='M41.7,37.9c-1.4-1.2-2.7-2.4-3.8-3.6c-0.7-0.8-2-2.5-2.9-4c-0.8,1-2.1,1.9-3.8,2.5 c-0.3,0.1-0.6,0.2-0.9,0.3l-0.7,0.3c-0.2,0.1-0.5,0.1-0.8,0.2c0,0,0,0,0.1,0.1c0.4,0.4,2.4,2.3,2.8,2.7c0.5,0.5,1.1,1,1.9,1.7 c1.5,1.3,3.6,2.7,5.6,3.9c2.1,1.2,4.2,2.2,5.8,2.8c0.8,0.3,1.5,0.6,2,0.7c0.5,0.2,0.8,0.3,0.8,0.3l1.1-3.2 C47.7,42,44.4,40.2,41.7,37.9z'/%3E%3Cpath style='fill:%23fff' d='M4,37.1c-2.6,0.5-4.4,3-3.9,5.7c0.5,2.6,3,4.4,5.7,3.9c2.6-0.5,4.4-3,3.9-5.7S6.6,36.6,4,37.1z M4,41.2c-0.4,0-0.7-0.3-0.7-0.7s0.3-0.7,0.7-0.7s0.7,0.3,0.7,0.7S4.5,41.2,4,41.2z M6.4,42.6c-0.4,0-0.7-0.3-0.7-0.7 s0.3-0.7,0.7-0.7c0.4,0,0.7,0.3,0.7,0.7S6.8,42.6,6.4,42.6z M6.4,40.2c-0.4,0-0.7-0.3-0.7-0.7c0-0.4,0.3-0.7,0.7-0.7 c0.4,0,0.7,0.3,0.7,0.7C7.1,39.8,6.8,40.2,6.4,40.2z'/%3E%3C/g%3E%3C/svg%3E") 50% 23px no-repeat;
  background-size: 30px 29px; }

.event-slide .img-area.taekwondo {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 53.6 61.4'%3E%3Cg%3E%3Ccircle style='fill:%23fff' cx='11.7' cy='9.5' r='3.5'/%3E%3Cpath style='fill:%23fff' d='M18.2,14.7c0,0-2.7-2.1-5.2,0.3c-2.5,2.5-1.3,6-4.7,6.8c-3.3,0.8-5.3-6.8-5.3-6.8H0 c0,0,1,10.5,7.2,11c4.6,0.3,7.5-3.9,7.5-3.9s8.1,7.3,8.6,8.3s-3.5,31.1-3.5,31.1h4.3c0,0,6.6-29.4,7-32.3 C31.6,27,24.5,19.6,18.2,14.7z'/%3E%3Cpath style='fill:%23fff' d='M22.1,15.6L35.2,2.3L33.3,0L18.1,12.6c0.7,0.3,1.1,0.6,1.2,0.7C19.4,13.3,20.5,14.2,22.1,15.6z'/%3E%3Cpath style='fill:%23fff' d='M51.3,1.6c-3.5,3.2-16.9,15.2-22.5,20.3c1.6,1.7,3,3.5,3.7,5c3.1-3.3,21.2-23,21.2-23L51.3,1.6z'/%3E%3C/g%3E%3C/svg%3E") 50% 20px no-repeat;
  background-size: 31px 35px; }

.event-slide .img-area.archery {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48.1 66.1'%3E%3Cg%3E%3Ccircle style='fill:%23fff' cx='15.8' cy='11.2' r='3.5'/%3E%3Cpath style='fill:%23fff' d='M47.4,12.9l-5.6,0.5c0.2-4.1-0.7-7.4-2.9-9.7C35.3-0.1,29.7,0,29.4,0c-0.4,0-0.7,0.3-0.7,0.7 c0,0.4,0.3,0.7,0.7,0.7c0.1,0,5.2-0.1,8.4,3.4c2,2.1,2.8,5.1,2.5,8.9l-28.5,2.8v-1.2C5.1,15.3-0.3,15.9,0,20.9 c0.3,4.3,13.7,3.3,13.7,3.3s2.9,10.1,2.6,11.4S8.2,66.1,8.2,66.1H12c0,0,11.3-27.8,11.2-31.8c-0.1-2.5-0.3-10-1.6-13.6 c-1.2-3.5-5.8-1.7-9.3-1.1c-2,0.3-8.1,1.5-7.8,0.2s7.4-1.6,7.4-1.6v-0.4l26-2.5l-15.6,3.3c0.4,0.5,0.7,1.1,0.9,1.6 c0.2,0.6,0.4,1.2,0.5,1.9l17.4-5.4c0.9,3.1,0.8,5.8-0.3,8.1c-2.1,4.2-7.1,5.6-7.1,5.6c-0.4,0.1-0.6,0.5-0.5,0.8 c0.1,0.3,0.4,0.5,0.7,0.5c0.1,0,0.1,0,0.2,0c0.2-0.1,5.6-1.5,8-6.3c1.5-3,1.4-6.5-0.1-10.5l5.6-0.5c0.4,0,0.6-0.4,0.6-0.7 C48.1,13.2,47.7,12.9,47.4,12.9z'/%3E%3Cpath style='fill:%23fff' d='M21.2,47.1l6.4,18.9h3.9l-7.2-28.1C23.6,40.3,22.5,43.6,21.2,47.1z'/%3E%3C/g%3E%3C/svg%3E") 50% 20px no-repeat;
  background-size: 26px 36px; }

.event-slide .img-area.dangu {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 54.8 48.8'%3E%3Cg%3E%3Ccircle style='fill:%23fff' cx='31.5' cy='9.5' r='3.5'/%3E%3Cpath style='fill:%23fff' d='M24.1,31.3c-0.2-0.4-0.5-0.7-0.7-1.1c-0.1-0.2-0.3-0.4-0.4-0.5l-0.3-0.3c-0.4-0.4-0.8-0.8-1.2-1.3 c-1.4-1.5-4.9-4.1-6.3-5.2c0.2,0.6,0.3,1.3,0.4,1.8c0,0.2,0.1,0.4,0.1,0.6c0.3,1.5,0.3,2.9,0.3,4.3l0,0.6l0,0.1l0,0.1 c0,0.3,0,0.6-0.1,1c0.9,0.5,2.2,1.4,2.6,1.7c0.2,0.2,0.5,0.4,0.7,0.6c0.2,0.2,0.2,0.3,0.4,0.4c0.5,0.6,1,1.6,1.3,2.8 c0.3,1.2,0.5,2.5,0.5,3.7c0.1,1.2,0.1,2.4,0,3.4c0,1-0.1,1.8-0.1,2.4c-0.1,0.6-0.1,0.9-0.1,0.9l3.4,0c0.2-1,0.5-2.1,0.7-4.2 c0.3-2.1,0.5-4.6,0.1-7.4C25.3,34.2,25,32.7,24.1,31.3z'/%3E%3Cpath style='fill:%23fff' d='M24.2,26.4v-3.8h30.6v-0.7h-8.1c0-0.1-0.1-0.1-0.2-0.1l-5.8-1.5l-0.3-1.1c-0.6,0.1-2.1,0.2-3.7,0 c-0.3,0-0.7-0.1-1-0.2l-1.7-0.4c-0.9-0.3-1.7-0.7-2.5-1.1c-1.7-1-3-2.4-4-3.8c-0.2-0.4-0.4-0.7-0.6-1.1c-0.2-0.4-0.4-0.7-0.5-1 c-0.3-0.7-1.2-4-2.1-4.6C23.4,6.3,22,6,20.3,6.6C19.5,6.9,17,7.7,14,9.9c-1,0.7-2,1.6-3,2.6l-1,1.1c-0.2,0.2-0.3,0.4-0.5,0.6 c-0.7,0.9-1.4,1.9-2.1,3.2c-0.2,0.3-0.3,0.6-0.5,1c-0.2,0.5-0.4,1-0.5,1.5c-0.1,0.5-0.2,1-0.2,1.5c0,0.5,0.2,1,0.3,1.5l0.3,0.9 L7,24.2c0.1,0.3,0.2,0.7,0.4,1c0.2,0.7,0.3,1.3,0.5,2c0.1,0.3,0.2,0.7,0.2,1l0.1,1l0.1,1c0,0.3,0,0.7,0,1c0,2.7-0.6,5.4-1.6,7.5 c-1,2.1-2.3,3.8-3.3,4.9c-1,1.1-1.7,1.5-1.6,1.5l2.3,3.6c0.2-0.1,0.3-0.2,0.5-0.3c0.2-0.1,0.3-0.2,0.5-0.3c0.3-0.2,0.6-0.5,1-0.8 c0.7-0.6,1.4-1.2,2.1-2c1.5-1.6,3-3.7,4.1-6.3c1.1-2.6,1.8-5.6,1.9-8.8c0-1.5,0-3.1-0.3-4.6c-0.1-0.8-0.2-1.5-0.4-2.3l-0.3-1.1 c-0.1-0.3-0.2-0.9-0.2-0.7c0-0.1,0-0.2,0-0.2c0,0,0-0.1,0.1-0.1c0-0.1,0,0,0.1-0.2c0.3-0.5,0.7-1.1,1.1-1.6 c0.9-1.1,1.9-2,2.9-2.7c0.5-0.4,1-0.7,1.5-0.9l1.6-0.8c0.8-0.4,1.5-0.6,2.2-0.8c0,0,0,0,0,0.1c0.3,0.4,0.6,0.9,1,1.4 c0,0.1,0.1,0.1,0.1,0.2l1.2,1.5c0.2,0.2,0.3,0.4,0.5,0.6c0.3,0.2,0.5,0.5,0.8,0.7c0.3,0.2,0.6,0.5,0.8,0.7 c0.3,0.2,0.6,0.4,0.9,0.6c0.3,0.2,0.6,0.4,1,0.6l1,0.5c0.9,0.4,1.7,0.7,2.6,1h-8.7c-0.2,0-0.4,0.2-0.4,0.4v4.1H24.2z M41.2,21.9 l-0.2-0.7l3,0.7H41.2z'/%3E%3Cpath style='fill:%23fff' d='M8,13.1c0.1-0.2,0.3-0.3,0.4-0.5l0.2-0.2l-1.2-0.3c0.2-0.9,0.4-2.3,0.8-3.5c0.3-0.7,0.6-1.5,1-2.3 c0.4-0.7,0.9-1.4,1.5-1.8c0.5-0.4,1-0.5,1.5-0.5c0.5,0.1,1.1,0.3,1.7,0.7c0.9,0.6,1.5,1.2,2,1.7c1.8-1,3.2-1.5,3.8-1.7l0.1,0 c0.4-0.1,0.7-0.2,1.1-0.3c-0.8-0.7-2.5-2.3-4.1-3.2c-1-0.6-2.3-1.2-4.1-1.4c-0.9,0-1.8,0.1-2.7,0.4C9.1,0.8,8.4,1.4,7.8,1.9 C6.7,3.1,6.1,4.4,5.6,5.6C5.2,6.8,4.9,7.9,4.7,8.8C4.5,9.7,4.4,10.5,4.3,11c0,0.1,0,0.3,0,0.4l-3.7-1c-0.2,0-0.5,0.4-0.5,0.6 c0,0.2-0.1,0.8,0.1,0.9l7.5,1.7C7.8,13.5,7.9,13.3,8,13.1z'/%3E%3Cpath style='fill:%23fff' d='M22.2,16.9L22.2,16.9c-0.1-0.1-0.1-0.2-0.2-0.3l-0.2-0.3c-0.2,0.1-0.5,0.2-0.7,0.3l-0.1,0 L22.2,16.9L22.2,16.9z'/%3E%3C/g%3E%3C/svg%3E") 50% 24px no-repeat;
  background-size: 32px 29px; }

.event-slide .img-area.leslie {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 73.5 42.8'%3E%3Ccircle style='fill:%23fff' cx='39.7' cy='3.5' r='3.5'/%3E%3Ccircle style='fill:%23fff' cx='34.5' cy='10.9' r='3.5'/%3E%3Cpath style='fill:%23fff' d='M38.6,23.6c-0.7,0.1-1.5,0.1-2.3,0c-0.9-0.1-1.8-0.3-2.7-0.7c-0.2-0.1-0.4-0.2-0.7-0.3l-0.3-0.2 l-0.3-0.2C32.2,22,32,22,31.8,21.8c-0.2-0.2-0.3-0.3-0.5-0.5c-0.6-0.7-1-1.6-1.3-2.6c-0.3-1-0.5-2-0.6-3 c-0.1-1.6,0.2-5.1,0.2-5.6c0-1-0.4-2-1.2-2.7C28,7.2,27.5,7,26.9,6.9c-0.6-0.1-1.3,0-2,0.2c-0.9,0.3-4.1,1.5-7.5,4 c-0.9,0.6-1.8,1.3-2.7,2c-0.4,0.4-0.9,0.7-1.4,1.1l-0.5,0.5l-0.6,0.5c-0.1,0.2-0.3,0.5-0.4,0.7l-0.3,0.6c-1,2-2.1,4.2-3.2,6.3 C4.1,31.4,0,39.5,0,39.5l3.8,2c1.7-2.7,5.8-9.3,10.1-16.1c1.1-1.7,2.1-3.4,3.2-5.1l0.2-0.3l0.1-0.2c0-0.1,0.1-0.1,0.1-0.1 c0,0,0,0,0.1-0.1c0,0,0,0,0.1-0.1l0.5-0.4c0.7-0.5,1.4-1,2.1-1.4c1.7-1,3.3-1.8,4.6-2.4c0,0,0,0.1,0,0.1 c0.2,1.3,0.5,2.7,1.1,4.3c0.6,1.5,1.4,3.1,2.8,4.4c0.6,0.6,1.5,1.2,2.2,1.5c0.7,0.3,1.5,0.6,2.2,0.8c1.5,0.4,3,0.5,4.2,0.4 c2.5-0.2,3.9-1,4-1.1l-1.4-2.7C39.8,23.3,39.2,23.5,38.6,23.6z'/%3E%3Cpath style='fill:%23fff' d='M54.8,23.5L54.8,23.5l-0.3-2.3l0,0l0,0c-0.1-0.6-0.1-1.1-0.1-1.6c0-0.2,0-0.5,0-0.7l0-0.5l0-0.1 c0,0,0-0.1,0-0.1c-1.6,1-4.4,3.1-5.8,5.1c-0.7,1.1-1.4,2.5-1.8,4c-0.4,1.6-0.5,3.2-0.3,4.8c0.4,3.2,1.8,5.8,2.9,7.5 c0.6,0.9,1.1,1.6,1.5,2c0.4,0.5,0.6,0.7,0.7,0.8l2.5-2.2c-0.4-0.6-1.2-1.8-1.8-3.4c-0.6-1.6-1.1-3.5-1-5.3 c0.1-1.8,0.8-3.3,1.7-4.5c0.8-0.9,1.6-1.7,2.4-2.2L54.8,23.5L54.8,23.5z'/%3E%3Cpath style='fill:%23fff' d='M18.7,21l-0.1,0.2l-3.1,4.9l5.2,3.9l-6.3,10.9l2.8,1.9l10-12.3c0,0-3.6-6.5-7.9-9.9 c0,0,0,0-0.1,0L18.7,21z'/%3E%3Cpath style='fill:%23fff' d='M67.5,33.4c-1.1-1.3-2.2-2.8-3-4.4c-0.8-1.7-1.4-3.5-1.7-5.4c-0.1-0.5-0.2-1-0.2-1.4l-0.1-1.5 c0-0.5,0-1,0-1.5l0-0.7l0-0.5l0-0.6c0-1.7-0.5-3.3-1.2-4.5c-0.2-0.3-0.3-0.6-0.5-0.9c-0.2-0.3-0.4-0.6-0.6-0.9 c-0.4-0.5-0.8-1.1-1.2-1.5c-1.7-1.8-3.4-3.1-5-4.1c-1.6-1-3-1.7-4.2-2.2c-1.3-0.6-2.6-0.5-3.5,0c-0.6,0.3-1,0.8-1.4,1.3l0,0 C44.3,5.8,35,19.3,33.8,21l0.1,0c0.1,0.1,0.3,0.2,0.4,0.2l0.1,0l0,0c0.7,0.3,1.4,0.5,2.1,0.6c0.2,0,0.3,0,0.5,0 c2.2-2.6,6.6-7.9,9.6-11.5c0.1,0.1,0.2,0.1,0.4,0.2c0.2,0.1,0.5,0.2,0.9,0.3c0.4,0.2,0.9,0.4,1.5,0.6c1.1,0.5,2.6,1.3,3.9,2.3 c0.7,0.5,1.3,1.1,1.8,1.7c0.5,0.6,0.9,1.3,1,1.9c0.1,0.2,0,0.3,0.1,0.5l0,0.1l0,0.3l0,0.5c0,0.7,0,1.4,0.1,2.2 c0.1,0.7,0.2,1.5,0.3,2.2l0.5,2.2c0.8,2.9,2.1,5.6,3.7,7.8c1.6,2.2,3.4,3.9,4.9,5.2c1.6,1.3,3,2.2,3.9,2.9c0.9,0.6,1.5,1,1.5,1 l2.5-3.5C72.1,37.7,69.7,36,67.5,33.4z'/%3E%3C/svg%3E") 50% 25px no-repeat;
  background-size: 40px 25px; }

.event-slide .img-area.go {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 53.9 52.3'%3E%3Cg%3E%3Cpolygon style='fill:%23fff' points='53.9,0 0,0 0,51.6 1.4,51.6 1.4,1.4 53.9,1.4 '/%3E%3Cpath style='fill:%23fff' d='M53.9,21.8l0-0.7l-6.5-0.1v-7.6l6.5,0.1l0-0.7l-6.5-0.1V5.4h6.5V4.7h-49v47h0.7v-5.8l7.8,0.1v5.6 h0.7V46l7.6,0.1v5.5h0.7v-5.5l7.6,0.1v6h0.7v-6l7.6,0.1v5.2h0.7v-5.2l7.6,0.1v5h0.7v-5l6.5,0.1l0-0.7l-6.5-0.1v-7.6l6.5,0.1 l0-0.7l-6.5-0.1V30l6.5,0.1l0-0.7l-6.5-0.1v-7.6L53.9,21.8z M46.8,20.9l-3.9-0.1c-0.3-1.8-1.8-3.1-3.7-3.3v-4.4l7.6,0.1V20.9z M38.4,37.4l-4-0.1c-0.2-1.8-1.7-3.3-3.6-3.4v-0.6c1.9-0.2,3.4-1.7,3.6-3.6l4,0.1V37.4z M22.5,37.1v-3.7c2-0.2,3.6-1.8,3.7-3.9 l0.3,0c0.1,2,1.7,3.6,3.6,3.7v0.6c-1.8,0.2-3.3,1.5-3.6,3.3L22.5,37.1z M17.7,37c-0.1-2-1.6-3.5-3.5-3.8v-3.9l4,0.1c0,0,0,0,0,0 c0,2.1,1.6,3.8,3.6,4v3.7L17.7,37z M5.7,36.8v-7.6l7.8,0.1v3.9c-2,0.1-3.6,1.7-3.8,3.7L5.7,36.8z M42.2,21.6 c0,1.7-1.3,3.1-3,3.3c-0.1,0-0.2,0-0.3,0c-0.2,0-0.3,0-0.4,0c-1.6-0.2-2.9-1.6-2.9-3.3c0-0.1,0-0.1,0-0.2c0-0.2,0.1-0.5,0.1-0.7 c0.3-1.3,1.4-2.2,2.7-2.4c0.1,0,0.3,0,0.4,0c0.1,0,0.2,0,0.3,0c1.4,0.1,2.6,1.2,3,2.5C42.1,21.1,42.2,21.3,42.2,21.6 C42.2,21.6,42.2,21.6,42.2,21.6z M38.4,17.6c-1.7,0.2-3.1,1.4-3.5,3.1l-4.1-0.1v-3.5c2-0.2,3.5-1.9,3.5-4c0,0,0-0.1,0-0.1 l4.1,0.1V17.6z M30.1,17.2v3.4l-6.8-0.1c-0.2-0.3-0.5-0.6-0.8-0.7v-6.9l3.8,0.1c0,0.1,0,0.2,0,0.2C26.3,15.3,28,17.1,30.1,17.2z M33.8,29.3c0,0.1,0,0.3,0,0.4c-0.2,1.5-1.4,2.7-2.9,2.9c-0.1,0-0.2,0-0.4,0c-0.1,0-0.2,0-0.4,0c-1.6-0.2-2.8-1.4-2.9-3 c0-0.1,0-0.2,0-0.3c0-0.2,0-0.3,0-0.4c0.2-1.5,1.4-2.7,2.9-2.8c0.1,0,0.2,0,0.4,0c0.1,0,0.2,0,0.4,0c1.5,0.2,2.8,1.4,2.9,3 C33.7,29.1,33.8,29.2,33.8,29.3z M30.1,25.3c-1.9,0.2-3.4,1.6-3.6,3.5l-0.3,0c-0.3-1.8-1.8-3.2-3.6-3.4v-3.3 c0.5-0.1,0.8-0.5,0.9-1l6.7,0.1V25.3z M14.2,21l6.8,0.1c0.1,0.4,0.4,0.8,0.8,1v3.4c-1.8,0.2-3.2,1.5-3.5,3.2l-4.1-0.1V21z M21.8,19.8c-0.3,0.1-0.5,0.3-0.7,0.6l-6.9-0.1v-7.6l7.6,0.1V19.8z M13.4,20.3l-7.8-0.1v-7.6l7.8,0.1V20.3z M13.4,21v7.6 l-7.8-0.1v-7.6L13.4,21z M17,37.2c0,0.2,0,0.3-0.1,0.5c-0.2,1.4-1.3,2.5-2.8,2.8c-0.2,0-0.3,0.1-0.5,0.1c-0.1,0-0.1,0-0.2,0 c-1.6-0.1-2.9-1.3-3.1-2.9c0-0.1,0-0.2,0-0.4c0-0.1,0-0.2,0-0.3c0.2-1.6,1.5-2.9,3.1-3c0.1,0,0.1,0,0.2,0c0.2,0,0.3,0,0.5,0.1 c1.5,0.2,2.7,1.5,2.8,3C16.9,37.1,17,37.2,17,37.2z M34.4,29c-0.2-2-1.7-3.5-3.6-3.7v-4l4.1,0.1c0,0.1,0,0.1,0,0.2 c0,2.1,1.6,3.7,3.6,4v3.5L34.4,29z M46.8,12.6l-7.6-0.1V5.4h7.6V12.6z M38.4,12.4l-4.2-0.1c-0.3-1.7-1.7-3.1-3.4-3.4V5.4h7.6 V12.4z M30.1,9c-1.8,0.1-3.3,1.5-3.7,3.3l-3.9-0.1V5.4h7.6V9z M21.8,12.1L14.2,12V5.4h7.6V12.1z M5.7,5.4h7.8V12l-7.8-0.1V5.4z M5.7,45.1v-7.6l4,0.1c0.2,2,1.8,3.5,3.8,3.6v4L5.7,45.1z M14.2,45.3v-4.1c1.8-0.2,3.2-1.7,3.5-3.5l4.2,0.1v7.6L14.2,45.3z M22.5,45.4v-7.6l4,0.1c0,2.1,1.6,3.8,3.7,4v3.7L22.5,45.4z M30.8,45.6v-3.7c2-0.2,3.6-1.8,3.6-3.8l4,0.1v7.6L30.8,45.6z M46.8,45.9l-7.6-0.1v-7.6l7.6,0.1V45.9z M46.8,37.6l-7.6-0.1v-7.6l7.6,0.1V37.6z M46.8,29.2l-7.6-0.1v-3.5 c2.1-0.1,3.8-1.9,3.8-4c0,0,0,0,0,0l3.9,0.1V29.2z'/%3E%3C/g%3E%3C/svg%3E") 50% 20px no-repeat;
  background-size: 33px 33px; }

.event-slide .img-area.bodybuilding {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27.6 59.1'%3E%3Cg%3E%3Ccircle style='fill:%23fff' cx='16.6' cy='4' r='3.5'/%3E%3Cpath style='fill:%23fff' d='M27,14.4c-0.7-1.5-2-2.4-3.2-3.1c-1.2-0.6-2.3-1-3.4-1.4c-2.8-0.8-7-1.2-8.5-0.1 c-0.9,0.7-1.3,1.7-1.2,3.4c0,0.7,0.1,2.5,0.4,5.1c0.2,1.3,0.4,2.9,0.7,4.6c0.1,0.9,0.5,3,0.7,4c0,0-9.9,9.7-11.2,10.9 c1,1.8,2,3.6,2.9,5.2c0.6,1,1.2,2,1.7,2.9c1,1.8,1.9,3.2,2.5,4.4c1.3,2.3,2,3.4,2,3.4l3.7-2c-0.6-1.1-1.4-2.9-2.6-5.3 c-0.6-1.2-1.3-2.6-2-4.1c-0.4-0.7-0.8-1.5-1.2-2.3c-0.1-0.3-0.2-0.6-0.4-0.9c0,0,10.2-8,11.4-8.9c1.2-0.9-0.8-6.9-0.7-16.9l0,0 c0,0,0,0,0,0c0.1,0,0.2,0,0.3,0c1,0.2,2.1,0.5,3.2,0.9c1,0.4,1.9,1.1,2.3,1.8c0.4,0.7,0.3,1.7-0.1,2.7c-0.4,1-1,1.9-1.5,2.6 c-0.6,0.7-1.1,1.3-1.5,1.7c-0.4,0.4-0.6,0.6-0.6,0.6l1.5,1.8c0.8-0.6,2-1.7,3.3-3.4c0.6-0.8,1.3-1.9,1.7-3.1 c0.2-0.7,0.4-1.4,0.4-2.1C27.6,15.9,27.4,15.1,27,14.4z'/%3E%3Cpath style='fill:%23fff' d='M14.3,47.8l1.5,3l0.8,1.6l-1.5,0.8l-0.7,0.4c0,3.1,0.1,5.3,0.1,5.3l3.3,0.2 c0.4-3.4,2.2-20.8,2.6-27.5c-0.8,0.6-3.6,2.8-6.3,4.9C14.2,39,14.3,43.5,14.3,47.8z'/%3E%3Cpath style='fill:%23fff' d='M4.7,13.4c1.5,0.5,3.1,0.8,4.3,1c0-0.5,0-0.9-0.1-1.1c0-0.8,0-1.7,0.3-2.6c-0.6,0-1.7-0.1-2.9-0.4 c-0.9-0.2-1.8-0.5-2.5-1C3.5,9,3.3,8.8,3.2,8.6c-0.1-0.2-0.1-0.4,0-0.8c0.2-0.9,0.8-1.9,1.4-2.6c0.6-0.7,1.4-1.3,2-1.8 C8,2.5,9.1,2.3,9,2.3L8.5,0C7.5,0.2,6,0.7,4.3,1.8C3.5,2.3,2.6,3,1.9,3.9c-0.4,0.5-0.7,1-1,1.5C0.7,5.7,0.6,6,0.5,6.3L0.3,6.7 L0.1,7.2C0,8-0.1,8.9,0.2,9.7c0.3,0.8,0.8,1.5,1.3,2C2.6,12.6,3.7,13.1,4.7,13.4z'/%3E%3C/g%3E%3C/svg%3E") 50% 20px no-repeat;
  background-size: 17px 36px; }

.event-slide .img-area.boxing {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 43.1 50.7'%3E%3Cg%3E%3Ccircle style='fill:%23fff' cx='21.8' cy='3.5' r='3.5'/%3E%3Cpath style='fill:%23fff' d='M25,7.5c-1.5,0-2.7,1.2-2.7,2.7c0,0.9,0.4,1.6,1,2.1c-0.3,0.4-0.7,0.8-1.1,1 c-0.2,0.1-0.4,0.2-0.5,0.2c-0.1,0-0.2,0-0.3-0.1c-0.2-0.1-0.7-0.4-1-0.9c-0.4-0.5-0.8-1.1-1.1-1.6c-0.5-0.9-1.1-3.8-1.3-4.4 c-0.3-1-0.9-1.8-2-2.2c-0.5-0.2-1.2-0.2-1.9-0.1c-0.7,0.1-1.5,0.5-2.2,1c-0.5,0.3-1.5,1.1-2.8,2.4C7.8,9,6.3,10.8,5,13.1 c-0.6,1.2-1.2,2.5-1.7,4c-0.1,0.4-0.2,0.8-0.3,1.2c-0.1,0.4-0.2,0.9-0.2,1.3l-0.1,0.8c0,0.3,0,0.5,0,0.8c0,0.3,0,0.6,0.1,0.9 c0,0.2,0.1,0.4,0.1,0.6c0.7,3.1,1.9,5.7,2.8,8.3c0.5,1.3,0.9,2.5,1.1,3.6C7,35.6,7,36.6,6.9,37c-0.1,0.1-0.1,0.2-0.1,0.3 c-0.2,0.3-0.3,0.5-0.5,0.8c-0.3,0.5-0.7,1-1,1.5c-0.6,1-1.2,2-1.8,2.9c-1.1,1.8-1.9,3.3-2.5,4.3C0.3,48,0,48.6,0,48.6l3.7,2.1 c0.9-1.5,2.7-4.2,5.1-7.3c0.6-0.8,1.2-1.6,1.8-2.4l0.2-0.3l0.1-0.2c0,0,0.1-0.1,0.1-0.2c0.2-0.4,0.5-0.8,0.7-1.2 c0.2-0.4,0.3-0.8,0.4-1.2c0.1-0.4,0.1-0.8,0.2-1.2c0.1-1.6,0-2.9-0.3-4.3c-0.2-1.3-0.6-2.5-0.9-3.7C10.6,26.2,9.9,24,9.5,22 l-0.1-0.7l0-0.2l0,0c0.1,0-0.6,0.1-0.3,0l0,0l0.2,0c0.2,0,0.1,0,0.1,0c0,0,0,0,0-0.1c0-0.1,0.1-0.2,0.1-0.4l0.1-0.5 c0.2-0.7,0.6-1.5,1-2.3c0.8-1.5,1.9-2.8,2.9-3.8c0.5-0.5,1-1,1.5-1.3c0,0.1,0.1,0.1,0.1,0.2c0.5,0.8,1.1,1.6,1.9,2.4 c0.2,0.2,0.4,0.4,0.7,0.6c0.2,0.2,0.5,0.4,0.8,0.6c0.6,0.4,1.3,0.7,2.2,0.8c0.8,0.1,1.8,0,2.5-0.4c0.7-0.3,1.2-0.8,1.7-1.2 c0.8-0.9,1.3-1.7,1.7-2.5c0.4-0.8,0.7-1.5,0.8-1.9c0.2-0.3,0.3-0.7,0.3-1.1C27.8,8.8,26.5,7.5,25,7.5z'/%3E%3Cpath style='fill:%23fff' d='M19.2,27.5c-1.7-1.8-5.8-4.1-7.8-5.4c0.3,1.4,0.7,2.9,1.2,4.4c0.1,0.5,0.3,1,0.4,1.5l0.1,0.2 c0.2,0.7,0.4,1.4,0.5,2.1l1.1,0.6c0.9,0.7,1.9,1.6,2.4,2.5c0.3,0.4,0.4,0.8,0.5,1.2c0,0.5,0,1.3-0.1,2.1c-0.3,3.1-1,6.4-1.4,8.7 c-0.5,2.4-0.8,3.9-0.8,3.9l3.2,0.9c0.3-1.1,0.9-2.9,1.6-5.2c0.7-2.3,1.5-5,2.1-7.9c0.2-0.7,0.3-1.5,0.4-2.5 c0-1.1-0.2-2.2-0.5-3.1C21.3,29.9,20.2,28.6,19.2,27.5z'/%3E%3Cpath style='fill:%23fff' d='M40.4,3.2c-0.2,0-0.4,0-0.6,0.1C37.1,3,30.3,2.7,26.9,2.4C27,2.8,27.1,3.2,27,3.6 c0,0.8-0.3,1.6-0.6,2.3c0.7,0.2,1.4,0.6,1.9,1.2c2.6-0.2,6.7-0.5,9.4-0.6c0.2,1.3,1.4,2.2,2.7,2.2c1.5,0,2.7-1.2,2.7-2.7 S41.9,3.2,40.4,3.2z'/%3E%3C/g%3E%3C/svg%3E") 50% 20px no-repeat;
  background-size: 29px 34px; }

.event-slide .img-area.shoot {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 43.5 56.7'%3E%3Cg%3E%3Ccircle style='fill:%23fff' cx='13.9' cy='3.5' r='3.5'/%3E%3Cpolygon style='fill:%23fff' points='20.8,3.3 19.8,4.7 43.5,4.7 43.5,3.3 '/%3E%3Cpath style='fill:%23fff' d='M16.5,11.6c2.3-0.2,4-0.4,4-0.4l-0.1-3C20.4,8.2,4.1,8,2.6,8S0,8.7,0,10.4c0,1.6,1.3,2.5,3,2.5 c0.3,0,1.2-0.1,2.5-0.2c1.3,3.2,4.4,9.4,3.9,11.7c-0.6,2.9-7.7,32.3-7.7,32.3h4.6c0,0,12.2-31.5,11.9-34.4 C17.8,19.3,16.7,13.3,16.5,11.6z'/%3E%3Cpath style='fill:%23fff' d='M14.1,41.2c-0.2,0.4-0.3,0.8-0.5,1.2l0.4,14.3h4.6l-0.4-27.4C17.5,32.1,16.1,35.9,14.1,41.2z'/%3E%3Cpath style='fill:%23fff' d='M17.5,6.4l-0.5,0.8h5.2h5.6c-0.3,1.6-1.4,4.4-2,5.1c-0.6,0.7-2.8-1-3.5-1.5l0,0.4l0.1,1.7l-0.3,0 l-0.2,0L20.7,13c-0.3,0-1,0.1-1.9,0.2l0.5,1.9c0,0,3.6,2.5,6.9,1.9c3-0.5,4.8-8.3,5.1-9.8c0,0,0.1,0,2,0c1.4,0,2.3-1.9,2.3-1.9 H18.1L17.5,6.4z'/%3E%3C/g%3E%3C/svg%3E") 50% 20px no-repeat;
  background-size: 27px 35px; }

.event-slide .img-area.soft-tennis {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 49.4 43.8'%3E%3Cg%3E%3Ccircle style='fill:%23fff' cx='17.4' cy='7.5' r='3.5'/%3E%3Cpath style='fill:%23fff' d='M38.7,30.6c0-0.2,0.3-1.7,0.4-2.1c0.2-1.3,0.8-5.3,0.9-6.7l0.3-2.1l0.1-0.5c0-0.1,0-0.1,0-0.3 l0-0.4c0-0.6,0-1.2-0.1-1.7c-0.4-2.2-1.4-3.9-2.6-5.3c-1.1-1.4-2.4-2.3-3.6-3.1c-1.5-1-3-1.7-4.3-2.2c1.3-1.2,3.1-2.2,5.1-2.5 c0.4,0,0.8-0.1,1.2-0.1c0.1,0,0.2,0,0.3,0c0.4,0,0.8,0,1.3,0.1c0,0,0.1,0,0.1,0C38.2,4,38.6,4,39,4.1c0.1,0,0.1,0,0.2,0 c0.4,0.1,0.8,0.2,1.1,0.3c0.1,0,0.1,0,0.2,0.1c0.4,0.1,0.7,0.2,1,0.4C41.8,5,42,5,42.2,5.1c0.1,0,0.1,0.1,0.2,0.1 c0.1,0,0.2,0.1,0.3,0.1c0.1,0,0.1,0.1,0.2,0.1c0.1,0,0.2,0.1,0.3,0.1c0.1,0,0.1,0.1,0.2,0.1c0.1,0,0.2,0.1,0.2,0.1 c0.1,0,0.1,0.1,0.2,0.1c0.1,0,0.1,0.1,0.2,0.1C44,6,44,6,44,6.1c0,0,0.1,0,0.1,0.1c0,0,0.1,0,0.1,0.1s0,0,0.1,0c0,0,0,0,0,0 s0,0,0,0L46,3.8c-0.9-0.7-2.3-1.6-4.3-2.4c-0.2-0.1-0.5-0.2-0.7-0.3C40.9,1,40.8,1,40.7,1c-0.2-0.1-0.4-0.1-0.5-0.2 c-0.1,0-0.2-0.1-0.3-0.1c-0.2-0.1-0.3-0.1-0.5-0.1c-0.1,0-0.2-0.1-0.3-0.1c-0.2,0-0.3-0.1-0.5-0.1c-0.1,0-0.2-0.1-0.4-0.1 c-0.2,0-0.4-0.1-0.5-0.1c-0.1,0-0.3,0-0.4-0.1c-0.2,0-0.4,0-0.6-0.1c-0.1,0-0.2,0-0.4,0c-0.2,0-0.5,0-0.7,0c-0.1,0-0.2,0-0.3,0 c0,0,0,0,0,0c-0.3,0-0.6,0-1,0c-2.8,0.2-5.6,1.4-7.5,3c-1.4,1.2-3.7,4.1-4.3,5.9c-0.2,0.6-0.3,1.2-0.3,1.6c0,0.5,0.2,0.9,0.5,1.3 c0.3,0.4,0.7,0.7,1.3,0.9c0.3,0.1,0.6,0.2,0.9,0.3c0.3,0.1,0.6,0.2,0.9,0.2c0.5,0.1,1.8,0.3,3.4,1c0.8,0.3,1.7,0.8,2.5,1.4 c0.8,0.6,1.5,1.3,1.8,1.9l0.1,0.2c0,0.1,0,0.2,0.1,0.2c0.1,0.2,0.1,0.3,0.1,0.4c0,0,0,0,0,0.1l0,0.3l0,0.6l0,1.2 c-0.1,1.5-0.3,10.8-0.4,12.4l13.7,10.6l0,0l2.4-3.4L38.7,30.6z'/%3E%3Cpath style='fill:%23fff' d='M12.8,27.5c0.2-0.1,0.2-0.4,0.1-0.6l0-0.1c0.7-0.2,1.5-0.4,2.3-0.7c1.7-0.7,3.5-1.8,5.1-3.2 c1.6-1.4,3-3.1,4-4.7c0.5-0.8,1-1.5,1.3-2.2c0.2-0.4,0.3-0.6,0.3-0.8c-0.1,0-0.3-0.1-0.4-0.1c-0.1,0-0.2,0-0.2-0.1 c-1.2-0.2-2.7-0.7-3.7-1.7c0,0,0,0.1,0,0.1c-0.1,0.3-0.2,0.6-0.4,0.9c-0.2,0.3-0.3,0.7-0.5,1.1c-0.7,1.5-1.9,3.3-3.3,4.8 c-1.4,1.5-3.1,2.6-4.4,3.1c-1.3,0.6-2.3,0.7-2.2,0.7l0,0l-4.2-5.8c0.5-0.4,0.8-0.9,0.9-1.6C7.7,16,7.5,15.1,7,14.5l-1.8-2.2 c-0.8-1-2.3-1.5-3.6-0.4l-0.4,0.3c-0.6,0.4-1,1.1-1.1,1.8c-0.1,0.7,0.1,1.4,0.5,2l1.8,2.2c0.6,0.8,1.4,1.2,2.2,1.2 c0.5,0,1-0.1,1.4-0.4l5,6.8L11,27c0.3,0,0.6,0,0.8-0.1l0.3,0.4c0.1,0.1,0.2,0.2,0.4,0.2C12.6,27.6,12.7,27.6,12.8,27.5z M6.1,17.7L5.7,18c-1.1,0.7-2.1,0.2-2.7-0.5l-1.8-2.2C1,15,0.9,14.5,0.9,14.1c0.1-0.5,0.3-1,0.7-1.2l0.4-0.3 c0.3-0.3,0.7-0.4,1-0.4c0.5,0,1,0.3,1.3,0.7L6.3,15c0.4,0.5,0.5,1.1,0.5,1.6C6.7,17.1,6.5,17.4,6.1,17.7z'/%3E%3Cpath style='fill:%23fff' d='M22,25.8c-0.7,0.5-1.4,1.3-2,2c-0.6,0.7-1.1,1.5-1.5,2.2c-1.8,2.9-3.2,5.7-4.2,7.9 c-0.5,1.1-0.9,2-1.2,2.6c-0.3,0.6-0.4,1-0.4,1l3,1.5c0.5-0.9,1.4-2.5,2.6-4.4c1.2-1.9,2.7-4.1,4.3-6.1c0.4-0.5,0.8-0.9,1.2-1.3 c0.4-0.4,0.8-0.7,1.2-1c0.9-0.6,2-1.2,3-1.6c1.7-0.8,2.6-1.1,3.8-1.6l0-0.6l0-1.2l0.2-4.6l0-0.6c-1.4,0.6-4,1.9-6,3 C24.7,23.9,23.3,24.7,22,25.8z'/%3E%3Ccircle style='fill:%23fff' cx='4.9' cy='28.8' r='1.5'/%3E%3C/g%3E%3C/svg%3E") 50% 20px no-repeat;
  background-size: 37px 33px; }

.event-slide .img-area.swimming {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 79.4 42.3'%3E%3Cg%3E%3Ccircle style='fill:%23fff' cx='46.7' cy='6.6' r='3.5'/%3E%3Cpath style='fill:%23fff' d='M24.7,4.4c1.8,0,3.5,1.4,4.7,2.6c1.7-1,3.5-1.9,5.5-2.1c-1.4-1.3-5.6-5-9.9-4.9 c-5.3,0.2-10,8.6-10,8.6l2.6,2.1C17.7,10.7,21.4,4.4,24.7,4.4z'/%3E%3Cpath style='fill:%23fff' d='M14.4,17.2c0.5-0.6,1.2-1,2-1c0.8,0,1.5,0.4,2,1c1.7,2.3,4.4,3.6,7.2,3.6c2.9,0,5.5-1.3,7.2-3.6 c0.5-0.6,1.2-1,2-1s1.5,0.4,2,1c1.7,2.3,4.3,3.6,7.2,3.6c2.9,0,5.5-1.3,7.2-3.6c0.5-0.6,1.2-1,2-1c0.8,0,1.5,0.4,2,1 c1.7,2.3,4.4,3.6,7.2,3.6c2.9,0,5.5-1.3,7.2-3.6L68,16.1C66.6,18,64.5,19,62.2,19c-2.3,0-4.4-1.1-5.7-2.9 c-0.8-1.1-2.1-1.7-3.4-1.7c-0.5,0-1,0.1-1.5,0.3c-1.8-0.8-6-2.9-10.3-5.8C39,7.3,38.6,7,37,6.7c-4.1-0.8-7.9,2.9-10.8,4.7 c-3,1.9-6.1,2.9-8.1,3.3c-0.5-0.2-1.1-0.4-1.7-0.4c-1.3,0-2.6,0.6-3.4,1.7C11.6,18,9.5,19,7.2,19c-2.3,0-4.4-1.1-5.7-2.9L0,17.2 c1.7,2.3,4.3,3.6,7.2,3.6S12.7,19.5,14.4,17.2z M39.4,13.7c4.5,1.9,7.9,3,9.3,3.4c-1.3,1.2-3,1.9-4.8,1.9c-2.3,0-4.4-1.1-5.7-2.9 c-0.4-0.5-0.9-0.9-1.5-1.2C37.8,14.5,38.8,14.1,39.4,13.7z'/%3E%3Ccircle style='fill:%23fff' cx='56.8' cy='28' r='3.5'/%3E%3Cpath style='fill:%23fff' d='M25.1,30.1l2.6,2.1c0,0,3.8-6.4,7-6.3c1.8,0,3.5,1.4,4.7,2.6c1.7-1,3.5-1.9,5.5-2.1 c-1.4-1.3-5.6-5-9.9-4.9C29.8,21.6,25.1,30.1,25.1,30.1z'/%3E%3Cpath style='fill:%23fff' d='M78,37.6c-1.4,1.8-3.5,2.9-5.7,2.9c-2.3,0-4.4-1.1-5.7-2.9c-0.8-1.1-2.1-1.7-3.4-1.7 c-0.5,0-1,0.1-1.5,0.3c-1.8-0.8-6-2.9-10.3-5.8c-2.3-1.5-2.6-1.8-4.3-2.2c-4.1-0.8-7.9,2.9-10.8,4.7c-3,1.9-6.1,2.9-8.1,3.3 c-0.5-0.2-1.1-0.4-1.7-0.4c-1.3,0-2.6,0.7-3.4,1.7c-1.4,1.8-3.5,2.9-5.7,2.9c-2.3,0-4.4-1.1-5.7-2.9L10,38.7 c1.7,2.3,4.3,3.6,7.2,3.6c2.9,0,5.5-1.3,7.2-3.6c0.5-0.6,1.2-1,2-1c0.8,0,1.5,0.4,2,1c1.7,2.3,4.4,3.6,7.2,3.6 c2.9,0,5.5-1.3,7.2-3.6c0.5-0.6,1.2-1,2-1c0.8,0,1.5,0.4,2,1c1.7,2.3,4.3,3.6,7.2,3.6c2.9,0,5.5-1.3,7.2-3.6c0.5-0.6,1.2-1,2-1 c0.8,0,1.5,0.4,2,1c1.7,2.3,4.4,3.6,7.2,3.6c2.9,0,5.5-1.3,7.2-3.6L78,37.6z M53.9,40.5c-2.3,0-4.4-1.1-5.7-2.9 c-0.4-0.5-0.9-0.9-1.5-1.2c1.1-0.4,2.1-0.8,2.8-1.2c4.5,1.9,7.9,3,9.3,3.4C57.4,39.8,55.7,40.5,53.9,40.5z'/%3E%3C/g%3E%3C/svg%3E") 50% 20px no-repeat;
  background-size: 50px 28px; }

.event-slide .img-area.seir {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 58.8 43.3'%3E%3Cg%3E%3Cpath style='fill:%23fff' d='M19.8,25.2c-0.6-1.2-1.3-2.1-2-2.8c-1.9-1.8-4.5-3-4.7-3.2c-0.4,0.4-0.8,0.9-1.1,1.3l0.2,0.6 c0.2,0.4,0.3,0.9,0.3,1.2c0,0.2,0.1,0.3,0.1,0.5l0,0l0,0c0.3,1.2,0.5,2.3,0.6,3.4c0.4,0.3,0.9,0.7,1.4,1.2c0.4,0.5,0.8,1.1,1,1.9 c0.2,0.8,0.3,1.8,0.2,2.8c-0.2,2.1-1,4.2-1.8,5.7c-0.7,1.5-1.4,2.4-1.3,2.4l2.6,2.1c0.6-0.7,1.6-1.9,2.6-3.5 c1-1.6,2.1-3.6,2.7-6.1c0.3-1.2,0.4-2.5,0.3-3.9C20.7,27.7,20.3,26.4,19.8,25.2z'/%3E%3Ccircle style='fill:%23fff' cx='32.4' cy='3.5' r='3.5'/%3E%3Cpath style='fill:%23fff' d='M27.2,17.3c-1.5-1.2-2.8-2.6-3.6-4c-0.8-1.3-1.1-4.5-1.9-5.5c-0.6-0.8-1.9-1.3-3.5-1.1 c-0.5,0.1-1.6,0.3-3.2,0.8c-1.5,0.5-3.5,1.4-5.4,2.9c-1.9,1.5-3.8,3.4-5.1,6.1c-0.2,0.3-0.3,0.7-0.5,1.1c-0.2,0.5-0.3,1-0.4,1.5 c-0.1,0.5-0.1,1.1-0.1,1.6c0,0.5,0.2,1,0.4,1.5c0,0.1,0.1,0.3,0.2,0.4l0.1,0.3l0.2,0.4L4.7,24c0.2,0.5,0.3,1,0.5,1.5 c0.6,2,0.9,3.9,0.7,5.5c-0.3,1.6-1,3-1.9,4.1c-1,1.1-2,2-2.8,2.7c-0.8,0.7-1.2,1-1.2,1l2.7,3.3c0.6-0.5,1.5-1.1,2.6-1.9 c1.1-0.9,2.4-2,3.7-3.6c1.3-1.6,2.2-3.9,2.5-6.3c0.3-2.4-0.1-4.7-0.6-6.9c-0.1-0.5-0.2-1.1-0.4-1.6L10.2,21l-0.1-0.4l0-0.1 c0,0,0,0,0,0l0,0c0-0.1,0-0.2,0-0.3c0,0,0-0.1,0.1-0.1c0,0,0,0,0,0c0,0,0.1-0.1,0.1-0.2c0.6-1.1,1.7-2.3,2.8-3.1 c2.2-1.6,4.6-2.1,6.1-2.3c0.1,0.1,0.2,0.3,0.2,0.4c1,1.8,2.8,3.5,4.7,4.9C25.2,19.2,26.2,18.2,27.2,17.3z'/%3E%3Cpath style='fill:%23fff' d='M34.7,24.1c0.3,0,0.5,0.1,0.7,0.1c0.1,0,0.2,0,0.2,0l0.1-0.1l1.7-2.6c-0.4-0.1-1.5-0.4-2.7-0.7 c-1,0.9-2.1,1.8-3.1,2.5c0.3,0.1,0.5,0.1,0.7,0.2C33.3,23.9,34.1,24,34.7,24.1z'/%3E%3Ccircle style='fill:%23fff' cx='28.5' cy='10.9' r='3.5'/%3E%3Cpath style='fill:%23fff' d='M46.5,25.4l0.3-0.2l0.6-0.3c0.8-0.5,1.7-0.9,2.3-1.6c0.6-0.6,1-1.5,1.2-2.3 c0.2-0.9,0.1-1.8-0.1-2.7c-0.2-0.9-0.5-1.8-1-2.6c-0.1-0.2-0.2-0.4-0.3-0.6c-0.1-0.1-0.2-0.3-0.2-0.4c-0.2-0.3-0.3-0.5-0.5-0.8 c-2.8-4-6.3-6-8.6-7.1c-1.4-0.6-2.6-0.5-3.5,0c-0.8,0.4-1.3,1.1-1.6,1.9l-0.1,0c-0.1,0.4-0.4,1.8-1.2,3.5c0,0-5.5,8.3-11.2,10.8 l1.7,2.9c0,0,9.9-4.8,13.1-10.8c0.1-0.3,0.3-0.5,0.5-0.7c0.4,0.2,0.8,0.4,1.4,0.7c1,0.5,2.2,1.3,3.4,2.4c0.3,0.3,1.5,1.7,1.4,1.9 c0,0.1-0.1,0.1-0.2,0.2l-0.1,0.1l0,0l-0.2,0.1c-0.3,0.2-0.6,0.4-0.9,0.6c-0.6,0.4-1.1,0.9-1.7,1.3c-0.3,0.2-0.6,0.4-0.8,0.7 l-0.8,0.7c-0.5,0.5-1,1-1.5,1.5c-0.5,0.5-0.9,1.1-1.4,1.6c-0.8,1.1-1.6,2.2-2.2,3.4c-1.3,2.3-2,4.6-2.4,6.7 c-0.8,4.1-0.3,6.8-0.3,6.9l4.2-0.6c0-0.2,0-0.7,0-1.2c0-0.5,0.1-1.1,0.2-1.7c0.2-1.2,0.6-2.6,1.1-4.1c0.6-1.5,1.5-3,2.5-4.4 c0.6-0.7,1.1-1.4,1.8-2c0.6-0.7,1.4-1.3,2.1-1.9c0.4-0.3,0.8-0.6,1.2-0.8l1.2-0.8C46.1,25.6,46.3,25.5,46.5,25.4z'/%3E%3Cpath style='fill:%23fff' d='M56.5,38.3c-0.9-1.1-1.8-2.4-2.6-3.8c-1.3-2.4-2.7-6.9-3.2-9.5c-0.7,0.6-1.4,1-2.1,1.4l-0.3,0.1 l-0.6,0.3l0,0l0,0L47.4,27c-0.1,0-0.2,0.1-0.3,0.1c-0.1,0-0.1,0.1-0.2,0.1l0,0l0,0L45.7,28l-0.3,0.2c0,0-0.1,0.1-0.1,0.1 c0.1,0.4,0.6,1.7,1.3,3.4c0.8,1.7,2,3.8,3.5,5.6c1.4,1.8,3.1,3.3,4.4,4.4c0.7,0.5,1.2,0.9,1.6,1.2c0.4,0.3,0.6,0.4,0.6,0.4 l1.9-2.7C58.3,40.1,57.4,39.4,56.5,38.3z'/%3E%3C/g%3E%3C/svg%3E") 50% 20px no-repeat;
  background-size: 43px 35px; }

.event-slide .img-area.baseball {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 38.8 64.9'%3E%3Cg%3E%3Ccircle style='fill:%23fff' cx='14.5' cy='20.8' r='3.5'/%3E%3Ccircle style='fill:%23fff' cx='36.8' cy='35.9' r='2'/%3E%3Cpath style='fill:%23fff' d='M28.5,52.5c-0.3-3.4,4.5-6.1,5-11.2c0.5-5.1-3.1-11.5-8-16.4c-3.4-3.4-6-0.2-8.8,1 C13.9,27.1,6.5,27.9,6,20.1C11.7,14,20.6,4.4,22.5,2.5c1.4-1.4-1.1-3.3-2.3-2.1c-0.9,0.9-9.7,11.9-15.8,19.5H3c0,0,0,0.7,0.1,1.7 c-0.8,1-1.5,1.9-2.1,2.7l-0.3-0.3c-0.2-0.1-0.4-0.1-0.5,0c-0.1,0.2-0.1,0.4,0,0.5l1.2,1.1c0.1,0.1,0.2,0.1,0.2,0.1 c0.1,0,0.2,0,0.3-0.1c0.1-0.2,0.1-0.4,0-0.5l-0.3-0.3c0.3-0.3,0.9-1,1.8-1.9c0.9,3.9,4.1,9.8,15.9,6.7c0,0,5.3,4.5,7.1,8.5 c1.8,4-1.4,7.5-2.8,10.3c-1.4,2.8-2.9,10.2,12.3,16.4l2-3.3C37.8,61.7,28.8,55.9,28.5,52.5z'/%3E%3Cpath style='fill:%23fff' d='M20.5,33.4c-0.7-0.8-1.4-1.4-1.9-1.8c-2,0.5-3.9,0.7-5.6,0.7c-3.7,0-6.6-1.1-8.7-3.3 c-0.6-0.6-1-1.3-1.4-1.9c0.3,2.7,1.7,6,5.8,7.7C12.6,36.3,17.8,34.6,20.5,33.4z'/%3E%3Cpath style='fill:%23fff' d='M24.6,38.9c-0.2-0.5-0.5-1-0.8-1.5C21,39.1,9.9,46.7,9.5,64.7h3.6c0,0,0.7-11.6,9.9-19.1 C24.6,43,25.5,41.1,24.6,38.9z'/%3E%3C/g%3E%3C/svg%3E") 50% 20px no-repeat;
  background-size: 23px 38px; }

.event-slide .img-area.weightlifting {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 29.9 66.2'%3E%3Cg%3E%3Ccircle style='fill:%23fff' cx='19.4' cy='22.5' r='3.5'/%3E%3Cpath style='fill:%23fff' d='M8.3,3.6c-0.2,0-0.3,0-0.5,0C6.9,3.6,6,3.9,5.2,4.5C4.3,5.2,3.8,6.2,3.6,7.3 c-0.1,1.1,0.2,2.2,0.9,3.1c0.7,0.9,1.7,1.4,2.8,1.6c2.3,0.3,4.4-1.4,4.7-3.7C12.2,6,10.6,3.9,8.3,3.6z M9.2,8 C9.1,8.7,8.4,9.2,7.6,9.1C6.9,9.1,6.4,8.4,6.5,7.6S7.2,6.4,8,6.5S9.2,7.2,9.2,8z'/%3E%3Cpath style='fill:%23fff' d='M18.9,32.9c0.5-3.9-1.3-6.1-3.6-6.4l-4.1-11.7c2.3-1.1,4-3.4,4.3-6.1c0.5-4.3-2.6-8.2-6.8-8.7 C4.4-0.5,0.6,2.6,0.1,6.9c-0.5,4.3,2.6,8.2,6.8,8.7c0.3,0,0.5,0,0.8,0.1l3.2,13.6c0.2,1,0.9,6.5-1.8,9.6c-3,3.4-3.1,6.8-1.6,9 c1.5,2.2,6.1,6.7,6.7,7.5l-11,7.4l2.2,3.2c0,0,14.6-6.6,14.8-9.9c0.3-4.2-6-12-6-12S18.3,37.2,18.9,32.9z M10.8,11.6 c-0.9,0.7-1.9,1.1-3,1.1c-0.2,0-0.4,0-0.6,0c-1.3-0.2-2.5-0.8-3.3-1.8c-0.8-1-1.2-2.3-1-3.6S3.7,4.8,4.8,4c1-0.8,2.3-1.2,3.6-1 c2.7,0.3,4.6,2.8,4.3,5.4C12.5,9.7,11.9,10.8,10.8,11.6z'/%3E%3Cpath style='fill:%23fff' d='M29.8,50.4c0-0.3-0.2-0.6-0.3-0.8c-0.3-0.5-0.6-1-1.1-1.4c-0.4-0.4-0.9-0.7-1.4-1 c-0.3-0.2-0.4-0.2-0.6-0.3c-0.2-0.1-0.3-0.2-0.5-0.3c-1.3-0.6-2.6-1.1-3.7-1.4c-2.1-0.7-4.2-1-5.6-1.3c1.1,1.5,3.1,4.2,4.3,7 c0.7,0.1,1.5,0.2,2.3,0.5c0.5,0.2,1.3,0.5,1.2,0.4c0.1,0,0.3,0.1,0.3,0.3c0,0,0,0.1,0,0.2v0.1c0,0,0,0.2,0,0.3 c-0.1,0.5-0.2,1-0.3,1.5c-0.2,1-0.4,2-0.7,3c-0.5,2-1,3.9-1.5,5.6c-0.9,3.3-1.1,3.3-1.1,3.3l4,0.1c0.5-1.4,0.2-0.5,1.3-3.6 c0.6-1.5,1.2-3.2,1.8-5c0.3-0.9,0.6-1.8,0.9-2.7c0.1-0.5,0.3-1,0.4-1.4c0-0.1,0.1-0.3,0.1-0.5l0.1-0.6c0.1-0.4,0.1-0.8,0.1-1.2 C29.8,50.9,29.9,50.6,29.8,50.4z'/%3E%3C/g%3E%3C/svg%3E") 50% 20px no-repeat;
  background-size: 18px 40px; }

.event-slide .img-area.yush {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 46.6 58.7'%3E%3Cg%3E%3Ccircle style='fill:%23fff' cx='23' cy='8.4' r='3.5'/%3E%3Cpath style='fill:%23fff' d='M19.8,40.4c1.3-1.3,2.7-2.4,3.8-3.1l-0.8-1l-0.5-0.6l-0.7-0.9l-0.5-0.6L20.9,34 c-0.1-0.1-0.3-0.4-0.5-0.7c-0.3-0.3-0.4-0.7-0.6-1c-0.8,0.6-2.2,1.8-3.7,3.6c-1,1.2-2,2.7-2.8,4.5c-0.4,0.9-0.6,1.9-0.8,3 c-0.1,1-0.1,2.1,0.1,3.1c0.3,2.1,1.2,3.9,2.2,5.3c1,1.4,2.1,2.5,3.1,3.4c1,0.9,1.9,1.5,2.5,1.9c0.6,0.4,1,0.6,1,0.6l1.8-2.8 c-0.7-0.5-2.2-1.7-3.4-3.3c-1.3-1.6-2.4-3.8-2.4-5.8c0-1,0.3-2,0.7-2.9C18.5,42,19.1,41.1,19.8,40.4z'/%3E%3Cpath style='fill:%23fff' d='M33.9,37.6c-1.3-2-2.7-3.9-4-5.9c-0.7-1-1.3-1.9-1.9-2.8l-0.1-0.2c0,0,0-0.1-0.1-0.1c0,0,0,0,0,0 c0,0,0,0,0,0l0,0c0,0,0-0.1,0-0.1c0-0.1-0.1-0.7-0.2-1.1c-0.2-1.9-0.3-3.8-0.4-5.5c0-1.1-0.1-2.1-0.1-3c0.2,0,0.3,0,0.5,0 c0.3,0,0.6,0.1,1,0.1c0.1,0,0.2,0,0.3,0c0.2,0,0.5,0,0.7,0c0.1,0,0.3,0,0.4,0c0.2,0,0.4,0,0.7,0c0.2,0,0.3,0,0.5,0 c0.2,0,0.4,0,0.5,0c0.1,0,0.2,0,0.2,0c0.8,0,1.6,0,2.5-0.1c0.4,0,0.9-0.1,1.3-0.2c0.5-0.1,1.1-0.3,1.6-0.5c2-0.9,3.1-2.3,4.1-3.6 c0.9-1.3,1.6-2.5,2.2-3.6c0.5-1.1,0.9-2,1.2-2.6c0.3-0.7,0.4-1,0.4-1l-2.8-1.1C42,7.3,41.2,8.9,40,10.6c-0.6,0.9-1.2,1.7-2,2.5 c-0.7,0.8-1.6,1.4-2.4,1.6c-0.3,0.1-0.9,0.1-1.5,0.2c-0.2,0-0.5,0-0.7,0c-0.4,0-0.7,0-1.1,0c-1.2-0.1-2.4-0.2-3.5-0.4 c-0.4-0.1-0.8-0.1-1.2-0.2l9.2-12.9c0.3-0.4,0.2-1-0.2-1.3c-0.1-0.1-0.2-0.1-0.3-0.1c0,0-0.1,0-0.1,0c0,0-0.1,0-0.1,0 c0,0,0,0-0.1,0c-0.1,0-0.2,0-0.3,0.1c0,0-0.1,0-0.1,0c-0.1,0.1-0.2,0.1-0.3,0.3l-9.7,13.6c0,0-0.1,0-0.2,0c0,0-0.1,0-0.1,0 c-0.1,0-0.1,0-0.2,0c0,0-0.1,0-0.2,0c-0.1,0-0.2,0-0.2,0c-0.1,0-0.1,0-0.2,0c-0.1,0-0.2,0-0.3,0c-0.1,0-0.1,0-0.2,0 c-0.1,0-0.2,0-0.3,0c-0.1,0-0.1,0-0.2,0c-0.1,0-0.2,0-0.3,0c0,0-0.1,0-0.1,0c-0.1,0-0.2,0-0.2,0c0,0-0.1,0-0.1,0c0,0,0,0,0,0 c-0.1,0-0.2,0-0.2,0l0,0c-1.3,0-2.3,0.1-2.9,0.6c-0.4,0.3-0.6,0.8-0.6,1.5c0,0.6,0.2,4.2,0.5,6.5l0,0l0.1,0.7l0.3,1.9 c0.1,0.6,0.2,1.3,0.3,2c0.1,0.6,0.2,1.2,0.4,1.9c0.1,0.4,0.1,0.6,0.3,1.1l0.2,0.7c0.1,0.3,0.2,0.5,0.3,0.8 c0.1,0.3,0.2,0.5,0.4,0.8c0.2,0.2,0.4,0.5,0.5,0.6c0.2,0.3,0.4,0.5,0.6,0.8c0.4,0.5,0.8,1,1.3,1.6c1.7,2.1,3.5,4.3,5.2,6.5 c7,8.7,13.7,17,13.7,17l3.4-2.5C44.5,53.1,39.3,45.5,33.9,37.6z'/%3E%3Cpath style='fill:%23fff' d='M18.2,25.3l-0.1-0.7l-2.4,3.4c-0.6-0.3-1.5-0.9-2.4-1.6c-0.5-0.4-1-1-1.3-1.5 c-0.1-0.2-0.2-0.5-0.2-0.6c0-0.2,0-0.3,0.1-0.5c0.2-0.3,0.6-0.9,1.2-1.3c0.6-0.5,1.3-0.8,2-1.2c1-0.5,1.8-0.8,2.5-1 c-0.2-2-0.3-4-0.3-4.4c0-0.2,0-0.4,0-0.6c-0.8,0.4-2.5,1-3.8,1.8c-0.9,0.5-1.9,1.1-2.8,2c-0.5,0.4-1,0.9-1.5,1.5 c-0.5,0.6-0.9,1.4-1.1,2.3c-0.2,0.9-0.1,1.9,0.2,2.7c0.3,0.8,0.8,1.4,1.2,1.9c0.9,1,1.9,1.6,2.7,2c0.7,0.4,1.2,0.6,1.7,0.8 L0.2,49.6c-0.3,0.4-0.2,1,0.2,1.3C0.5,51,0.7,51,0.9,51c0.3,0,0.6-0.1,0.7-0.4l16.8-23.6C18.3,26.5,18.2,25.9,18.2,25.3z'/%3E%3C/g%3E%3C/svg%3E") 50% 20px no-repeat;
  background-size: 30px 38px; }

.event-slide .img-area.induction {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 57.3 64.3'%3E%3Cg%3E%3Ccircle style='fill:%23fff' cx='27.3' cy='26' r='3.5'/%3E%3Ccircle style='fill:%23fff' cx='15.3' cy='44.3' r='3.5'/%3E%3Cpath style='fill:%23fff' d='M13.2,21.5c-0.2,0.1-0.3,0.1-0.5,0.2c-0.4,0.4-0.7,0.7-1.1,1.1c-0.4,0.4-0.9,0.8-1.3,1.1 c-0.2,0.2-0.4,0.3-0.6,0.5c-0.3,0.3-0.6,0.5-0.8,0.7l0,0c0,0.2,0.1,0.3,0.2,0.5c0.4,1,0.9,2.1,1.6,3.2c1-0.3,2.5-0.9,4.3-1.8 c2.5-1.3,5.4-3.4,7.9-5.7c2.5-2.3,4.5-4.8,5.9-6.8c0.7-1,1.3-1.8,1.6-2.4c0.2-0.3,0.3-0.5,0.4-0.7c0.1-0.2,0.2-0.3,0.2-0.3 l-2.9-1.8c-1.1,1.6-4.5,5.5-8.6,8.5C17.4,19.4,15.2,20.7,13.2,21.5z'/%3E%3Cpath style='fill:%23fff' d='M37.3,48.4c0.8-0.5,1.6-0.9,2.5-1.4c0.4-0.2,0.9-0.4,1.3-0.6c0.8-0.4,1.6-0.8,2.3-1.2l0.6-0.3 c0.2-0.1,0.3-0.3,0.5-0.4c0.3-0.3,0.6-0.7,0.8-1.1c0.4-0.8,0.6-1.7,0.6-2.6c0-0.9-0.1-1.8-0.4-2.7c-0.1-0.4-0.3-0.9-0.5-1.3 l-0.2-0.5c-0.1-0.1-0.1-0.3-0.2-0.4c-1.1-2.2-2.4-3.8-3.6-5.2c-1.3-1.3-2.5-2.4-3.5-3.1c-1.2-0.9-2.4-1-3.4-0.7 c-1,0.3-1.8,1.1-2.2,2c-0.1,0.2-0.2,0.5-0.3,0.7c-0.2,0.5-0.7,1.8-1.8,3.1c-0.1,0.2-0.3,0.3-0.4,0.5c-0.8,0.9-1.8,1.7-3.1,2.4 c-0.6,0.3-1.3,0.6-2,0.8c-2.3,0.7-4.9,0.7-6.8,0.5c-0.3,0-0.6-0.1-0.8-0.1c-0.5,0.3-1,0.6-1.5,0.9c-0.2,0.2-0.7,0.7-1.4,1.6 c1,0.4,2.5,0.8,4.4,1.1c2.1,0.3,4.7,0.4,7.4-0.2c0.7-0.2,1.3-0.4,2-0.6c0.6-0.3,1.3-0.6,1.9-0.9c0.6-0.4,1.1-0.7,1.7-1.1 c0.5-0.4,1-0.8,1.5-1.3c0.5-0.4,0.8-0.9,1.2-1.3c0.1-0.1,0.1-0.1,0.2-0.2c0.3,0.2,0.5,0.4,0.8,0.6c0.9,0.7,2,1.7,2.9,3 c0.2,0.3,1.1,1.6,0.9,1.8c-0.1,0.1-0.3,0.2-0.4,0.3l-0.1,0l-0.1,0.1L37.7,41l-0.9,0.5c-0.6,0.3-1.2,0.7-1.8,1.1 c-0.6,0.4-1.2,0.8-1.7,1.3c-1.1,0.9-2.2,2-3.1,3.2c-0.9,1.2-1.6,2.7-1.9,4.3c-0.3,1.6-0.2,3.1,0.2,4.5c0.4,1.3,0.9,2.4,1.5,3.4 c1.2,1.8,2.4,3,3.3,3.8c0.9,0.8,1.5,1.2,1.5,1.2l2.5-3.4c-0.9-0.8-3.1-2.9-3.8-5.4c-0.3-1.3-0.3-2.5,0.4-3.6 C34.6,50.6,35.8,49.4,37.3,48.4z'/%3E%3Cpath style='fill:%23fff' d='M52,54.4c-2.3-3.3-5-7-6.1-8.6c0,0,0,0,0,0c-0.2,0.2-0.3,0.3-0.5,0.4c0,0-0.1,0.1-0.1,0.1 l-0.2,0.2l-0.2,0.1l-0.6,0.3l-2.3,1.2l0,0l0,0l-0.6,0.3l-0.7,0.3c-0.1,0.1-0.2,0.1-0.3,0.2c1.2,1.3,5.3,5.7,8.2,8.7 c1.6,1.7,3.2,3.4,4.2,4.6c0.5,0.6,0.9,1.1,1.2,1.5c0.1,0.2,0.2,0.3,0.2,0.4c0.1,0.1,0.1,0.1,0.1,0.1l3.1-1.3 C56.6,60.9,54.4,57.7,52,54.4z'/%3E%3Cpath style='fill:%23fff' d='M14.3,36.4c0.6-0.5,1.4-1,2.3-1.4c0.9-0.4,1.8-0.8,2.8-1.1c1.9-0.5,4-0.5,5.5-0.4 c0.5,0.1,1,0.1,1.3,0.2c1.2-0.7,1.9-1.6,2.3-2c0.1-0.1,0.2-0.3,0.3-0.4c-1-0.4-2.8-1-4.3-1.3c-1.8-0.3-3.9-0.4-6.1,0 c-2.1,0.4-4.3,1.2-6,2.1c-0.4,0.2-0.8,0.5-1.1,0.7c-0.5-0.7-1.3-1.6-2.1-2.9c-0.7-1.1-1.3-2.4-1.8-3.7c-0.1-0.3-0.2-0.7-0.3-1 l-0.1-0.4c0,0,0-0.1,0-0.1c0-0.1,0-0.3,0.1-0.4l0,0c0,0,0,0,0.1-0.1l0.5-0.4c0.3-0.2,0.6-0.5,0.9-0.7c0.6-0.5,1.2-1,1.8-1.6 c1.2-1.1,2.3-2.3,3.4-3.7c2.1-2.6,3.7-5.5,4.6-8.3c0.9-2.7,1.2-5.2,1.3-6.9c0-0.9,0-1.5,0-2c0-0.5,0-0.7,0-0.7h-4.3 c-0.1,1.9-0.5,5.7-2.5,9.5c-1,1.9-2.4,3.7-4.1,5.4c-0.4,0.4-0.9,0.8-1.3,1.2c-0.5,0.4-0.9,0.8-1.4,1.1c-0.5,0.4-1,0.7-1.5,1 c-0.2,0.2-0.5,0.3-0.8,0.5l-0.4,0.2l-0.7,0.5c-1.4,0.8-2.2,2.2-2.4,3.8C0,23.9,0,24.7,0,25.5l0,0.5l0.1,0.4 c0,0.3,0.1,0.5,0.1,0.8c0.4,2,1,3.6,1.7,5.1c1.3,2.9,2.8,5.1,4,6.7c0.9,1.2,2.1,1.7,3.2,1.6c1,0,1.9-0.5,2.5-1.2 c0.1-0.1,0.1-0.1,0.2-0.2C12.2,38.7,13.6,36.9,14.3,36.4z'/%3E%3C/g%3E%3C/svg%3E") 50% 20px no-repeat;
  background-size: 32px 37px; }

.pager {
  text-align: center;
  padding-top: 50px; }

.pager-num {
  float: left;
  color: #111; }

.pager-first, .pager-prev, .pager-next, .pager-last, .pager-num {
  box-sizing: border-box;
  width: 26px;
  height: 26px;
  line-height: 28px;
  display: inline-block;
  margin-left: 3px;
  font-size: 14px; }

.pager-first:hover, .pager-prev:hover, .pager-next:hover, .pager-last:hover,
.pager-first:focus, .pager-prev:focus, .pager-next:focus, .pager-last:focus {
  border-color: #004098; }

.pager-num.active, .pager-num:focus {
  color: #fff;
  background: var(--point-color);
  border-radius: 40px; }

.pager-numlist {
  overflow: hidden;
  display: inline-block;
  line-height: 34px;
  color: #111; }

.pager-first {
  background: url("/_user/img/layout/icon-first.svg") 50% no-repeat; }

.pager-prev {
  background: url("/_user/img/layout/icon-prev.svg") 50% no-repeat; }

.pager-next {
  background: url("/_user/img/layout/icon-next.svg") 50% no-repeat; }

.pager-last {
  background: url("/_user/img/layout/icon-last.svg") 50% no-repeat; }

@media all and (min-width: 768px) {
  .pager-numlist {
    color: #111; }

  .pager-first, .pager-prev, .pager-next, .pager-last, .pager-num {
    width: 40px;
    height: 40px;
    line-height: 40px; } }
.btn-wrap {
  display: flex;
  justify-content: center;
  text-align: center;
  margin-top: 40px;
  padding: 0 20px;
  box-sizing: border-box; }
  .btn-wrap button:first-child {
    margin-left: 0; }
  .btn-wrap button {
    width: 104px;
    max-width: 150px;
    padding: 13px 0;
    margin-left: 10px;
    color: var(--black);
    border: 1px solid var(--black);
    transition: all 0.3s;
    font-size: 17px;
    border-radius: 5px; }
    .btn-wrap button:hover {
      background: var(--black);
      color: #fff; }
  .btn-wrap .edit-btn {
    background: rgba(29, 51, 132, 0.1);
    color: #1D3384;
    border-color: rgba(29, 51, 132, 0.1); }
    .btn-wrap .edit-btn:hover {
      background: #16041b; }
  .btn-wrap .cancel-btn {
    background: #444;
    border-color: #444;
    color: #fff; }
    .btn-wrap .cancel-btn:hover {
      background: #2b2b2b; }

@media (min-width: 768px) and (max-width: 1023px) {
  .mobhide {
    display: block; }

  .mobshow, .webshow {
    display: none; }

  .event .card-tit > h3 {
    background-size: 50px; }

  .culture .card-tit > h3 {
    background-size: 65px; }

  .sports .card-tit > h3 {
    background-size: 58px; } }
@media (min-width: 768px) {
  .tab-flex {
    display: flex;
    flex-wrap: wrap; }

  .tab-tl {
    text-align: left; }

  .tab-tr {
    text-align: right; }

  .tab-tc {
    text-align: center; }

  span.br {
    display: inline-block; }

  .btn-wrap button {
    font-size: 16px;
    min-width: 150px;
    line-height: 50px;
    padding: 0 50px;
    margin-left: 20px; }

  .btn-wrap.write-btn {
    justify-content: flex-end; }

  .event-slide .img-area.athletics {
    background-position-y: 50%;
    background-size: 52px 52px; }

  .event-slide .img-area.soccer {
    background-position-y: 50%;
    background-size: 42px 56px; }

  .event-slide .img-area.tennis {
    background-position-y: 50%;
    background-size: 39px 66px; }

  .event-slide .img-area.hundred {
    background-position-y: 50%;
    background-size: 30px 74px; }

  .event-slide .img-area.t-tennis {
    background-position-y: 50%;
    background-size: 69px 75px; }

  .event-slide .img-area.badminton {
    background-position-y: 50%;
    background-size: 44px 66px; }

  .event-slide .img-area.basketball {
    background-position-y: 50%;
    background-size: 32px 73px; }

  .event-slide .img-area.bowling {
    background-position-y: 50%;
    background-size: 55px 53px; }

  .event-slide .img-area.taekwondo {
    background-position-y: 50%;
    background-size: 56px 68px; }

  .event-slide .img-area.archery {
    background-position-y: 50%;
    background-size: 51px 70px; }

  .event-slide .img-area.dangu {
    background-position-y: 50%;
    background-size: 61px 60px; }

  .event-slide .img-area.leslie {
    background-position-y: 50%;
    background-size: 75px 80px; }

  .event-slide .img-area.go {
    background-position-y: 50%;
    background-size: 56px 56px; }

  .event-slide .img-area.bodybuilding {
    background-position-y: 50%;
    background-size: 30px 65px; }

  .event-slide .img-area.boxing {
    background-position-y: 50%;
    background-size: 48px 61px; }

  .event-slide .img-area.shoot {
    background-position-y: 50%;
    background-size: 48px 61px; }

  .event-slide .img-area.soft-tennis {
    background-position-y: 50%;
    background-size: 53px 49px; }

  .event-slide .img-area.swimming {
    background-position-y: 50%;
    background-size: 80px 70px; }

  .event-slide .img-area.seir {
    background-position-y: 50%;
    background-size: 66px 50px; }

  .event-slide .img-area.baseball {
    background-position-y: 50%;
    background-size: 38px 63px; }

  .event-slide .img-area.weightlifting {
    background-position-y: 50%;
    background-size: 29px 64px; }

  .event-slide .img-area.yush {
    background-position-y: 50%;
    background-size: 49px 65px; }

  .event-slide .img-area.induction {
    background-position-y: 50%;
    background-size: 56px 70px; }

  .event-slide .img-area.sword {
    background-position-y: 50%;
    background-size: 50px 62px; }

  .event-slide .img-area.golf {
    background-position-y: 50%;
    background-size: 46px 68px; } }
@media (min-width: 1024px) {
  .mobhide, .webshow {
    display: block; }

  .mobshow {
    display: none; }

  span.web-br {
    display: block; }

  .event .card-tit > h3 {
    background-size: 61px;
    background-position-y: 10px; }

  .sports .card-tit > h3 {
    background-size: 73px; }

  .culture .card-tit > h3 {
    background-size: 81px; }

  .ico-link {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cg xmlns='http://www.w3.org/2000/svg' transform='translate(-0.442 0.005)'%3E%3Crect id='Boundary' width='20' height='20' transform='translate(0.442 -0.005)' fill='%23fff' opacity='0'/%3E%3Cpath xmlns='http://www.w3.org/2000/svg' d='M13.333,11.667v1.667H1.667A1.667,1.667,0,0,1,0,11.667V3.333H1.667v8.333m15-10V8.333A1.667,1.667,0,0,1,15,10H5A1.667,1.667,0,0,1,3.333,8.333V1.667A1.667,1.667,0,0,1,5,0H15a1.667,1.667,0,0,1,1.667,1.667M15,1.667H5V8.333H15Z' transform='translate(18.775 16.661) rotate(180)' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E") 50% no-repeat; }

  .gnb li.active .dep2 .ico-link {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cg xmlns='http://www.w3.org/2000/svg' transform='translate(-0.442 0.005)'%3E%3Crect id='Boundary' width='20' height='20' transform='translate(0.442 -0.005)' fill='%23fff' opacity='0'/%3E%3Cpath xmlns='http://www.w3.org/2000/svg' d='M13.333,11.667v1.667H1.667A1.667,1.667,0,0,1,0,11.667V3.333H1.667v8.333m15-10V8.333A1.667,1.667,0,0,1,15,10H5A1.667,1.667,0,0,1,3.333,8.333V1.667A1.667,1.667,0,0,1,5,0H15a1.667,1.667,0,0,1,1.667,1.667M15,1.667H5V8.333H15Z' transform='translate(18.775 16.661) rotate(180)' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E") 50% no-repeat; }

  .mob-tab .tab-dep2 > li > a:hover .ico-link {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cg xmlns='http://www.w3.org/2000/svg' transform='translate(-0.442 0.005)'%3E%3Crect id='Boundary' width='20' height='20' transform='translate(0.442 -0.005)' fill='%23fff' opacity='0'/%3E%3Cpath xmlns='http://www.w3.org/2000/svg' d='M13.333,11.667v1.667H1.667A1.667,1.667,0,0,1,0,11.667V3.333H1.667v8.333m15-10V8.333A1.667,1.667,0,0,1,15,10H5A1.667,1.667,0,0,1,3.333,8.333V1.667A1.667,1.667,0,0,1,5,0H15a1.667,1.667,0,0,1,1.667,1.667M15,1.667H5V8.333H15Z' transform='translate(18.775 16.661) rotate(180)' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E") 50% no-repeat; }

  input::-webkit-input-placeholder {
    color: #aaa;
    font-size: 16px; }

  input:-ms-input-placeholder {
    color: #aaa;
    font-size: 16px; } }
.bt {
  border-top: 2px solid #000; }

.scroll-y {
  overflow-y: auto; }

.scroll-x {
  overflow-x: auto; }

.min500 {
  min-width: 500px; }

.min700 {
  min-width: 700px; }

.min900 {
  min-width: 900px; }

.checkbox input[type="checkbox"], .radiobox input[type="radio"] {
  display: none; }

.checkbox input[type="checkbox"] + label {
  display: inline-block;
  position: relative;
  cursor: pointer;
  vertical-align: middle; }
  .checkbox input[type="checkbox"] + label::before {
    width: 20px;
    height: 20px;
    border: 1px solid #EEE;
    box-sizing: border-box; }

.checkbox input[type="checkbox"]:checked + label::before {
  background: url("/_user/disabled/img/layout/ico-checkbox.png") 50% no-repeat;
  border-color: #1FA8CD; }

.int {
  display: block;
  padding: 0 10px;
  background: #f9f9f9;
  width: 100%;
  color: #222;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #EEE;
  box-sizing: border-box; }

select.int {
  -webkit-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  -moz-appearance: none;
  background: #fff url("/_user/athletic/img/sub/ico-select.svg") 95% 52% no-repeat;
  -ms-background-position-x: 98%; }

textarea.int {
  resize: none;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  line-height: 1.5;
  height: 100px;
  background: #f9f9f9; }

.int.type3 {
  max-width: 500px; }

@media (min-width: 768px) and (max-width: 1023px) {
  .int {
    height: 48px;
    line-height: 48px;
    border: 1px solid #EEE;
    box-sizing: border-box; }

  .int.type1 {
    max-width: 300px;
    width: 33.33%; }

  .int.type2 {
    max-width: 180px;
    width: 33.33%; }

  .int.type4 {
    max-width: 345px;
    width: 100%; }

  textarea.int {
    height: 235px; } }
.tbl {
  border-bottom: 1px solid #DDD;
  width: 100%; }

.tbl .tbl-head {
  display: table;
  width: 100%;
  border-top: 2px solid #012b5d;
  border-bottom: 1px solid #012b5d; }

.tbl .tbl-head .col {
  text-align: center;
  color: #111; }

.tbl .tbl-row {
  width: 100%;
  display: table;
  table-layout: fixed; }

.tbl .tbl-row:hover {
  background: #fff4f6; }

.tbl .tbl-row .col {
  border-top: 1px solid #DDD;
  word-break: break-all; }

.tbl .tbl-row:first-child .col {
  border-top: none; }

.tbl .col {
  padding: 13px;
  display: table-cell;
  vertical-align: middle;
  letter-spacing: -1.5px; }

.tbl col.col {
  display: table-column; }

.tbl .col:first-child {
  border-left: none; }

.tbl .col.tc {
  text-align: center; }

.tbl_wrap .col.dot {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.tbl.tc {
  text-align: center; }

table.tbl {
  letter-spacing: 0; }

.tbl thead {
  background: #F9F9F9;
  width: 100%;
  border-bottom: 1px solid #ddd; }

.tbl thead th {
  text-align: center;
  color: #111;
  font-weight: 700;
  background: #F9F9F9; }

.tbl tbody th {
  color: #111;
  font-weight: 700; }

.tbl tbody tr {
  border-top: 1px solid #DDD;
  word-break: break-all; }

.tbl tbody tr:first-child {
  border-top: 2px solid #285F74; }

.tbl tbody tr:last-child {
  border-bottom: 1px solid #DDD; }

.tbl td, .tbl th {
  color: #111;
  font-size: 15px;
  padding: 16px 10px;
  border-right: 1px solid #ddd;
  font-weight: 400;
  vertical-align: middle;
  word-break: break-all;
  box-sizing: border-box; }

.tbl td:last-of-type, .tbl thead th:last-of-type {
  border-right: none; }

.tbl-wrap.scroll {
  overflow-x: auto; }

.tbl-wrap .bl {
  border-left: 1px solid #DDD; }

.tbl-wrap .br {
  border-right: 1px solid #DDD; }

.tbl-wrap .bt {
  border-top: 1px solid #DDD; }

.tbl-wrap .bb {
  border-bottom: 1px solid #DDD; }

.brn {
  border-right: none !important; }

.bln {
  border-left: none !important; }

@media screen and (max-width: 768px) {
  .col.min-wid75 {
    width: 75px; } }
@media (min-width: 1024px) {
  .tbl th, .tbl td {
    font-size: 20px; } }
/*form 입력*/
.form-wrap {
  border: 1px solid #DEDEDE;
  padding: 20px;
  color: #222; }
  .form-wrap .form-tit {
    margin-top: 3px;
    font-weight: 500;
    font-size: 14px;
    color: #111; }
    .form-wrap .form-tit .star {
      display: inline-block;
      margin-left: 5px; }
  .form-wrap .form-tr {
    padding-bottom: 15px; }
  .form-wrap .form-input {
    border: 1px solid #ddd;
    height: 40px;
    padding: 5px;
    box-sizing: border-box;
    color: #666;
    border-radius: 5px;
    /*셀렉트 박스*/ }
    .form-wrap .form-input input:not(.blind) {
      width: 100%;
      height: 100%; }
    .form-wrap .form-input.type2 {
      border: none;
      padding: 0;
      height: auto; }
      .form-wrap .form-input.type2 input {
        padding: 5px 5px 5px 14px;
        border: 1px solid #DEDEDE;
        box-sizing: border-box;
        height: 40px; }
    .form-wrap .form-input.flex {
      align-items: center; }
      .form-wrap .form-input.flex label.exist {
        white-space: nowrap;
        padding-left: 5px; }
    .form-wrap .form-input .btn {
      min-width: 80px;
      color: #fff;
      background: #242B45;
      box-sizing: border-box;
      border-radius: 5px;
      font-size: 15px; }
    .form-wrap .form-input + .checkbox {
      margin-top: 5px; }
    .form-wrap .form-input.select-box > select {
      width: 100%;
      border: 1px solid #ddd;
      height: 40px;
      line-height: 30px;
      margin-bottom: 5px;
      box-sizing: border-box;
      padding: 5px; }
      .form-wrap .form-input.select-box > select:last-child {
        margin-bottom: 0; }
  .form-wrap .textarea {
    height: auto;
    border: 1px solid #ddd;
    padding: 5px; }
    .form-wrap .textarea > textarea {
      resize: none;
      width: 100%;
      height: 130px; }
  .form-wrap .flex .btn {
    margin-left: 10px; }

@media (min-width: 1024px) {
  input, textarea {
    font-size: 16px; }

  .textarea textarea {
    height: 300px; } }
.scroll-table {
  position: relative; }

.blur.right.on {
  position: absolute;
  transition: all 0.3s;
  right: 0;
  top: 0;
  height: 100%;
  width: 25px;
  opacity: 1;
  z-index: 1;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, white 100%); }

.blur.left.on {
  position: absolute;
  left: 0;
  bottom: auto;
  top: 0;
  height: 100%;
  width: 25px;
  opacity: 1;
  z-index: 1;
  background: linear-gradient(90deg, white 0%, rgba(0, 0, 0, 0) 100%); }

.blur {
  opacity: 0; }

/* 검색창 */
.search-wrap {
  position: relative;
  padding: 0 20px 20px;
  width: calc(100% + 40px);
  left: 50%;
  transform: translateX(-50%);
  box-sizing: border-box;
  -webkit-print-color-adjust: exact;
  margin-bottom: 20px; }
  .search-wrap .noti-daterange-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-around;
    white-space: nowrap;
    background-color: #fff; }
  .search-wrap .noti-daterange-wrap {
    display: flex;
    align-items: center;
    position: relative;
    width: 184px;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
    border: 1.5px solid #fff;
    border-radius: 5px;
    margin: 0 9px; }

.search-box {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  box-sizing: border-box; }
  .search-box .search-select {
    width: 100%;
    height: 50px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    position: relative;
    border-radius: 8px;
    box-sizing: border-box;
    font-size: 17px; }
  .search-box .input-box {
    width: 100%;
    box-sizing: border-box;
    position: relative;
    background-color: #fff; }
    .search-box .input-box > input {
      height: 45px;
      line-height: 45px;
      padding-left: 14px;
      width: 100%; }
  .search-box .btn-search {
    position: relative;
    width: 100%;
    height: 45px;
    padding: 2px;
    background: linear-gradient(93deg, #F5373B 12.92%, #353983 48.87%, #037392 77.49%);
    background-origin: border-box;
    border-radius: 7px;
    margin-top: 10px;
    background-clip: border-box;
    overflow: hidden; }
  .search-box .btn-search > span {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 7px;
    color: #285F74;
    font-size: 17px; }

.search-box select {
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 0 15px;
  color: #777;
  background: #fff url("/_user/img/sub/ico-seletArrow.svg") 95% center/20px no-repeat;
  box-sizing: border-box; }

.search-box select::-ms-expand {
  display: none; }

.daterange-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-around;
  white-space: nowrap;
  margin-bottom: 10px; }
  .daterange-wrapper > p, .daterange-wrapper > button {
    color: #fff;
    font-size: 12px;
    letter-spacing: -0.3px; }
  .daterange-wrapper > button {
    width: 46px;
    height: 36px;
    background: #00287A;
    border-radius: 18px; }

.daterange-wrap {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  height: 50px;
  line-height: 50px;
  box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  background-color: #fff;
  padding: 0 15px;
  font-size: 17px; }
  .daterange-wrap #notiDaterange {
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 17px; }
  .daterange-wrap #notiDaterange::placeholder {
    font-size: 17px;
    color: #666; }
  .daterange-wrap > img {
    margin-left: 15px; }

.daterangepicker {
  left: 50% !important;
  transform: translateX(-50%);
  z-index: 1; }
  .daterangepicker.show-calendar .drp-buttons {
    justify-content: center; }
  .daterangepicker.show-calendar .ranges {
    margin-top: 0; }
  .daterangepicker .calendar-table .month {
    display: flex;
    flex-direction: row-reverse;
    font-size: 20px;
    color: #00287A; }
    .daterangepicker .calendar-table .month span {
      display: inline-block;
      margin-right: 10px;
      font-weight: 500; }
      .daterangepicker .calendar-table .month span:after {
        content: '년'; }
  .daterangepicker .drp-calendar {
    max-width: none; }
  .daterangepicker .drp-calendar.left, .daterangepicker .drp-calendar.right {
    padding: 20px 15px; }
  .daterangepicker .drp-buttons {
    border-top: none !important; }
  .daterangepicker .drp-selected {
    display: none;
    margin-left: 0; }
  .daterangepicker .start-date.active:after {
    position: absolute;
    content: '';
    top: 0;
    right: -6px;
    width: 0;
    height: 0;
    border-bottom: 13px solid transparent;
    border-top: 13px solid transparent;
    border-left: 6px solid #0090DF; }
  .daterangepicker .start-date.end-date.active:after {
    opacity: 0; }
  .daterangepicker .end-date.active:after {
    position: absolute;
    content: '';
    top: 0;
    left: -6px;
    width: 0;
    height: 0;
    border-bottom: 13px solid transparent;
    border-top: 13px solid transparent;
    border-right: 6px solid #0090DF; }
  .daterangepicker .newmonth {
    font-weight: 700;
    font-size: 20px;
    color: #00287A;
    display: inline-block; }
  .daterangepicker .newyear {
    font-weight: 500;
    font-size: 20px;
    color: #00287A;
    margin-right: 15px;
    display: inline-block; }
  .daterangepicker select {
    background-position-x: 96%; }
    .daterangepicker select.monthselect {
      font-weight: 700; }
    .daterangepicker select.monthselect, .daterangepicker select.yearselect {
      padding-right: 15px;
      width: auto;
      font-size: 20px;
      font-weight: 500;
      color: #00287A;
      margin-right: 5px;
      position: relative; }
    .daterangepicker select.yearselect:before {
      position: absolute;
      content: '.';
      bottom: 0;
      right: 0;
      width: 1px;
      height: 1px; }

.fc-time, .fc-title {
  display: none; }

.table-condensed > thead > tr:first-of-type {
  display: flex;
  align-items: center; }
  .table-condensed > thead > tr:first-of-type .month {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -13px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%); }
  .table-condensed > thead > tr:first-of-type .prev, .table-condensed > thead > tr:first-of-type .next {
    min-width: 32px;
    height: 32px;
    border: 1px solid #ddd;
    border-radius: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    margin-bottom: 10px;
    position: absolute;
    top: 10px; }
  .table-condensed > thead > tr:first-of-type .next {
    right: 15px; }
.table-condensed > thead > tr:nth-of-type(2) {
  border-top: 1px solid #ddd !important; }
  .table-condensed > thead > tr:nth-of-type(2) > th {
    border: 1px solid #ddd !important;
    width: auto !important; }
    .table-condensed > thead > tr:nth-of-type(2) > th:first-of-type {
      color: #FF7575; }
    .table-condensed > thead > tr:nth-of-type(2) > th:last-of-type {
      color: #10A0CF; }

.table-condensed td {
  border: 1px solid #ddd !important;
  width: auto !important; }

@media (min-width: 768px) {
  .search-wrap {
    background-color: #F7F8FB;
    margin-bottom: 35px;
    width: 100%;
    display: flex;
    justify-content: center;
    left: auto;
    transform: none; }
    .search-wrap > form {
      width: 100%;
      max-width: 740px; }
    .search-wrap .search-box .search-select {
      width: 135px;
      height: 50px;
      padding: 0 20px; }
      .search-wrap .search-box .search-select + .input-box {
        width: calc(100% - 140px); }

  .daterange-wrapper {
    margin-bottom: 0; }

  .daterange-wrap {
    width: 225px;
    height: 50px;
    line-height: 50px; }
    .daterange-wrap #notiDaterange::placeholder {
      font-size: 16px; }

  .daterangepicker {
    padding: 40px 50px 30px;
    margin-top: 20px;
    width: 640px; }
    .daterangepicker.show-calendar .drp-buttons {
      padding-top: 25px;
      padding-bottom: 0; }
    .daterangepicker .calendar-table {
      position: relative; }
    .daterangepicker .drp-calendar.left, .daterangepicker .drp-calendar.right {
      min-width: 300px;
      padding: 0; }
    .daterangepicker .drp-calendar.left .calendar-table {
      padding-right: 0; }
    .daterangepicker .start-date.active:after {
      right: -12px;
      border-bottom: 21.665px solid transparent;
      border-top: 21.665px solid transparent;
      border-left: 12px solid #0090DF; }
    .daterangepicker .end-date.active:after {
      left: -12px;
      border-bottom: 21.665px solid transparent;
      border-top: 21.665px solid transparent;
      border-right: 12px solid #0090DF; }
    .daterangepicker .newmonth, .daterangepicker .newyear {
      font-size: 24px; }
    .daterangepicker select.monthselect {
      order: 2; }
    .daterangepicker select.monthselect, .daterangepicker select.yearselect {
      font-size: 24px; }
    .daterangepicker select.yearselect {
      order: 1; }

  .table-condensed > thead > tr:first-of-type .month {
    margin-top: 5px; } }
@media (min-width: 1024px) {
  .search-wrap {
    padding: 32px; }
    .search-wrap .search-box .btn-search {
      width: 100px;
      text-indent: 0;
      color: #fff; }
    .search-wrap .search-box .input-box > input {
      width: calc(100% - 116px); }
    .search-wrap .search-box .input-box > input::placeholder {
      font-size: 16px; } }
@media screen and (min-width: 1300px) {
  .daterange-wrap {
    width: 267px;
    padding: 0 20px; } }
/* board-list s */
.board-list-wrap {
  background: #fff; }

.board-top {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 40px;
  position: relative; }

.board-top > p {
  color: #111;
  padding-bottom: 22px;
  font-size: 14px;
  font-weight: 400; }

.board-top .total {
  color: var(--point-color); }

@media all and (min-width: 768px) {
  .board-top {
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 30px; }

  .board-top > p {
    padding-bottom: 0;
    font-size: 16px; } }
@media all and (min-width: 1024px) {
  .board-top > p {
    font-size: 16px; } }
/* search-box */
.search-box {
  width: 100%; }

.search-box .search-box {
  display: flex;
  align-items: center; }

.search-box .sel {
  min-width: 70px;
  box-sizing: border-box;
  font-weight: 300;
  color: #111;
  appearance: none;
  position: relative;
  background-image: url("/_user/athletic/img/sub/ico-select.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) 50%;
  background-size: 6px 4px;
  padding: 10px;
  font-size: 14px; }

.search-box .input-box {
  width: 100%;
  height: 50px;
  padding: 10px;
  box-sizing: border-box;
  display: flex;
  margin-top: 10px;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.1); }

.search-box .input-box > input {
  height: 100%;
  box-sizing: border-box; }

.search-box .input-box > input::placeholder {
  font-size: 17px;
  color: #666; }

.search-box .input-box > button {
  min-width: 50px;
  position: relative;
  font-size: 0;
  text-indent: -9999px; }

@media screen and (min-width: 768px) {
  .search-box .sel {
    min-width: 100px;
    font-size: 16px;
    background-size: 8px 5px; }

  .search-box .input-box > input {
    font-size: 16px; }

  .search-box .input-box > button:before {
    width: 20px;
    height: 20px;
    background-size: 20px 20px; } }
.tbl-wrap .tbl {
  width: 100%;
  padding-bottom: 10px; }

.tbl-wrap colgroup {
  display: none; }

.tbl-wrap tbody {
  display: block; }

.tbl-wrap tr {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  transition: .3s; }

.tbl-wrap tr.noti-wrap {
  background-color: #F3F4F9; }

.board-list-wrap .tbl td {
  border: none;
  padding: 0;
  line-height: 25px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  color: #111;
  letter-spacing: -0.8px;
  word-break: keep-all; }

.board-list-wrap .board-list {
  mix-blend-mode: unset; }

.board-list-wrap .tbl td:nth-child(n+3) {
  margin-top: 7px;
  margin-right: 10px; }

.board-list-wrap .tbl-wrap td.tit {
  width: calc(100% - 42px);
  display: block;
  text-align: left; }

.board-list-wrap .tbl-wrap td.tit > a {
  display: block;
  color: #111;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.board-list-wrap .tbl-wrap img {
  margin-right: 10px;
  position: relative;
  top: -2px; }

.board-list-wrap .tbl-wrap .no {
  width: 100%;
  align-self: flex-start; }

.board-list-wrap .tbl-wrap .file img {
  width: 14px;
  height: 14px;
  margin-right: 0; }

.board-list-wrap .tbl-wrap .day img {
  width: 13px;
  height: 12px; }

.board-list-wrap .tbl-wrap .view img {
  width: 15px;
  height: 10px; }

.board-list-wrap .tbl-wrap .noti {
  color: var(--point-color);
  font-weight: 500;
  font-family: "GmarketSans"; }

.board-list-wrap .tbl-wrap .file {
  min-width: 33px;
  margin-right: 10px;
  align-self: center; }

.board-list tr:hover {
  cursor: pointer;
  box-shadow: 0 0 20px 0 rgba(7, 41, 149, 0.4);
  transform: scale(1, 1); }

.no-contents {
  width: 100%;
  font-size: 16px;
  color: #aaa;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 160px;
  border: 1px solid #ddd; }

.no-contents > span {
  display: block;
  padding-top: 14px;
  font-size: 14px;
  font-weight: 300; }

.no-contents > img {
  margin-right: 0;
  width: 30px; }

@media all and (min-width: 768px) {
  .tbl-wrap colgroup {
    display: table-column-group; }

  .tbl-wrap tbody {
    display: table-row-group; }

  .tbl-wrap tr {
    display: table-row;
    padding: 0;
    border-bottom: none; }

  .board-list-wrap .tbl td {
    display: table-cell;
    border-bottom: 1px solid #D8DEE8;
    padding: 20px 5px;
    line-height: 1.5;
    font-size: 16px;
    margin: 0 !important;
    text-align: center; }

  .board-list-wrap .tbl-wrap td.tit {
    margin-left: 10px; }

  .board-list-wrap .tbl-wrap td.tit, .board-list-wrap .tbl-wrap .day {
    width: auto;
    display: table-cell; }

  .board-list-wrap .tbl-wrap img {
    top: 4px; }

  .board-list-wrap .tbl-wrap .no {
    width: auto; }

  .no-contents > span {
    padding-top: 20px;
    font-size: 16px; }

  .no-contents > img {
    width: 48px; } }
@media all and (min-width: 1024px) {
  .board-list-wrap .tbl td {
    padding: 30px 7px; }

  .board-list-wrap .tbl-wrap .noti {
    font-size: 16px; }

  .board-list-wrap .tbl-wrap td.tit {
    font-size: 16px; }

  .board-list-wrap .tbl-wrap img {
    position: relative;
    top: 3px; }

  .no-contents {
    font-size: 20px;
    height: 300px; }

  .board-list-wrap .tbl-wrap .file img {
    width: 16px;
    height: 16px; }

  .board-list-wrap .tbl-wrap .day img {
    width: 15px;
    height: 15px; }

  .board-list-wrap .tbl-wrap .view img {
    width: 19px;
    height: 14px; } }
/* board-list e */
/* board-view s */
.boardview-info {
  gap: 20px;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  font-size: 17px; }

.boardview-info > span {
  margin-right: 14px; }

.boardview-info > span:last-child {
  margin-right: 0; }

.boardview-info span > img {
  margin-right: 6px; }

.boardview-tit {
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.2;
  color: #111; }

.boardview-info {
  padding: 20px 0;
  border-bottom: 1px solid #ddd; }

.boardview-con > p {
  color: #111;
  letter-spacing: -0.35px;
  font-size: 17px;
  line-height: 1.5;
  color: var(--black); }

.boardview-con > p > img {
  display: block;
  margin: 0 auto 20px;
  max-width: 100%; }

.boardview-file {
  padding-top: 50px; }

.boardview-file > p {
  color: #111;
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 19px; }

.boardview-file > ul {
  padding: 20px;
  border-radius: 0 0 12px 12px;
  border: 1px solid #E6E6E6; }

.boardview-file > ul > li {
  margin-bottom: 10px; }

.boardview-file > ul > li:last-of-type {
  margin-bottom: 0; }

.boardview-file > ul > li > a {
  color: var(--black); }

.boardview-file > p {
  background: #F7F8FB;
  border-radius: 12px 12px 0 0;
  padding: 20px; }

.btn-wrap {
  margin-top: 40px; }

.boardview-noti {
  width: 46px;
  height: 24px;
  letter-spacing: -0.7px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 4px;
  background: #242B45;
  font-size: 13px;
  margin-right: 15px;
  position: relative;
  top: 5px;
  font-size: 17px; }

.boardview-file .file-name {
  font-size: 17px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block; }

.boardview-file .file-name:hover {
  text-decoration: underline; }

@media screen and (min-width: 768px) {
  .boardview-tit {
    font-size: 27px; }

  .boardview-info > span {
    margin-right: 22px; } }
@media screen and (min-width: 1024px) {
  .boardview-info-wrap {
    margin-bottom: 20px; }

  .boardview-info {
    padding: 30px 0; }

  .boardview-info .writer, .boardview-info .date, .boardview-info .view {
    font-size: 17px; }

  .boardview-info .date {
    background-size: 15px 15px;
    background-position: 0 50%; }

  .boardview-info .view {
    background-size: 24px 12px;
    background-position: 0 50%; }

  .boardview-tit {
    font-size: 38px;
    letter-spacing: -1.6px;
    line-height: 1.5; }

  .boardview-con {
    padding: 50px 0; }

  .boardview-file {
    padding: 100px 0 50px; }

  .boardview-con > p {
    font-size: 19px;
    letter-spacing: -0.8px;
    line-height: 32px; }

  .boardview-file > p {
    font-size: 19px;
    letter-spacing: -0.8px;
    padding: 30px; }

  .boardview-file > ul {
    padding: 30px; }

  .boardview-file > ul > li {
    margin-bottom: 7px; }

  .boardview-file .file-name {
    font-size: 17px; }

  .btn-wrap {
    margin-top: 60px; }

  .boardview-info .noti {
    width: 50px;
    height: 27px; }

  .boardview-noti {
    top: 16px; } }
/* board-view e */
