@charset "utf-8";

.input_num_btn_txt{text-align: center;}
.login_txt{text-align: left; font-weight: bold;}

.login_number_cont{padding:0 10px;}
.login_number_cont input{border:1px solid #000;}
.login_number_cont input::placeholder{color:#5e5e5e;}
.login_number_cont > span{color:red; text-align: right; display: block; margin-top: 5px;}

.btn_red:hover ,input[type="submit"]:hover{background: #b81c22 !important; }
.btn_red{background: #b81c22 !important; }



/*230907 약관*/
input[type=checkbox] { display:none; }

input[type=checkbox] + label { 
display: inline-block; 
cursor: pointer; 
line-height: 22px; 
padding-left: 30px; 
background: url('../images/ic_check_off.png') left/22px no-repeat; 
font-size: 18px; color: #000; font-weight: 600;
}

input[type=checkbox]:checked + label { background-image: url('../images/ic_check_on.png'); }

#join_check_cont{background: #fff; width: 100%; padding:20px; margin-bottom: 20px; }
#join_check_cont .scc_1{display: flex; justify-content: space-between; border-bottom: 1px solid #f8f8f8; padding-bottom: 10px; margin-bottom: 10px;}
#join_check_cont .scc_2{display: flex; justify-content: space-between; border-bottom: none; padding-bottom: 5px;}

#join_check_cont p{margin-top: 10px; color:#999999;font-size:14px ;}


#join_check_cont .scc_2 input[type=checkbox] + label { 
    display: inline-block; 
    cursor: pointer; 
    line-height: 18px; 
    padding-left: 30px; 
    background: url('../images/ic_check_off.png') left/18px no-repeat; 
    font-size: 15px; color: #000; font-weight: 400;
    }
#join_check_cont .scc_2 input[type=checkbox]:checked + label{
    background-image: url(../images/ic_check_on.png);
}

/**sub_event**/
#sub_e {width: 100%; position:relative; background: #fff; padding:30px 20px;}
#sub_e h4{font-weight: bold; font-size: 18px; margin-bottom: 30px; color:#000;}

#sub_e p{ color: #999; font-size: 15px; margin-bottom: 15px;}
#sub_e img {width: 100%; object-fit: cover; height: 100px; }


#sub_event input[type=checkbox],
.dropdown-content,
#sub_event input[type=radio] {
  display: none;
}

#sub_event .dropdown-wrapper.active .dropdown-content {
  display: block;
  margin-top: 6px;
  height: 200px;
  overflow-y: scroll;
  border:1px solid #f8f8f8;

}

#sub_event input[type=radio] + label {
  cursor: pointer;
  padding-left: 0px;
  position: relative;
  color:#000; font-size: 15px; font-weight: 500;
  width: 100%;
  margin-bottom: 0px;
}

#sub_event input[type=radio] + label:before { right: 0;
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  background: url(../images/ic_check_off.png)no-repeat;
}

#sub_event input[type=radio]:checked + label:before {
  background: url(../images/ic_check_on2.png)no-repeat;
  width: 24px;
  height: 24px;
}


#sub_event .dropdown-wrapper {
  margin: 0 auto;
  background: #f8f8f8;
  border-radius: 4px;
  height: 50px;
  padding:0 15px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#sub_event{position:relative; width: 100%;}
#sub_event h4{font-size: 15px; color:#000; margin-bottom: 10px;}
#sub_event ol{width: 100%; margin-bottom: 30px;}
#sub_event ol li{font-size: 14px; color:#000;}

#sub_event .sub_e_check_cont{display: flex; align-items: center; justify-content: space-between; width: 100%;}
#sub_event .sub_e_check_cont a img{width: 24px; height: 24px;}
#sub_event .sub_e_check_cont label{font-size: 14px; margin-bottom: 0px; font-weight: 500;}



#sub_event .dropdown-content {
  border-radius: 5px;
  position: absolute;
  background: #f8f8f8;
  border-radius: 4px;
  padding: 0 15px;
  right: 0;
  top: 50px;
  width: 100%;
}

#sub_event .dropdown-content ul,
#sub_event .dropdown-content li {
  margin: 0;
  padding: 0;
}

#sub_event .dropdown-content ul {
  list-style: none;
}
#sub_event .dropdown-content li {position:relative; padding:15px 0; width: 100%; height: 50px; box-sizing: border-box;}


#sub_event .dropdown-content:after {
  border-color: rgba(0, 0, 0, 0);
  border-bottom-color: #ffff;
  border-width: 10px;
  margin-left: -10px;
}

#sub_event .dropdown-content:before {
  border-color: rgba(179, 179, 191, 0);
  border-bottom-color: #b3b3bf;
  border-width: 11px;
  margin-left: -11px;
}

#sub_event .icon-wrapper {
  color: #b3b3bf;
}

#sub_event .icon-wrapper i {
  position: relative;
  width: 20px;
  height: 20px;
  background: #dcdbe5;

  text-align: center;
  display: block;
  cursor: pointer;
  background: url('../images/selec_arrow_g.png') no-repeat 100% 50%;
}

#sub_event .icon-wrapper i:before {
  display: block;
  line-height: 18px;
  font-size: 10px;
}

#sub_event .icon-wrapper li {
  border-bottom: 1px solid #dcdbe5;
  padding-bottom: 15px;
  max-height: 32px;
  margin-top: 15px;
  color: #2f255b;
}
#sub_event .icon-wrapper li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

#sub_event .icon-wrapper li:first-child {
  margin-top: 0;
}

#sub_event .icon-wrapper li span {
  display: block;
  padding-left: 35px;
  font-size: 0.9em;
  color: #b3b3bf;
}

#sub_event .icon-wrapper {
  display: inline-block;
  position: relative;
}

#sub_event .dropdown-heading {color: #000000; font-size: 15px; font-weight: normal;}

#sub_event .sub_e_price{display: flex; flex-direction: row; align-items: center; justify-content: space-between; margin: 20px auto; padding-bottom: 20px; border-bottom:1px solid #cfcfcf;}
#sub_event .sub_e_price h4{color:#000; font-weight: 600; font-size: 21px; margin-bottom: 0px;}
#sub_event .sub_e_price .sub_e_price_detail p{margin-bottom: 0px; color:#000; font-size: 14px; display: flex; flex-direction: column; align-items: center;}
#sub_event .sub_e_price .sub_e_price_detail p:first-child{margin-bottom: 2px; color:#b81c22; font-size: 15px; font-weight: 600;}

/*****modal****/
#join_check_modal .modal-dialog{padding:0 20px; top:30%;}
#join_check_modal .modal-body{color:#000; font-size: 15px; padding:25px; overflow-y:scroll; height: 200px;}

#join_check_modal .modal-footer{border:none;}
#join_check_modal .s2m_btn{width: 100%; padding:0 25px; background: #b81c22; height: 50px; line-height: 50px; color:#fff;}

#join_check_modal22 .modal-dialog{padding:0 20px; top:30%;}
#join_check_modal22 .modal-body{color:#000; font-size: 15px; padding:25px; overflow-y:scroll; height: 200px;}

#join_check_modal22 .modal-footer{border:none;}
#join_check_modal22 .s2m_btn{width: 100%; padding:0 25px; background: #b81c22; height: 50px; line-height: 50px; color:#fff;}

#join_check_modal33 .modal-dialog{padding:0 20px; top:30%;}
#join_check_modal33 .modal-body{color:#000; font-size: 15px; padding:25px; overflow-y:scroll; height: 200px;}

#join_check_modal33 .modal-footer{border:none;}
#join_check_modal33 .s2m_btn{width: 100%; padding:0 25px; background: #b81c22; height: 50px; line-height: 50px; color:#fff;}

#join_check_modal4 .modal-body h4{font-size: 15px;}
#join_check_modal4 .modal-dialog{padding:0 20px; top:30%;}
#join_check_modal4 .modal-body{color:#000; font-size: 15px; padding:25px 25px 0; height:100px;}

#join_check_modal4 .modal-footer{border:none; margin-top: 0px;}
#join_check_modal4 .s2m_btn{width: 100%; padding:0 25px; background: #b81c22; height: 50px; line-height: 50px; color:#fff;}

/*****modal 끝****/
