/*color*/
/*text*/
/*rwd*/
@import url("https://fonts.googleapis.com/css?family=Pathway+Gothic+One&display=swap");
@import url("https://fonts.googleapis.com/css?family=Pathway+Gothic+One&display=swap");
.white {
  color: #fff;
}

.black {
  color: #222;
}

.red {
  color: #E70F0B;
}

.bg-white {
  background-color: #fff;
}

.bg-light-gray {
  background-color: #ccc;
}

.bg-black {
  background-color: #222;
  color: #fff;
}

ul,
li,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.disc, ol.disc {
  padding-left: 20px;
}

ul.disc > li, ol.disc > li {
  list-style: disc;
}

ul.decimal, ol.decimal {
  padding-left: 20px;
}

ul.decimal > li, ol.decimal > li {
  list-style: decimal;
}

a {
  color: inherit;
}

a:hover, a:focus {
  color: inherit;
  text-decoration: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

a[href^=tel] {
  text-decoration: inherit;
  color: inherit;
}

button:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

h1, h2, h3, h4, h5, h6 {
  margin: 5px 0;
}

h3.heading {
  color: #222;
  font-size: 1.125rem;
  font-style: normal;
  margin: 0;
  margin-bottom: 10px;
  position: relative;
  vertical-align: middle;
}

p {
  margin: 0;
}

.row-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 100%;
  clear: both;
}

.row-flex::before, .row-flex::after {
  display: none;
}

.row-flex div[class^=col-] {
  float: none;
}

.inline {
  display: inline-block;
  width: auto;
}

.link {
  display: inline-block;
  text-decoration: underline;
  margin: 0 5px;
  -webkit-transition: .15s ease-in-out;
  transition: .15s ease-in-out;
}

.link:hover, .link:focus {
  opacity: 0.45;
}

.icon-link {
  color: rgba(0, 0, 0, 0.3);
  -webkit-transition: .15s ease-in-out;
  transition: .15s ease-in-out;
  margin: 0 1px;
}

.icon-link:hover {
  color: #222;
}

.p-0 {
  padding: 0 !important;
}

.en {
  font-family: 'Pathway Gothic One', sans-serif;
  display: inline-block;
}

.no_transition {
  -webkit-transition: none !important;
  transition: none !important;
}

.events-none {
  pointer-events: none;
}

.bg-cover {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.remark {
  font-size: 0.813rem;
  letter-spacing: 1px;
  margin-bottom: 15px;
}

.flip-h {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.img-zoom {
  overflow: hidden;
}

.img-zoom .img {
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.img-zoom:hover .img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.img-auto-lg {
  display: block;
  width: auto;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .img-auto-lg {
    width: 100%;
  }
}

.iframe-rwd {
  position: relative;
  padding-bottom: 60%;
  overflow: hidden;
}

.iframe-rwd iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

::-moz-selection {
  background: rgba(0, 0, 0, 0.9);
  color: #fff;
}

::selection {
  background: rgba(0, 0, 0, 0.9);
  color: #fff;
}

::-moz-selection {
  background: rgba(0, 0, 0, 0.9);
  color: #fff;
}

.btn, .team-tab .tab-content .new_add {
  background: -webkit-gradient(linear, left top, right top, from(#D68F2A), to(#CF672D));
  background: linear-gradient(to right, #D68F2A, #CF672D);
}

.btn-lg, .main.signup .signup_info {
  -webkit-box-shadow: 0px 21px 23px 8px #25272d;
          box-shadow: 0px 21px 23px 8px #25272d;
}

.play-box .play-item.card a img {
  -webkit-box-shadow: 10px 21px 23px -7px #000000;
          box-shadow: 10px 21px 23px -7px #000000;
}

.itinerary .te_item .item-img, .te_item .item-img {
  -webkit-box-shadow: 10px 12px 28px -10px #000000;
          box-shadow: 10px 12px 28px -10px #000000;
}

.add-team .sp8 {
  -webkit-box-shadow: 0px 3px 24px 1px rgba(214, 143, 42, 0.5);
          box-shadow: 0px 3px 24px 1px rgba(214, 143, 42, 0.5);
}

.dark_bg, .team-tab .tab-content {
  background: #202026;
  margin-top: 20px;
  padding: 25px 0;
  border-radius: 30px 30px 0 0;
  min-height: 100vh;
}

.itinerary .te_item .item-info .person .pic_round, .highlight_item .card_header .person .pic_round, .main.signup .mem .mem-pic .pic_round, .te_item .item-info .person .pic_round {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
  -webkit-box-shadow: 4px 12px 20px 9px rgba(37, 39, 45, 0.5);
          box-shadow: 4px 12px 20px 9px rgba(37, 39, 45, 0.5);
}

.finish .end_tag, .waiting .wait_tag, .book .book_tag {
  font-family: 'Microsoft JhengHei', sans-serif;
  font-size: 0.75rem;
  padding: 0 5px;
  border-radius: 2px;
  margin-bottom: 2px;
}

@media (max-width: 320px) {
  .finish .end_tag, .waiting .wait_tag, .book .book_tag {
    padding: 0 3px;
  }
}

html {
  font-size: 16px;
  height: 100%;
}

body {
  font-family: 'WenQuanYi Zen Hei', 'Microsoft JhengHei', 'Heiti TC', 'Droid Sans', 'Open Sans', sans-serif;
  font-size: 0.938rem;
  letter-spacing: 1px;
  line-height: 1.5;
  color: #fff;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
}

.main {
  min-height: 100vh;
  background: #27282f;
  color: #fff;
}

section.content {
  padding: 30px 0 60px;
}

@media (max-width: 991px) {
  section.content {
    margin: 0 0 50px;
  }
}

section.content .container {
  position: relative;
}

.sec-title,
h2.title {
  font-size: 1.125rem;
  letter-spacing: 10px;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 45px;
}

.sec-title .en,
h2.title .en {
  display: block;
  font-size: 2rem;
  letter-spacing: 6px;
  text-transform: uppercase;
}

h2.title {
  text-align: left;
  margin-bottom: 30px;
}

.price {
  letter-spacing: 0px;
}

.special {
  font-size: 1.125rem;
}

.original {
  color: #2f3238;
  font-size: 0.75rem;
  font-weight: 300;
  text-decoration: line-through;
}

.editor {
  font-size: 0.875rem;
  letter-spacing: 1.5px;
  line-height: 1.75;
  color: rgba(0, 0, 0, 0.75);
}

.editor h1,
.editor h2,
.editor h3,
.editor h4,
.editor h5,
.editor p {
  color: #222;
}

.editor h4 {
  font-size: 1.25rem;
  margin: 10px 0;
}

.editor p {
  font-size: 1rem;
  line-height: 30px;
  text-align: inherit;
}

.editor img {
  border: 0;
  margin: 10px 0;
}

@media (max-width: 767px) {
  .editor img {
    width: 100%;
  }
}

.editor .tbox h2 {
  color: #E26A2B;
  padding: 0;
  margin-bottom: 20px;
  text-align: left;
}

.editor .tbox p {
  font-size: 1.125rem;
}

.editor .t-right h2 {
  margin-top: 50px;
  margin-bottom: 0;
}

.star {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-bottom: -1px;
  -webkit-mask: url(../_images/star.svg) no-repeat 50% 50%;
  mask: url(../_images/star.svg) no-repeat 50% 50%;
  background-color: #8a8a8e;
}

.person .pic_round {
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  -webkit-box-shadow: 6px 5px 32px 4px #000000;
          box-shadow: 6px 5px 32px 4px #000000;
}

.person .sp3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.person .per_info h4 {
  font-size: 1.125rem;
}

.person .per_info span {
  color: #8a8a8e;
  font-size: 0.813rem;
}

.ellipsis {
  width: 25px;
  height: 25px;
  background-color: #8a8a8e;
  display: inline-block;
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask: url(../_images/ellipsis.svg) no-repeat 50% 50%;
  mask: url(../_images/ellipsis.svg) no-repeat 50% 50%;
}

.ellipsis.white {
  background-color: #fff;
}

.main {
  padding: 0;
}

.navbar {
  padding: 0;
}

.sp_sep {
  width: 100%;
  height: 15px;
  background: #27282f;
  margin: 30px 0 5px;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-9 {
  width: 75%;
}

.btn {
  border: none;
  font-size: 0.813rem;
}

.btn-lg {
  font-size: 0.875rem;
}

.btn-no-line {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: none;
}

.btn-gray {
  color: #fff;
  background: #4F5055;
}

.btn-line {
  background: transparent;
  border: 1px solid #E26A2B;
  -webkit-box-shadow: 1px 0px 7px -1px rgba(214, 143, 42, 0.5);
          box-shadow: 1px 0px 7px -1px rgba(214, 143, 42, 0.5);
  color: #E26A2B;
}

.btn-line:hover, .btn-line:focus {
  color: #E26A2B;
}

.btn-add {
  padding: 1em;
  line-height: 1em;
  min-width: auto;
}

.form-control {
  background: transparent;
  border: none;
  border-bottom: 1px solid #7d7d7d;
  border-radius: 0;
  color: #fff;
  font-size: 0.875rem;
}

.form-control:focus {
  color: #fff;
  background: #202026;
  border-color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}

label {
  font-size: 13px;
  color: #ccc;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-checkbox .custom-control-label::before {
  width: 20px;
  height: 20px;
  background-color: #414146;
}

.custom-radio .custom-control-label::before {
  width: 20px;
  height: 20px;
  background-color: #414146;
}

.custom-radio .custom-control-label::after {
  top: 5px;
  left: -25px;
}

#change_search_order {
  margin-bottom: 15px;
}

.c_s_o-icon {
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 0.875rem;
}

.hidden {
  display: none;
}

.flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header.header {
  background: #202026;
  -webkit-box-shadow: none;
          box-shadow: none;
}

header.header .logo {
  width: 105px;
  height: 25px;
  background-size: 105px 25px;
}

header.header .back {
  width: 15px;
  height: 15px;
  background-color: #fff;
  display: inline-block;
  -webkit-mask: url(../_images/icon-back.svg) no-repeat 50% 50%;
  mask: url(../_images/icon-back.svg) no-repeat 50% 50%;
  -webkit-mask-size: cover;
  mask-size: cover;
}

header.header.hd2 {
  background: #27282f;
}

.header_menu a {
  width: 22px;
  height: 22px;
  margin: 0 10px;
  background-color: #626267;
  display: inline-block;
  -webkit-mask-size: cover;
  mask-size: cover;
}

.header_menu a.calendar {
  -webkit-mask: url(../_images/calendar.svg) no-repeat 50% 50%;
  mask: url(../_images/calendar.svg) no-repeat 50% 50%;
}

.header_menu a.card-icon {
  -webkit-mask: url(../_images/card.svg) no-repeat 50% 50%;
  mask: url(../_images/card.svg) no-repeat 50% 50%;
}

.header_menu a.active {
  background-color: #E26A2B;
}

header.cont_3 .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header.cont_3 .left .sp6 {
  position: relative;
  left: 40px;
  top: 15px;
}

header.cont_3 .right a {
  font-size: 1.25rem;
}

.search_bar-form {
  padding: 15px;
}

.search_bar-form .form-control {
  background: #2f3238;
  border: none;
  border-radius: 5px;
}

div.nav {
  background: #202026;
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 0;
  margin: 0;
  -webkit-box-shadow: 0px -15px 35px #18181d;
          box-shadow: 0px -15px 35px #18181d;
  padding-bottom: 10px;
}

div.nav .nav-item {
  width: calc(25% - 10px);
  margin: 7px 5px 10px;
  color: #a5a5a5;
  text-align: center;
}

div.nav .nav-item .nav_icon {
  width: 21px;
  height: 21px;
  background-color: #626267;
  display: inline-block;
  margin-bottom: -3px;
  -webkit-mask-size: cover;
  mask-size: cover;
}

div.nav .nav-item .nav_icon.bell {
  -webkit-mask: url(../_images/bell.svg) no-repeat 50% 50%;
  mask: url(../_images/bell.svg) no-repeat 50% 50%;
}

div.nav .nav-item .nav_icon.ball {
  -webkit-mask: url(../_images/ball.svg) no-repeat 50% 50%;
  mask: url(../_images/ball.svg) no-repeat 50% 50%;
}

div.nav .nav-item .nav_icon.speaker {
  -webkit-mask: url(../_images/speaker.svg) no-repeat 50% 50%;
  mask: url(../_images/speaker.svg) no-repeat 50% 50%;
}

div.nav .nav-item .nav_icon.cap {
  -webkit-mask: url(../_images/cap.svg) no-repeat 50% 50%;
  mask: url(../_images/cap.svg) no-repeat 50% 50%;
}

div.nav .nav-item p {
  margin: 0;
  font-size: 0.75rem;
  letter-spacing: 3px;
}

.itinerary .navbar .nav-item.it1 .bell {
  background-color: #E26A2B;
}

.itinerary .navbar .nav-item.it1 p {
  color: #E26A2B;
}

.itinerary .header {
  background: #27282f;
}

.itinerary .today_iti {
  padding: 0 15px;
}

.itinerary .today_iti .iti_title {
  font-size: 1rem;
  padding: 15px 5px;
  color: #ccc;
}

.itinerary .te_item {
  margin: 5px 0;
}

.itinerary .te_item .item-img {
  width: 120px;
  border-radius: 15px;
  position: absolute;
  margin-top: 15px;
}

.itinerary .te_item .item-img img {
  border-radius: 15px;
}

@media (max-width: 320px) {
  .itinerary .te_item .item-img {
    width: 100px;
  }
}

.itinerary .te_item .item-info {
  max-width: 100%;
  background: #2f3238;
  margin-left: 30px;
  padding: 15px 15px 15px 100px;
  border-radius: 15px;
}

@media (max-width: 320px) {
  .itinerary .te_item .item-info {
    padding: 15px 20px 15px 85px;
  }
}

.itinerary .te_item .item-info .person .pic_round {
  width: 45px;
  height: 45px;
}

@media (max-width: 320px) {
  .itinerary .te_item .item-info .person .pic_round {
    width: 40px;
    height: 40px;
  }
}

.itinerary .te_item .item-info .person .per_info {
  margin-left: 3px;
}

.itinerary .te_item .item-info .person .per_info h4 {
  font-size: 0.813rem;
  color: #ccc;
  margin-bottom: 0;
  max-width: 140px;
}

.itinerary .te_item .item-info .person .per_info span {
  font-size: 0.75rem;
  color: #8a8a8e;
}

.itinerary .te_item .item-info .person .tag {
  position: relative;
  float: right;
  top: -60px;
}

.itinerary .te_item .item-info .person .tag img {
  width: 20px;
}

.itinerary .te_item .item-info .person .light {
  position: relative;
  float: right;
  top: -70px;
  right: -24px;
}

.itinerary .te_item .item-info .person .light img {
  width: 18px;
}

.itinerary .te_item .item-info .title {
  font-size: 1rem;
  margin: 10px 0;
  height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.itinerary .te_item .item-info .info span {
  display: block;
  font-size: 0.75rem;
  color: #8a8a8e;
}

.itinerary .te_item .item-info .info span i {
  width: 12px;
}

.itinerary .te_item .item-info .info .stop_tag {
  position: absolute;
  right: 15px;
  bottom: 15px;
  color: #E70F0B;
  background: rgba(231, 15, 11, 0.2);
  padding: 0 4px;
  border-radius: 3px;
}

.itinerary .te_item .item-info .info .end_tag {
  position: absolute;
  right: 15px;
  bottom: 15px;
  color: rgba(255, 255, 255, 0.45);
  background: rgba(204, 204, 204, 0.2);
  padding: 0 4px;
  border-radius: 3px;
}

.calendar-box {
  font-family: 'Pathway Gothic One', sans-serif;
  margin: 0;
}

.calendar-box .calendar {
  font-family: 'Pathway Gothic One', sans-serif;
}

.calendar-box .calendar .c-grid__year {
  background: #202026;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0 20px;
}

.calendar-box .calendar .month {
  margin-right: 5px;
  font-size: 20px;
}

.calendar-box .calendar .c-grid__year--word {
  margin-right: 0;
  font-size: 20px;
}

.calendar-box .calendar .c-grid__month--word a.prev {
  left: auto;
  right: 75px;
}

.calendar-box .calendar .c-grid__month--word a.next {
  right: 20px;
}

.calendar-box .calendar .c-grid__week .c-grid__day {
  width: calc(100% / 7);
}

.calendar-box .calendar .c-grid__week .c-grid__day .c-grid__day__control {
  font-size: 1.25rem;
  /*border: 1px solid transparent;*/
  border: 0.2px solid #363636;
  padding: 1px 0px;
}

.calendar-box .calendar .c-grid__week .c-grid__day.today .c-grid__day__control {
  background: transparent;
  border-color: #dcdcdc;
}

.calendar-box .calendar .c-grid__week .c-grid__day .c-grid__day__daylist {
  text-align: center;
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding-top: 25px;
  width: 100%;
}

.calendar-box .calendar .c-grid__week .c-grid__day .c-grid__day__daylist i.mark {
  position: relative;
  top: -25px;
  right: -15px;
  width: 5px;
  height: 5px;
}

.calendar-box .calendar table {
  background: #202026;
}

.calendar-box .calendar table tr {
  border-color: rgba(85, 86, 91, 0.3);
}

.calendar-box .calendar table tr.c-grid__week-head {
  font-family: 'Microsoft JhengHei', sans-serif;
  background: #202026;
  color: #8a8a8e;
}

.sp4 {
  padding: 5px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.sp4 .more {
  color: #8a8a8e;
  font-size: 0.813rem;
}

.highlight_item {
  background: #2F3238;
  margin: 10px 45px;
  border-radius: 15px;
}

.highlight_item .card_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.highlight_item .card_header .person {
  width: 100%;
}

.highlight_item .card_header .person .col-xs-3 {
  text-align: center;
}

.highlight_item .card_header .person .pic_round {
  width: 45px;
  height: 45px;
}

.highlight_item .card_header .person .per_info {
  margin-left: 3px;
}

.highlight_item .card_header .person .per_info h4 {
  font-size: 0.813rem;
  color: #ccc;
  margin-bottom: 0;
  max-width: 140px;
}

.highlight_item .card_header .person .per_info span {
  font-size: 0.75rem;
  color: #8a8a8e;
}

.highlight_item .card_header .info_btn {
  margin-top: 3px;
  font-size: 1.25rem;
  color: #8a8a8e;
}

.highlight_item .card_footer {
  padding: 15px;
}

.highlight_item .card_footer .content {
  font-size: 0.75rem;
  color: #ccc;
  height: 52px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin: 8px 0 20px;
}

.highlight_item .card_footer .te_title {
  font-size: 1rem;
}

.highlight_item .card_footer .sp5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.highlight_item .card_footer .sp5 span {
  font-size: 0.75rem;
  color: #8a8a8e;
}

.highlight_item .card_footer .sp5 span.point {
  color: #ccc;
}

.highlight_item .card_footer .sp5 span.point .star {
  background-color: #ccc;
}

@media (max-width: 320px) {
  .highlight_item {
    margin: 10px 30px;
  }
}

.hili_title {
  font-size: 1rem;
  color: #ccc;
}

.counter_box {
  padding: 25px 20px;
}

.counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 25px 25px 0;
}

.counter .ppc-percents {
  content: "";
  position: absolute;
  border-radius: 50%;
  left: calc(50% - 122.64151px/2);
  top: calc(50% - 122.64151px/2);
  width: 122.64151px;
  height: 122.64151px;
  background: #202026;
  text-align: center;
  display: table;
}

.counter .ppc-percents span {
  display: block;
  font-size: 1.875rem;
  color: #fff;
}

.counter .pcc-percents-wrapper {
  display: table-cell;
  vertical-align: middle;
}

@media (max-width: 320px) {
  .counter {
    padding: 25px 0 0;
  }
}

.finish_punch .main {
  background: #202026;
  padding: 15px;
  padding-bottom: 189px !important;
  min-height: -webkit-fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content;
}

.finish_punch .main .title {
  font-size: 1.125rem;
  padding: 5px;
}

.punch {
  padding: 20px 10px;
}

.punch .person .pic_round {
  width: 50px;
  height: 50px;
}

.punch .person .per_info {
  margin-left: 3px;
}

.punch .person .per_info h4 {
  font-size: 0.875rem;
  margin-bottom: 0;
}

.punch .person .per_info span {
  font-size: 0.75rem;
}

.punch .team-title {
  margin: 12px 0;
}

.punch .info {
  font-size: 0.75rem;
  color: #ccc;
}

.punch .info .date,
.punch .info .place {
  padding: 7px 0;
}

.punch .info .place {
  background-color: #27282f;
  border-radius: 15px;
  padding-left: 15px;
}

.punch .info i {
  color: #E26A2B;
}

.punch .info .col-6 {
  padding: 0;
}

.punch .map_box {
  margin: 25px 0;
}

.punch .map_box iframe {
  border-radius: 15px;
}

.punch .judge_ok {
  background: rgba(31, 201, 88, 0.2);
  padding: 10px;
  text-align: center;
  color: #1FC957;
  border-radius: 10px;
  font-size: 0.75rem;
}

.punch .judge_no_ok {
  background: rgba(231, 15, 11, 0.2);
  padding: 10px;
  text-align: center;
  color: #E70F0B;
  border-radius: 10px;
  font-size: 0.75rem;
}

.punch .star-box {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 25px;
  -webkit-box-shadow: 0px -15px 35px #18181d;
          box-shadow: 0px -15px 35px #18181d;
  text-align: center;
  background: #202026;
}

.punch .star-box p {
  font-size: 0.75rem;
}

.punch .star-box a.sp8 {
  width: 100%;
  font-size: 0.813rem;
  letter-spacing: 3px;
}

.punch .star-box .star_rating {
  /***** CSS Magic to Highlight Stars on Hover *****/
  /* hover previous stars in list */
}

.punch .star-box .star_rating fieldset,
.punch .star-box .star_rating label {
  margin: 0;
  padding: 0;
}

.punch .star-box .star_rating .rating {
  border: none;
  padding: 15px 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}

.punch .star-box .star_rating .rating > input {
  display: none;
}

.punch .star-box .star_rating .rating > label:before {
  margin: 5px;
  font-size: 1.875rem;
  font-family: FontAwesome;
  display: inline-block;
  content: "\f005";
}

.punch .star-box .star_rating .rating > .half:before {
  content: "\f089";
  position: absolute;
}

.punch .star-box .star_rating .rating > label {
  color: #414146;
  float: right;
}

.punch .star-box .star_rating .rating > input:checked ~ label,
.punch .star-box .star_rating .rating:not(:checked) > label:hover,
.punch .star-box .star_rating .rating:not(:checked) > label:hover ~ label {
  color: #E26A2B;
}

.punch .star-box .star_rating .rating > input:checked + label:hover,
.punch .star-box .star_rating .rating > input:checked ~ label:hover,
.punch .star-box .star_rating .rating > label:hover ~ input:checked ~ label,
.punch .star-box .star_rating .rating > input:checked ~ label:hover ~ label {
  color: #d37d2b;
}

.shr-span {
  font-size: 0.875rem;
  color: #E70F0B;
}

.member .navbar .nav-item.it4 .cap {
  background-color: #E26A2B;
}

.member .navbar .nav-item.it4 p {
  color: #E26A2B;
}

.p_r header {
  background: #27282f;
}

.p_r .page-title {
  padding: 15px 20px 10px;
}

.p_r .dark_bg {
  overflow: hidden;
}

.p_r table.pr {
  width: 100%;
  text-align: center;
}

.p_r table.pr .red {
  color: #E70F0B;
}

.p_r table.pr .green {
  color: #1FC957;
}

.p_r table.pr thead th {
  padding: 15px 10px;
  border-bottom: 0;
  color: #8a8a8e;
  font-size: 0.75rem;
  font-weight: 500;
  vertical-align: middle;
}

.p_r table.pr thead th:first-child {
  width: 80px;
}

.p_r table.pr thead th:nth-child(2) {
  width: 140px;
}

.p_r table.pr thead th:nth-child(3) {
  width: 50px;
}

@media (max-width: 320px) {
  .p_r table.pr thead th:first-child {
    width: 50px;
  }
  .p_r table.pr thead th:nth-child(2) {
    width: 120px;
  }
}

.p_r table.pr tbody td {
  padding: 15px 10px;
  border-bottom: 1px solid #27282f;
  font-size: 0.75rem;
  color: #ccc;
}

.p_r table.pr tbody td:nth-child(2) {
  font-size: 0.875rem;
}

.p_r table.use {
  width: 100%;
}

.p_r table.use span {
  font-size: 0.75rem;
  color: #55565B;
}

.p_r table.use span.u-time {
  color: #55565B;
}

.p_r table.use td.stored {
  text-align: right;
}

.p_r table.use td.stored .st-tag {
  color: #1FC957;
}

.p_r table.use td.stored h6 {
  color: #1FC957;
}

.p_r table.use td.cash {
  text-align: right;
}

.p_r table.use td.cash .ch-tag {
  color: #E70F0B;
}

.p_r table.use td.cash h6 {
  color: #E70F0B;
}

.p_r table.use .prcc a {
  color: #adadad;
}

.p_tp {
  position: relative;
}

.p_tp select.form-control {
  font-size: 0.75rem;
  color: #8a8a8e;
  border-bottom: 0;
  width: auto;
  height: auto;
  padding-left: 0;
  margin: auto;
}

.p_tp i.fa-caret-down {
  position: absolute;
  left: 55px;
  top: 18px;
}

.main.welcome {
  padding: 25px;
  background: url(../../_images/welc-bg.jpg) no-repeat;
  background-size: cover;
}

.main.welcome .welcome-img {
  margin: 25px;
}

.main.welcome .welcome-img img {
  width: 95%;
}

.main.welcome .welcome-content {
  margin: 40px 25px;
}

.main.welcome .welcome-content .title {
  margin-bottom: 5%;
  font-size: 2.25rem;
  letter-spacing: 2px;
}

.main.welcome .welcome-content p {
  font-size: 0.75rem;
  color: #828282;
  font-weight: 700;
  line-height: 24px;
}

.main.welcome .prompt-box {
  margin: 0 25px;
  margin-top: 40px;
}

.main.signup {
  padding: 25px;
  background: url(../../_images/signup-bg.jpg) no-repeat;
  background-size: cover;
}

.main.signup .mem {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: absolute;
  z-index: 1;
}

.main.signup .mem .sp1 {
  text-align: center;
  width: 50%;
}

.main.signup .mem .sp1 .signup_t {
  width: 50%;
}

.main.signup .mem .mem-pic .pic_round {
  display: inline-block;
}

.main.signup .mem .mem-pic p {
  margin-top: 15px;
}

.main.signup .signup_info {
  position: relative;
  background: rgba(85, 86, 91, 0.8);
  border-radius: 15px;
  padding: 120px 25px 45px;
  margin: 25px 5px;
  -webkit-transform: translateY(40%);
          transform: translateY(40%);
}

.main.signup .sp2 {
  margin: 0 15px;
  padding: 10px;
  position: relative;
  -webkit-transform: translateY(150%);
          transform: translateY(150%);
}

@media (max-width: 320px) {
  .main.signup {
    padding: 15px;
  }
  .main.signup .signup_info {
    -webkit-transform: translateY(28%);
            transform: translateY(28%);
  }
  .main.signup .sp2 {
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
  }
}

.main.account {
  background: #202026;
  padding-bottom: 8px !important;
}

.main.account fieldset {
  padding: 0 25px;
}

.main.account .page-title {
  font-size: 18px;
  letter-spacing: 4px;
  padding: 25px 0;
}

.main.account .btn-box {
  margin: 15px -4px;
}

.main.account .person .pic_round {
  width: 120px;
  height: 120px;
}

form.account-form footer {
  padding: 0 25px;
}

.main.mine .person {
  padding: 25px 30px;
}

.main.mine .person .per_info {
  padding: 0 25px;
}

.main.mine .dark_bg {
  min-height: 400px;
}

.main.mine .dark_bg.temp, .main.mine .dark_bg.p_stored, .main.mine .dark_bg.p_record {
  min-height: auto;
}

.main.mine .dark_bg.temp {
  min-height: 400px;
  top: 51px;
}

.main.mine .dark_bg.temp .temp-list {
  padding-bottom: 68px;
}

.main.mine .dark_bg.p_stored {
  top: 103px;
}

.main.mine .dark_bg.p_record {
  top: 205px;
}

.main.mine .dark_bg .sp_sep {
  margin: 0;
}

.main.mine .mem-list:last-child li:last-child {
  border-bottom: 1px solid #27282f;
}

.main.mine .mem-list li {
  font-size: 0.875rem;
  color: #ccc;
  padding: 15px 25px;
  border-bottom: 1px solid #27282f;
}

.main.mine .mem-list li:last-child {
  border-bottom: none;
}

.main.mine .mem-list li a {
  width: 100%;
  display: block;
}

.main.mine .mem-list li a .arrow_right {
  -webkit-mask: url(../../_images/icon-arrow.svg) no-repeat 50% 50%;
  mask: url(../../_images/icon-arrow.svg) no-repeat 50% 50%;
  width: 12px;
  height: 12px;
  background-color: #ddd;
  -webkit-mask-size: cover;
  mask-size: cover;
  position: relative;
  top: 5px;
  float: right;
}

.main.mine .mem-list li a .menu_tag {
  color: #8a8a8e;
  font-size: 0.75rem;
  float: right;
}

.per-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  background: #2f3238;
  margin: 0 15px;
  padding: 7px 20px;
  border-radius: 15px;
}

.per-info .info-item {
  width: calc(100% / 4);
  text-align: center;
}

.per-info .info-item label {
  font-size: 0.75rem;
  margin-bottom: 0;
}

.per-info .info-item .en {
  display: block;
  font-size: 1.875rem;
}

.per-info .info-item-2 {
  width: calc(100% / 2.5);
  text-align: center;
}

.per-info .info-item-2 label {
  font-size: 0.75rem;
  margin-bottom: 0;
}

.per-info .info-item-2 .en {
  display: block;
  font-size: 1.875rem;
}

.per-info .short_sep {
  position: relative;
  top: 15px;
  width: 1px;
  height: 20px;
  background: #8a8a8e;
}

.sp17 .custom-control-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.result-list-group {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.result-list-group .list-group-item {
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #55565B;
  padding: 0rem 1.25rem .75rem;
}

.result-list-group .list-group-item.item-title {
  padding-top: .75rem;
  border-bottom-color: transparent;
}

.t-name {
  font-size: 12px;
  color: #6d6d6d;
}

.cancel-stored {
  color: #E70F0B;
}

.play .navbar .nav-item.it2 .ball {
  background-color: #E26A2B;
}

.play .navbar .nav-item.it2 p {
  color: #E26A2B;
}

.play-box {
  padding: 10px;
}

.play-box .play-item.card {
  margin: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  display: flex;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.play-box .play-item.card a {
  margin: 10px;
  width: calc(100% / 2 - 20px);
}

.play-box .play-item.card a img {
  border-radius: 15px;
}

.hi_de header.header {
  background: transparent;
}

.hi_de .main {
  background: #202026;
  margin-top: 0 !important;
  padding-bottom: 0 !important;
}

.hi_de .main .dark_bg {
  margin-top: 0;
  position: relative;
  top: 0;
  border-radius: 0;
  margin-bottom: -30px;
}

.hi_de .hi-info {
  padding: 0 25px;
}

.hi_de .hi-info .person {
  padding: 0 0 15px;
}

.hi_de .hi-info .person div[class*="col-"] {
  padding: 0;
}

.hi_de .hi-info .person .pic_round {
  width: 50px;
  height: 50px;
}

.hi_de .hi-info .person .per_info {
  padding: 0 10px;
}

.hi_de .hi-info .person .per_info h4 {
  font-size: 0.875rem;
  margin-bottom: 0;
}

.hi_de .hi-info .person .per_info span {
  font-size: 0.75rem;
}

.hi_de .hi-info .person span {
  font-size: 0.75rem;
  color: #8a8a8e;
}

.hi_de .hi-info .team-title {
  font-size: 1rem;
}

.hi_de .hi-info .details {
  padding: 15px 0;
}

.hi_de .hi-info .details p {
  font-size: 0.813rem;
  color: #8a8a8e;
  margin-bottom: 20px;
  line-height: 22px;
  letter-spacing: 1px;
}

.hi_de .sp5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px 25px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #27282f;
}

.hi_de .sp5 span {
  font-size: 0.75rem;
  color: #8a8a8e;
}

.hi_de .sp5 span.point {
  color: #ccc;
}

.hi_de .sp5 span.point .star {
  background-color: #ccc;
}

.hi_de .sp5 a span {
  color: #ccc;
}

.p_list .dark_bg {
  margin-top: 0;
  padding: 25px 10px;
}

.join .custom-checkbox {
  margin: 15px 0;
}

.join .sp15 {
  color: #ccc;
}

.team .navbar .nav-item.it3 .speaker {
  background-color: #E26A2B;
}

.team .navbar .nav-item.it3 p {
  color: #E26A2B;
}

.team_list .mon {
  font-size: 0.75rem;
  color: #8a8a8e;
  padding: 0 10px;
}

.te_item {
  position: relative;
  margin: 15px 0;
}

.te_item .item-img {
  width: 120px;
  height: 180px;
  overflow: hidden;
  border-radius: 15px;
  position: absolute;
  margin-top: 17px;
}

.te_item .item-img img {
  border-radius: 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (max-width: 320px) {
  .te_item .item-img {
  width: 100px;  /* 手機顯示時的寬度 */
  height: 160px; /* 手機顯示時的高度 */

  }
}

.te_item .item-info {
  max-width: 100%;
  background: #2f3238;
  margin-left: 30px;
  padding: 15px 15px 15px 100px;
  border-radius: 15px;
}

.te_item .item-info .person .pic_round {
  width: 45px;
  height: 45px;
}

@media (max-width: 320px) {
  .te_item .item-info .person .pic_round {
    width: 40px;
    height: 40px;
    margin-top: 5px;
  }
}

.te_item .item-info .person .per_info {
  margin-left: 3px;
}

.te_item .item-info .person .per_info h4 {
  font-size: 0.813rem;
  color: #ccc;
  margin-bottom: 0;
  margin-top: 0;
  max-width: 90px;
}

.te_item .item-info .person .per_info span {
  font-size: 0.75rem;
  color: #8a8a8e;
}

.te_item .item-info .person .tag {
  position: relative;
  float: right;
  top: -65px;
}

.te_item .item-info .person .tag img {
  width: 20px;
}

.te_item .item-info .person .light {
  position: relative;
  float: right;
  top: -74px;
  right: -24px;
}

.te_item .item-info .person .light img {
  width: 18px;
}

.te_item .item-info .title {
  font-size: 1rem;
  margin: 10px 0;
}

.te_item .item-info .info span {
  display: -webkit-box;
  font-size: 0.75rem;
  color: #8a8a8e;
}

.te_item .item-info .info span i {
  width: 12px;
}

@media (max-width: 320px) {
  .te_item .item-info {
    padding: 15px 5px 15px 75px;
  }
  .te_item .item-info .person .per_info {
    margin-left: 0;
  }
  .te_item .item-info .person .per_info h4 {
    max-width: 80px;
  }
}

.team-tab .nav-justified {
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.team-tab .nav-justified li {
  width: 40%;
  font-size: 1rem;
  text-align: center;
  color: #8a8a8e;
  padding: 10px;
}

.team-tab .nav-justified li a.active {
  color: #E26A2B;
}

.team-tab .nav-justified li a span {
  background: #202026;
  padding: 0px 8px;
  border-radius: 15px;
}

.team-tab .tab-content {
  margin-top: 0;
  padding: 25px 10px;
}

.team-tab .tab-content .new_add {
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 75px;
  right: 20px;
  border-radius: 50%;
  padding: 17px;
  z-index: 9;
  -webkit-box-shadow: 0px 3px 24px 1px rgba(214, 143, 42, 0.3);
          box-shadow: 0px 3px 24px 1px rgba(214, 143, 42, 0.3);
}

.team-tab .tab-content .new_add img {
  position: relative;
  top: -5px;
}

.search_bar-form .form-group {
  margin-bottom: 8px;
}

.search_bar-form .form-group.sp7 {
  margin-bottom: 10px;
}

.add-team .dark_bg {
  margin-top: 0;
  min-height: 100vh;
}

.add-team .form-group.sp7-2 label {
  color: #ccc;
  font-size: 0.875rem;
}

.add-team .form-group.sp7-2 .custom-control {
  border-bottom: 1px solid #27282f;
  padding: 13px 20px 13px 45px;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.add-team .sp8 {
  border-radius: 0;
  width: 100%;
  height: 45px;
}

.add-team .map_box {
  padding: 0 15px;
  margin-bottom: 50px;
  position: fixed;
  bottom: 0;
  width: 100%;
}

.add-team .map_box iframe {
  border-radius: 15px;
}

.add-team footer {
  position: fixed;
  bottom: 0;
  width: 100%;
}

.add-team #account-form .input-group {
  padding-bottom: 300px;
}

.te-info {
  background: #202026;
}

.te-info form.player-form {
  padding: 0;
}

.te-info form.player-form .sp7-2 a {
  font-size: 20px;
  padding: 0 5px 0 12px;
}

.form-group.sp7-2 .custom-control.w_selected {
  padding: 13px 20px 13px 20px;
  background: #2F3238;
}

.form-group.sp7-2 .custom-control.w_selected span.mesg {
  font-size: 0.75rem;
  color: #8a8a8e;
}

.form-group.sp7-2 .custom-control.w_selected .person {
  padding: 0;
  min-width: 250px;
  max-width: 250px;
}

.form-group.sp7-2 .custom-control.list-item {
  padding-left: 20px;
}

.form-group.sp7-2 .custom-control.list-item .person {
  padding: 0;
  min-width: 250px;
  max-width: 250px;
}

.form-group.sp7-2 .custom-control.custom-checkbox {
  padding: 13px 20px 13px 64px;
}

.form-group.sp7-2 .custom-control .person {
  padding: 0 30px;
}

.form-group.sp7-2 .custom-control .person .pic_round {
  width: 50px;
  height: 50px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.form-group.sp7-2 .custom-control .person .per_info {
  padding: 0;
}

.form-group.sp7-2 .custom-control .person .per_info h4 {
  font-size: 0.875rem;
  margin-bottom: 0;
  margin-top: 0;
}

.form-group.sp7-2 .custom-control .person .per_info span {
  font-size: 0.75rem;
}

.wait-footer {
  position: fixed;
  bottom: 0;
  padding: 15px 40px;
  -webkit-box-shadow: 0px -15px 35px #18181d;
          box-shadow: 0px -15px 35px #18181d;
}

.wait-footer .sn1 {
  font-size: 0.875rem;
  color: #ccc;
}

.wait-footer .sn2 {
  font-size: 0.75rem;
  color: #8a8a8e;
}

.player header.header {
  background: #27282f;
}

.player .person {
  padding: 15px 30px;
}

.player .person .pic_round {
  width: 80px;
  height: 80px;
}

.player .person .per_info {
  padding: 0 20px;
}

.player .person .per_info h4 {
  font-size: 1rem;
  margin-bottom: 2px;
  margin-top: 0;
}

.player .per-info .info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 9px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc( calc(100% - 54px) / 3);
}

.player .per-info .info-item label {
  color: #8a8a8e;
  margin-right: 10px;
}

.player .per-info .info-item p.en {
  font-size: 1.25rem;
  color: #fff;
}

.player .info_div {
  display: block;
  font-size: 0.875rem;
}

.player .info_div > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 15px;
  border-bottom: 1px solid #27282f;
}

.player .info_div .info-field {
  width: 30%;
  font-size: 0.75rem;
  color: #8a8a8e;
}

.player .info_div .info-value {
  color: #ccc;
}

.player .team_record {
  padding: 0 15px;
}

.player .team_record h5.title {
  font-size: 1.125rem;
  padding: 25px 9px 10px;
}

.player .team_record h5.title span.sp10 {
  margin-left: 5px;
  background: #27282f;
  padding: 1px 7px;
  border-radius: 13px;
}

.player .team_record .item-img {
  width: 70px;
  height: 70px;
  margin-top: 7px;
}

.player .team_record .item-info {
  padding: 15px 20px 15px 55px;
  min-height: 86px;
}

.player .team_record .item-info .title {
  margin: 0 0 10px;
  height: 26px;
  -webkit-line-clamp: 1;
}

.player .team_record .item-info .info span {
  display: inline-block;
}

.t_if header .form-group.sp11 {
  margin-bottom: 0;
}

.t_if header .form-group.sp11 label:not(.switch) {
  margin-bottom: 0;
  position: relative;
  top: 4px;
  color: #fff;
}

.t_if .main {
  margin-top: 0 !important;
  position: absolute;
}

.t_if .requirement {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
  margin: 15px;
}

.t_if .requirement .r_box {
  background: #2F3238;
  opacity: .9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 7px 10px;
  border-radius: 4px;
}

.t_if .requirement .r_box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.t_if .requirement .r_box .light {
  position: absolute;
  right: -5px;
  top: 71px;
}

.t_if .requirement .r_box .bgd {
  font-size: 0.813rem;
  background-color: #202026;
  width: 20px;
  height: 20px;
  margin: auto 0;
  text-align: center;
  border-radius: 50%;
}

.t_if .requirement .r_box .bgd i {
  position: relative;
  left: 1px;
}

.t_if .requirement .r_box .r_info span.sp12 {
  color: #ccc;
}

.t_if .requirement .r_box .r_info span.en {
  font-size: 1.5rem;
  color: #ccc;
  margin: 0 8px;
}

.t_if .requirement .r_box .r_info span {
  font-size: 0.75rem;
  color: #8a8a8e;
}

.t_if .requirement .r_box .rq_icon {
  width: 25px;
  height: 25px;
  margin-top: 8px;
  margin-right: 5px;
  background-color: #E26A2B;
  display: inline-block;
  -webkit-mask-size: cover;
  mask-size: cover;
}

.t_if .requirement .r_box .rq_icon.medal {
  -webkit-mask: url(../../_images/medal.svg) no-repeat 50% 50%;
  mask: url(../../_images/medal.svg) no-repeat 50% 50%;
}

.t_if .requirement .r_box .rq_icon.coin {
  -webkit-mask: url(../../_images/coin.svg) no-repeat 50% 50%;
  mask: url(../../_images/coin.svg) no-repeat 50% 50%;
}

.t_if .requirement .r_box .rq_icon.baseball {
  -webkit-mask: url(../../_images/baseball.svg) no-repeat 50% 50%;
  mask: url(../../_images/baseball.svg) no-repeat 50% 50%;
}

.t_if .requirement .r_box .rq_icon.change {
  -webkit-mask: url(../../_images/change.svg) no-repeat 50% 50%;
  mask: url(../../_images/change.svg) no-repeat 50% 50%;
}

.t_if .team-info {
  margin-bottom: -75px;
}

.t_if .team-info .person {
  padding: 15px 30px;
}

.t_if .team-info .person .pic_round {
  width: 50px;
  height: 50px;
}

.t_if .team-info .person .per_info {
  padding: 0 20px;
}

.t_if .team-info .person .per_info h4 {
  font-size: 0.875rem;
  margin-bottom: 0;
}

.t_if .team-info .person .per_info span {
  font-size: 0.75rem;
}

.t_if .team-info .te {
  margin-top: 10px;
  padding: 0 30px;
}

.t_if .team-info .te span {
  color: #8a8a8e;
  font-size: 0.75rem;
}

.t_if .team-info .te .team-title {
  margin: 0 0 12px;
}

.t_if .team-info .te .sp13 {
  color: #ccc;
  font-size: 0.75rem;
}

.t_if .team-info .info {
  font-size: 0.75rem;
  color: #ccc;
  margin: 20px 0;
  padding: 0 30px;
}

.t_if .team-info .info .date,
.t_if .team-info .info .place {
  padding: 7px 0;
}

.t_if .team-info .info .place {
  background-color: #27282f;
  border-radius: 15px;
  padding-left: 15px;
}

.t_if .team-info .info i {
  color: #E26A2B;
}

.t_if .team-info .info .col-6 {
  padding: 0;
}

.t_if .team-info .info2 .info_div {
  display: block;
  font-size: 0.875rem;
}

.t_if .team-info .info2 .info_div > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 30px;
  border-bottom: 1px solid #27282f;
}

.t_if .team-info .info2 .info_div .info-field {
  width: 30%;
  font-size: 0.75rem;
  color: #8a8a8e;
}

.t_if .team-info .info2 .info_div .info-value {
  width: 70%;
  color: #ccc;
}

.t_if .team-info .info2 .sp_sep {
  background: #27282f;
  margin: 0;
}

.t_if .ellipsis {
  margin-top: 15px;
}

.sp6 {
  position: absolute;
  left: 70px;
}

.comf {
  padding: 15px 30px;
}

.comf .sp14 {
  font-size: 0.75rem;
  color: #E26A2B;
  margin: 25px 0;
}

.comf .sp8 {
  width: 100%;
  font-size: 0.813rem;
  letter-spacing: 3px;
}

.status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 20px 0 0;
}

.status div {
  width: 50%;
}

.status div.butn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.status div.butn a {
  margin: 0 2px;
}

.status p {
  color: #ccc;
}

.status span {
  color: #8a8a8e;
  font-size: 0.75rem;
}

.task {
  margin-top: 25px;
}

.task-pt .main {
  background: #202026;
  padding: 15px;
}

.task-pt .main .title {
  font-size: 1.125rem;
  padding: 5px;
}

.sp18 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sp18 .bgd {
  font-size: 0.813rem;
  background-color: #2f3238;
  width: 23px;
  height: 23px;
  text-align: center;
  border-radius: 50%;
}

.sp18 .bgd i {
  position: relative;
  top: 1px;
  left: 1px;
}

.hu1 {
  padding: 20px 25px;
}

.hu1 p {
  margin-bottom: 20px;
  font-size: 0.813rem;
}

.add_push {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.add_push i {
  font-size: 1.375rem;
  margin-right: 15px;
  padding: 12px 0;
}

.btn-cancel i {
  color: #E70F0B;
  font-size: 1rem;
  margin-right: 3px;
}

.t-type {
  font-size: 0.75rem;
  color: #8a8a8e;
}

.state-tag {
  font-size: 12px;
  letter-spacing: 0;
}

.state-tag .on-tag {
  color: #1FC957;
  border: 1px solid #1FC957;
  padding: 0px 3px;
  border-radius: 4px;
  margin-bottom: 5px;
}

.state-tag .on-tag.noapply {
  color: #8a8a8a;
  border: 1px solid #8a8a8a;
}

.t-info {
  font-size: 0.75rem;
}

.t-info span {
  display: block;
}

.t-info .stop_tag {
  position: relative;
  top: -2px;
  float: right;
  color: #E70F0B !important;
  background: rgba(231, 15, 11, 0.2);
  padding: 0 4px;
  border-radius: 3px;
}

.t-info .end_tag {
  position: relative;
  top: -2px;
  float: right;
  color: rgba(255, 255, 255, 0.75) !important;
  background: rgba(204, 204, 204, 0.2);
  padding: 0 4px;
  border-radius: 3px;
}

.finish .end_tag {
  color: rgba(255, 255, 255, 0.45);
  background: rgba(204, 204, 204, 0.2);
}

.waiting .wait_tag {
  color: #E70F0B;
  background: rgba(231, 15, 11, 0.2);
}

.book .book_tag {
  color: #1FC957;
  background: rgba(31, 201, 88, 0.2);
}

.book .book2_tag {
  color: #8BC34A;
  background: rgba(22, 83, 42, 0.2);
}

.ing_tag {
  position: relative;
  color: #1FC957 !important;
  background: rgba(31, 201, 88, 0.2);
  padding: 1px 4px;
  border-radius: 3px;
  width: unset !important;
}

.comping_tag {
  position: relative;
  color: #E26A2B !important;
  background: rgba(226, 107, 43, 0.2);
  padding: 1px 4px;
  border-radius: 3px;
}

.form-group p.sp16 {
  padding-top: 7px;
}

.modal-content {
  color: #222;
}

.social {
  text-align: center;
}

.social a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 10px 5px;
  border-radius: 50%;
  margin: 0 7px;
}

.social a.sharelink {
  background-color: #36c2ec;
}

.social a.line {
  background-color: #00c300;
}

.social a.fb {
  background-color: #4267B2;
}

.social a.twt {
  background-color: #1DA1F2;
}

.social a.warning {
  background-color: #55565B;
  margin-top: 10px;
}

.social-icon {
  width: 30px;
  height: 30px;
  margin: 0 5px;
  display: inline-block;
  background-color: #fff;
  -webkit-mask-size: cover;
  mask-size: cover;
}

.social-icon.sharelink {
  -webkit-mask: url(../_images/share-app.svg) no-repeat 50% 50%;
  mask: url(../_images/share-app.svg) no-repeat 50% 50%;
}

.social-icon.line {
  -webkit-mask: url(../_images/line-app.svg) no-repeat 50% 50%;
  mask: url(../_images/line-app.svg) no-repeat 50% 50%;
}

.social-icon.facebook {
  -webkit-mask: url(../_images/facebook.svg) no-repeat 50% 50%;
  mask: url(../_images/facebook.svg) no-repeat 50% 50%;
}

.social-icon.twitter {
  -webkit-mask: url(../_images/twitter.svg) no-repeat 50% 50%;
  mask: url(../_images/twitter.svg) no-repeat 50% 50%;
}

.social-icon.warn {
  -webkit-mask: url(../_images/exclamation.svg) no-repeat 50% 50%;
  mask: url(../_images/exclamation.svg) no-repeat 50% 50%;
}

#teamShare .modal-footer {
  display: block;
}

#teamShare .modal-footer p {
  text-align: center;
}

.temp_item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 85% 15%;
      grid-template-columns: 85% 15%;
}

.temp_item .delt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.temp_item .delt a {
  font-size: 1.5rem;
  color: #55565B;
}

#teamCancel .form-control {
  border: 1px solid #bfbfbf;
  color: #585252;
}

#teamCancel .form-control:focus {
  color: #231919;
  background: #e8e8e8;
}

#teamCancel .sp19 {
  color: #E26A2B;
  font-size: 0.813rem;
  margin-bottom: 15px;
}
/*# sourceMappingURL=all.css.map */