/* common */
body {
  overflow-x: hidden;
}
.re_f_wrap {
  margin-top: 0;
}
.evt_wrap {
  overflow: hidden;
}
.ov {
  overflow: hidden;
}
.main_inner {
  width: 1050px;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
.in {
  width: 1000px;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
.in2 {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
.in_wide {
  width: 2560px;
  position: relative;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
}
.in_wide:after {
  content: "";
  display: block;
  clear: both;
}
:focus {
  outline: none;
}
.pos_r {
  position: relative;
}
.fc_red {
  color: #ff0000 !important;
}
.re_f_wrap .re_f_top {
  background: #000;
}
.t_r {
  text-align: right;
}
.mt-1 {
  margin-top: -3px;
}

/* timer css*/
.timer_wrap {
  background-color: #060606;
  width: 100%;
  z-index: 10;
  padding: 0.5% 0 1%;
}
.timer_wrap img {
  display: block;
  padding-left: 75px;
}
.timer_wrap .in {
  width: 1000px;
  text-align: left;
}
.timer_wrap .timer {
  position: absolute;
  top: 37.7%;
  left: 31%;
  transform: translateY(-50%);
}
.timer_wrap .timer span {
  display: inline-block;
  font-size: 44px;
  color: #fff;
  letter-spacing: 0.55em;
  font-weight: bold;
}
.timer_wrap .timer span.time1 {
  margin-right: 53px;
}
.timer_wrap .timer span.time2,
.timer_wrap .timer span.time3,
.timer_wrap .timer span.time4 {
  margin-right: 17px;
}
.timer_wrap .gisu {
  border: 2px dashed #93d4ff;
  color: #93d4ff;
  width: 120px;
  height: 35px;
  line-height: 35px;
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  font-size: 19px;
  font-weight: bold;
}
.timer_wrap .timer_txt {
  position: absolute;
  left: 110px;
  top: 50%;
  transform: translateY(-50%);
  color: #93d4ff;
  font-size: 16px;
  font-weight: bold;
}
.timer_wrap .timer_txt p:last-child {
  color: #fff;
  text-align: center;
  font-size: 1.15rem;
}
.timer_wrap .gisu_txt {
  color: #ccc;
  position: absolute;
  left: 50%;
  bottom: -13%;
  width: 1000px;
  text-align: left;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  word-break: keep-all;
  transform: translateX(-50%);
}
.timer_wrap .gisu_txt p:nth-of-type(1) {
  margin-right: 10px;
}
.timer_wrap .apply_btn {
  width: 159px;
  line-height: 20px;
  position: absolute;
  top: 12px;
  right: 30px;
  text-align: center;
  padding-top: 9px;
  cursor: pointer;
  border-radius: 14px;
}
.timer_wrap .apply_btn p {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  padding: 10px 0;
}

.con01 .con01_img{
    position: absolute;
    top:0;
    left:50%; 
    transform: translateX(-50%);
}

.con01__btn {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 78%;
  padding: 40px 80px;
  border-radius: 50px;
  width: 16%;
}

.con01__btn::before {
  border: 1px solid #c8f7fe;
  animation-delay: 0s;
}

.con01__btn::after {
  border: 1px solid #ce1f73;
  animation-delay: 1s;
}

@keyframes pulse {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

.con02{
    margin-top:-5px;
}

.bx-wrapper .bx-viewport {
  background: transparent;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after,
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "";
}

.sd_box .bx-wrapper .bx-controls-direction a {
  background: url(https://dev-cdn.hackers.com/ingang/images/event/2024/12/1700/bx_arrow.png)
    0 0 no-repeat;
  width: 54px;
  height: 55px;
  top: 45%;
}
.sd_box .bx-wrapper .bx-controls-direction a.bx-prev {
  transform: scale(-1);
  left: -5%;
}
.sd_box .bx-wrapper .bx-controls-direction a.bx-next {
  right: -5%;
}

.evt_date {
  position: absolute;
  left: 50%;
  top: 280px;
  background: #f5f5f5;
  border-radius: 50px;
  font-size: 20px;
  padding: 5px 15px;
  margin-left: -445px;
  color: #222;
}

.con03 {
  background: #000127;
}
.con03__gisu {
  position: absolute;
  top: 13.1%;
  right: 55.5%;
  font-size: 38px;
  color: #fff;
}
.con03 .benefit-img {
  position: absolute;
  top: 42%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  width: 24%;
  justify-content: space-between;
  margin: 0 auto;
}
.con03 .benefit-img img {
  width: 45%;
}

.lect .price1 {
  position: absolute;
  top: 74.5%;
  left: 38.2%;
  font-size: 31px;
  color: #5a5a5a;
  text-decoration: line-through;
}
.lect .price2 {
  position: absolute;
  top: 77.2%;
  left: 37.8%;
  font-size: 39px;
  color: #1e86ff;
  font-weight: bold;
}
.lect .price3 {
  position: absolute;
  top: 79.5%;
  left: 34%;
  font-size: 62px;
  color: #1e86ff;
  font-weight: bold;
}

.lect .price1.v2 {
  left: 58.4%;
}
.lect .price2.v2 {
  left: 57.9%;
  color: #ff5a00;
}
.lect .price3.v2 {
  left: 54%;
  color: #ff5a00;
}

.lect02 .price1 {
  top: 66.9%;
}
.lect02 .price2 {
  top: 69.7%;
}
.lect02 .price3 {
  top: 72%;
}

.con04 {
  background: #000117;
}

.con05 .sys_f {
  position: absolute;
  top: 495px;
  left: 39.4%;
  font-size: 36px;
  font-weight: bold;
  color: #fff;
}
.con05 .sys_f.v2 {
  left: 52%;
}
.con05 .sys_f.v3 {
  top: 830px;
}
.con05 .sys_f.v4 {
  top: 830px;
  left: 52%;
}

.con06 {background-color: #000117;}

.con07 iframe {
  display: none;
  width: 665px;
  height: 374px;
  position: absolute;
  bottom: 90px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 35px;
  border: 2px solid transparent;
  background-image: linear-gradient(#fff, #fff),
    linear-gradient(to right, #e4365b 0%, #64ccdb 100%);
  background-origin: border-box;
  background-clip: content-box, border-box;
}

.con10,
.con11 {
  background: #ebebeb;
}
.con10 .bx-wrapper .bx-viewport{
    margin-top: 50px;
}
.con10 .bx-wrapper .bx-controls-direction .bx-prev{left: -60px;}
.con10 .bx-wrapper .bx-controls-direction .bx-next{right: -60px;}

.con13 {
  background: #131313;
}

.rol_list_wrap.t2 {
  width: 200px;
  margin: 0 auto;
  border-radius: 15px;
  position: absolute;
  top: 72.5%;
  left: 50%;
  transform: translateX(-50%);
}
.rol_list_wrap.t2 .list_hk_v2 {
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  overflow: hidden;
  background: transparent;
  height: 220px;
  line-height: 35px;
}c
.rol_list_wrap.t2 .list_hk_v2 ul {
  padding: 5%;
}
.rol_list_wrap.t2 .list_hk_v2 li p {
  text-align: center;
  font-size: 16px;
  color: #fff;
  width: 100%;
}

/* 팝업 */
.popup_box {
  position: fixed;
  height: 100vh;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 20;
  display: none;
}
.popup_box .bg {
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.popup_box .popup_content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.popup_box .popup_content .close_btn {
  position: absolute;
  top: 20px;
  right: 20px;
  display: inline-block;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}

/* 쿠폰 팝업 배너 등록 */
.main_pop {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
}
.main_pop .layer_con {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  width: 50%;
}
.main_pop .layer_con img {
  position: relative;
  width: 100%;
}
.main_pop .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.layer_con .rel > ul:after {
  clear: both;
  content: "";
  display: block;
}
.layer_con .rel > ul li a {
  display: block;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
}
.layer_con .rel > ul {
  display: flex;
  justify-content: space-between;
  font-size: 15px;
  position: absolute;
  top: -4%;
  right: 0;
}
.layer_con .rel > ul li:nth-of-type(1) {
  margin-right: 15px;
}

/* 레이어 팝업 용 */
.layer_wrap {
  display: none;
}
.layer_bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  filter: alpha(opacity=50);
  opacity: 0.5;
  z-index: 999;
}
.layer_wrap .layer_pop {
  position: fixed;
  top: 5%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
  width: 90%;
  max-width: 690px;
  overflow: hidden;
  border-radius: 32px;
}
.layer_wrap:not(#evt_pop0) .layer_pop {
  background: url("//cdn.hackersut.com/ingang/images/event/2023/06/2000/pop_bg.png")
    0 0 no-repeat;
  height: 600px;
}
.layer_wrap:not(#evt_pop0) .pop_add_tit {
  color: #f83f5e;
  font-size: 32px;
  text-align: center;
  margin-top: 40px;
}
.layer_wrap:not(#evt_pop0) .pop_add_tit em {
  font-size: 20px;
}
.layer_wrap:not(#evt_pop0) .pop_add_tit span {
  color: #222;
}
.layer_wrap:not(#evt_pop0) .sale_txt {
  font-size: 30px;
  font-weight: bold;
  color: #f83f5e;
  margin-bottom: 15px;
}
.layer_wrap .layer_pop img {
  max-width: 100%;
}
.layer_wrap .layer_close {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: -20px;
}
.layer_wrap .layer_close a {
  color: #fff;
  font-size: 16px;
  padding: 10px 5px;
}
.pop_add_wrap {
  padding: 30px 15px 30px;
  text-align: center;
}
.pop_add_wrap .file_wrap {
  text-align: center;
}
.pop_add_wrap .file_wrap strong {
  color: #222;
  font-size: 20px;
  display: block;
  width: 90px;
}
.pop_add_wrap .file_wrap input[type="file"] {
  display: none;
}
.pop_add_wrap .file_wrap input[type="file"] + label {
  display: flex;
  align-items: center;
  width: 500px;
  height: 45px;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 5px;
}
.pop_add_wrap .file_wrap input[type="file"] + label::after {
  content: "파일선택";
  font-size: 18px;
  color: #fff;
  width: 105px;
  height: 47px;
  line-height: 47px;
  position: absolute;
  right: 0;
  top: 0;
  background: #222;
}
.pop_add_wrap .file_wrap input[type="text"]:disabled {
  background: #f3f3f3;
  width: 100%;
  height: 100%;
  border: 1px solid #e2e2e2;
  margin-left: 15px;
  border-radius: 5px;
  padding-left: 10px;
  box-sizing: border-box;
}
.pop_add_wrap .user_info {
  width: 610px;
  height: 100px;
  overflow-y: scroll;
  padding: 10px;
  background: #f3dde1;
  box-sizing: border-box;
  text-align: left;
  color: #b1828b;
  line-height: 1.2;
  font-size: 14px;
  border-radius: 10px;
}
.pop_add_wrap .user_info strong {
  font-size: 14px;
  color: red;
}
.pop_add_wrap .user_info li {
  text-align: left;
  color: #777;
  line-height: 23px;
  font-size: 11px;
}
.pop_add_wrap .user_info li.first {
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 5px;
}

.layer_pop a.close {
  position: absolute;
  right: 30px;
  top: 17px;
  width: 35px;
  height: 35px;
}
.infoBox_text_w {
  display: block;
  text-align: left;
  width: 610px;
  margin-left: 30px;
  margin-top: 15px;
}
.infoBox_text_w input[type="checkbox"] {
  width: 28px;
  height: 28px;
  vertical-align: middle;
  margin-bottom: 5px;
}
.infoBox_text_w input[type="checkbox"] + label {
  font-size: 20px;
  color: #735056;
  padding-left: 10px;
  vertical-align: middle;
  display: inline-block;
  margin-bottom: 5px;
}

/* 강의리스트 팝업 */
#evt_pop0 .pop_add_wrap {
  position: relative;
  background: #fff;
  padding-top: 0;
  border-radius: 0 0 20px 20px;
}
.pop_add_wrap select#lect_list {
  width: 95%;
  text-align: center;
  height: 40px;
  color: #217bff;
  border-radius: 5px;
  background: #e7e7e7;
  font-size: 15px;
  font-weight: bold;
  border: 0;
  -webkit-appearance: none; /* 크롬 화살표 없애기 */
  -moz-appearance: none; /* 파이어폭스 화살표 없애기 */
  appearance: none; /* 화살표 없애기 */
}
.pop_add_wrap select#lect_list option {
  background: #eee;
}
.pop_add_wrap .lec_txt {
  margin: 0 0 10px;
  width: 100%;
  text-align: left;
}
.pop_add_wrap .lec_txt li {
  font-size: 14px;
  color: #aaa;
  padding: 2px;
}
.pop_add_wrap .lec_txt li b.lec_date {
  color: #217bff;
}
.pop_add_wrap .lec_tit {
  margin-bottom: 20px;
  padding: 0 3px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pop_add_wrap .lec_tit h2 {
  font-size: 22px;
  color: #000;
  text-align: left;
}
.pop_add_wrap .lec_tit select {
  padding: 10px;
  color: #666;
  border: 1px solid #bebebe;
  border-radius: 5px;
}
.pop_add_wrap .lect_table {
  width: 100%;
  position: relative;
}
.pop_add_wrap .lect_table th {
  height: 40px;
  background: #606060;
  color: #fff;
  border-right: 1px solid #fff;
  font-size: 14px;
}
.pop_add_wrap .lect_table td {
  height: 40px;
  background: #d2e9ff;
  color: #000;
  font-size: 13px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}
.pop_add_wrap .lect_table td:nth-child(4) {
  padding: 5px;
  box-sizing: border-box;
}
.pop_add_wrap .lect_table th:last-child,
.pop_add_wrap .lect_table td:last-child {
  border-right: 0;
}

#evt_pop0 .pop_add_tit {
  display: flex;
  margin-top: -10px;
  position: relative;
  z-index: 1;
  color: #111;
  background: #fff;
  align-items: center;
  justify-content: center;
  border-radius: 20px 20px 0 0;
  padding: 20px 0;
  font-size: 25px;
}
#evt_pop0 #big_type {
  margin-left: 20px;
  padding: 10px 5px;
}

.table_layout {
  height: auto;
  max-height: 400px;
  overflow-y: scroll;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
  width: 100%;
}
.table_layout::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera*/
}
.table_layout table {
  width: 100%;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
}
.table_layout table th {
  background: rgb(128, 128, 128);
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
.table_layout table td {
  background: #fff;
  font-size: 14px;
  color: #505050;
}
.table_layout table th,
.table_layout table td {
  padding: 5px 10px;
  word-break: keep-all;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.pop_carry {
  position: fixed;
  top: 24%;
  right: 2.5%;
  z-index: 999;
}

/* 하단 유의사항 하드코딩 */
.e_faq_box {
  color: #fff;
  background: #444;
}
.e_faq_box .tit_faq {
  background: #444;
}
.e_faq_box .tit_faq strong {
  color: #fff;
}
.e_faq_box .user_info li {
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px solid #666;
}
.e_faq_box .user_info li a {
  width: 100%;
  padding: 15px 5px;
  display: flex;
  justify-content: space-between;
  color: #fff;
}
.e_faq_box .user_info li .txt {
  display: none;
  width: 100%;
  padding: 0 5px 20px 5px;
  font-size: 14px;
  font-weight: normal;
}
.e_faq_box .user_info li .txt table {
  margin-top: 30px;
}
.e_faq_box .user_info li .txt table td {
  padding: 5px;
  color: #fff;
  border: 1px solid #fff;
}

/* 플로팅 배너 - 관리자단 연동 */
.ban_bottom {
  width: 100%;
  text-align: center;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 5;
}
.ban_bottom .bg {
  position: absolute;
  bottom: 0;
  height: 120px;
  width: 100%;
}
.ban_bottom .in_wide {
  position: relative;
  width: 2540px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.right-ban {
  position: fixed;
  top: 350px;
  right: 5%;
  z-index: 100;
}
.right-ban li {
  position: relative;
  margin-bottom: 20px;
}
.quick_pop .close-btn {
  display: inline-block;
  background: #111;
  color: #fff;
  padding: 5px;
  position: absolute;
  top: 0;
  right: 0;
}
.sr-only {
  position: absolute;
  top: 55%;
  left: 0;
  width: 100%;
}
.sr-only a {
  display: block;
  width: 100%;
  height: 60px;
  font-size: 0;
}
.pop-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 100;
  display: none;
}
.pop-wrap > .pop-con {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  max-width: 650px;
}

.pop-wrap > .pop-con .close-btn {
  display: inline-block;
  background: #111;
  color: #fff;
  padding: 10px;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 20px;
}
.pop-wrap > .pop-con img {
  width: 100%;
}

/* aos ani */
.ani-img { position: absolute; width: 1362px; top: 55px; left: 50%; transform: translateX(-50%); } 
.ani-img > li { position: absolute; border-radius:54px; overflow: hidden;} 
.ani-img .ani01 { top: 211px; left: 23%; } 
.ani-img .ani02 { top: 223px; left: 49%; } 
.ani-img .ani03 { top: 493px; left: 20.6%; } 
.ani-img .ani04 { top: 427px; left: 51.7%; } 
.ani-img .ani05 { top: 815px; left: 20.6%; } 
.ani-img .ani06 { top: 692px; left: 52%; } 
.ani-img .ani07 { top: 980px; left: 52.6%; } 
