@charset "UTF-8";
#quick__db {
  display: none;
}

/* 게시판 목록 */
#bo_list {
  position: relative;
}

#bo_list:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}

/* #bo_list tbody tr:hover {border-left:2px solid #253dbe} */
/* 게시판 목록 공통 */
.selec_chk {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  opacity: 0;
  outline: 0;
  z-index: -1;
  overflow: hidden;
}

.chk_box {
  position: relative;
}

.chk_box input[type=checkbox] + label {
  position: relative;
  color: #676e70;
}

.chk_box input[type=checkbox] + label:hover {
  color: #2172f8;
}

.chk_box input[type=checkbox] + label span {
  width: 15px;
  height: 15px;
  display: inline-block;
  background: #fff;
  border: 1px solid #d0d4df;
  border-radius: 3px;
}

.write_div .chk_box input[type=checkbox] + label, .bo_vc_w .chk_box input[type=checkbox] + label {
  padding-left: 20px;
}

.write_div .chk_box input[type=checkbox] + label span, .bo_vc_w .chk_box input[type=checkbox] + label span {
  position: absolute;
  top: 2px;
  left: 0;
  width: 15px;
  height: 15px;
  display: block;
  margin: 0;
  background: #fff;
  border: 1px solid #d0d4df;
  border-radius: 3px;
}

.chk_box input[type=checkbox]:checked + label {
  color: #000;
}

.chk_box input[type=checkbox]:checked + label span {
  background: url(./img/chk.png) no-repeat 50% 50% #3a8afd;
  border-color: #1471f6;
  border-radius: 3px;
}

#bo_btn_top {
  -webkit-transition: height 0.2s;
  transition: height 0.2s;
  height: 33px;
}

/* 게시판 쓰기 */
#char_count_desc {
  display: block;
  margin: 0 0 5px;
  padding: 0;
}

#char_count_wrap {
  margin: 5px 0 0;
  text-align: right;
}

#char_count {
  font-weight: bold;
}

#autosave_wrapper {
  position: relative;
}

#autosave_pop {
  display: none;
  z-index: 10;
  position: absolute !important;
  top: 34px;
  right: 0;
  width: 350px;
  height: auto !important;
  height: 180px;
  max-height: 180px;
  border: 1px solid #565656;
  background: #fff;
  -webkit-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.2);
}

#autosave_pop:before {
  content: "";
  position: absolute;
  top: -8px;
  right: 45px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 8px 6px;
  border-color: transparent transparent #000 transparent;
}

#autosave_pop:after {
  content: "";
  position: absolute;
  top: -7px;
  right: 45px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 8px 6px;
  border-color: transparent transparent #fff transparent;
}

html.no-overflowscrolling #autosave_pop {
  height: auto;
  max-height: 10000px !important;
} /* overflow 미지원 기기 대응 */
#autosave_pop strong {
  position: absolute;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}

#autosave_pop div {
  text-align: center;
  margin: 0 !important;
}

#autosave_pop button {
  margin: 0;
  padding: 0;
  border: 0;
}

#autosave_pop ul {
  padding: 15px;
  border-top: 1px solid #e9e9e9;
  list-style: none;
  overflow-y: scroll;
  height: 130px;
  border-bottom: 1px solid #e8e8e8;
}

#autosave_pop li {
  padding: 8px 5px;
  border-bottom: 1px solid #fff;
  background: #eee;
  zoom: 1;
}

#autosave_pop li:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}

#autosave_pop a {
  display: block;
  float: left;
}

#autosave_pop span {
  display: block;
  float: right;
  font-size: 0.92em;
  font-style: italic;
  color: #999;
}

.autosave_close {
  cursor: pointer;
  width: 100%;
  height: 30px;
  background: none;
  color: #888;
  font-weight: bold;
  font-size: 0.92em;
}

.autosave_close:hover {
  background: #f3f3f3;
  color: #3597d9;
}

.autosave_content {
  display: none;
}

.autosave_del {
  background: url(./img/close_btn.png) no-repeat 50% 50%;
  text-indent: -999px;
  overflow: hidden;
  height: 20px;
  width: 20px;
}

/* =============== VIEW =============== */
#bo_v {
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.view-wr {
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 20px;
}

#bo_v_table {
  position: absolute;
  top: 0;
  right: 16px;
  margin: 0;
  padding: 0 5px;
  height: 25px;
  background: #ff3061;
  color: #fff;
  font-weight: bold;
  line-height: 2.2em;
}

#bo_v_title .bo_v_cate {
  display: inline-block;
  line-height: 20px;
  background: #e2eaf6;
  color: #3a8afd;
  padding: 0 10px;
  border-radius: 3px;
}

#bo_v_title .bo_v_tit {
  display: block;
  font-size: 24px;
  margin: 0 0 20px;
  word-break: break-all;
  font-weight: 500;
}

#bo_v_info {
  margin: 0;
  border-bottom: 1px solid #f1f1f1;
  color: #666;
}

#bo_v_info:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}

#bo_v_info h2 {
  position: absolute;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}

#bo_v_info .profile_info {
  margin: 0 0 10px;
}

#bo_v_info .profile_info .pf_img {
  margin-right: 10px;
}

#bo_v_info .profile_info .pf_img img {
  border-radius: 50%;
  width: 50px;
  height: 50px;
}

#bo_v_info .profile_info .profile_info_ct {
  padding: 5px 0;
  line-height: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#bo_v_info .profile_info .profile_info_ct .v-name {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}

#bo_v_info strong {
  display: inline-block;
  margin: 0 15px 0 0;
  font-weight: normal;
}

#bo_v_info strong i {
  margin-right: 5px;
}

#bo_v_info .fa-commenting-o {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

#bo_v_info .sv_member,
#bo_v_info .sv_guest,
#bo_v_info .member,
#bo_v_info .guest {
  font-weight: bold;
}

#bo_v_info .profile_img {
  display: none;
}

#bo_v_info .sv_member {
  color: #000;
}

#bo_v_info .if_date {
  margin: 0;
  color: #888;
}

#bo_v_file h2 {
  position: absolute;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}

#bo_v_file ul {
  margin: 0;
  list-style: none;
}

#bo_v_file li {
  padding: 15px;
  position: relative;
  margin: 10px 0;
  border: 1px solid #dfdfdf;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#bo_v_file li i {
  color: #b2b2b2;
  font-size: 2.35em;
  margin-right: 20px;
}

#bo_v_file a {
  display: block;
  text-decoration: none;
  word-wrap: break-word;
  color: #000;
}

#bo_v_file a:focus, #bo_v_file li:hover a, #bo_v_file a:active {
  text-decoration: underline;
  color: #3a8afd;
}

#bo_v_file img {
  float: left;
  margin: 0 10px 0 0;
}

#bo_v_file .bo_v_file_cnt {
  color: #b2b2b2;
  font-size: 0.92em;
}

#bo_v_file li:hover {
  border-color: #bed4f4;
  color: #bed4f4;
}

#bo_v_file li:hover i {
  color: #3a8afd;
}

#bo_v_file li:hover .bo_v_file_cnt {
  color: #99c2fc;
}

#bo_v_link h2 {
  position: absolute;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}

#bo_v_file ul {
  margin: 0;
  list-style: none;
}

#bo_v_link li {
  padding: 15px;
  position: relative;
  margin: 10px 0;
  border: 1px solid #dfdfdf;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#bo_v_link li i {
  color: #b2b2b2;
  font-size: 2.35em;
  margin-right: 20px;
}

#bo_v_link a {
  display: block;
  text-decoration: none;
  word-wrap: break-word;
  color: #000;
}

#bo_v_link a:focus, #bo_v_link li:hover a, #bo_v_link a:active {
  text-decoration: underline;
  color: #3a8afd;
}

#bo_v_link .bo_v_link_cnt {
  color: #b2b2b2;
  font-size: 0.92em;
}

#bo_v_link li:hover {
  border-color: #bed4f4;
  color: #bed4f4;
}

#bo_v_link li:hover i {
  color: #3a8afd;
}

#bo_v_link li:hover .bo_v_link_cnt {
  color: #99c2fc;
}

#bo_v_top {
  zoom: 1;
}

#bo_v_top:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}

#bo_v_top h2 {
  position: absolute;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}

#bo_v_top ul {
  padding: 0;
  list-style: none;
  word-break: break-all;
  background: #fff;
}

#bo_v_bot {
  zoom: 1;
}

#bo_v_bot:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}

#bo_v_bot h2 {
  position: absolute;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}

#bo_v_bot ul {
  padding: 0;
  list-style: none;
}

#bo_v_atc {
  min-height: 200px;
  height: auto !important;
  padding-top: 40px;
}

#bo_v_atc_title {
  position: absolute;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}

#bo_v_img {
  width: 100%;
  overflow: hidden;
  zoom: 1;
}

#bo_v_img:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}

#bo_v_img img {
  margin-bottom: 20px;
  max-width: 100%;
  height: auto;
}

#bo_v_con {
  margin: 30px 0;
  width: 100%;
  line-height: 1.7em;
  min-height: 200px;
  word-break: break-all;
  overflow: hidden;
}

#bo_v_con a {
  color: #000;
  text-decoration: underline;
}

#bo_v_con img {
  max-width: 800px;
  height: auto;
  margin: 0 auto;
  display: block;
}

#bo_v_act {
  margin-bottom: 30px;
  text-align: center;
}

#bo_v_act .bo_v_act_gng {
  position: relative;
}

#bo_v_act a {
  margin-right: 5px;
  vertical-align: middle;
  color: #4a5158;
}

#bo_v_act a:hover {
  background-color: #fff;
  color: #ff484f;
  border-color: #ff484f;
}

#bo_v_act i {
  font-size: 1.4em;
  margin-right: 5px;
}

#bo_v_act_good, #bo_v_act_nogood {
  display: none;
  position: absolute;
  top: 30px;
  left: 0;
  z-index: 9999;
  padding: 10px 0;
  width: 165px;
  background: #ff3061;
  color: #fff;
  text-align: center;
}

#bo_v_act .bo_v_good {
  display: inline-block;
  border: 1px solid #dedede;
  width: 70px;
  line-height: 46px;
  border-radius: 30px;
}

#bo_v_act .bo_v_nogood {
  display: inline-block;
  border: 1px solid #dedede;
  width: 70px;
  line-height: 46px;
  border-radius: 30px;
}

#bo_v_sns {
  padding: 0;
  list-style: none;
  zoom: 1;
  float: left;
  display: inline-block;
}

#bo_v_sns:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}

#bo_v_sns li {
  float: left;
  width: 135px;
  margin-right: 5px;
  text-align: left;
}

#bo_v_sns li a {
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 5px;
  color: #fff;
  font-size: 0.95em;
}

#bo_v_sns li img {
  vertical-align: middle;
  margin-right: 5px;
}

#bo_v_sns li .sns_f {
  display: block;
  background: #3b5997;
}

#bo_v_sns li .sns_t {
  display: block;
  background: #09aeee;
}

#bo_v_sns li .sns_g {
  display: block;
  background: #ea4026;
}

#bo_v_sns li .sns_k {
  display: block;
  background: #fbe300;
}

#bo_v_share {
  position: relative;
  padding: 20px 0;
}

#bo_v_share:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}

#bo_v_share .btn {
  padding: 0 10px;
  color: #555;
  font-weight: normal;
  font-size: 1em;
  width: 80px;
  line-height: 35px;
  height: 35px;
  border-color: #d5d5d5;
  border-radius: 5px;
}

#bo_v_share .btn:hover {
  background: #fff;
}

#bo_v_share .btn i {
  margin-right: 5px;
  color: #4b5259;
  vertical-align: middle;
}

/* =============== LIST =============== */
.ist-table.card .card-list > ul {
  overflow: hidden;
}
.ist-table.card .card-list .cols-2 .gall_li {
  width: 50%;
}
.ist-table.card .card-list .cols-3 .gall_li {
  width: 31.25%;
  margin-right: 2%;
}
.ist-table.card .card-list .cols-3 .gall_li:nth-of-type(3n) {
  margin-right: 0;
}
.ist-table.card .card-list .cols-4 .gall_li {
  width: 25%;
}
.ist-table.card .card-list .cols-5 .gall_li {
  width: 20%;
}
.ist-table.card .card-list .cols-6 .gall_li {
  width: 16.6666666667%;
}
.ist-table.card .card-list .cols-7 .gall_li {
  width: 14.2857142857%;
}
.ist-table.card .card-list .cols-8 .gall_li {
  width: 12.5%;
}
.ist-table.card .card-list .cols-9 .gall_li {
  width: 11.1111111111%;
}
.ist-table.card .card-list .cols-10 .gall_li {
  width: 10%;
}
.ist-table.card .card-list ul[data-cols="3"][data-remain="1"]::after {
  width: 33.3333333333%;
}
.ist-table.card .card-list ul[data-cols="3"][data-remain="2"]::after {
  width: 66.6666666667%;
}
.ist-table.card .card-list ul[data-cols="3"][data-remain="3"]::after {
  width: 100%;
}
.ist-table.card .card-list ul[data-cols="4"][data-remain="1"]::after {
  width: 25%;
}
.ist-table.card .card-list ul[data-cols="4"][data-remain="2"]::after {
  width: 50%;
}
.ist-table.card .card-list ul[data-cols="4"][data-remain="3"]::after {
  width: 75%;
}
.ist-table.card .card-list .gall_li {
  float: left;
  margin-bottom: 30px;
  position: relative;
}
.ist-table.card .card-list .chk_box {
  position: absolute;
  top: 10px;
  left: 10px;
}
.ist-table.card .card-list .gall_li.box_clear {
  clear: both;
}
.ist-table.card .card-list .card-wr {
  display: block;
}
.ist-table.card .card-list .card-wr:not(.--adm).--close, .ist-table.card .card-list .card-wr:not(.--adm).--waiting {
  -webkit-filter: brightness(0.3);
          filter: brightness(0.3);
}
.ist-table.card .card-list .card-wr.--guest {
  -webkit-filter: brightness(0.5) grayscale(1);
          filter: brightness(0.5) grayscale(1);
  opacity: 0.8;
}
.ist-table.card .card-list .card-wr img {
  border-radius: 8px;
}
.ist-table.card .card-list .card-wr .no_image {
  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;
  background: #777;
  color: #fff;
  font-size: 16px;
}
.ist-table.card .card-list .thumb {
  width: 100%;
  height: auto;
}
.ist-table.card .card-list .period {
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-weight: 500;
  margin-top: 3px;
  padding: 10px 0;
  text-align: center;
  border-radius: 8px;
}
.ist-table.card .card-list .status {
  position: absolute;
  top: 10px;
  right: 10px;
  font-style: normal;
  padding: 0.5em 1em;
  border-radius: 0.3em;
  font-size: 16px;
  line-height: 13px;
}
.ist-table.card .card-list .status.ing {
  color: #fff;
}
.ist-table.card .card-list .status.close {
  background: rgba(119, 119, 119, 0.8);
  color: #fff;
}
.ist-table.card .card-list .status.waiting {
  background: rgba(238, 238, 238, 0.8);
  color: #000;
}

.list__item {
  display: block;
  overflow: hidden;
  border-radius: 20px;
  position: relative;
}
.list__item::before, .list__item::after {
  content: "";
  position: absolute;
}
.list__item::before {
  bottom: 0;
  left: 0;
  z-index: 0;
  opacity: 0.8;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(#111), to(rgba(17, 17, 17, 0)));
  background: linear-gradient(360deg, #111, rgba(17, 17, 17, 0));
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.list__item::after {
  top: 1em;
  left: 1em;
  z-index: 10;
  width: 2.3em;
  height: 1.8em;
  background: url(/img/logo/symbol.svg) center/contain no-repeat;
  -webkit-filter: brightness(0);
          filter: brightness(0);
}
.list__item .item__title {
  position: absolute;
  bottom: 30px;
  left: 5%;
  z-index: 10;
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-weight: 600;
  color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.list__item .item__title strong {
  font-size: 30px;
  font-weight: 700;
  width: 6em;
  line-height: 1.3;
  word-break: keep-all;
}

.list__item:hover::before {
  opacity: 0.3;
}
.list__item:hover .item__title {
  bottom: 15px;
}

/* =============== 1280 =============== */
@media screen and (max-width: 1280px) {
  .list__item .item__title strong {
    font-size: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .list__item .item__title strong {
    font-size: 20px;
  }
}
/* =============== 768 =============== */
@media screen and (max-width: 768px) {
  #bo_btn_top {
    height: 0;
    overflow: hidden;
  }
  .ist-table.card .card-list .cols-3 .gall_li {
    width: 48.309178744%;
    margin-right: 0;
  }
  .ist-table.card .card-list .gall_li.box_clear {
    clear: inherit;
  }
  .ist-table.card .card-list .card-wr .no_image {
    font-size: 3.5vw;
  }
  .ist-table.card .card-list > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .ist-table.card .card-list .chk_box {
    top: 20px;
  }
}
/* =============== 480 =============== */
@media screen and (max-width: 480px) {
  .ist-table.card .card-list .cols-3 .gall_li {
    width: 100%;
  }
  .ist-table.card .card-list .chk_box {
    top: 9px;
  }
  .ist-table.card .card-list > ul.cols-2 .gall_li, .ist-table.card .card-list > ul.cols-3 .gall_li, .ist-table.card .card-list > ul.cols-4 .gall_li, .ist-table.card .card-list > ul.cols-5 .gall_li {
    width: 100%;
  }
  .list__item .item__title strong {
    font-size: 16px;
  }
}
/* =============== /skin/board/event_card/style.css =============== */
/*   LIST   */
.ist-table.card .card-list .status.ing, .ist-table.card .card-list .status-2 {
  background: rgba(var(--theme-color-rgb), 0.8);
}

.event__summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 80px;
  padding: 40px 0;
  margin-bottom: 40px;
  border-bottom: 1px solid #eee;
  /* =========================
     Mobile
  ========================= */
}
.event__summary .summary__item {
  text-align: center;
}
.event__summary .summary__item .label {
  display: block;
  font-size: 15px;
  color: #888;
  margin-bottom: 8px;
}
.event__summary .summary__item .num {
  font-size: 40px;
  font-weight: 700;
  color: #2a2928;
}
.event__summary .summary__item .num span {
  font-size: 18px;
  margin-left: 4px;
}
@media (max-width: 768px) {
  .event__summary {
    gap: 10vw;
    padding: 8vw 0;
    margin-bottom: 8vw;
  }
  .event__summary .event__admin {
    display: none;
  }
  .event__summary .summary__item .label {
    font-size: 3.2vw;
    margin-bottom: 1.5vw;
  }
  .event__summary .summary__item .num {
    font-size: 8vw;
  }
  .event__summary .summary__item .num span {
    font-size: 3.6vw;
    margin-left: 0.8vw;
  }
}

.event__admin {
  text-align: center;
  margin-bottom: 30px;
}
.event__admin__btn {
  display: inline-block;
  padding: 10px 24px;
  border-radius: 30px;
  background: #2a2928;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}
.event__admin__desc {
  margin-top: 8px;
  font-size: 13px;
  color: #666;
  line-height: 1.4;
}

#event__db {
  position: fixed;
  bottom: 30px;
  left: 50%;
  translate: -50% 0;
  z-index: 99;
  width: 50px;
  max-height: 50px;
  font-size: 14px;
  -webkit-transition: max-height 0.6s 0.5s, width 0.6s 0s, border-radius 0.6s 1s, bottom 0.6s 1s;
  transition: max-height 0.6s 0.5s, width 0.6s 0s, border-radius 0.6s 1s, bottom 0.6s 1s;
  background: #fff;
  -webkit-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.2);
  border-radius: 100%;
  overflow: hidden;
}
#event__db .db__title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 45px;
  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;
  white-space: nowrap;
  font-size: 1.1em;
}
#event__db .db__title dd i {
  display: inline-block;
  padding: 0 0.8em 0 0.4em;
}
#event__db .db__title dd {
  padding-left: 0.3em;
  position: relative;
}
#event__db .db__title strong {
  display: inline-block;
  padding-right: 0.2em;
}
#event__db .db__title .--setup {
  color: crimson;
  padding: 0;
  font-size: 1.4em;
  line-height: 0;
  position: absolute;
  top: 50%;
  left: 100%;
  translate: 0.3em -50%;
  -webkit-animation: setup_rotate 2s linear infinite both;
          animation: setup_rotate 2s linear infinite both;
}
#event__db .db__title .--setup i {
  padding: 0;
}
@-webkit-keyframes setup_rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes setup_rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
#event__db form {
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  width: 1170px;
  float: right;
  pointer-events: none;
}
#event__db .db__switch {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  background: none;
  outline: none;
  border: 0;
  -webkit-transition: top 0.6s, right 0.6s, -webkit-transform 0.3s;
  transition: top 0.6s, right 0.6s, -webkit-transform 0.3s;
  transition: transform 0.3s, top 0.6s, right 0.6s;
  transition: transform 0.3s, top 0.6s, right 0.6s, -webkit-transform 0.3s;
}
#event__db .db__switch::before, #event__db .db__switch::after {
  content: "";
  width: 30px;
  height: 2px;
  background: var(--theme-color);
  position: absolute;
  left: 0;
  top: calc(50% - 1px);
}
#event__db .db__switch::after {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
#event__db h2 {
  font-size: 20px;
  color: #fff;
  font-weight: normal;
  line-height: 1;
  padding: 20px;
  cursor: default;
}
#event__db h2 i {
  font-size: 21px;
  display: inline-block;
  margin-right: 5px;
}
#event__db ul {
  padding: 15px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#event__db ul li {
  width: 100%;
  text-align: center;
  line-height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#event__db ul li label {
  width: 100%;
  text-align: left;
  line-height: 1;
  margin-bottom: 1em;
}
#event__db ul li.--name {
  width: 30%;
}
#event__db ul li.--tel {
  width: 69%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#event__db ul li.--tel input {
  width: 32.5%;
}
#event__db ul input[type=text],
#event__db ul input[type=tel],
#event__db ul input[type=tel],
#event__db ul textarea {
  width: 100%;
  height: 40px;
  padding: 7px;
  border: 1px solid #c3c3c3;
  border-radius: 10px;
}
#event__db ul li.--tel input[type=text] {
  text-align: center;
  padding: 7px 0;
}
#event__db ul li.--terms label {
  margin-bottom: 0;
}
#event__db ul textarea {
  height: 100px;
}
#event__db ul label {
  cursor: pointer;
}
#event__db ul button[type=submit] {
  width: 100%;
  font-size: 16px;
  color: #fff;
  background: var(--theme-color);
  border-radius: 10px;
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
  border: 0;
  outline: none;
  height: 40px;
}
#event__db ul + ul {
  padding-top: 0;
}
#event__db .db__submit li + li {
  margin-top: 10px;
}
#event__db.--active {
  width: 1170px;
  bottom: 0;
  max-height: 400px;
  border-radius: 25px 25px 0 0;
  -webkit-transition: max-height 0.6s 0s, width 0.6s 0.4s, border-radius 0.1s 0s, bottom 0.1s 0s;
  transition: max-height 0.6s 0s, width 0.6s 0.4s, border-radius 0.1s 0s, bottom 0.1s 0s;
}
#event__db.--active form {
  opacity: 1;
  pointer-events: auto;
  -webkit-transition: opacity 0.5s 0.5s;
  transition: opacity 0.5s 0.5s;
}
#event__db.--active ul {
  padding: 45px 10px 10px;
}
#event__db.--active ul + ul {
  padding-top: 0;
}
#event__db.--active .db__switch {
  position: absolute;
  top: 10px;
  right: 20px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 20px;
  height: 20px;
}

@media (max-width: 1280px) {
  #event__db.--active {
    width: calc(100% - 70px);
  }
  #event__db form {
    width: 100%;
  }
}
@media (max-width: 500px) {
  #event__db {
    font-size: 12px;
  }
  #event__db ul input[type=text],
  #event__db ul input[type=tel],
  #event__db ul input[type=tel],
  #event__db ul textarea {
    height: 30px;
  }
  #event__db ul li label {
    margin-bottom: 8px;
  }
  #event__db ul.db__submit {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #event__db ul.db__submit li.--submit {
    margin-top: 0;
  }
  #event__db ul li.--terms {
    width: 10em;
  }
  #event__db ul li.--submit {
    width: calc(100% - 10em);
  }
  #event__db .db__switch {
    top: 15px;
    right: 15px;
    width: 20px;
    height: 20px;
  }
  #event__db .db__switch::before,
  #event__db .db__switch::after {
    width: 20px;
  }
  #event__db.--active {
    width: 96%;
  }
  #event__db.--active .db__switch {
    right: 10px;
  }
  #event__db ul button[type=submit] {
    height: 35px;
  }
}/*# sourceMappingURL=style.css.map */