@charset "UTF-8";
:root {
  font-size: 62.5% !important;
}

[class*=show_] {
  display: none;
}

.block {
  display: block;
}

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

@media screen and (max-width: 1200px) {
  .hide_1200 {
    display: none !important;
  }
  .show_1200 {
    display: initial;
  }
  .show_1200.block {
    display: block;
  }
  .show_1200.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  br.show_1200 {
    display: block;
  }
}
@media screen and (max-width: 992px) {
  .show_992 {
    display: initial;
  }
  .show_992.block {
    display: block;
  }
  .show_992.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .hide_992 {
    display: none;
  }
  br.show_992 {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .show_768 {
    display: initial;
  }
  .show_768.block {
    display: block;
  }
  .show_768.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .hide_768 {
    display: none;
  }
  br.show_768 {
    display: block;
  }
}
@media screen and (max-width: 576px) {
  :root {
    font-size: 60% !important;
  }
  .show_576 {
    display: initial;
  }
  .show_576.block {
    display: block;
  }
  .show_576.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  br.show_576 {
    display: block;
  }
  .hide_576 {
    display: none;
  }
}
:root {
  /* font family */
  --font-noto: "NotoSans KR";
  --font-warning: "맑은 고딕", "Malgun Gothic", "돋움", "Dotum", sans-serif;
}

/* 이벤트 (공통) */
#container {
  width: 100%;
  text-align: center;
  position: relative;
  font-size: 17px;
  line-height: 1.4;
  letter-spacing: -0.03em;
}
#container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.evSection {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  overflow: hidden;
}
.evSection:has(.lecture) {
  overflow: visible !important;
}
.evSection:has(.lecture) .lecture {
  padding-bottom: 0 !important;
  background: #fff;
}
.evSection .inner {
  padding: 0;
  gap: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.evSection .inner > div {
  width: 100%;
  position: relative;
}

img {
  border: 0 none;
  vertical-align: middle;
  max-width: 100%;
}

input[type=text], input[type=password], input[type=number] {
  max-width: 100%;
}

input[type=checkbox], input[type=radio] {
  vertical-align: middle;
  position: relative;
  margin: 0;
  padding: 0;
  -webkit-appearance: button;
}

textarea {
  font-size: 13px;
  color: #000;
}

.tiny_noti {
  font-size: 12px;
  letter-spacing: -0.06em;
  font-family: var(--font-warning);
}

.con_title {
  text-align: center;
}
.con_title > * {
  position: relative;
}
.con_title .end {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  width: 211px;
  height: 206px;
  max-width: 25vw;
  max-height: 25vw;
}
.con_title .end::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  margin: auto;
  display: inline-block;
  height: 100%;
  width: 100%;
  background-color: orange;
  -webkit-mask-size: 100%;
  mask-size: cover;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-position: center;
  -webkit-mask-image: url("https://img.megagong.net/common/event_end.svg");
  mask-image: url("https://img.megagong.net/common/event_end.svg");
}

.swiper_common_wrap {
  position: relative;
}
.swiper_common_wrap .swiper_common.swiper-initialized {
  position: relative;
  overflow: hidden;
}

.swiper_common .swiper-pagination {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: auto;
  bottom: auto;
  margin-top: 1rem;
  z-index: 2;
}
.swiper_common .swiper-pagination-bullet {
  background: #555;
  opacity: 1;
  width: 12px;
  height: 12px;
}
.swiper_common .swiper-pagination-bullet-active {
  background: orange;
}

[class*=swiper-button-]:after {
  font-size: 0;
}
[class*=swiper-button-].swiper-button-disabled {
  opacity: 1;
}

.swiper_common .arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  left: 0;
  z-index: 2;
  background-size: auto 100%;
  font-size: 0;
}
.swiper_common .arrow.swiper-button-next {
  -webkit-transform: rotate(180deg) translate(0, 50%);
          transform: rotate(180deg) translate(0, 50%);
  left: auto;
  right: 0;
}

.tab_base {
  position: relative;
}
.tab_base li.on::before {
  display: none;
}

/* 퀵 (공통) */
.flt_inner {
  position: absolute;
  left: 50px;
  z-index: 5;
  top: 19.5%;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.lab_univ_info .flt_inner, .lab_univ_guide .flt_inner, .lab_curriculum .flt_inner {
  left: 6px;
}
.flt_inner li {
  margin-bottom: 5px;
  line-height: 1;
}
.flt_inner li.top {
  margin: 10px auto 0;
}
.flt_inner li a {
  display: block;
}

/* 컴포넌트 (공통) */
.tab_base > li a {
  -webkit-transition: background-color 0.2s, color 0.2s;
  transition: background-color 0.2s, color 0.2s;
}

.panel_base:not(.w_slide) > li, .panel_base:not(.w_slide) > div {
  display: none;
}
.panel_base.w_slide > li,
.panel_base.w_slide > div {
  opacity: 0;
}
.panel_base.w_slide.active > li,
.panel_base.w_slide.active > div {
  opacity: 1;
}

/* 게시판 (공통) */
.eventBoard {
  position: relative;
  font-size: 14px;
  margin-top: 30px;
  font-family: var(--font-warning) !important;
  /* 게시판 (공통) _ 이미지 첨부버튼 추가 */
  /* 게시판 (공통) _ 인증 URL + 기대평 추가 */
}
.eventBoard .evtBoard_common .evtBoard_inner {
  padding: 30px;
  background-color: #777;
}
.eventBoard .evtBoard_common .evtBoard_inner .radio_list {
  margin-bottom: 30px;
  gap: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.eventBoard .evtBoard_common .evtBoard_inner .radio_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.eventBoard .evtBoard_common .evtBoard_inner .radio_list li input {
  width: 18px;
  height: 18px;
}
.eventBoard .evtBoard_common .evtBoard_inner .radio_list li label {
  font-size: 18px;
  color: #fff;
}
.eventBoard .evtBoard_common .evtBoard_inner .board_write {
  margin: 0;
  position: relative;
  padding: 0 200px 0 0;
}
.eventBoard .evtBoard_common .evtBoard_inner .board_write .inp_wrap {
  border: 1px saddlebrown;
}
.eventBoard .evtBoard_common .evtBoard_inner .board_write .inp_wrap textarea, .eventBoard .evtBoard_common .evtBoard_inner .board_write .inp_wrap input[type=text] {
  display: block;
  padding: 12px 10px;
  width: 100%;
  height: 70px;
  color: #666666;
  font-size: 1.1em;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 0;
}
.eventBoard .evtBoard_common .evtBoard_inner .board_write .inp_wrap textarea::-webkit-input-placeholder, .eventBoard .evtBoard_common .evtBoard_inner .board_write .inp_wrap textarea:-ms-input-placeholder {
  color: #666666;
}
.eventBoard .evtBoard_common .evtBoard_inner .board_write .btn_wrap {
  position: absolute;
  top: 0;
  right: 0;
  width: 200px;
}
.eventBoard .evtBoard_common .evtBoard_inner .board_write .btn_wrap a {
  display: block;
  background: #000;
  height: 70px;
  line-height: 70px;
  color: #fff;
  text-align: center;
  font-size: 1.3em;
  font-weight: bold;
}
.eventBoard .evtBoard_common .evtBoard_inner .info_wrap {
  margin: 10px 0 0;
  text-align: right;
}
.eventBoard .evtBoard_common .evtBoard_inner .info_wrap .tip_list {
  text-align: left;
  font-size: 14px;
  font-weight: 400;
  color: #444444;
}
.eventBoard .evtBoard_common .evtBoard_inner .info_wrap.with_tip {
  width: 100%;
}
.eventBoard .evtBoard_common .evtBoard_inner .info_wrap.with_tip:after {
  content: "";
  display: block;
  clear: both;
}
.eventBoard .evtBoard_common .evtBoard_inner .info_wrap.with_tip .tip_list {
  float: left;
}
.eventBoard .evtBoard_common .evtBoard_inner .info_wrap.with_tip button {
  float: right;
  border-bottom: 1px solid #000;
  padding-bottom: 2px;
  margin-bottom: 5px;
}
.eventBoard .evtBoard_common .evtBoard_inner .board_notice {
  margin: 10px 0 0;
  position: relative;
}
.eventBoard .evtBoard_common .evtBoard_inner .board_notice li {
  font-weight: 300;
  color: #fff;
  text-align: left;
  opacity: 0.5;
  margin: 0 0 2px;
}
.eventBoard .evtBoard_common .evtBoard_inner .board_notice li.chk_notice {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.eventBoard .evtBoard_common .evtBoard_inner .board_notice li.chk_notice label {
  vertical-align: middle;
}
.eventBoard .evtBoard_common .board_list {
  position: relative;
  background: #fff;
  padding: 20px 20px 10px;
}
.eventBoard .evtBoard_common .board_list .total_rpl {
  position: relative;
  margin: 0 0 10px;
  text-align: left;
}
.eventBoard .evtBoard_common .board_list .total_rpl strong {
  font-size: 1.2em;
}
.eventBoard .evtBoard_common .board_list .total_rpl a.refresh {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  text-align: center;
  border: 1px solid #717171;
  color: #222;
  height: 20px;
  line-height: 20px;
  font-size: 13px;
  padding: 0 7px 0;
}
.eventBoard .evtBoard_common .board_list > ul {
  border-top: 2px solid #000;
}
.eventBoard .evtBoard_common .board_list > ul li {
  position: relative;
  text-align: left;
  padding: 20px 15px;
  border-bottom: 1px solid #ccc;
  word-break: break-all;
}
.eventBoard .evtBoard_common .board_list > ul li .usr_info {
  display: block;
  margin-bottom: 10px;
}
.eventBoard .evtBoard_common .board_list > ul li .usr_info span {
  display: block;
  margin-top: 5px;
}
.eventBoard .evtBoard_common .board_list > ul li .usr_info .name {
  font-weight: bold;
}
.eventBoard .evtBoard_common .board_list > ul li .usr_info .name .btn_write {
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  color: #0037d4;
  padding: 3px;
  border: 1px solid #1448d8;
}
.eventBoard .evtBoard_common .board_list > ul li .usr_info .date {
  color: #999;
  padding-left: 10px;
  position: absolute;
  top: 20px;
  right: 15px;
}
.eventBoard .evtBoard_common .board_list > ul li.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}
.eventBoard .evtBoard_common .board_list > ul li.flex .col_area {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.eventBoard .evtBoard_common .board_list > ul li.flex .col_area.col1 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 110px;
}
.eventBoard .evtBoard_common .board_list > ul li.flex .col_area.col2 {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border-left: 1px solid #d0d0d0;
  border-right: 1px solid #d0d0d0;
  padding: 10px 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 10px;
}
.eventBoard .evtBoard_common .board_list > ul li.flex .col_area.col3 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 120px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.eventBoard .evtBoard_common .board_list > ul li.flex .col_area .usr_info {
  margin-bottom: 0;
}
.eventBoard .evtBoard_common .board_list > ul li.flex .col_area .usr_info .date {
  position: static;
}
.eventBoard .evtBoard_common .board_list > ul li .s_label {
  display: inline-block;
  border: 1px solid #000;
  border-radius: 15px;
  padding: 3px 10px;
  font-size: 14px;
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  /*top:20px;*/
}
.eventBoard .evtBoard_common .board_list > ul li .s_label.type_1 {
  border-color: #4176ff;
  color: #4176ff;
}
.eventBoard .evtBoard_common .board_list > ul li .s_label.type_2 {
  border-color: #c741ff;
  color: #c741ff;
}
.eventBoard .evtBoard_common .board_list > ul li .s_label.type_3 {
  border-color: #ff0000;
  color: #ff0000;
}
.eventBoard .evtBoard_common .board_list > ul li.notice {
  background: #ffffef;
}
.eventBoard .evtBoard_common .board_list > ul li.notice .usr_info em {
  display: inline-block;
  background: #000;
  color: #fff;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  height: 20px;
  line-height: 20px;
  padding: 0 10px;
  margin: -2px 0 0;
}
.eventBoard .evtBoard_common .board_list > ul li .del_btn {
  display: inline-block;
  border: 1px solid #ff0000;
  color: #ff0000;
  font-weight: bold;
  font-size: 12px;
  padding: 0 4px 0 2px;
  text-align: center;
  margin: 0px 0 0 5px;
  vertical-align: middle;
  line-height: 0;
  height: 18px;
  line-height: 18px;
  white-space: nowrap;
}
.eventBoard .evtBoard_common .board_list > ul li.pht {
  padding-left: 120px;
  min-height: 140px;
}
.eventBoard .evtBoard_common .board_list > ul li.pht .add_img {
  position: absolute;
  top: 20px;
  left: 0;
  max-width: 100px;
  display: block;
}
.eventBoard .evtBoard_common .board_list > ul li .view_reply {
  padding-top: 18px;
  padding-left: 16px;
}
.eventBoard .evtBoard_common .board_list > ul li .view_reply .usr_info {
  position: relative;
}
.eventBoard .evtBoard_common .board_list > ul li .view_reply .usr_info:before {
  content: "";
  position: absolute;
  top: 2px;
  left: -16px;
  width: 9px;
  height: 9px;
  background: url(https://img.megagong.net/common/icon_reply.png) no-repeat top left;
}
.eventBoard .evtBoard_common .board_list > ul li .view_reply .usr_info .name {
  font-weight: bold;
  font-size: 14px;
  color: #1448d8;
}
.eventBoard .evtBoard_common .board_list > ul li .view_reply .revise_btn {
  display: inline-block;
  font-weight: bold;
  font-size: 14px;
  color: #14805e;
  margin-left: 5px;
  text-decoration: underline;
}
.eventBoard .evtBoard_common .board_list > ul li .view_reply .del_btn {
  display: inline-block;
  vertical-align: baseline;
  font-weight: bold;
  font-size: 14px;
  color: #eb0000;
  border: none;
  padding: 0;
  text-decoration: underline;
}
.eventBoard .evtBoard_common .board_list > ul li .reply_area {
  padding-top: 15px;
}
.eventBoard .evtBoard_common .board_list > ul li .reply_area .usr_info {
  position: relative;
  padding-left: 16px;
}
.eventBoard .evtBoard_common .board_list > ul li .reply_area .usr_info:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 9px;
  height: 9px;
  background: url(https://img.megagong.net/m/2022/0402_fullserv/icon_reply.png) no-repeat top left;
}
.eventBoard .evtBoard_common .board_list > ul li .reply_area .name {
  color: #1448d8;
}
.eventBoard .evtBoard_common .board_list > ul li .reply_area .modi_btn {
  display: inline-block;
  color: #14805e;
  font-weight: bold;
  font-size: 12px;
  padding: 0 2px;
  text-align: center;
  vertical-align: top;
  line-height: 0;
  height: 18px;
  line-height: 18px;
  text-decoration: underline;
}
.eventBoard .evtBoard_common .board_list > ul li .reply_area .del_btn {
  padding: 0 2px;
  margin-left: 0;
  border: 0;
  vertical-align: top;
  text-decoration: underline;
}
.eventBoard .evtBoard_common .board_list > ul li .reply_write_area {
  padding-top: 15px;
}
.eventBoard .evtBoard_common .board_list > ul li .reply_write_area .inp_name {
  display: block;
  width: 253px;
}
.eventBoard .evtBoard_common .board_list > ul li .reply_write_area .inp_name input {
  padding: 0 10px;
  font-weight: bold;
  font-size: 14px;
  color: #1448d8;
  width: 100%;
  height: 24px;
  line-height: 22px;
  border: 1px solid #b2b2b2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.eventBoard .evtBoard_common .board_list > ul li .reply_write_area .inp_txt_w {
  margin-top: 5px;
  position: relative;
}
.eventBoard .evtBoard_common .board_list > ul li .reply_write_area .inp_txt_w .inp_wrap {
  padding-right: 70px;
}
.eventBoard .evtBoard_common .board_list > ul li .reply_write_area .inp_txt_w .inp_wrap textarea {
  padding: 5px 10px;
  width: 100%;
  height: 50px;
  font-size: 13px;
  color: #333333;
  border: 1px solid #b2b2b2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  resize: none;
}
.eventBoard .evtBoard_common .board_list > ul li .reply_write_area .inp_txt_w .btn_wrap {
  position: absolute;
  top: 0;
  right: 0;
  width: 70px;
}
.eventBoard .evtBoard_common .board_list > ul li .reply_write_area .inp_txt_w .btn_wrap a {
  display: block;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-weight: bold;
  font-size: 13px;
  color: #ffffff;
  background: #000;
}
.eventBoard .evtBoard_common .board_list > ul li .write_reply {
  padding-top: 15px;
}
.eventBoard .evtBoard_common .board_list > ul li .write_reply .inp_name {
  margin-bottom: 5px;
  width: 253px;
}
.eventBoard .evtBoard_common .board_list > ul li .write_reply .inp_name input {
  padding: 0 10px;
  width: 100%;
  font-weight: bold;
  font-size: 14px;
  color: #1448d8;
  border: 1px solid #b2b2b2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.eventBoard .evtBoard_common .board_list > ul li .write_reply .inp_white_form {
  position: relative;
  padding-right: 70px;
}
.eventBoard .evtBoard_common .board_list > ul li .write_reply .inp_white_form .inp_wrap input, .eventBoard .evtBoard_common .board_list > ul li .write_reply .inp_white_form .inp_wrap textarea {
  display: block;
  width: 100%;
  padding: 5px 10px;
  height: 50px;
  font-size: 13px;
  border: 1px solid #b2b2b2;
  border-right: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.eventBoard .evtBoard_common .board_list > ul li .write_reply .inp_white_form .btn_wrap {
  position: absolute;
  top: 0;
  right: 0;
  width: 70px;
}
.eventBoard .evtBoard_common .board_list > ul li .write_reply .inp_white_form .btn_wrap a {
  display: block;
  height: 50px;
  line-height: 50px;
  font-weight: bold;
  font-size: 13px;
  color: #fff;
  background: #000;
  text-align: center;
}
.eventBoard .evtBoard_common .paging {
  text-align: center;
}
.eventBoard.attachedImg .evtBoard_common .dflex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.eventBoard.attachedImg .evtBoard_common .board_write {
  padding-right: 315px;
}
.eventBoard.attachedImg .evtBoard_common .board_write .btn_wrap.dflex {
  width: 305px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.eventBoard.attachedImg .evtBoard_common .board_write .btn_wrap.dflex a {
  width: 49%;
}
.eventBoard.attachedImg .evtBoard_common .board_write .btn_wrap.dflex a + a {
  background: #ef4f27;
}
.eventBoard.attachedImg .evtBoard_common .board_list ul li.dflex {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.eventBoard.attachedImg .evtBoard_common .board_list ul li .img {
  margin-right: 15px;
  background: #f0f0f0;
  width: 80px;
  height: 80px;
  overflow: hidden;
  display: inline-block;
}
.eventBoard.attachedImg .evtBoard_common .board_list ul li .text {
  width: calc(100% - 95px);
}
.eventBoard.attachedImg .evtBoard_common .board_list ul li .img img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
  /*이미지 꽉차게 object-fit: cover;*/
}
.eventBoard.certifyUrl .evtBoard_common .board_write {
  padding-right: 210px;
}
.eventBoard.certifyUrl .evtBoard_common .board_write .inp_wrap {
  padding-left: 110px;
  position: relative;
  margin-top: 10px;
}
.eventBoard.certifyUrl .evtBoard_common .board_write .inp_wrap:first-of-type {
  margin-top: 0;
}
.eventBoard.certifyUrl .evtBoard_common .board_write .inp_wrap label {
  position: absolute;
  left: 0;
  top: 12px;
  font-size: 20px;
  color: #fff;
  font-weight: 700;
}
.eventBoard.certifyUrl .evtBoard_common .board_write .inp_wrap input[type=text] {
  height: auto;
}
.eventBoard.certifyUrl .evtBoard_common .board_write .btn_wrap {
  height: 100%;
}
.eventBoard.certifyUrl .evtBoard_common .board_write .btn_wrap a {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
}
.eventBoard.certifyUrl textarea::-webkit-input-placeholder {
  opacity: 0.5;
}
.eventBoard.certifyUrl textarea::placeholder, .eventBoard.certifyUrl textarea::-webkit-input-placeholder, .eventBoard.certifyUrl textarea:-ms-input-placeholder {
  opacity: 0.5;
}

/* 유의사항 (공통) */
.warningList {
  text-align: left !important;
  font-family: var(--font-warning);
}
.warningList > li {
  margin-top: 30px;
}
.warningList li {
  font-size: 13px;
  color: #000;
  line-height: 1.7;
}
.warningList li:first-child {
  margin-top: 0;
}
.warningList li.w_tit {
  font-size: 17px;
}
.warningList li .s_tit {
  font-size: 14px;
  font-weight: bold;
}
.warningList li ul li a {
  font-size: 12px;
  display: inline-block;
  font-weight: bold;
  padding: 2.5px 8px;
  line-height: 1;
  margin-left: 5px;
}
.warningList li ul li a.tp2 {
  padding: 0;
  font-weight: bold;
  font-size: 13px;
}
.warningList .f_dash li {
  padding-left: 12px;
  position: relative;
}
.warningList .f_dash li .dash {
  position: absolute;
  left: 0;
  top: 0;
}
.warningList .f_dash.f_strong {
  margin-bottom: 15px;
}
.warningList .f_dash.f_strong li {
  font-weight: bold;
}

/* 유의사항 (토글 아님) */
.evWarning {
  padding: 90px 0;
  background-color: #fff;
}

/* 유의사항 (토글) */
.evtoggleWarning p.w_tit {
  background: #000;
  color: #fff;
  font-size: 16px;
  padding: 10px 0;
  position: relative;
  cursor: pointer;
}
.evtoggleWarning p.w_tit::before {
  content: "";
  width: 1000%;
  height: 100%;
  background: #000;
  position: absolute;
  top: 0;
  left: -500%;
}
.evtoggleWarning p.w_tit span {
  position: relative;
}
.evtoggleWarning p.w_tit i {
  margin-left: 5px;
  display: inline-block;
  position: relative;
  vertical-align: text-top;
}
.evtoggleWarning.on p.w_tit i {
  -webkit-transform: rotate(180deg) translateY(-15%);
          transform: rotate(180deg) translateY(-15%);
}
.evtoggleWarning .warningList {
  display: none;
  padding: 40px 0 !important;
}
.evtoggleWarning.on .warningList {
  display: block;
  text-align: left;
}

/* 공유하기 공통 */
.shareList .tit {
  position: relative;
  text-align: center;
}
.shareList .tit::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  margin-top: -5px;
  width: 410px;
  height: 10px;
  border-top: 2px dashed #888888;
}
.shareList .tit::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  margin-top: -5px;
  width: 410px;
  height: 10px;
  border-top: 2px dashed #888888;
}
.shareList ul {
  padding: 40px;
  background: #fff;
}
.shareList ul li + li {
  margin: 15px 0 0;
}
.shareList ul li dl {
  position: relative;
  padding: 0 0 0 155px;
  text-align: center;
}
.shareList ul li dl:after {
  content: "";
  display: block;
  clear: both;
}
.shareList ul li dl dt {
  color: #fff;
  width: 155px;
  height: 50px;
  line-height: 50px;
  border-radius: 8px;
  font-size: 20px;
  font-weight: bold;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.shareList ul li dl dd {
  float: left;
  width: 155px;
  height: 50px;
  border-radius: 8px;
  margin: 0 0 0 20px;
  border: 1px solid #3a3a3a;
  color: #3a3a3a;
  font-weight: bold;
  font-size: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.shareList ul li dl dd + dd {
  margin: 0 0 0 10px;
}
.shareList ul li dl dd a {
  display: table;
  width: 100%;
  height: 100%;
}
.shareList ul li dl dd a span {
  display: table-cell;
  vertical-align: middle;
  line-height: 120%;
}
.shareList ul li dl.sns dt {
  background-color: #4e7fd9;
}
.shareList ul li dl.sns dd {
  border: 1px solid #4e7fd9;
  color: #4e7fd9;
}
.shareList ul li dl.naver dt {
  background-color: #4db369;
}
.shareList ul li dl.naver dd {
  border: 1px solid #4db369;
  color: #4db369;
}
.shareList ul li dl.daum dt {
  background-color: #be5d5d;
}
.shareList ul li dl.daum dd {
  border: 1px solid #be5d5d;
  color: #be5d5d;
}
.shareList ul li dl.etc dt {
  background-color: #878787;
}
.shareList ul li dl.etc dd {
  border: 1px solid #878787;
  color: #878787;
}

/* 기존 비디오 */
.eventVideo {
  overflow: hidden;
  cursor: pointer;
  position: relative;
  width: auto;
  height: auto;
  background: #000;
  /* 비디오 - 리스트(2단) */
}
.eventVideo .video_box {
  background-color: none;
  z-index: 2;
  position: relative;
  padding-bottom: 56.2%;
}
.eventVideo .video_box .play_area > img {
  top: 0;
  width: 100%;
}
.eventVideo .video_box.v_popup {
  padding-bottom: 0;
}
.eventVideo .video_box .play_area {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  width: 100%;
  height: 100%;
}
.eventVideo .video_box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.eventVideo .tea_tit {
  position: absolute;
  top: 0;
  left: 0;
  margin: 95px 0 0 54px;
  text-align: left;
  font-size: 26px;
  font-weight: normal;
  z-index: 2;
  padding: 0;
}
.eventVideo .tea_tit::before {
  content: "";
  display: block;
  font-size: 0;
  width: 88px;
  height: 88px;
  background: url(https://img.megagong.net/m/2022/0422_sobang/con_img21.png) no-repeat 0 0;
  vertical-align: middle;
  margin: 0 0 0 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0 0 -130px;
}
.eventVideo .tea_tit i {
  display: inline-block;
  position: absolute;
  top: -35px;
  left: 0;
  width: 120px;
  height: 30px;
  background: #0088e8;
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 30px;
  font-style: normal;
}
.eventVideo .tea_img,
.eventVideo .video_box .play_area > img {
  z-index: 1;
  position: absolute;
  top: 13px;
  right: 0;
  width: 302px;
}
.eventVideo.with_shadow {
  margin-bottom: 45px;
  overflow: visible;
}
.eventVideo.with_shadow::before {
  position: absolute;
  left: 50%;
  bottom: -45px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  content: "";
  width: 100%;
  height: 45px;
  background-image: url("https://img.megagong.net/common/video_bg.png");
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: contain;
}
.eventVideo.for_youtube {
  width: auto;
  height: auto;
}
.eventVideo.for_youtube .tea_img,
.eventVideo.for_youtube .video_box .play_area > img {
  top: 0;
  width: 100%;
}
.eventVideo.for_youtube .ytb_thumb {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.eventVideo_list {
  width: 100%;
}
.eventVideo_list:after {
  content: "";
  display: block;
  clear: both;
}
.eventVideo_list > li {
  width: 520px;
  float: left;
  margin-left: 40px;
}
.eventVideo_list > li:first-child {
  margin-left: 0;
}
.eventVideo_list > li .eventVideo.with_shadow {
  margin-bottom: 30px;
}
.eventVideo_list > li .eventVideo.with_shadow::before {
  height: 30px;
  bottom: -30px;
  background-image: url("https://img.megagong.net/common/video_bg_small.png");
}

/* 등록 폼 */
.eventInput {
  background-color: #fff;
}
.eventInput table {
  width: 100%;
  font-family: var(--font-warning);
}
.eventInput table tr {
  border-bottom: none;
  font-size: 14px;
}
.eventInput table tr th {
  padding: 16px 0;
  background: #f7f7f7;
  text-align: center;
  color: #606060;
  font-weight: bold;
  line-height: 18px;
  vertical-align: middle;
}
.eventInput table tr td {
  padding: 10px 15px;
  vertical-align: middle;
}
.eventInput table tr td.grade input {
  width: 69%;
  float: left;
}
.eventInput table tr td.grade input:nth-child(2) {
  width: 21%;
  float: right;
}
.eventInput table tr td.grade select {
  border: 1px solid #b1b1b1;
  text-align: left;
  padding: 0 0 0 10px;
}
.eventInput table tr td.flie p {
  margin-top: 10px;
  text-align: left;
  display: block;
  color: #666666;
  padding-left: 3px;
  font-size: 12px;
  overflow: hidden;
  font-family: var(--font-warning);
}
.eventInput table select {
  width: 29%;
  height: 36px;
  font-size: 14px;
  border: 1px solid #b1b1b1;
  vertical-align: middle;
  padding: 0;
  text-align: center;
  float: right;
  border: 1px solid #b1b1b1;
  border: 1px solid #b1b1b1;
}
.eventInput table input[type=text] {
  border: 1px solid #b1b1b1;
  height: 36px;
  display: inline-block;
  vertical-align: middle;
  padding-left: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}
.eventInput table td[colspan="3"] input[type=text] {
  width: 70%;
}
.eventInput .filebox {
  position: relative;
  height: 36px;
  padding: 0 0 0 1px;
  overflow: hidden;
  width: 670px;
}
.eventInput .filebox .filename {
  position: relative;
  height: 36px;
  width: 560px;
  float: left;
  border: 1px solid #b1b1b1;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 60px 0 0;
}
.eventInput .filebox .filename label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  font-size: 13px;
  padding-left: 10px;
  height: 30px;
  line-height: 30px;
}
.eventInput .filebox .filename input[type=text] {
  position: absolute;
  left: 0;
  font-size: 13px;
  width: 100%;
  height: 30px;
  line-height: 30px;
  padding-left: 10px;
  color: #666666;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.eventInput .filebox .filename input.mb768[type=text] {
  display: none;
}
.eventInput .filebox .filebtn {
  position: relative;
  height: 36px;
  float: left;
  overflow: hidden;
  font-size: 0;
}
.eventInput .filebox .filename .file_del {
  position: absolute;
  width: 50px;
  height: 36px;
  line-height: 36px;
  font-size: 13px;
  background-color: #929292;
  color: #fff;
  right: 0;
  top: 0;
}
.eventInput .filebox .filebtn label {
  display: block;
  background: #0b0b0b;
  color: #fff;
  font-size: 13px;
  width: 100px;
  text-align: center;
  height: 36px;
  line-height: 36px;
  float: left;
}
.eventInput .filebox input[type=file] {
  position: absolute;
  top: 0;
  left: 0;
  width: 70%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
  color: #666666;
  filter: alpha(opacity=0);
  -ms-filter: "alpha(opacity=0)";
  -khtml-opacity: 0;
  -moz-opacity: 0;
}
.eventInput .btn {
  width: 440px;
  display: block;
  margin: 0 auto;
}
.eventInput .btn.complete {
  cursor: default;
}

/* 이벤트 기간 안내 */
.container_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 12px 30px;
  color: #000;
  font-size: 21px;
  border-radius: 50px;
  background-color: #fff;
  gap: 0 50px;
}
.container_info .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.container_info .info .info_title {
  position: relative;
  margin-right: 20px;
  font-weight: 600;
  padding: 0 15px;
}
.container_info .info .info_title::before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  content: "";
  width: 5px;
  height: 5px;
  background-color: #000;
  border-radius: 50%;
}
.container_info .info .info_title::after {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  content: "";
  width: 2px;
  height: 13px;
  background-color: #000;
}
.container_info .info .noti {
  position: relative;
  margin-left: 10px;
  padding-left: 10px;
  color: inherit;
  font-size: 14px;
  font-weight: 300;
}
.container_info .info .noti::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-40%);
          transform: translateY(-40%);
  left: 0;
  content: "*";
  height: 100%;
}
.container_info.ver_dark {
  background-color: #000;
  color: #fff;
}
.container_info.ver_dark .info .info_title::before, .container_info.ver_dark .info .info_title::after {
  background-color: #fff;
}

/* 수강후기 목록 */
.tech_comment_name {
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  text-align: left;
  display: block;
  padding-left: 28px;
  position: relative;
  text-align: left;
  margin-bottom: 20px;
}
.tech_comment_name:before {
  content: "";
  display: block;
  width: 18px;
  height: 15px;
  background: url(https://img.megagong.net/common/ic_tec_check.png) 0 0 no-repeat;
  position: absolute;
  left: 0;
  top: 2px;
}

.tech_commentwrap {
  background-color: #fff;
}

/* 인증샷 or 교재리뷰 갤러리 */
.type_lst ul {
  padding-bottom: 10px;
}
.type_lst ul::after {
  content: "";
  clear: both;
  display: block;
}
.type_lst ul li {
  float: left;
  line-height: 1;
  margin: 0 10px 0 0;
  border-right: 1px solid #111;
  padding: 0 10px 0 0;
}
.type_lst ul li a {
  display: inline-block;
  color: #111;
  font-weight: 100;
  padding: 0 0 3px;
  font-size: 15px;
}
.type_lst ul li a img {
  margin-left: 7px;
  margin-top: -2px;
}
.type_lst ul li a .icon_on {
  display: none;
}
.type_lst ul li.on a {
  font-weight: bold;
  color: #111;
}
.type_lst ul li.on a .icon_off {
  display: none;
}
.type_lst ul li.on a .icon_on {
  display: inline-block;
}
.type_lst ul li:last-child {
  border: 0;
}

.gallery_lst ul::after {
  content: "";
  display: block;
  clear: both;
}
.gallery_lst ul li {
  float: left;
  width: 32%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 20px;
  margin: 0 2% 2% 0;
  background: #fff;
}
.gallery_lst ul li:first-child, .gallery_lst ul li:nth-child(2), .gallery_lst ul li:nth-child(3) {
  margin-top: 0;
}
.gallery_lst ul li:nth-child(3n) {
  margin-right: 0;
}
.gallery_lst ul li div {
  position: relative;
}
.gallery_lst ul li .txtBox {
  margin: 10px 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #ccc;
}
.gallery_lst ul li strong {
  display: block;
  padding: 14px 0;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
}
.gallery_lst ul li .txt {
  padding: 0 13px;
  margin: 20px 0 25px;
  height: 140px;
  overflow-x: hidden;
  overflow-y: auto;
  font-weight: 200;
  font-size: 14px;
  color: #333333;
  line-height: 1.6;
  text-align: left;
  word-break: break-word;
}
.gallery_lst ul li p {
  position: relative;
  text-align: right;
  padding: 19px 20px;
  font-size: 13px;
  text-align: left;
  border-top: 1px solid #e9e9e9;
}
.gallery_lst ul li p::after {
  content: "";
  display: block;
  clear: both;
}
.gallery_lst ul li p a {
  float: left;
  color: #ff3636;
  position: absolute;
  top: 50%;
  right: -1px;
  padding: 6px 10px;
  margin: -14px 0 0;
  font-size: 13px;
  font-weight: 700;
}
.gallery_lst ul li p span {
  color: #323232;
  height: 15px;
  display: inline-block;
  line-height: 1;
  font-size: 13px;
  font-weight: 700;
}
.gallery_lst ul li p span:last-child {
  border-left: 1px solid #323232;
  padding: 0 0 0 7px;
  margin: 0 0 0 7px;
  font-size: 13px;
  font-weight: 300;
}
.gallery_lst ul li .img {
  position: relative;
  display: block;
  text-align: center;
  margin: 6px 6px 0;
  overflow: hidden;
  padding-bottom: 72%;
}
.gallery_lst ul li .img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.gallery_lst ul li .img img {
  max-width: 100%;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.gallery_lst ul li.none {
  width: 100%;
  background: none;
  color: #fff;
  padding: 10% 0;
}

.paging.gall {
  margin: 0;
  padding: 0;
  color: #111;
  text-align: center;
}
.paging.gall strong {
  color: #111;
  width: 24px;
  height: 24px;
  line-height: 24px;
  vertical-align: middle;
  display: inline-block;
  padding: 0 5px;
}
.paging.gall a {
  color: #111;
  vertical-align: middle;
  display: inline-block;
  padding: 0 9px;
  height: 24px;
  line-height: 24px;
  font-weight: 100;
  font-size: 13px;
}
.paging.gall a img {
  margin-top: 0;
}
.paging.gall a:first-child, .paging.gall a:last-child {
  margin-top: -3px;
}

/* 수강 인증하기 팝업 */
#popupCetify .filebox {
  border: 1px solid #dcdcdc;
  position: relative;
  height: 40px;
  padding-right: 118px;
}
#popupCetify .filebox .filename {
  padding: 11px 10px;
}
#popupCetify .filebox .filename input[type=text] {
  display: inline-block;
  width: auto;
  max-width: 100%;
  padding-right: 15px;
  position: relative;
}
#popupCetify .s-filename-wrap {
  display: inline-block;
  width: auto;
  max-width: 100%;
  padding-right: 15px;
  position: relative;
}
#popupCetify .s-filename {
  border: 0;
  font-size: 15px;
  line-height: 18px;
  color: #000;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}
#popupCetify .filebox .filename .delbtn {
  color: #ff0000;
  font-size: 15px;
  position: relative;
  z-index: 1;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
}
#popupCetify .filebox .filebtn {
  position: absolute;
  right: 0;
  top: 0;
  width: 118px;
  height: 38px;
  background-color: #000;
  color: #fff;
  font-size: 15px;
  text-align: center;
  line-height: 38px;
}
#popupCetify .filebox input[type=file] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

/* 공유하기 이벤트 팝업 */
.dim_bnrwrp_wrap .dim_bnrwrp {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
}
.dim_bnrwrp_wrap .dim_bnrwrp .dim_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.7;
  z-index: 1000;
}
.dim_bnrwrp_wrap .dim_popup {
  width: 470px;
  background: #fff;
  padding: 30px 10px;
  position: fixed;
  left: 50%;
  top: 50% !important;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 99;
}
.dim_bnrwrp_wrap .dim_popup.sns .tit {
  text-align: center;
  margin: 20px 0;
  padding: 0 15px;
  font-size: 30px;
  font-weight: bold;
}
.dim_bnrwrp_wrap .dim_popup.sns table th, .dim_bnrwrp_wrap .dim_popup.sns table td {
  font-size: clamp(1.2rem, 1.4vmin, 1.4rem);
}
.dim_bnrwrp_wrap .dim_popup.sns table tr th, .dim_bnrwrp_wrap .dim_popup.sns table tr td {
  padding: 8px 5px;
  border: 1px solid #ddd;
  word-break: break-all;
  text-align: center;
}
.dim_bnrwrp_wrap .dim_popup.sns table tr th {
  border-color: #fff;
  background: #eaeaea;
}
.dim_bnrwrp_wrap .dim_popup.sns table tr td.con {
  text-align: left;
}
.dim_bnrwrp_wrap .dim_popup.sns .btnConfirm {
  cursor: pointer;
  text-align: center;
  margin: 40px auto 0;
  width: 120px;
  line-height: 40px;
  background: #000;
  border-radius: 30px;
  color: #fff;
  font-size: 18px;
}
.dim_bnrwrp_wrap .dim_popup.sns .btnClose {
  position: absolute;
  right: 10px;
  top: 10px;
  background: url(https://image.megagong.net/m/common/pop_close2.png) no-repeat center center;
  font-size: 0;
  width: 26px;
  height: 26px;
}

.blindw {
  position: absolute;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
}

.tal {
  text-align: left !important;
}

.tac {
  text-align: center !important;
}

.tar {
  text-align: right !important;
}

@media screen and (max-width: 1200px) {
  .flt_inner {
    display: none;
  }
  #container {
    font-size: clamp(1.3rem, 1.7vmin, 1.7rem);
  }
  .evWarning {
    padding: 45px 0;
  }
  .inner {
    width: 96%;
  }
  .eventBoard .evtBoard_common.tech_review .inner {
    width: 100%;
  }
  .warningList > li {
    margin-top: 15px;
  }
  .warningList li {
    font-size: clamp(1.2rem, 1.3vmin, 1.3rem);
    line-height: 1.6;
  }
  .warningList li ul li a {
    font-size: 10px;
    padding: 2.5px 4px;
  }
  .evtoggleWarning p.w_tit {
    font-size: clamp(1.4rem, 1.6vmin, 1.6rem);
  }
  .evtoggleWarning .warningList {
    padding: 30px 0 !important;
  }
  /* 이벤트 기간 안내 */
  .container_info {
    font-size: clamp(1.5rem, 2vmin, 2.1rem);
    -webkit-column-gap: clamp(2rem, 5vmin, 5rem);
       -moz-column-gap: clamp(2rem, 5vmin, 5rem);
            column-gap: clamp(2rem, 5vmin, 5rem);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  .container_info .info .info_title {
    margin-right: clamp(1.5rem, 2vmin, 2.5rem);
    padding-left: clamp(1rem, 1.5vmin, 1.4rem);
    padding-right: clamp(1rem, 1.5vmin, 1.4rem);
  }
  .container_info .info .info_title::before {
    width: clamp(0.3rem, 0.5vmin, 0.5rem);
    height: clamp(0.3rem, 0.5vmin, 0.5rem);
  }
  .container_info .info .info_title::after {
    height: clamp(1rem, 1.3vmin, 1.3rem);
  }
  .container_info .info .noti {
    margin-left: clamp(0.5rem, 1vmin, 1rem);
    padding-left: clamp(0.5rem, 1vmin, 1rem);
    font-size: clamp(1.1rem, 1.3vmin, 1.3rem);
  }
  .eventBoard {
    font-size: clamp(1.3rem, 1.4vmin, 1.4rem);
  }
  .eventBoard .evtBoard_common {
    padding: 0;
  }
  .eventBoard .evtBoard_common .board_list {
    padding: 4% 3%;
  }
  .eventBoard .evtBoard_common .board_list > ul li {
    padding: 4% 3%;
  }
  .eventBoard .evtBoard_common .evtBoard_inner {
    padding: 15px;
  }
  .eventBoard .evtBoard_common .evtBoard_inner .info_wrap.with_tip button, .eventBoard .evtBoard_common .evtBoard_inner .info_wrap .tip_list {
    font-size: clamp(1.3rem, 1.4vmin, 1.4rem);
  }
  .eventBoard .evtBoard_common .evtBoard_inner .board_write {
    padding: 0;
  }
  .eventBoard .evtBoard_common .evtBoard_inner .board_write .btn_wrap {
    width: 100%;
    position: relative;
    top: auto;
    right: auto;
  }
  .eventBoard .evtBoard_common .evtBoard_inner .board_write .btn_wrap a {
    height: auto;
    line-height: clamp(4rem, 5vmin, 7rem);
    font-size: clamp(1.3rem, 1.4vmin, 1.4rem);
  }
  .eventBoard .evtBoard_common .evtBoard_inner .board_notice li.chk_notice {
    position: relative;
    top: auto;
    right: auto;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .eventBoard .evtBoard_common .evtBoard_inner .radio_list {
    margin-bottom: clamp(1.5rem, 3vmin, 3rem);
    -webkit-column-gap: clamp(1.5rem, 4vmin, 4rem);
       -moz-column-gap: clamp(1.5rem, 4vmin, 4rem);
            column-gap: clamp(1.5rem, 4vmin, 4rem);
    row-gap: 5px;
  }
  .eventBoard .evtBoard_common .evtBoard_inner .radio_list li {
    gap: clamp(0.5rem, 1vmin, 1rem);
  }
  .eventBoard .evtBoard_common .evtBoard_inner .radio_list li input {
    width: clamp(1.5rem, 2vmin, 1.8rem);
    height: clamp(1.5rem, 2vmin, 1.8rem);
  }
  .eventBoard .evtBoard_common .evtBoard_inner .radio_list li label {
    font-size: clamp(1.5rem, 2vmin, 1.8rem);
  }
  .eventBoard.attachedImg .evtBoard_common .board_write {
    padding-right: 0;
  }
  .eventBoard.attachedImg .evtBoard_common .board_write .btn_wrap.dflex {
    width: 100%;
  }
  .eventBoard.attachedImg .evtBoard_common .board_write .btn_wrap.dflex a {
    width: 50%;
  }
  .eventBoard.certifyUrl .evtBoard_common .board_write {
    padding-right: 0;
  }
  .eventBoard.certifyUrl .evtBoard_common .board_write .inp_wrap label {
    font-size: 16px;
  }
  .eventBoard.certifyUrl .evtBoard_common .board_write .btn_wrap {
    margin-top: 10px;
  }
  .eventBoard.certifyUrl .evtBoard_common .board_write .btn_wrap a {
    padding: 10px 0;
  }
  .shareList ul {
    padding: 2%;
  }
  .shareList ul li dl {
    padding: 0 0 0 18%;
  }
  .shareList ul li dl dt {
    width: 18%;
    font-size: 18px;
  }
  .shareList ul li dl dd {
    width: 18%;
    margin: 0 0 0 2%;
    font-size: 16px;
  }
  .shareList ul li dl dd + dd {
    margin: 0 0 0 1%;
  }
  /* 등록 폼 */
  .eventInput .input_info {
    margin: 0;
    padding: 0;
  }
  .eventInput .input_info span {
    width: 40px;
    padding: 0;
  }
  .eventInput .input_info ul {
    padding-left: 20px;
    margin: 0 0 20px;
  }
  .eventInput .input_info ul li {
    margin: 0 0 3px;
  }
  .eventInput .filebox {
    width: 100%;
  }
  .eventInput .filebox .filename {
    width: 80%;
  }
  .eventInput .filebox input[type=file] {
    width: calc(100% - 60px);
    height: 36px;
  }
  .eventInput .filebox .filebtn {
    width: 20%;
  }
  .eventInput .filebox .filebtn label {
    width: 100%;
  }
  .eventInput .btn {
    padding: 0;
    width: 50%;
  }
  .eventInput .filebox {
    height: auto;
  }
  .eventInput .filebox .filename {
    width: 100%;
    float: none;
  }
  .eventInput .filebox .filename input[type=text] {
    font-size: 12px;
  }
  .eventInput .filebox .filebtn {
    float: none;
    width: auto;
    clear: both;
  }
  .eventInput .filebox .filename .file_del {
    width: 48%;
    width: 50px;
  }
  /* 비디오 - 리스트(2단) */
  .eventVideo_list > li {
    width: 48.5%;
    margin-left: 3%;
  }
  /* 인증샷 or 교재리뷰 갤러리 */
  .type_lst {
    margin-top: 4%;
  }
  .type_lst ul li {
    margin: 0 10px 0 0;
    font-size: 14px;
    padding: 0 10px 0 0;
  }
  .gallery_lst {
    margin-bottom: 10px;
  }
  .gallery_lst ul li {
    width: 49%;
  }
  .gallery_lst ul li:nth-child(3n) {
    margin-right: 2%;
  }
  .gallery_lst ul li:nth-child(even) {
    margin-right: 0;
  }
}
@media (max-width: 992px) {
  .click_wrap {
    margin: 0 auto 30px;
    padding: 45px 10px;
  }
  .click_wrap .count_wrap > p.today {
    font-size: 32px;
  }
  .click_wrap .count_wrap > .count_box {
    margin: 15px auto;
  }
  .click_wrap .count_wrap > .count_box .cspan {
    font-size: 25px;
  }
  #my_result.clickPop {
    width: 60%;
  }
  #my_result.clickPop .tit, #my_result.clickPop.no .tit {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  #container .evWarning {
    padding: 25px 0;
  }
  .eventBoard .radio_list li {
    margin-right: 10px;
  }
  .eventBoard .radio_list li label {
    font-size: 14px;
    margin-left: 5px;
  }
  .eventBoard .radio_list li input {
    width: 14px;
    height: 14px;
  }
  .shareList ul li dl {
    padding: 0;
  }
  .shareList ul li dl dt {
    width: 100%;
    font-size: 18px;
    position: relative;
    margin-bottom: 2%;
    height: 40px;
    line-height: 40px;
  }
  .shareList ul li dl dd {
    width: 32%;
    margin: 0 0 0 1.3%;
    font-size: 14px;
    height: 40px;
  }
  .shareList ul li dl dd:nth-child(2) {
    margin: 0;
  }
  .shareList ul li dl dd:nth-child(5) {
    margin: 0;
    margin-top: 1.3%;
  }
  .shareList ul li dl dd:nth-child(6) {
    margin-top: 1.3%;
  }
  /* 인증샷 or 교재리뷰 갤러리 */
  .type_lst ul li a {
    font-size: 15px;
  }
  .gallery_lst ul li strong {
    font-size: 14px;
  }
  /* 수강 인증하기 */
  #popupCetify .filebox {
    padding-right: 90px;
  }
  #popupCetify .filebox .filebtn {
    width: 90px;
    font-size: 12px;
  }
  #popupCetify .filebox .filename .delbtn {
    font-size: 12px;
  }
}
@media screen and (max-width: 576px) {
  .eventBoard .radio_list li label {
    font-size: 12px;
    margin-left: 3px;
  }
  .eventBoard .radio_list li input {
    width: 12px;
    height: 12px;
  }
  .shareList ul li dl dt {
    font-size: 15px;
    height: 30px;
    line-height: 30px;
  }
  .shareList ul li dl dd {
    font-size: 12px;
    height: 35px;
  }
  .eventVideo_list > li {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-top: 0;
  }
  .dim_bnrwrp_wrap .dim_popup {
    width: 90%;
  }
  .dim_bnrwrp_wrap .dim_popup.sns .tit {
    font-size: clamp(2rem, 3vmin, 3rem);
    margin: 10px 0;
  }
  .dim_bnrwrp_wrap .dim_popup.sns table th, .dim_bnrwrp_wrap .dim_popup.sns table td {
    font-size: clamp(1.2rem, 1.4vmin, 1.4rem);
  }
  .dim_bnrwrp_wrap .dim_popup.sns .btnConfirm {
    margin-top: 20px;
    width: 100px;
    line-height: 35px;
    font-size: clamp(1.5rem, 2vmin, 1.8rem);
  }
  .dim_bnrwrp_wrap .dim_popup.sns .btnClose {
    width: clamp(1.8rem, 3vmin, 2.6rem);
    height: clamp(1.8rem, 3vmin, 2.6rem);
  }
}/*# sourceMappingURL=event.css.map */