@charset "utf-8";
body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dt,
dd,
table,
th,
td,
form,
fieldset,
legend,
input,
textarea,
button,
select,
hr,
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.4em;
}
html,
body {
  height: 100%;
  font-family: "Noto Sans KR", Sans-Serief;
  color: #111;
}
* {
  box-sizing: border-box;
}
ul,
li {
  list-style: none;
}
button {
  cursor: pointer;
  outline: transparent;
  background: none;
  border: 0 none;
}
em {
  font-style: normal;
}
a,
a:hover,
a:active {
  text-decoration: none;
  color: #111;
}
table {
  border-collapse: collapse;
}

input[type="button"],
input[type="email"],
input[type="password"],
input[type="reset"],
input[type="search"],
input[type="submit"],
input[type="tel"],
input[type="text"] {
  border-radius: 0;
  -webkit-appearance: none;
}
input::placeholder {
  color: #aaa;
}
input::-webkit-input-placeholder {
  color: #aaa;
}
input:-ms-input-placeholder {
  color: #aaa;
}
input:-moz-placeholder {
  color: #aaa;
}
input::-ms-clear {
  display: none;
}
/*
input[type=checkbox], input[type=radio], input[type=file] { display: none !important; }
input[type=checkbox] + label,  input[type=radio] + label { position:relative; display: inline-block; color:#333; padding:0 0 0 20px; transition:0.2s; }
input[type=checkbox] + label:after { content:""; display: inline-block; position:absolute; left:0; top:1px; width:20px; height:20px; background:#fff; border:1px solid #b2b2b2; transition:0.1s; box-sizing:border-box; }
input[type=checkbox]:checked + label:after {  content:""; background:#f26e50 url(이미지주소) no-repeat center;  background-size:10px auto; border:1px solid #f26e50 !important;  }
*/
input[type="checkbox"],
input[type="radio"] {
  display: none !important;
}
input[type="checkbox"] + label {
  position: relative;
  display: inline-block;
  color: #a0a0a0;
  padding: 0 0 0 42px;
  transition: 0.2s;
}
input[type="radio"] + label,
input[type="checkbox"] + label {
  cursor: pointer;
}
input[type="checkbox"] + label:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 34px;
  height: 34px;
  background: #e4e4e4 url(../images/imgset_event_icon.png) no-repeat -371px -38px;
  transition: 0.2s;
  box-sizing: border-box;
  border-radius: 50%;
}
input[type="checkbox"]:checked + label {
  color: #116750;
}
input[type="checkbox"]:checked + label:after,
input[type="checkbox"].type2:checked + label:after {
  content: "";
  background-color: #116750;
}
input[type="checkbox"].type2 + label {
  padding: 0 0 0 20px;
  display: inline-block;
  line-height: 1em;
}
input[type="checkbox"].type2 + label:after {
  width: 16px;
  height: 16px;
  background-color: #bdbdbd;
  background-position: -409px -23px;
}
input[type="file"] {
  display: none;
}
input[type="file"] + label {
  display: inline-block;
  width: 100px;
  height: 40px;
  line-height: 38px;
  border-radius: 5px;
  background: #a0a0a0;
  color: #fff;
  text-align: center;
  cursor: pointer;
  transition: 0.3s;
  margin: 0;
}
input[type="file"] + label:hover {
  background: #888;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.screen_out {
  display: block;
  overflow: hidden;
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
}
.ir_hidden {
  overflow: hidden;
  text-indent: -9999px;
  font-size: 0;
  line-height: 0;
}

/* 공통 버튼 */
span[class^="icon_common"],
i[class^="icon_common"],
i[class^="icon_"],
span[class^="rank_icon"] {
  display: inline-block;
  background: url(../images/imgset_event_icon.png) no-repeat;
}
span.icon_common_down,
span.icon_common_up,
i.icon_common_down,
i.icon_common_up {
  width: 11px;
  height: 8px;
}
span.icon_common_down,
i.icon_common_down {
  background-position: -327px -11px;
}
span.icon_common_up,
i.icon_common_up {
  background-position: -338px -11px;
}
span.rank_icon.rank1,
span.rank_icon.rank2,
span.rank_icon.rank3 {
  width: 26px;
  height: 22px;
  overflow: hidden;
  text-indent: -9999px;
  font-size: 0;
  line-height: 0;
  vertical-align: middle;
}
span.rank_icon.rank1 {
  background-position: -410px 0px;
}
span.rank_icon.rank2 {
  background-position: -437px 0px;
}
span.rank_icon.rank3 {
  background-position: -464px 0px;
}
/* 셀렉트 커스텀 */
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}
.select_div {
  position: relative;
}
.select_div:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 10px;
  height: 7px;
  margin-top: -4px;
  background: url(../images/imgset_event_icon.png) no-repeat -350px 0;
}
.select_div select {
  height: 100%;
  width: 100%;
  padding: 0 25px 0 10px;
  font-size: 14px;
  vertical-align: top;
  color: #333;
  background: #fff;
  border: 0 none;
  height: 38px;
  border: 1px solid #dedede;
  border-radius: 5px;
}
.select_div select:focus {
  outline: none;
  border: 1px solid #61ab94;
}

/* focus input */
.focus_input {
  border: 1px solid #e0e0e0;
}
.focus_input:focus {
  border: 1px solid #61ab94 !important;
  outline: none;
}
.focus_input:focus::placeholder {
  color: #333;
}
.focus_input:focus::-webkit-input-placeholder {
  color: #333;
}
.focus_input:focus:-ms-input-placeholder {
  color: #333;
}
.focus_input:focus:-moz-placeholder {
  color: #333;
}

/* 탭버튼 공통*/
.tab_box ul {
  overflow: hidden;
}
.tab_box li {
  float: left;
  width: 50%;
  position: relative;
  overflow: hidden;
}
.tab_box.tab3 li {
  width: 33.3%;
}
.tab_box.tab3 li:nth-child(2) {
  width: 33.4%;
}
.tab_box button {
  display: block;
  width: 100%;
  height: 70px;
  font-size: 20px;
  position: relative;
  z-index: 2;
  color: #333;
  font-weight: 500;
}
.tab_box li {
  position: relative;
  background: #fff;
  transition: 0.3s;
}
.tab_box li.tab_on button {
  color: #128566;
  font-weight: 700;
}
.tab_box li:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: #e0e0e0;
  transition: 0.3s;
}
.tab_box li.tab_on:after {
  height: 2px;
  background: #128566;
}
.tab_box li:hover:after {
  height: 2px;
  background: #61ab94;
}

/* 종목 아이콘 */
i[class^="icon_"] {
  width: 26px;
  height: 26px;
  background-position-y: -81px;
  vertical-align: text-top;
}
i[class$="soccer"] {
  background-position-x: -73px;
}
i[class$="baseball"] {
  background-position-x: -99px;
}
i[class$="basketball"] {
  background-position-x: -125px;
}
i[class$="volleyball"] {
  background-position-x: -150px;
}
i[class$="soccer2"] {
  background-position-x: -177px;
}
i[class$="baseball2"] {
  background-position-x: -198px;
}
i[class$="basketball2"] {
  background-position-x: -219px;
}
i[class$="volleyball2"] {
  background-position-x: -240px;
}
i.bar {
  display: inline-block;
  width: 1px;
  height: 8px;
  background: #808080;
  margin: 0 5px;
  vertical-align: middle;
}

/* 종목 선택 */
.data_type_box {
  padding: 25px 0;
}
.data_type_box ul {
  font-size: 0;
  text-align: center;
}
.data_type_box li {
  display: inline-block;
}
.data_type_box li + li {
  margin-left: 20px;
}
.data_type_box button {
  display: inline-block;
  text-align: center;
  padding: 15px 44px 18px 44px;
  border-radius: 30px;
  line-height: 1em;
  font-size: 17px;
  transition: 0.3s;
}
.data_type_box button:hover {
  background: #a2c7bd;
}
.data_type_box .type_on button {
  background: #128566;
  color: #fff;
  font-weight: 500;
}
.data_type_box.type2 button {
  padding: 15px 30px 18px 30px;
}
.data_type_box.type2 li + li {
  margin-left: 3px;
}

/* 플러스버튼 */
.common_plus_btn {
  display: inline-block;
  position: relative;
  height: 24px;
  width: 24px;
  background: #666;
  border-radius: 50%;
}
.common_plus_btn i {
  display: inline-block;
  position: absolute;
  top: 11px;
  left: 7px;
  width: 10px;
  height: 2px;
  background: #fff;
  transition: 0.3s;
}
.common_plus_btn .bar2 {
  transform: rotate(-90deg);
}
.open .common_plus_btn .bar2 {
  transform: rotate(180deg);
}

/* datepicker custom */
.ui-widget-content,
.ui-widget-content a {
  font-family: "Prompt", "Noto Sans KR", sans-serif;
}
.ui-widget.ui-widget-content {
  border: 1px solid #116750;
}
.ui-widget-header {
  border: 1px solid #116750;
  background: #116750;
  color: #fff;
}
.ui-datepicker th {
  color: #003d2d;
}
.ui-icon,
.ui-widget-content .ui-icon,
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  background-image: url(../images/ui-icons_ffffff_256x240.png);
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #116750;
  background: #cfe1dc;
  border-radius: 3px;
  color: #003d2d;
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #128566;
  background: #128566;
  color: #fff;
  border-radius: 3px;
}
.ui-datepicker-today .ui-state-highlight {
  border: 1px solid #e79b11;
  background: #e79b11;
  box-shadow: inset 0 0 5px 5px rgba(0, 0, 0, 0.1);
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  background: #309579;
  border: 1px solid #309579;
  color: #fff;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #309579;
  background: #309579;
  color: #fff;
  box-shadow: inset 0 0 5px 5px rgba(0, 0, 0, 0.2);
}
.ui-datepicker .ui-datepicker-next-hover {
  right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
  left: 2px;
}

/* dim , mask */
.dim {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  background: rgba(0, 0, 0, 0.7);
}

/* 팝업 */
.popup {
  position: fixed;
  display: none;
  z-index: 7;
  background: #fff;
  overflow: hidden;
}
.popup .popup_top_wrap {
  position: relative;
}
.popup .popup_close_btn {
  position: absolute;
  top: 13px;
  right: 30px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 2px solid #fff;
  overflow: hidden;
  transition: 0.3s;
}
.popup .popup_close_btn:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 14px;
  margin: -7px 0 0 -7px;
  background: url(../images/imgset_event_icon.png) no-repeat -260px -60px;
}
.popup .popup_close_btn:hover {
  background: #0b4f3d;
}
.popup .popup_con_wrap + .popup_btn_wrap {
  padding-top: 0;
}
.popup .popup_btn_wrap {
  text-align: center;
  padding: 30px 0 50px 0;
  font-size: 0;
}

.popup .popup_btn_wrap > * + * {
  margin-left: 5px;
}
.popup .popup_btn_wrap > * {
  display: inline-block;
  background: #126750;
  color: #fff;
  height: 48px;
  min-width: 112px;
  line-height: 48px;
  text-align: center;
  padding: 0 30px;
  border-radius: 5px;
  font-size: 16px;
}
.popup .popup_btn_wrap > *:hover {
  opacity: 0.9;
}
.popup .popup_btn_wrap > .cancle_btn {
  background: #606060;
}
.popup .popup_btn_wrap .round_btn {
  height: 50px;
  line-height: 48px;
  font-weight: 500;
  background: #128566;
  padding: 0 50px;
  border-radius: 30px;
  font-size: 17px;
}
.popup .dotted_line {
  border-top: 1px dotted #c4c8ce;
}
.popup.type1 {
  border-radius: 20px;
  top: 140px;
  left: 50%;
  transform: translateX(-50%);
  min-width: 550px;
  animation: popup_effect 0.5s backwards;
}
@keyframes popup_effect {
  0% {
    opacity: 0;
    transform: translate(-50%, 20%);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, 0);
  }
}
.popup.type1 .popup_top_wrap {
  height: 60px;
  background: #128566;
  color: #fff;
}
.popup.type1 .popup_top_wrap h2 {
  line-height: 60px;
  font-size: 20px;
  font-weight: 500;
  padding-left: 30px;
}
.popup.type1 .popup_con_wrap {
  min-height: 100px;
  border-top: 5px solid #e5e5e5;
  padding: 30px;
}
.popup.type1 .popup_con_wrap > .desc {
  text-align: center;
  font-size: 16px;
}
.popup.type1 .popup_con_wrap .con_box {
  padding: 30px 0;
}
.popup.type1 .popup_con_wrap .popup_btn_wrap {
  padding-top: 0;
}
.popup.type2 {
  width: 880px;
  border: 2px solid #116750;
  background: #fff;
  top: 20%;
  left: 20%;
}
.popup.type2 .popup_top_wrap {
  overflow: hidden;
  padding: 8px 20px;
}
.popup.type2 .popup_close_btn {
  float: right;
  position: static;
  width: 84px;
  height: 30px;
  line-height: 28px;
  font-size: 14px;
  border-radius: 5px;
  border: 0 none;
}
.popup.type2 .popup_close_btn:after {
  display: none;
}
.popup .popup_close_btn.gray_btn {
  background: #4b4b4b;
  color: #f6f6f6;
}

/* 페이저 pager  */
.pager_wrap,
.view_pager_wrap {
  text-align: center;
  font-size: 0;
  margin: 40px 0 0 0;
}
.pager_wrap li {
  display: inline-block;
  padding: 0;
}
.pager_wrap ul {
  display: inline-block;
  font-size: 0;
  margin: 0 30px;
  vertical-align: top;
}
.pager_wrap button,
.view_pager_wrap button {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  border: 1px solid #dedede;
  border-radius: 5px;
  vertical-align: top;
  color: #444;
}
.pager_wrap li + li,
.view_pager_wrap button + button {
  margin-left: 5px;
}
.pager_wrap .active button {
  border: 1px solid #127a5d !important;
  color: #127a5d !important;
}
.pager_wrap button:hover,
.view_pager_wrap button:hover {
  background: #128566;
  border: 0 none;
  color: #fff;
}
.pager_wrap .prev_btn:after,
.pager_wrap .next_btn:after,
.view_pager_wrap .prev_btn:after,
.view_pager_wrap .next_btn:after {
  content: "";
  position: absolute;
  width: 6px;
  height: 10px;
  top: 50%;
  left: 50%;
  margin: -5px 0 0 -3px;
  background: url(../images/imgset_event_icon.png) no-repeat -297px 0;
}
.pager_wrap .prev_btn:after {
  background-position: -297px -30px;
}
.pager_wrap .next_btn:after {
  background-position: -297px -10px;
}
.pager_wrap .prev_btn:hover:after {
  background-position-y: -50px;
}
.pager_wrap .next_btn:hover:after {
  background-position-y: -40px;
}
.pager_wrap button:disabled {
  opacity: 0.6;
  cursor: default;
}
.pager_wrap button:hover:disabled {
  border: 1px solid #dedede;
}
.pager_wrap button:disabled:hover,
.pager_wrap .active button:hover {
  background: inherit;
  color: initial;
}
.pager_wrap .prev_btn:disabled:after {
  background-position: -297px -20px;
}
.pager_wrap .next_btn:disabled:after {
  background-position: -297px 0px;
}

/* 뷰페이지 페이저 */
.view_pager_wrap {
  text-align: center;
}
.view_pager_wrap button {
  background: #59a994;
  border: 0 none;
}
.view_pager_wrap button.list_btn {
  width: 100px;
  background: #128566;
  color: #fff;
}
.view_pager_wrap button.list_btn:hover {
  background: #116750;
}
.view_pager_wrap .prev_btn:after {
  background-position-y: -50px;
}
.view_pager_wrap .next_btn:after {
  background-position-y: -40px;
}

.bg_green {
  background: #116750;
}
.bg_mint {
  background: #cee1db;
}
.login_wrap .login_btn.green_btn {
  border: 0 none;
  background: #128566;
  color: #fff;
  line-height: 53px;
}
.login_wrap .login_btn.green_btn:hover {
  background: #116750;
}

/* 랭크/업/다운 */
.rank > span {
  display: inline-block;
  line-height: 22px;
  vertical-align: middle;
}
span.rank_up,
span.rank_down,
span.rank_ {
  color: #444444;
  margin-left: 3px;
  text-align-last: justify;
  line-height: 22px;
  vertical-align: middle;
}
span.rank_up {
  color: #fe2725;
}
span.rank_down {
  color: #176cfa;
}

.custom_scroll {
  overflow-y: scroll;
}
.custom_scroll::-webkit-scrollbar {
  width: 10px;
}
.custom_scroll::-webkit-scrollbar-thumb {
  background-color: #848484;
  border-radius: 10px;
}
.custom_scroll::-webkit-scrollbar-track {
  background-color: #cbcbcb;
  border-radius: 10px;
  margin: 10px 0;
}
#copymove input[type="checkbox"], #copymove input[type="radio"] {
  display: block!important;
}